diff --git a/.release-please-manifest.json b/.release-please-manifest.json index de22e2b80817d..ab629bd013b79 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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" } diff --git a/AUTHORS b/AUTHORS index b8d2affdb7528..68cdef206331a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -949,3 +949,5 @@ Sonny <47546413+sonsurim@users.noreply.github.com> Alessandro Diez Rhys Evans reggi +btea <2356281422@qq.com> +Sander Aalbers <31731300+Sanderovich@users.noreply.github.com> diff --git a/CHANGELOG.md b/CHANGELOG.md index a5adb8eb8b9cc..eae7c75fef33a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,45 @@ # Changelog +## [11.0.0-pre](https://github.com/npm/cli/compare/v10.9.0...v11.0.0-pre) (2024-10-18) +### ⚠️ BREAKING CHANGES +* 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 +* [`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 +* [`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 +* [`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) diff --git a/DEPENDENCIES.json b/DEPENDENCIES.json index 72337999ad90b..7cbe7ac9572a4 100644 --- a/DEPENDENCIES.json +++ b/DEPENDENCIES.json @@ -26,8 +26,8 @@ "libnpmversion" ], [ - "@npmcli/map-workspaces", "@npmcli/run-script", + "@npmcli/map-workspaces", "libnpmorg", "libnpmsearch", "libnpmteam", @@ -43,25 +43,25 @@ "make-fetch-happen" ], [ - "@npmcli/installed-package-contents", "npm-pick-manifest", + "@npmcli/installed-package-contents", "cacache", "promzard" ], [ "@npmcli/docs", - "@npmcli/fs", - "npm-bundled", - "npm-install-checks", "npm-package-arg", + "npm-install-checks", + "npm-bundled", "normalize-package-data", + "@npmcli/fs", "unique-filename", "npm-packlist", + "@npmcli/mock-globals", "bin-links", "nopt", "parse-conflict-json", "read-package-json-fast", - "@npmcli/mock-globals", "read" ], [ @@ -69,21 +69,21 @@ "@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", + "ini", + "npm-normalize-package-bin", "json-parse-even-better-errors", + "@npmcli/node-gyp", "fs-minipass", "ssri", "unique-slug", - "@npmcli/node-gyp", "@npmcli/redact", "@npmcli/agent", "minipass-fetch", + "@npmcli/name-from-folder", "@npmcli/query", "cmd-shim", "read-cmd-shim", diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 884952f7016a5..0b173d327356d 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -317,7 +317,6 @@ graph LR; isaacs-cliui-->strip-ansi; isaacs-cliui-->wrap-ansi-cjs; isaacs-cliui-->wrap-ansi; - isaacs-fs-minipass-->minipass; jackspeak-->isaacs-cliui["@isaacs/cliui"]; jackspeak-->pkgjs-parseargs["@pkgjs/parseargs"]; libnpmaccess-->nock; @@ -756,7 +755,6 @@ graph LR; strip-ansi-->ansi-regex; tar-->chownr; tar-->fs-minipass; - tar-->isaacs-fs-minipass["@isaacs/fs-minipass"]; tar-->minipass; tar-->minizlib; tar-->mkdirp; @@ -790,9 +788,9 @@ packages higher up the chain. - @npmcli/arborist - @npmcli/metavuln-calculator - pacote, @npmcli/config, libnpmversion - - @npmcli/map-workspaces, @npmcli/run-script, libnpmorg, libnpmsearch, libnpmteam, init-package-json, npm-profile + - @npmcli/run-script, @npmcli/map-workspaces, libnpmorg, libnpmsearch, libnpmteam, init-package-json, npm-profile - @npmcli/package-json, npm-registry-fetch - @npmcli/git, make-fetch-happen - - @npmcli/installed-package-contents, npm-pick-manifest, cacache, promzard - - @npmcli/docs, @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 + - npm-pick-manifest, @npmcli/installed-package-contents, cacache, promzard + - @npmcli/docs, npm-package-arg, npm-install-checks, npm-bundled, normalize-package-data, @npmcli/fs, unique-filename, npm-packlist, @npmcli/mock-globals, 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, ini, npm-normalize-package-bin, json-parse-even-better-errors, @npmcli/node-gyp, fs-minipass, ssri, unique-slug, @npmcli/redact, @npmcli/agent, minipass-fetch, @npmcli/name-from-folder, @npmcli/query, cmd-shim, read-cmd-shim, write-file-atomic, abbrev, proggy, minify-registry-metadata, mute-stream, npm-audit-report, npm-user-validate diff --git a/package-lock.json b/package-lock.json index 7e54d59dfb508..82e74391a0cd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", @@ -86,8 +86,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", @@ -110,16 +110,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", @@ -239,6 +239,56 @@ "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" + } + }, "node_modules/@actions/core": { "version": "1.10.1", "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz", @@ -16878,7 +16928,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", @@ -16936,7 +16986,7 @@ }, "workspaces/config": { "name": "@npmcli/config", - "version": "9.0.0", + "version": "10.0.0-pre", "license": "ISC", "dependencies": { "@npmcli/map-workspaces": "^4.0.1", @@ -16959,7 +17009,7 @@ } }, "workspaces/libnpmaccess": { - "version": "9.0.0", + "version": "10.0.0-pre", "license": "ISC", "dependencies": { "npm-package-arg": "^12.0.0", @@ -16977,10 +17027,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", @@ -16999,10 +17049,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", @@ -17028,10 +17078,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", @@ -17043,7 +17093,7 @@ } }, "workspaces/libnpmorg": { - "version": "7.0.0", + "version": "8.0.0-pre", "license": "ISC", "dependencies": { "aproba": "^2.0.0", @@ -17061,10 +17111,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" @@ -17081,7 +17131,7 @@ } }, "workspaces/libnpmpublish": { - "version": "10.0.0", + "version": "11.0.0-pre", "license": "ISC", "dependencies": { "ci-info": "^4.0.0", @@ -17106,7 +17156,7 @@ } }, "workspaces/libnpmsearch": { - "version": "8.0.0", + "version": "9.0.0-pre", "license": "ISC", "dependencies": { "npm-registry-fetch": "^18.0.1" @@ -17122,7 +17172,7 @@ } }, "workspaces/libnpmteam": { - "version": "7.0.0", + "version": "8.0.0-pre", "license": "ISC", "dependencies": { "aproba": "^2.0.0", @@ -17139,7 +17189,7 @@ } }, "workspaces/libnpmversion": { - "version": "7.0.0", + "version": "8.0.0-pre", "license": "ISC", "dependencies": { "@npmcli/git": "^6.0.1", diff --git a/package.json b/package.json index d05128a305710..1611943ffa1a5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "10.9.0", + "version": "11.0.0-pre", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [ @@ -52,8 +52,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", @@ -76,16 +76,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", diff --git a/workspaces/arborist/CHANGELOG.md b/workspaces/arborist/CHANGELOG.md index 5bd85fd2bf2ef..bbdf6539e90e0 100644 --- a/workspaces/arborist/CHANGELOG.md +++ b/workspaces/arborist/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [9.0.0-pre](https://github.com/npm/cli/compare/arborist-v8.0.0...arborist-v9.0.0-pre) (2024-10-18) +### ⚠️ BREAKING CHANGES +* @npmcli/arborist now supports node `^20.17.0 || >=22.9.0` +### Bug Fixes +* [`3ffc08b`](https://github.com/npm/cli/commit/3ffc08bc848ed262ab95e37593c8c058fd633caa) [#7831](https://github.com/npm/cli/pull/7831) for @npmcli/arborist sets node engine range to `^20.17.0 || >=22.9.0` (@reggi) + ## [8.0.0](https://github.com/npm/cli/compare/arborist-v7.5.4...arborist-v8.0.0) (2024-10-03) ### ⚠️ BREAKING CHANGES * `@npmcli/arborist` now supports node `^18.17.0 || >=20.5.0` diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json index 52add84af1496..8fc2da008ae9a 100644 --- a/workspaces/arborist/package.json +++ b/workspaces/arborist/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/arborist", - "version": "8.0.0", + "version": "9.0.0-pre", "description": "Manage node_modules trees", "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", diff --git a/workspaces/config/CHANGELOG.md b/workspaces/config/CHANGELOG.md index a5ca754d833e9..90baad832836b 100644 --- a/workspaces/config/CHANGELOG.md +++ b/workspaces/config/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [10.0.0-pre](https://github.com/npm/cli/compare/config-v9.0.0...config-v10.0.0-pre) (2024-10-18) +### ⚠️ BREAKING CHANGES +* @npmcli/config now supports node `^20.17.0 || >=22.9.0` +### Bug Fixes +* [`6e11eb2`](https://github.com/npm/cli/commit/6e11eb2cf663b6566f4fcf10b2b9d4fbce615b5d) [#7831](https://github.com/npm/cli/pull/7831) for @npmcli/config sets node engine range to `^20.17.0 || >=22.9.0` (@reggi) + ## [9.0.0](https://github.com/npm/cli/compare/config-v8.3.4...config-v9.0.0) (2024-10-03) ### ⚠️ BREAKING CHANGES * `@npmcli/config` now supports node `^18.17.0 || >=20.5.0` diff --git a/workspaces/config/package.json b/workspaces/config/package.json index b4cff9eea54eb..91a44c8fae344 100644 --- a/workspaces/config/package.json +++ b/workspaces/config/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/config", - "version": "9.0.0", + "version": "10.0.0-pre", "files": [ "bin/", "lib/" diff --git a/workspaces/libnpmaccess/CHANGELOG.md b/workspaces/libnpmaccess/CHANGELOG.md index 38cf797b4e7f1..9036b90b268b5 100644 --- a/workspaces/libnpmaccess/CHANGELOG.md +++ b/workspaces/libnpmaccess/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [10.0.0-pre](https://github.com/npm/cli/compare/libnpmaccess-v9.0.0...libnpmaccess-v10.0.0-pre) (2024-10-18) +### ⚠️ BREAKING CHANGES +* libnpmaccess now supports node `^20.17.0 || >=22.9.0` +### Bug Fixes +* [`687cfaf`](https://github.com/npm/cli/commit/687cfafa91af13048037c5f544c15c00cf52921e) [#7831](https://github.com/npm/cli/pull/7831) for libnpmaccess sets node engine range to `^20.17.0 || >=22.9.0` (@reggi) + ## [9.0.0](https://github.com/npm/cli/compare/libnpmaccess-v8.0.6...libnpmaccess-v9.0.0) (2024-10-03) ### ⚠️ BREAKING CHANGES * `libnpmaccess` now supports node `^18.17.0 || >=20.5.0` diff --git a/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json index 3a966527ca522..bf123334f4ddb 100644 --- a/workspaces/libnpmaccess/package.json +++ b/workspaces/libnpmaccess/package.json @@ -1,6 +1,6 @@ { "name": "libnpmaccess", - "version": "9.0.0", + "version": "10.0.0-pre", "description": "programmatic library for `npm access` commands", "author": "GitHub Inc.", "license": "ISC", diff --git a/workspaces/libnpmdiff/CHANGELOG.md b/workspaces/libnpmdiff/CHANGELOG.md index b08245b2aa350..ff91c37bef891 100644 --- a/workspaces/libnpmdiff/CHANGELOG.md +++ b/workspaces/libnpmdiff/CHANGELOG.md @@ -4,6 +4,17 @@ * [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.5.4): `@npmcli/arborist@7.5.4` +## [8.0.0-pre](https://github.com/npm/cli/compare/libnpmdiff-v7.0.0...libnpmdiff-v8.0.0-pre) (2024-10-18) +### ⚠️ BREAKING CHANGES +* libnpmdiff now supports node `^20.17.0 || >=22.9.0` +### Bug Fixes +* [`dab3042`](https://github.com/npm/cli/commit/dab304274805ac64a0cb063eb21fa7d26fb5c1ce) [#7831](https://github.com/npm/cli/pull/7831) for libnpmdiff sets node engine range to `^20.17.0 || >=22.9.0` (@reggi) + + +### Dependencies + +* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.0.0-pre): `@npmcli/arborist@9.0.0-pre` + ## [7.0.0](https://github.com/npm/cli/compare/libnpmdiff-v6.1.4...libnpmdiff-v7.0.0) (2024-10-03) ### ⚠️ BREAKING CHANGES * `libnpmdiff` now supports node `^18.17.0 || >=20.5.0` diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json index dfbee091c7b0d..3f303a5a07f5f 100644 --- a/workspaces/libnpmdiff/package.json +++ b/workspaces/libnpmdiff/package.json @@ -1,6 +1,6 @@ { "name": "libnpmdiff", - "version": "7.0.0", + "version": "8.0.0-pre", "description": "The registry diff", "repository": { "type": "git", @@ -47,7 +47,7 @@ "tap": "^16.3.8" }, "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", diff --git a/workspaces/libnpmexec/CHANGELOG.md b/workspaces/libnpmexec/CHANGELOG.md index 0b742f54dc872..54689849f9647 100644 --- a/workspaces/libnpmexec/CHANGELOG.md +++ b/workspaces/libnpmexec/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [10.0.0-pre](https://github.com/npm/cli/compare/libnpmexec-v9.0.0...libnpmexec-v10.0.0-pre) (2024-10-18) +### ⚠️ BREAKING CHANGES +* libnpmexec now supports node `^20.17.0 || >=22.9.0` +### Bug Fixes +* [`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) +* [`2902d4c`](https://github.com/npm/cli/commit/2902d4cfd363eac1dd011e90bd9a1b156852155c) [#7831](https://github.com/npm/cli/pull/7831) for libnpmexec sets node engine range to `^20.17.0 || >=22.9.0` (@reggi) + + +### Dependencies + +* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.0.0-pre): `@npmcli/arborist@9.0.0-pre` + ## [9.0.0](https://github.com/npm/cli/compare/libnpmexec-v8.1.4...libnpmexec-v9.0.0) (2024-10-03) ### ⚠️ BREAKING CHANGES * `libnpmexec` now supports node `^18.17.0 || >=20.5.0` diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json index 7b511c3df21fc..e6a3d58f6870b 100644 --- a/workspaces/libnpmexec/package.json +++ b/workspaces/libnpmexec/package.json @@ -1,6 +1,6 @@ { "name": "libnpmexec", - "version": "9.0.0", + "version": "10.0.0-pre", "files": [ "bin/", "lib/" @@ -60,7 +60,7 @@ "tap": "^16.3.8" }, "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", diff --git a/workspaces/libnpmfund/CHANGELOG.md b/workspaces/libnpmfund/CHANGELOG.md index 981c05e518902..66a3d11d3a39b 100644 --- a/workspaces/libnpmfund/CHANGELOG.md +++ b/workspaces/libnpmfund/CHANGELOG.md @@ -8,6 +8,17 @@ * [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.5.4): `@npmcli/arborist@7.5.4` +## [7.0.0-pre](https://github.com/npm/cli/compare/libnpmfund-v6.0.0...libnpmfund-v7.0.0-pre) (2024-10-18) +### ⚠️ BREAKING CHANGES +* libnpmfund now supports node `^20.17.0 || >=22.9.0` +### Bug Fixes +* [`44be07c`](https://github.com/npm/cli/commit/44be07cdb6d4e12a41569405e1a13b2d15fc103d) [#7831](https://github.com/npm/cli/pull/7831) for libnpmfund sets node engine range to `^20.17.0 || >=22.9.0` (@reggi) + + +### Dependencies + +* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.0.0-pre): `@npmcli/arborist@9.0.0-pre` + ## [6.0.0](https://github.com/npm/cli/compare/libnpmfund-v5.0.12...libnpmfund-v6.0.0) (2024-10-03) ### ⚠️ BREAKING CHANGES * `libnpmfund` now supports node `^18.17.0 || >=20.5.0` diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json index 1e288d36a8ba1..ee576ebe2049a 100644 --- a/workspaces/libnpmfund/package.json +++ b/workspaces/libnpmfund/package.json @@ -1,6 +1,6 @@ { "name": "libnpmfund", - "version": "6.0.0", + "version": "7.0.0-pre", "main": "lib/index.js", "files": [ "bin/", @@ -46,7 +46,7 @@ "tap": "^16.3.8" }, "dependencies": { - "@npmcli/arborist": "^8.0.0" + "@npmcli/arborist": "^9.0.0-pre" }, "engines": { "node": "^20.17.0 || >=22.9.0" diff --git a/workspaces/libnpmorg/CHANGELOG.md b/workspaces/libnpmorg/CHANGELOG.md index c067da992a445..5cb4858f0553a 100644 --- a/workspaces/libnpmorg/CHANGELOG.md +++ b/workspaces/libnpmorg/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [8.0.0-pre](https://github.com/npm/cli/compare/libnpmorg-v7.0.0...libnpmorg-v8.0.0-pre) (2024-10-18) +### ⚠️ BREAKING CHANGES +* libnpmorg now supports node `^20.17.0 || >=22.9.0` +### Bug Fixes +* [`62c4604`](https://github.com/npm/cli/commit/62c4604c9c1fcdb511f922d40edb1aecb6f9943d) [#7831](https://github.com/npm/cli/pull/7831) for libnpmorg sets node engine range to `^20.17.0 || >=22.9.0` (@reggi) + ## [7.0.0](https://github.com/npm/cli/compare/libnpmorg-v6.0.6...libnpmorg-v7.0.0) (2024-10-03) ### ⚠️ BREAKING CHANGES * `libnpmorg` now supports node `^18.17.0 || >=20.5.0` diff --git a/workspaces/libnpmorg/package.json b/workspaces/libnpmorg/package.json index fe7c64def35a6..5fbbefd16512a 100644 --- a/workspaces/libnpmorg/package.json +++ b/workspaces/libnpmorg/package.json @@ -1,6 +1,6 @@ { "name": "libnpmorg", - "version": "7.0.0", + "version": "8.0.0-pre", "description": "Programmatic api for `npm org` commands", "author": "GitHub Inc.", "main": "lib/index.js", diff --git a/workspaces/libnpmpack/CHANGELOG.md b/workspaces/libnpmpack/CHANGELOG.md index 9f2b55e2c439b..74ceff0f9ea94 100644 --- a/workspaces/libnpmpack/CHANGELOG.md +++ b/workspaces/libnpmpack/CHANGELOG.md @@ -4,6 +4,18 @@ * [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.5.4): `@npmcli/arborist@7.5.4` +## [9.0.0-pre](https://github.com/npm/cli/compare/libnpmpack-v8.0.0...libnpmpack-v9.0.0-pre) (2024-10-18) +### ⚠️ BREAKING CHANGES +* libnpmpack now supports node `^20.17.0 || >=22.9.0` +### Bug Fixes +* [`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) +* [`f7b41a3`](https://github.com/npm/cli/commit/f7b41a3ea257bf4a34e141802d7b0beaccd16f04) [#7831](https://github.com/npm/cli/pull/7831) for libnpmpack sets node engine range to `^20.17.0 || >=22.9.0` (@reggi) + + +### Dependencies + +* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.0.0-pre): `@npmcli/arborist@9.0.0-pre` + ## [8.0.0](https://github.com/npm/cli/compare/libnpmpack-v7.0.4...libnpmpack-v8.0.0) (2024-10-03) ### ⚠️ BREAKING CHANGES * `libnpmpack` now supports node `^18.17.0 || >=20.5.0` diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json index 90d1cabf2c1d3..d4915301eaf45 100644 --- a/workspaces/libnpmpack/package.json +++ b/workspaces/libnpmpack/package.json @@ -1,6 +1,6 @@ { "name": "libnpmpack", - "version": "8.0.0", + "version": "9.0.0-pre", "description": "Programmatic API for the bits behind npm pack", "author": "GitHub Inc.", "main": "lib/index.js", @@ -37,7 +37,7 @@ "bugs": "https://github.com/npm/libnpmpack/issues", "homepage": "https://npmjs.com/package/libnpmpack", "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" diff --git a/workspaces/libnpmpublish/CHANGELOG.md b/workspaces/libnpmpublish/CHANGELOG.md index b8556ebc87070..40af0293abc12 100644 --- a/workspaces/libnpmpublish/CHANGELOG.md +++ b/workspaces/libnpmpublish/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [11.0.0-pre](https://github.com/npm/cli/compare/libnpmpublish-v10.0.0...libnpmpublish-v11.0.0-pre) (2024-10-18) +### ⚠️ 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`](https://github.com/npm/cli/commit/f75da94f3bed6c0b637044e88098ec354cf302b0) [#7833](https://github.com/npm/cli/pull/7833) update libnpmpublish tests for sigstore 3.0.0 (@bdehamer) +* [`a2f8af0`](https://github.com/npm/cli/commit/a2f8af0437a7d5a1219c3b01f0120ca45fae607d) [#7831](https://github.com/npm/cli/pull/7831) for libnpmpublish sets node engine range to `^20.17.0 || >=22.9.0` (@reggi) +### Dependencies +* [`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) + ## [10.0.0](https://github.com/npm/cli/compare/libnpmpublish-v9.0.9...libnpmpublish-v10.0.0) (2024-10-03) ### ⚠️ BREAKING CHANGES * `libnpmpublish` now supports node `^18.17.0 || >=20.5.0` diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json index 105d2efca6fb4..dd040b0dc9c8c 100644 --- a/workspaces/libnpmpublish/package.json +++ b/workspaces/libnpmpublish/package.json @@ -1,6 +1,6 @@ { "name": "libnpmpublish", - "version": "10.0.0", + "version": "11.0.0-pre", "description": "Programmatic API for the bits behind npm publish and unpublish", "author": "GitHub Inc.", "main": "lib/index.js", diff --git a/workspaces/libnpmsearch/CHANGELOG.md b/workspaces/libnpmsearch/CHANGELOG.md index 6b0371d7708e8..015712a2228fa 100644 --- a/workspaces/libnpmsearch/CHANGELOG.md +++ b/workspaces/libnpmsearch/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [9.0.0-pre](https://github.com/npm/cli/compare/libnpmsearch-v8.0.0...libnpmsearch-v9.0.0-pre) (2024-10-18) +### ⚠️ BREAKING CHANGES +* libnpmsearch now supports node `^20.17.0 || >=22.9.0` +### Bug Fixes +* [`2f2ee15`](https://github.com/npm/cli/commit/2f2ee1541db6c9c24582ce8a24dfb4702d22b759) [#7831](https://github.com/npm/cli/pull/7831) for libnpmsearch sets node engine range to `^20.17.0 || >=22.9.0` (@reggi) + ## [8.0.0](https://github.com/npm/cli/compare/libnpmsearch-v7.0.6...libnpmsearch-v8.0.0) (2024-10-03) ### ⚠️ BREAKING CHANGES * `libnpmsearch` now supports node `^18.17.0 || >=20.5.0` diff --git a/workspaces/libnpmsearch/package.json b/workspaces/libnpmsearch/package.json index 41968da6decd0..01a9b7fbdce28 100644 --- a/workspaces/libnpmsearch/package.json +++ b/workspaces/libnpmsearch/package.json @@ -1,6 +1,6 @@ { "name": "libnpmsearch", - "version": "8.0.0", + "version": "9.0.0-pre", "description": "Programmatic API for searching in npm and compatible registries.", "author": "GitHub Inc.", "main": "lib/index.js", diff --git a/workspaces/libnpmteam/CHANGELOG.md b/workspaces/libnpmteam/CHANGELOG.md index 855a30444806d..4f9d9c07e0037 100644 --- a/workspaces/libnpmteam/CHANGELOG.md +++ b/workspaces/libnpmteam/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [8.0.0-pre](https://github.com/npm/cli/compare/libnpmteam-v7.0.0...libnpmteam-v8.0.0-pre) (2024-10-18) +### ⚠️ BREAKING CHANGES +* libnpmteam now supports node `^20.17.0 || >=22.9.0` +### Bug Fixes +* [`9561fa7`](https://github.com/npm/cli/commit/9561fa7fde679bd7bd8b2da40ed40959a9680b2d) [#7831](https://github.com/npm/cli/pull/7831) for libnpmteam sets node engine range to `^20.17.0 || >=22.9.0` (@reggi) + ## [7.0.0](https://github.com/npm/cli/compare/libnpmteam-v6.0.5...libnpmteam-v7.0.0) (2024-10-03) ### ⚠️ BREAKING CHANGES * `libnpmteam` now supports node `^18.17.0 || >=20.5.0` diff --git a/workspaces/libnpmteam/package.json b/workspaces/libnpmteam/package.json index 85bd4a721acc4..848d9c3a0a9d0 100644 --- a/workspaces/libnpmteam/package.json +++ b/workspaces/libnpmteam/package.json @@ -1,7 +1,7 @@ { "name": "libnpmteam", "description": "npm Team management APIs", - "version": "7.0.0", + "version": "8.0.0-pre", "author": "GitHub Inc.", "license": "ISC", "main": "lib/index.js", diff --git a/workspaces/libnpmversion/CHANGELOG.md b/workspaces/libnpmversion/CHANGELOG.md index f2fe2be97eda6..6384e7749f728 100644 --- a/workspaces/libnpmversion/CHANGELOG.md +++ b/workspaces/libnpmversion/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [8.0.0-pre](https://github.com/npm/cli/compare/libnpmversion-v7.0.0...libnpmversion-v8.0.0-pre) (2024-10-18) +### ⚠️ BREAKING CHANGES +* libnpmversion now supports node `^20.17.0 || >=22.9.0` +### Bug Fixes +* [`57eef8d`](https://github.com/npm/cli/commit/57eef8df822885ebc57096a591191bdbb3f0c95b) [#7831](https://github.com/npm/cli/pull/7831) for libnpmversion sets node engine range to `^20.17.0 || >=22.9.0` (@reggi) + ## [7.0.0](https://github.com/npm/cli/compare/libnpmversion-v6.0.3...libnpmversion-v7.0.0) (2024-10-03) ### ⚠️ BREAKING CHANGES * `libnpmversion` now supports node `^18.17.0 || >=20.5.0` diff --git a/workspaces/libnpmversion/package.json b/workspaces/libnpmversion/package.json index 9cc16c9b42016..40f7ff92674d8 100644 --- a/workspaces/libnpmversion/package.json +++ b/workspaces/libnpmversion/package.json @@ -1,6 +1,6 @@ { "name": "libnpmversion", - "version": "7.0.0", + "version": "8.0.0-pre", "main": "lib/index.js", "files": [ "bin/",