From 5f28ea616e3918ac1038f523cb4fc75443e470c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 18:17:43 +0000 Subject: [PATCH] chore: release 12.0.0-pre.3 --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 8 ++++---- package.json | 4 ++-- workspaces/config/CHANGELOG.md | 4 ++++ workspaces/config/package.json | 2 +- 6 files changed, 25 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 717393425eac8..1d3a30c38da42 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "12.0.0-pre.2", + ".": "12.0.0-pre.3", "workspaces/arborist": "10.0.0-pre.2", "workspaces/libnpmaccess": "11.0.0-pre.0", "workspaces/libnpmdiff": "9.0.0-pre.1", @@ -11,5 +11,5 @@ "workspaces/libnpmsearch": "10.0.0-pre.0", "workspaces/libnpmteam": "9.0.0-pre.0", "workspaces/libnpmversion": "9.0.0-pre.1", - "workspaces/config": "11.0.0-pre.2" + "workspaces/config": "11.0.0-pre.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 99a184d170466..b922184a4c6ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [12.0.0-pre.3](https://github.com/npm/cli/compare/v12.0.0-pre.2...v12.0.0-pre.3) (2026-07-08) +### Features +* [`fd75880`](https://github.com/npm/cli/commit/fd7588081c1944d718715c17adb2cd125d5cefc5) [#9729](https://github.com/npm/cli/pull/9729) warn instead of error on unknown .npmrc configs (#9729) (@reggi) +* [`42b12c2`](https://github.com/npm/cli/commit/42b12c250ff3e2ecd756fd82666454ebafc9386c) [#9697](https://github.com/npm/cli/pull/9697) install-scripts: use install-scripts as the warning log title (@manzoorwanijk) +### Chores +* [`6fefd0e`](https://github.com/npm/cli/commit/6fefd0e119c7c2b533019b2428d868d738a6b461) [#9733](https://github.com/npm/cli/pull/9733) clarify unknown-config breaking change note in changelog (#9733) (@reggi, @Copilot) + + +### Dependencies + +* [workspace](https://github.com/npm/cli/releases/tag/config-v11.0.0-pre.3): `@npmcli/config@11.0.0-pre.3` + ## [12.0.0-pre.2](https://github.com/npm/cli/compare/v12.0.0-pre.1...v12.0.0-pre.2) (2026-06-29) ### Features * [`b51d156`](https://github.com/npm/cli/commit/b51d156fd9858f418775df9c70859377eba1fa0c) [#9672](https://github.com/npm/cli/pull/9672) arborist: extend replace-registry-host with URL prefix matching (#6110) (#9672) (@u2mejc) diff --git a/package-lock.json b/package-lock.json index ed5a825adad07..023a4cf58fa9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "12.0.0-pre.2", + "version": "12.0.0-pre.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "12.0.0-pre.2", + "version": "12.0.0-pre.3", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -88,7 +88,7 @@ "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", "@npmcli/arborist": "^10.0.0-pre.2", - "@npmcli/config": "^11.0.0-pre.2", + "@npmcli/config": "^11.0.0-pre.3", "@npmcli/fs": "^6.0.0", "@npmcli/git": "^8.0.0", "@npmcli/map-workspaces": "^6.0.0", @@ -15952,7 +15952,7 @@ }, "workspaces/config": { "name": "@npmcli/config", - "version": "11.0.0-pre.2", + "version": "11.0.0-pre.3", "license": "ISC", "dependencies": { "@npmcli/map-workspaces": "^6.0.0", diff --git a/package.json b/package.json index ffad4b1b76008..4282deed8b636 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "12.0.0-pre.2", + "version": "12.0.0-pre.3", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [ @@ -49,7 +49,7 @@ "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", "@npmcli/arborist": "^10.0.0-pre.2", - "@npmcli/config": "^11.0.0-pre.2", + "@npmcli/config": "^11.0.0-pre.3", "@npmcli/fs": "^6.0.0", "@npmcli/git": "^8.0.0", "@npmcli/map-workspaces": "^6.0.0", diff --git a/workspaces/config/CHANGELOG.md b/workspaces/config/CHANGELOG.md index 156495267bd46..680c1af994f9c 100644 --- a/workspaces/config/CHANGELOG.md +++ b/workspaces/config/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [11.0.0-pre.3](https://github.com/npm/cli/compare/config-v11.0.0-pre.2...config-v11.0.0-pre.3) (2026-07-08) +### Features +* [`fd75880`](https://github.com/npm/cli/commit/fd7588081c1944d718715c17adb2cd125d5cefc5) [#9729](https://github.com/npm/cli/pull/9729) warn instead of error on unknown .npmrc configs (#9729) (@reggi) + ## [11.0.0-pre.2](https://github.com/npm/cli/compare/config-v11.0.0-pre.1...config-v11.0.0-pre.2) (2026-06-29) ### Features * [`b51d156`](https://github.com/npm/cli/commit/b51d156fd9858f418775df9c70859377eba1fa0c) [#9672](https://github.com/npm/cli/pull/9672) arborist: extend replace-registry-host with URL prefix matching (#6110) (#9672) (@u2mejc) diff --git a/workspaces/config/package.json b/workspaces/config/package.json index d7e01fb102b08..601c2f64512bd 100644 --- a/workspaces/config/package.json +++ b/workspaces/config/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/config", - "version": "11.0.0-pre.2", + "version": "11.0.0-pre.3", "files": [ "bin/", "lib/"