Skip to content

Commit dcfa2ce

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 11.6.4
1 parent 958b10e commit dcfa2ce

File tree

6 files changed

+17
-9
lines changed

6 files changed

+17
-9
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "11.6.3",
2+
".": "11.6.4",
33
"workspaces/arborist": "9.1.7",
44
"workspaces/libnpmaccess": "10.0.3",
55
"workspaces/libnpmdiff": "8.0.10",
@@ -11,5 +11,5 @@
1111
"workspaces/libnpmsearch": "9.0.1",
1212
"workspaces/libnpmteam": "8.0.2",
1313
"workspaces/libnpmversion": "8.0.3",
14-
"workspaces/config": "10.4.3"
14+
"workspaces/config": "10.4.4"
1515
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### Dependencies
4+
5+
* [workspace](https://github.com/npm/cli/releases/tag/config-v10.4.4): `@npmcli/[email protected]`
6+
37
## [11.6.3](https://github.com/npm/cli/compare/v11.6.2...v11.6.3) (2025-11-19)
48
### Bug Fixes
59
* [`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)

package-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "11.6.3",
3+
"version": "11.6.4",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "11.6.3",
9+
"version": "11.6.4",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -86,7 +86,7 @@
8686
"dependencies": {
8787
"@isaacs/string-locale-compare": "^1.1.0",
8888
"@npmcli/arborist": "^9.1.7",
89-
"@npmcli/config": "^10.4.3",
89+
"@npmcli/config": "^10.4.4",
9090
"@npmcli/fs": "^4.0.0",
9191
"@npmcli/map-workspaces": "^5.0.1",
9292
"@npmcli/metavuln-calculator": "^9.0.3",
@@ -14652,7 +14652,7 @@
1465214652
},
1465314653
"workspaces/config": {
1465414654
"name": "@npmcli/config",
14655-
"version": "10.4.3",
14655+
"version": "10.4.4",
1465614656
"license": "ISC",
1465714657
"dependencies": {
1465814658
"@npmcli/map-workspaces": "^5.0.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.6.3",
2+
"version": "11.6.4",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -53,7 +53,7 @@
5353
"dependencies": {
5454
"@isaacs/string-locale-compare": "^1.1.0",
5555
"@npmcli/arborist": "^9.1.7",
56-
"@npmcli/config": "^10.4.3",
56+
"@npmcli/config": "^10.4.4",
5757
"@npmcli/fs": "^4.0.0",
5858
"@npmcli/map-workspaces": "^5.0.1",
5959
"@npmcli/metavuln-calculator": "^9.0.3",

workspaces/config/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [10.4.4](https://github.com/npm/cli/compare/config-v10.4.3...config-v10.4.4) (2025-11-20)
4+
### Bug Fixes
5+
* [`958b10e`](https://github.com/npm/cli/commit/958b10e52f442f73796a92c7bbb7d2808bb5bbe5) [#8761](https://github.com/npm/cli/pull/8761) move config.list to a getter (#8761) (@wraithgar)
6+
37
## [10.4.3](https://github.com/npm/cli/compare/config-v10.4.2...config-v10.4.3) (2025-11-19)
48
### Bug Fixes
59
* [`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)

workspaces/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/config",
3-
"version": "10.4.3",
3+
"version": "10.4.4",
44
"files": [
55
"bin/",
66
"lib/"

0 commit comments

Comments
 (0)