-
Notifications
You must be signed in to change notification settings - Fork 3.9k
chore: release 9.7.0 #6470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: release 9.7.0 #6470
Conversation
Release ManagerRelease workflow run: https://github.com/npm/cli/actions/runs/5136462619 Force CI to Update This ReleaseThis PR will be updated and CI will run for every non- Release Checklist for v9.7.0
|
4d674e9 to
9949013
Compare
5806b2a to
1bd42fc
Compare
72ebca8 to
eaf5c89
Compare
1e44c6f to
923e01f
Compare
923e01f to
4a5a71f
Compare
4a5a71f to
cb4ee0c
Compare
576a5fb to
5f5e1e2
Compare
5f5e1e2 to
f2d7efc
Compare
|
we switched from next steps:
|
Release Workflow
🚨 @npm/cli-team: The post-release workflow failed for this release. Manual steps may need to be taken after examining the workflow output from the above workflow run. 🚨 |
Full list of changes are as follows: - ignore `directories.bin` if `bin` is present - walk up filesystem to look for git directory - log a warning for inaccessible bin entries but dont delete These changes will be tracked in npm/statusboard#487 to see if they should be made as breaking changes with npm 10. These changes are tested by including `read-package-json` as a dev dependency and running the `test/prepare.js` test suite against both packages. This test can be removed once we have decided to make these breaking changes. Ref: npm/cli#6470 Fixes: #35
Full list of changes are as follows: - ignore `directories.bin` if `bin` is present - walk up filesystem to look for git directory - log a warning for inaccessible bin entries but dont delete These changes will be tracked in npm/statusboard#487 to see if they should be made as breaking changes with npm 10. These changes are tested by including `read-package-json` as a dev dependency and running the `test/prepare.js` test suite against both packages. This test can be removed once we have decided to make these breaking changes. Ref: npm/cli#6470 Fixes: #35
…ackages Due to npm/cli#6470, I added `read-package-json` and `read-package-json-fast` to this repo as dev deps to run the new tests from #31 against those packages. I found a few discrepancies which I fixed in this PR. Full list of changes are as follows: **`normalize` / `read-package-json-fast`** - convert `bundleDependencies: false` to `[]` **`prepare` / `read-package-json`** - ignore `directories.bin` if `bin` is present - walk up filesystem to look for git directory - log a warning for inaccessible bin entries but dont delete These changes will be tracked in npm/statusboard#487 to see if they should be made as breaking changes with npm 10. These legacy tests can be removed once we have decided to make these breaking changes. Ref: npm/cli#6470 Fixes: #35
…ackages Due to npm/cli#6470, I added `read-package-json` and `read-package-json-fast` to this repo as dev deps to run the new tests from #31 against those packages. I found a few discrepancies which I fixed in this PR. Full list of changes are as follows: **`normalize` / `read-package-json-fast`** - convert `bundleDependencies: false` to `[]` **`prepare` / `read-package-json`** - ignore `directories.bin` if `bin` is present - walk up filesystem to look for git directory - log a warning for inaccessible bin entries but dont delete These changes will be tracked in npm/statusboard#487 to see if they should be made as breaking changes with npm 10. These legacy tests can be removed once we have decided to make these breaking changes. Ref: npm/cli#6470 Fixes: #35
…ackages Due to npm/cli#6470, I added `read-package-json` and `read-package-json-fast` to this repo as dev deps to run the new tests from #31 against those packages. I found a few discrepancies which I fixed in this PR. Full list of changes are as follows: **`normalize` / `read-package-json-fast`** - convert `bundleDependencies: false` to `[]` **`prepare` / `read-package-json`** - ignore `directories.bin` if `bin` is present - walk up filesystem to look for git directory - log a warning for inaccessible bin entries but dont delete These changes will be tracked in npm/statusboard#487 to see if they should be made as breaking changes with npm 10. These legacy tests can be removed once we have decided to make these breaking changes. Ref: npm/cli#6470 Fixes: #35
🤖 I have created a release beep boop
9.7.0
9.7.0 (2023-05-31)
Features
a63a6d8#6490 add provenanceFile option for libnpmpublish (@bdehamer)2a8f4f2#6490 add new exclusive config item publish-file (@wraithgar)361e194#6483 implement flag --prefer-dedupe fornpm install(feat: implement flag --prefer-dedupe fornpm install#6483) (@m4rch3n1ng)Bug Fixes
38eb39b#6514 strip ansi characters from search results (fix: strip ansi characters from search results #6514) (@wraithgar)4b5ccfc#6477 make usage and completion static functions (fix: make usage and completion static functions #6477) (@lukekarrys)4f39e8c#6479 refactor engines validation to lint syntax (fix: refactor engines validation to lint syntax #6479) (@lukekarrys)f3cfe12#6482 remove unused lib/npm relics (fix: remove unused lib/npm relics #6482) (@lukekarrys)87de0c7#6472 move explore command to @npmcli/package-json (@wraithgar)636e29e#6472 move to @npmcli/package-json where possible (@wraithgar)37cc797#6418 retrieve registry keys via TUF (fix: retrieve registry keys via TUF #6418) (@bdehamer)Documentation
83cd5bd#6480 add global option for uninstall (docs: add global option for uninstall #6480) (@m4rch3n1ng)0400ce3#6481 add cli params tonpm set,npm get(docs: add cli params tonpm set,npm get#6481) (@m4rch3n1ng)c3638ce#6468 removepackage-lockoption fornpm ci(docs: removepackage-lockoption fornpm ci#6468) (@m4rch3n1ng)Dependencies
060d587chalk@5.2.0,npm-audit-report@5.0.0fc52ca8#6472 remove read-package-json-fast3238aa7#6472 remove read-package-json@npmcli/config@6.2.0libnpmexec@6.0.0libnpmpublish@7.3.0config: 6.2.0
6.2.0 (2023-05-31)
Features
a63a6d8#6490 add provenanceFile option for libnpmpublish (@bdehamer)2a8f4f2#6490 add new exclusive config item publish-file (@wraithgar)libnpmexec: 6.0.0
6.0.0 (2023-05-31)
Features
9e7f5acrequire passing in chalk instance (@lukekarrys)libnpmpublish: 7.3.0
7.3.0 (2023-05-31)
Features
a63a6d8#6490 add provenanceFile option for libnpmpublish (@bdehamer)This PR was generated with Release Please. See documentation.