Skip to content

Commit

Permalink
chore: release 11.0.0-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Nov 20, 2024
1 parent e19bff0 commit a928778
Show file tree
Hide file tree
Showing 31 changed files with 315 additions and 80 deletions.
26 changes: 13 additions & 13 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
".": "10.9.0",
"workspaces/arborist": "8.0.0",
"workspaces/libnpmaccess": "9.0.0",
"workspaces/libnpmdiff": "7.0.0",
"workspaces/libnpmexec": "9.0.0",
"workspaces/libnpmfund": "6.0.0",
"workspaces/libnpmorg": "7.0.0",
"workspaces/libnpmpack": "8.0.0",
"workspaces/libnpmpublish": "10.0.0",
"workspaces/libnpmsearch": "8.0.0",
"workspaces/libnpmteam": "7.0.0",
"workspaces/libnpmversion": "7.0.0",
"workspaces/config": "9.0.0"
".": "11.0.0-pre",
"workspaces/arborist": "9.0.0-pre",
"workspaces/libnpmaccess": "10.0.0-pre",
"workspaces/libnpmdiff": "8.0.0-pre",
"workspaces/libnpmexec": "10.0.0-pre",
"workspaces/libnpmfund": "7.0.0-pre",
"workspaces/libnpmorg": "8.0.0-pre",
"workspaces/libnpmpack": "9.0.0-pre",
"workspaces/libnpmpublish": "11.0.0-pre",
"workspaces/libnpmsearch": "9.0.0-pre",
"workspaces/libnpmteam": "8.0.0-pre",
"workspaces/libnpmversion": "8.0.0-pre",
"workspaces/config": "10.0.0-pre"
}
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -949,3 +949,5 @@ Sonny <47546413+sonsurim@users.noreply.github.com>
Alessandro Diez <demedos@users.noreply.github.com>
Rhys Evans <wheresrhys@gmail.com>
reggi <reggi@github.com>
btea <2356281422@qq.com>
Sander Aalbers <31731300+Sanderovich@users.noreply.github.com>
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# Changelog

## [11.0.0-pre](https://github.com/npm/cli/compare/v10.9.0...v11.0.0-pre) (2024-11-20)
### ⚠️ BREAKING CHANGES
* 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`
### Bug Fixes
* [`e19bff0`](https://github.com/npm/cli/commit/e19bff0ece79b189497720f076c0b324cb641061) [#7901](https://github.com/npm/cli/pull/7901) perf: enable compile cache if present (#7901) (@H4ad)
* [`080a0f2`](https://github.com/npm/cli/commit/080a0f2d3f09a81f0a5b2992431e0bc7feb8d701) [#7911](https://github.com/npm/cli/pull/7911) remove old audit fallback request (@wraithgar)
* [`780afc5`](https://github.com/npm/cli/commit/780afc50e3a345feb1871a28e33fa48235bc3bd5) [#7855](https://github.com/npm/cli/pull/7855) pkg: display if any of multiple attributes exist (#7855) (@Sanderovich)
* [`ecd2d23`](https://github.com/npm/cli/commit/ecd2d23d429b2fee833e534e679cce97e4190b1b) [#7842](https://github.com/npm/cli/pull/7842) don't go into global mode if aliased to npmg (#7842) (@wraithgar)
* [`62c71e5`](https://github.com/npm/cli/commit/62c71e5128a01283f97bd62da30ddc673bddda0b) [#7835](https://github.com/npm/cli/pull/7835) removes `npm hook` command (@reggi)
* [`7f541e8`](https://github.com/npm/cli/commit/7f541e82a0b2908cc0cfef9a36b714eeab40c029) [#7815](https://github.com/npm/cli/pull/7815) make pack and exec work with git hash refs (#7815) (@milaninfy)
* [`3162620`](https://github.com/npm/cli/commit/316262004747e04dfdcf2628abbc45cd366c86b8) [#7831](https://github.com/npm/cli/pull/7831) sets node engine range to `^20.17.0 || >=22.9.0` (@reggi)
* [`4c8ba0a`](https://github.com/npm/cli/commit/4c8ba0aa678b532146200e4cc082f151983b0d82) [#7831](https://github.com/npm/cli/pull/7831) for @npmcli/docs sets node engine range to `^20.17.0 || >=22.9.0` (@reggi)
* [`70cd88d`](https://github.com/npm/cli/commit/70cd88d95aa06ac96154c14ee262076704af807f) [#7808](https://github.com/npm/cli/pull/7808) view: sort and truncate dist-tags (#7808) (@wraithgar)
* [`534ad77`](https://github.com/npm/cli/commit/534ad7789e5c61f579f44d782bdd18ea3ff1ee20) [#7795](https://github.com/npm/cli/pull/7795) remove unused parameters catch statements (#7795) (@btea)
### Documentation
* [`feb54f7`](https://github.com/npm/cli/commit/feb54f7e9a39bd52519221bae4fafc8bc70f235e) [#7822](https://github.com/npm/cli/pull/7822) package.json: add libc field (#7822) (@wraithgar)
### Dependencies
* [`75a3f12`](https://github.com/npm/cli/commit/75a3f1228865f426d8790be27f1258e501f2c450) [#7859](https://github.com/npm/cli/pull/7859) remove unused deps (#7859)
* [`f36dc59`](https://github.com/npm/cli/commit/f36dc593ecbfe77439a1d0e31afb5a45de3b8d14) [#7833](https://github.com/npm/cli/pull/7833) `pacote@19.0.1`
* [`7ee15bb`](https://github.com/npm/cli/commit/7ee15bbdc1da0ed85297f47952b66089f29ed3fd) [#7833](https://github.com/npm/cli/pull/7833) bump sigstore from 2.x to 3.0.0 (@bdehamer)
### Chores
* [`ec57f5f`](https://github.com/npm/cli/commit/ec57f5f0831e6e82b87b9ed9ebdfa9fc3d5ba1ee) [#7911](https://github.com/npm/cli/pull/7911) fix dependencies script for circular workspace deps (@wraithgar)
* [`ccd8420`](https://github.com/npm/cli/commit/ccd84201e4e369992289842a5117cb3b531a7a36) [#7911](https://github.com/npm/cli/pull/7911) fix cli tests for audit fallback removal (@wraithgar)
* [`720b4d8`](https://github.com/npm/cli/commit/720b4d807bd2e214a045a9ffa9c56435823a7a05) [#7833](https://github.com/npm/cli/pull/7833) bump @npmcli/arborist to 8.0.0 (@wraithgar)
* [`286739c`](https://github.com/npm/cli/commit/286739c0224bad88c4a38927bafd61973f71098c) [#7824](https://github.com/npm/cli/pull/7824) add creation of a DEPENDENCIES.json file (#7824) (@reggi)
* [`852dd8b`](https://github.com/npm/cli/commit/852dd8bdcb958439d343bcd9fb27fb4f07e95991) [#7831](https://github.com/npm/cli/pull/7831) sets npm 11 to prerelase (@reggi)
* [`95d009e`](https://github.com/npm/cli/commit/95d009e606b187b9e148f4f1119b8a19e5beb7f0) [#7831](https://github.com/npm/cli/pull/7831) update engine `^20.17.0 || >=22.9.0` in actions (@reggi)
* [`5a74478`](https://github.com/npm/cli/commit/5a744782af53d6655669e49d911468934ea5e027) [#7831](https://github.com/npm/cli/pull/7831) update engines `^20.17.0 || >=22.9.0` in package template (@reggi)
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.0.0-pre): `@npmcli/arborist@9.0.0-pre`
* [workspace](https://github.com/npm/cli/releases/tag/config-v10.0.0-pre): `@npmcli/config@10.0.0-pre`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmaccess-v10.0.0-pre): `libnpmaccess@10.0.0-pre`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.0.0-pre): `libnpmdiff@8.0.0-pre`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.0.0-pre): `libnpmexec@10.0.0-pre`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.0-pre): `libnpmfund@7.0.0-pre`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v8.0.0-pre): `libnpmorg@8.0.0-pre`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.0.0-pre): `libnpmpack@9.0.0-pre`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v11.0.0-pre): `libnpmpublish@11.0.0-pre`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmsearch-v9.0.0-pre): `libnpmsearch@9.0.0-pre`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmteam-v8.0.0-pre): `libnpmteam@8.0.0-pre`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmversion-v8.0.0-pre): `libnpmversion@8.0.0-pre`

## [10.9.0](https://github.com/npm/cli/compare/v10.8.3...v10.9.0) (2024-10-03)
### Features
* [`4d57928`](https://github.com/npm/cli/commit/4d57928ea20c1672864dc0c8ebaff5d877e61c9c) [#7766](https://github.com/npm/cli/pull/7766) devEngines (#7766) (@reggi)
Expand Down
12 changes: 6 additions & 6 deletions DEPENDENCIES.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,32 +48,32 @@
[
"@npmcli/docs",
"@npmcli/smoke-tests",
"npm-package-arg",
"@npmcli/mock-globals",
"@npmcli/fs",
"npm-bundled",
"npm-install-checks",
"npm-package-arg",
"normalize-package-data",
"unique-filename",
"npm-packlist",
"bin-links",
"nopt",
"parse-conflict-json",
"read-package-json-fast",
"@npmcli/mock-globals",
"read"
],
[
"@npmcli/eslint-config",
"@npmcli/template-oss",
"ignore-walk",
"semver",
"npm-normalize-package-bin",
"@npmcli/name-from-folder",
"@npmcli/promise-spawn",
"ini",
"hosted-git-info",
"proc-log",
"validate-npm-package-name",
"@npmcli/promise-spawn",
"npm-normalize-package-bin",
"@npmcli/name-from-folder",
"ini",
"json-parse-even-better-errors",
"fs-minipass",
"ssri",
Expand Down
4 changes: 2 additions & 2 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -787,5 +787,5 @@ packages higher up the chain.
- @npmcli/package-json, npm-registry-fetch
- @npmcli/git, make-fetch-happen
- @npmcli/installed-package-contents, npm-pick-manifest, cacache, promzard
- @npmcli/docs, @npmcli/smoke-tests, @npmcli/fs, npm-bundled, npm-install-checks, npm-package-arg, normalize-package-data, unique-filename, npm-packlist, bin-links, nopt, parse-conflict-json, read-package-json-fast, @npmcli/mock-globals, read
- @npmcli/eslint-config, @npmcli/template-oss, ignore-walk, semver, npm-normalize-package-bin, @npmcli/name-from-folder, @npmcli/promise-spawn, ini, hosted-git-info, proc-log, validate-npm-package-name, json-parse-even-better-errors, fs-minipass, ssri, unique-slug, @npmcli/node-gyp, @npmcli/redact, @npmcli/agent, minipass-fetch, @npmcli/query, cmd-shim, read-cmd-shim, write-file-atomic, abbrev, proggy, minify-registry-metadata, mute-stream, npm-audit-report, npm-user-validate
- @npmcli/docs, @npmcli/smoke-tests, npm-package-arg, @npmcli/mock-globals, @npmcli/fs, npm-bundled, npm-install-checks, normalize-package-data, unique-filename, npm-packlist, bin-links, nopt, parse-conflict-json, read-package-json-fast, read
- @npmcli/eslint-config, @npmcli/template-oss, ignore-walk, semver, hosted-git-info, proc-log, validate-npm-package-name, @npmcli/promise-spawn, npm-normalize-package-bin, @npmcli/name-from-folder, ini, json-parse-even-better-errors, fs-minipass, ssri, unique-slug, @npmcli/node-gyp, @npmcli/redact, @npmcli/agent, minipass-fetch, @npmcli/query, cmd-shim, read-cmd-shim, write-file-atomic, abbrev, proggy, minify-registry-metadata, mute-stream, npm-audit-report, npm-user-validate
142 changes: 112 additions & 30 deletions package-lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "10.9.0",
"version": "11.0.0-pre",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "10.9.0",
"version": "11.0.0-pre",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down Expand Up @@ -85,8 +85,8 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^8.0.0",
"@npmcli/config": "^9.0.0",
"@npmcli/arborist": "^9.0.0-pre",
"@npmcli/config": "^10.0.0-pre",
"@npmcli/fs": "^4.0.0",
"@npmcli/map-workspaces": "^4.0.1",
"@npmcli/package-json": "^6.0.1",
Expand All @@ -109,16 +109,16 @@
"init-package-json": "^7.0.1",
"is-cidr": "^5.1.0",
"json-parse-even-better-errors": "^4.0.0",
"libnpmaccess": "^9.0.0",
"libnpmdiff": "^7.0.0",
"libnpmexec": "^9.0.0",
"libnpmfund": "^6.0.0",
"libnpmorg": "^7.0.0",
"libnpmpack": "^8.0.0",
"libnpmpublish": "^10.0.0",
"libnpmsearch": "^8.0.0",
"libnpmteam": "^7.0.0",
"libnpmversion": "^7.0.0",
"libnpmaccess": "^10.0.0-pre",
"libnpmdiff": "^8.0.0-pre",
"libnpmexec": "^10.0.0-pre",
"libnpmfund": "^7.0.0-pre",
"libnpmorg": "^8.0.0-pre",
"libnpmpack": "^9.0.0-pre",
"libnpmpublish": "^11.0.0-pre",
"libnpmsearch": "^9.0.0-pre",
"libnpmteam": "^8.0.0-pre",
"libnpmversion": "^8.0.0-pre",
"make-fetch-happen": "^14.0.1",
"minimatch": "^9.0.5",
"minipass": "^7.1.1",
Expand Down Expand Up @@ -2019,6 +2019,88 @@
"node": "^20.17.0 || >=22.9.0"
}
},
"mock-registry/node_modules/@npmcli/arborist": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-8.0.0.tgz",
"integrity": "sha512-APDXxtXGSftyXibl0dZ3CuZYmmVnkiN3+gkqwXshY4GKC2rof2+Lg0sGuj6H1p2YfBAKd7PRwuMVhu6Pf/nQ/A==",
"dev": true,
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/fs": "^4.0.0",
"@npmcli/installed-package-contents": "^3.0.0",
"@npmcli/map-workspaces": "^4.0.1",
"@npmcli/metavuln-calculator": "^8.0.0",
"@npmcli/name-from-folder": "^3.0.0",
"@npmcli/node-gyp": "^4.0.0",
"@npmcli/package-json": "^6.0.1",
"@npmcli/query": "^4.0.0",
"@npmcli/redact": "^3.0.0",
"@npmcli/run-script": "^9.0.1",
"bin-links": "^5.0.0",
"cacache": "^19.0.1",
"common-ancestor-path": "^1.0.1",
"hosted-git-info": "^8.0.0",
"json-parse-even-better-errors": "^4.0.0",
"json-stringify-nice": "^1.1.4",
"lru-cache": "^10.2.2",
"minimatch": "^9.0.4",
"nopt": "^8.0.0",
"npm-install-checks": "^7.1.0",
"npm-package-arg": "^12.0.0",
"npm-pick-manifest": "^10.0.0",
"npm-registry-fetch": "^18.0.1",
"pacote": "^19.0.0",
"parse-conflict-json": "^4.0.0",
"proc-log": "^5.0.0",
"proggy": "^3.0.0",
"promise-all-reject-late": "^1.0.0",
"promise-call-limit": "^3.0.1",
"read-package-json-fast": "^4.0.0",
"semver": "^7.3.7",
"ssri": "^12.0.0",
"treeverse": "^3.0.0",
"walk-up-path": "^3.0.1"
},
"bin": {
"arborist": "bin/index.js"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
}
},
"mock-registry/node_modules/@npmcli/arborist/node_modules/pacote": {
"version": "19.0.1",
"resolved": "https://registry.npmjs.org/pacote/-/pacote-19.0.1.tgz",
"integrity": "sha512-zIpxWAsr/BvhrkSruspG8aqCQUUrWtpwx0GjiRZQhEM/pZXrigA32ElN3vTcCPUDOFmHr6SFxwYrvVUs5NTEUg==",
"dev": true,
"license": "ISC",
"dependencies": {
"@npmcli/git": "^6.0.0",
"@npmcli/installed-package-contents": "^3.0.0",
"@npmcli/package-json": "^6.0.0",
"@npmcli/promise-spawn": "^8.0.0",
"@npmcli/run-script": "^9.0.0",
"cacache": "^19.0.0",
"fs-minipass": "^3.0.0",
"minipass": "^7.0.2",
"npm-package-arg": "^12.0.0",
"npm-packlist": "^9.0.0",
"npm-pick-manifest": "^10.0.0",
"npm-registry-fetch": "^18.0.0",
"proc-log": "^5.0.0",
"promise-retry": "^2.0.1",
"sigstore": "^3.0.0",
"ssri": "^12.0.0",
"tar": "^6.1.11"
},
"bin": {
"pacote": "bin/index.js"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
}
},
"mock-registry/node_modules/pacote": {
"version": "20.0.0",
"resolved": "https://registry.npmjs.org/pacote/-/pacote-20.0.0.tgz",
Expand Down Expand Up @@ -18413,7 +18495,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "8.0.0",
"version": "9.0.0-pre",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down Expand Up @@ -18471,7 +18553,7 @@
},
"workspaces/config": {
"name": "@npmcli/config",
"version": "9.0.0",
"version": "10.0.0-pre",
"license": "ISC",
"dependencies": {
"@npmcli/map-workspaces": "^4.0.1",
Expand All @@ -18494,7 +18576,7 @@
}
},
"workspaces/libnpmaccess": {
"version": "9.0.0",
"version": "10.0.0-pre",
"license": "ISC",
"dependencies": {
"npm-package-arg": "^12.0.0",
Expand All @@ -18511,10 +18593,10 @@
}
},
"workspaces/libnpmdiff": {
"version": "7.0.0",
"version": "8.0.0-pre",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^8.0.0",
"@npmcli/arborist": "^9.0.0-pre",
"@npmcli/installed-package-contents": "^3.0.0",
"binary-extensions": "^2.3.0",
"diff": "^5.1.0",
Expand All @@ -18533,10 +18615,10 @@
}
},
"workspaces/libnpmexec": {
"version": "9.0.0",
"version": "10.0.0-pre",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^8.0.0",
"@npmcli/arborist": "^9.0.0-pre",
"@npmcli/run-script": "^9.0.1",
"ci-info": "^4.0.0",
"npm-package-arg": "^12.0.0",
Expand All @@ -18562,10 +18644,10 @@
}
},
"workspaces/libnpmfund": {
"version": "6.0.0",
"version": "7.0.0-pre",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^8.0.0"
"@npmcli/arborist": "^9.0.0-pre"
},
"devDependencies": {
"@npmcli/eslint-config": "^5.0.1",
Expand All @@ -18577,7 +18659,7 @@
}
},
"workspaces/libnpmorg": {
"version": "7.0.0",
"version": "8.0.0-pre",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All @@ -18595,10 +18677,10 @@
}
},
"workspaces/libnpmpack": {
"version": "8.0.0",
"version": "9.0.0-pre",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^8.0.0",
"@npmcli/arborist": "^9.0.0-pre",
"@npmcli/run-script": "^9.0.1",
"npm-package-arg": "^12.0.0",
"pacote": "^19.0.0"
Expand All @@ -18615,7 +18697,7 @@
}
},
"workspaces/libnpmpublish": {
"version": "10.0.0",
"version": "11.0.0-pre",
"license": "ISC",
"dependencies": {
"ci-info": "^4.0.0",
Expand All @@ -18639,7 +18721,7 @@
}
},
"workspaces/libnpmsearch": {
"version": "8.0.0",
"version": "9.0.0-pre",
"license": "ISC",
"dependencies": {
"npm-registry-fetch": "^18.0.1"
Expand All @@ -18655,7 +18737,7 @@
}
},
"workspaces/libnpmteam": {
"version": "7.0.0",
"version": "8.0.0-pre",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All @@ -18672,7 +18754,7 @@
}
},
"workspaces/libnpmversion": {
"version": "7.0.0",
"version": "8.0.0-pre",
"license": "ISC",
"dependencies": {
"@npmcli/git": "^6.0.1",
Expand Down
Loading

0 comments on commit a928778

Please sign in to comment.