-
Notifications
You must be signed in to change notification settings - Fork 25
Comparing changes
Open a pull request
base repository: npm/template-oss
base: v2.9.2
head repository: npm/template-oss
compare: v3.0.0
- 11 commits
- 101 files changed
- 5 contributors
Commits on Mar 2, 2022
-
fix: use npm-template-copy (#76)
A little safer than a bare `npm install`
Configuration menu - View commit details
-
Copy full SHA for 9af2ad3 - Browse repository at this point
Copy the full SHA 9af2ad3View commit details
Commits on Mar 10, 2022
-
chore: update @npmcli/promise-spawn requirement from ^2.0.0 to ^2.0.1 (…
…#78) Updates the requirements on [@npmcli/promise-spawn](https://github.com/npm/promise-spawn) to permit the latest version. - [Release notes](https://github.com/npm/promise-spawn/releases) - [Commits](npm/promise-spawn@v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: "@npmcli/promise-spawn" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 50e3494 - Browse repository at this point
Copy the full SHA 50e3494View commit details
Commits on Mar 11, 2022
-
feat(eslint): support glob for windows (#79)
Currently, the `lint` script will fail on Windows because single quotes are being used to wrap the glob. This can be easily fixed by using double quotes. Source: https://eslint.org/docs/user-guide/command-line-interface#:~:text=If%20you%20want%20to%20use%20node%20glob%20syntax%2C%20you%20have%20to%20quote%20your%20parameter%20(using%20double%20quotes%20if%20you%20need%20it%20to%20run%20in%20Windows)
Configuration menu - View commit details
-
Copy full SHA for 9a28510 - Browse repository at this point
Copy the full SHA 9a28510View commit details -
deps: update @npmcli/map-workspaces requirement from ^2.0.1 to ^2.0.2 (…
…#82) Updates the requirements on [@npmcli/map-workspaces](https://github.com/npm/map-workspaces) to permit the latest version. - [Release notes](https://github.com/npm/map-workspaces/releases) - [Changelog](https://github.com/npm/map-workspaces/blob/main/CHANGELOG.md) - [Commits](npm/map-workspaces@v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: "@npmcli/map-workspaces" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 666ac23 - Browse repository at this point
Copy the full SHA 666ac23View commit details
Commits on Mar 14, 2022
-
chore: update eslint requirement from ^8.10.0 to ^8.11.0 (#83)
Updates the requirements on [eslint](https://github.com/eslint/eslint) to permit the latest version. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.10.0...v8.11.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f80526a - Browse repository at this point
Copy the full SHA f80526aView commit details
Commits on Mar 16, 2022
-
feat: rewrite to make it more extensible (#81)
BREAKING CHANGE: bin scripts are now `template-oss-apply` and `template-oss-check` renamed apply props `rootRepo`, `rootModule`, `workspaceRepo`, `workspaceModule`
Configuration menu - View commit details
-
Copy full SHA for 605ccbd - Browse repository at this point
Copy the full SHA 605ccbdView commit details -
chore: update @npmcli/eslint-config requirement from ^3.0.0 to ^3.0.1 (…
…#86) Updates the requirements on [@npmcli/eslint-config](https://github.com/npm/eslint-config) to permit the latest version. - [Release notes](https://github.com/npm/eslint-config/releases) - [Changelog](https://github.com/npm/eslint-config/blob/main/CHANGELOG.md) - [Commits](npm/eslint-config@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: "@npmcli/eslint-config" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0829062 - Browse repository at this point
Copy the full SHA 0829062View commit details -
deps: bump hosted-git-info from 4.1.0 to 5.0.0 (#87)
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/main/CHANGELOG.md) - [Commits](npm/hosted-git-info@v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: hosted-git-info dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dbda2cd - Browse repository at this point
Copy the full SHA dbda2cdView commit details -
chore: bump tap from 15.2.3 to 16.0.0 (#85)
* chore: bump tap from 15.2.3 to 16.0.0 Bumps [tap](https://github.com/tapjs/node-tap) from 15.2.3 to 16.0.0. - [Release notes](https://github.com/tapjs/node-tap/releases) - [Commits](tapjs/tapjs@v15.2.3...v16.0.0) --- updated-dependencies: - dependency-name: tap dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix: allow >= for required dev deps check Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luke Karrys <luke@lukekarrys.com>
Configuration menu - View commit details
-
Copy full SHA for b152c9f - Browse repository at this point
Copy the full SHA b152c9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38585d1 - Browse repository at this point
Copy the full SHA 38585d1View commit details -
chore(main): release 3.0.0 (#84)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c77f025 - Browse repository at this point
Copy the full SHA c77f025View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.9.2...v3.0.0