diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9b96b576e4ba8..c0f8b85b13b39 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "11.6.3", + ".": "11.6.4", "workspaces/arborist": "9.1.7", "workspaces/libnpmaccess": "10.0.3", "workspaces/libnpmdiff": "8.0.10", @@ -11,5 +11,5 @@ "workspaces/libnpmsearch": "9.0.1", "workspaces/libnpmteam": "8.0.2", "workspaces/libnpmversion": "8.0.3", - "workspaces/config": "10.4.3" + "workspaces/config": "10.4.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eec9644e23343..60550b1a39c15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### Dependencies + +* [workspace](https://github.com/npm/cli/releases/tag/config-v10.4.4): `@npmcli/config@10.4.4` + ## [11.6.3](https://github.com/npm/cli/compare/v11.6.2...v11.6.3) (2025-11-19) ### Bug Fixes * [`c6242d9`](https://github.com/npm/cli/commit/c6242d92e5227e0a772d9cfe474ea57776af79e0) [#8706](https://github.com/npm/cli/pull/8706) change npm profile to create tokens with GAT support (#8706) (@owlstronaut, @wraithgar) diff --git a/package-lock.json b/package-lock.json index 48fd147058671..2e1eb0cbb47db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "11.6.3", + "version": "11.6.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "11.6.3", + "version": "11.6.4", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -86,7 +86,7 @@ "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", "@npmcli/arborist": "^9.1.7", - "@npmcli/config": "^10.4.3", + "@npmcli/config": "^10.4.4", "@npmcli/fs": "^4.0.0", "@npmcli/map-workspaces": "^5.0.1", "@npmcli/metavuln-calculator": "^9.0.3", @@ -14652,7 +14652,7 @@ }, "workspaces/config": { "name": "@npmcli/config", - "version": "10.4.3", + "version": "10.4.4", "license": "ISC", "dependencies": { "@npmcli/map-workspaces": "^5.0.0", diff --git a/package.json b/package.json index 5f0d88f4582ad..6bc089b035df8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "11.6.3", + "version": "11.6.4", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [ @@ -53,7 +53,7 @@ "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", "@npmcli/arborist": "^9.1.7", - "@npmcli/config": "^10.4.3", + "@npmcli/config": "^10.4.4", "@npmcli/fs": "^4.0.0", "@npmcli/map-workspaces": "^5.0.1", "@npmcli/metavuln-calculator": "^9.0.3", diff --git a/workspaces/config/CHANGELOG.md b/workspaces/config/CHANGELOG.md index 525696c02e497..fcb37f7f5747b 100644 --- a/workspaces/config/CHANGELOG.md +++ b/workspaces/config/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [10.4.4](https://github.com/npm/cli/compare/config-v10.4.3...config-v10.4.4) (2025-11-20) +### Bug Fixes +* [`958b10e`](https://github.com/npm/cli/commit/958b10e52f442f73796a92c7bbb7d2808bb5bbe5) [#8761](https://github.com/npm/cli/pull/8761) move config.list to a getter (#8761) (@wraithgar) + ## [10.4.3](https://github.com/npm/cli/compare/config-v10.4.2...config-v10.4.3) (2025-11-19) ### Bug Fixes * [`c6242d9`](https://github.com/npm/cli/commit/c6242d92e5227e0a772d9cfe474ea57776af79e0) [#8706](https://github.com/npm/cli/pull/8706) change npm profile to create tokens with GAT support (#8706) (@owlstronaut, @wraithgar) diff --git a/workspaces/config/package.json b/workspaces/config/package.json index 7317cda73cd81..8ea6147fcb682 100644 --- a/workspaces/config/package.json +++ b/workspaces/config/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/config", - "version": "10.4.3", + "version": "10.4.4", "files": [ "bin/", "lib/"