Releases: npm/cli
Releases · npm/cli
arborist: v9.0.0-pre.1
9.0.0-pre.1 (2024-12-06)
⚠️ BREAKING CHANGES
- Upon publishing, in order to apply a default "latest" dist tag, the command now retrieves all prior versions of the package. It will require that the version you're trying to publish is above the latest semver version in the registry, not including pre-release tags.
bun.lockb
files are now included in the strict ignore list during packing
Features
Dependencies
v10.9.2
10.9.2 (2024-12-04)
Dependencies
v11.0.0-pre.0
11.0.0-pre.0 (2024-11-26)
⚠️ BREAKING CHANGES
- When publishing a package with a pre-release version, you must explicitly specify a tag.
--ignore-scripts
now applies to all lifecycle scripts, includeprepare
- npm will no longer fall back to the old audit endpoint if the bulk advisory request fails.
- npm will no longer switch to global mode if aliased to "npmg" or "npm-g" etc.
- The
npm hook
command has been removed - Attestations made by this package will no longer validate in npm versions prior to 10.6.0
- npm now supports node
^20.17.0 || >=22.9.0
- @npmcli/docs now supports node
^20.17.0 || >=22.9.0
Features
Bug Fixes
16b7367
#7910 publishing prerelease requires explicit tag (#7910) (@reggi)e19bff0
#7901 perf: enable compile cache if present (#7901) (@H4ad)080a0f2
#7911 remove old audit fallback request (@wraithgar)780afc5
#7855 pkg: display if any of multiple attributes exist (#7855) (@Sanderovich)ecd2d23
#7842 don't go into global mode if aliased to npmg (#7842) (@wraithgar)62c71e5
#7835 removesnpm hook
command (@reggi)7f541e8
#7815 make pack and exec work with git hash refs (#7815) (@milaninfy)3162620
#7831 sets node engine range to^20.17.0 || >=22.9.0
(@reggi)4c8ba0a
#7831 for @npmcli/docs sets node engine range to^20.17.0 || >=22.9.0
(@reggi)70cd88d
#7808 view: sort and truncate dist-tags (#7808) (@wraithgar)534ad77
#7795 remove unused parameters catch statements (#7795) (@btea)
Documentation
feb54f7
#7822 package.json: add libc field (#7822) (@wraithgar)
Dependencies
78293ad
#7937[email protected]
33cf580
#7937[email protected]
ef1c368
#7937[email protected]
92e6f07
#7937[email protected]
e32284a
#7937[email protected]
5dffd11
#7937[email protected]
69d9f01
#7937[email protected]
884bbde
#7937[email protected]
3c74ec0
#7937[email protected]
f00359f
#7937[email protected]
534bbe8
#7937[email protected]
8cbf1a7
#7937@npmcli/[email protected]
1bd39e7
#7937@npmcli/[email protected]
eb6498d
#7937[email protected]
66fc8c9
#7850@npmcli/[email protected]
7dbef6f
#7850[email protected]
75a3f12
#7859 remove unused deps (#7859)f36dc59
#7833[email protected]
7ee15bb
#7833 bump sigstore from 2.x to 3.0.0 (@bdehamer)
Chores
2d530a5
#7941 tests: account for when npm is a prerelease (#7941) (@wraithgar)2c1b369
#7937 dev dependency updates (@wraithgar)6edfe2f
#7937@npmcli/[email protected]
(@wraithgar)475285b
#7920 clean up dependency graph repos (#7920) (@hashtagchris)ec57f5f
#7911 fix dependencies script for circular workspace deps (@wraithgar)ccd8420
#7911 fix cli tests for audit fallback removal (@wraithgar)720b4d8
#7833 bump @npmcli/arborist to 8.0.0 (@wraithgar)286739c
#7824 add creation of a DEPENDENCIES.json file (#7824) (@reggi)852dd8b
#7831 sets npm 11 to prerelase (@reggi)95d009e
#7831 update engine^20.17.0 || >=22.9.0
in actions (@reggi)5a74478
#7831 update engines^20.17.0 || >=22.9.0
in package template (@reggi)- workspace:
@npmcli/[email protected]
- workspace:
@npmcli/[email protected]
- workspace:
[email protected]
- workspace:
[email protected]
- workspace:
[email protected]
- workspace:
[email protected]
- workspace:
[email protected]
- workspace:
[email protected]
- workspace:
[email protected]
- workspace:
[email protected]
- workspace:
[email protected]
- workspace:
[email protected]
libnpmversion: v8.0.0-pre.0
8.0.0-pre.0 (2024-11-26)
⚠️ BREAKING CHANGES
- libnpmversion now supports node
^20.17.0 || >=22.9.0
Bug Fixes
Chores
6edfe2f
#7937@npmcli/[email protected]
(@wraithgar)
libnpmteam: v8.0.0-pre.0
8.0.0-pre.0 (2024-11-26)
⚠️ BREAKING CHANGES
- libnpmteam now supports node
^20.17.0 || >=22.9.0
Bug Fixes
Chores
6edfe2f
#7937@npmcli/[email protected]
(@wraithgar)
libnpmsearch: v9.0.0-pre.0
9.0.0-pre.0 (2024-11-26)
⚠️ BREAKING CHANGES
- libnpmsearch now supports node
^20.17.0 || >=22.9.0
Bug Fixes
Chores
6edfe2f
#7937@npmcli/[email protected]
(@wraithgar)
libnpmpublish: v11.0.0-pre.0
11.0.0-pre.0 (2024-11-26)
⚠️ BREAKING CHANGES
- Attestations made by this package will no longer validate in npm versions prior to 10.6.0
- libnpmpublish now supports node
^20.17.0 || >=22.9.0
Bug Fixes
f75da94
#7833 update libnpmpublish tests for sigstore 3.0.0 (@bdehamer)a2f8af0
#7831 for libnpmpublish sets node engine range to^20.17.0 || >=22.9.0
(@reggi)
Dependencies
Chores
6edfe2f
#7937@npmcli/[email protected]
(@wraithgar)
libnpmpack: v9.0.0-pre.0
9.0.0-pre.0 (2024-11-26)
⚠️ BREAKING CHANGES
- libnpmpack now supports node
^20.17.0 || >=22.9.0
Bug Fixes
7f541e8
#7815 make pack and exec work with git hash refs (#7815) (@milaninfy)f7b41a3
#7831 for libnpmpack sets node engine range to^20.17.0 || >=22.9.0
(@reggi)
Dependencies
Chores
6edfe2f
#7937@npmcli/[email protected]
(@wraithgar)- workspace:
@npmcli/[email protected]
libnpmorg: v8.0.0-pre.0
8.0.0-pre.0 (2024-11-26)
⚠️ BREAKING CHANGES
- libnpmorg now supports node
^20.17.0 || >=22.9.0
Bug Fixes
Chores
6edfe2f
#7937@npmcli/[email protected]
(@wraithgar)
libnpmfund: v7.0.0-pre.0
7.0.0-pre.0 (2024-11-26)
⚠️ BREAKING CHANGES
- libnpmfund now supports node
^20.17.0 || >=22.9.0
Bug Fixes
Chores
6edfe2f
#7937@npmcli/[email protected]
(@wraithgar)
Dependencies
- workspace:
@npmcli/[email protected]