Skip to content

Commit 611b9a5

Browse files
chore: release 11.3.0
1 parent 88a7b52 commit 611b9a5

File tree

16 files changed

+91
-36
lines changed

16 files changed

+91
-36
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
".": "11.2.0",
3-
"workspaces/arborist": "9.0.1",
2+
".": "11.3.0",
3+
"workspaces/arborist": "9.0.2",
44
"workspaces/libnpmaccess": "10.0.0",
5-
"workspaces/libnpmdiff": "8.0.1",
6-
"workspaces/libnpmexec": "10.1.0",
7-
"workspaces/libnpmfund": "7.0.1",
5+
"workspaces/libnpmdiff": "8.0.2",
6+
"workspaces/libnpmexec": "10.1.1",
7+
"workspaces/libnpmfund": "7.0.2",
88
"workspaces/libnpmorg": "8.0.0",
9-
"workspaces/libnpmpack": "9.0.1",
9+
"workspaces/libnpmpack": "9.0.2",
1010
"workspaces/libnpmpublish": "11.0.0",
1111
"workspaces/libnpmsearch": "9.0.0",
1212
"workspaces/libnpmteam": "8.0.0",
1313
"workspaces/libnpmversion": "8.0.0",
14-
"workspaces/config": "10.1.0"
14+
"workspaces/config": "10.2.0"
1515
}

CHANGELOG.md

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

3+
## [11.3.0](https://github.com/npm/cli/compare/v11.2.0...v11.3.0) (2025-03-25)
4+
### Features
5+
* [`b306d25`](https://github.com/npm/cli/commit/b306d25df2f2e6ae75fd4f6657e0858b6dd71c43) [#8129](https://github.com/npm/cli/pull/8129) add `node-gyp` as actual config (@wraithgar)
6+
### Bug Fixes
7+
* [`2f5392a`](https://github.com/npm/cli/commit/2f5392ae1f87fd3df3d7e521e0e69222fb9899e5) [#8135](https://github.com/npm/cli/pull/8135) make `npm run` autocomplete work with workspaces (#8135) (@terrainvidia)
8+
### Documentation
9+
* [`14efa57`](https://github.com/npm/cli/commit/14efa57f13b2bbbf10b0b217b981f919556789cd) [#8178](https://github.com/npm/cli/pull/8178) fix example package name in `overrides` explainer (#8178) (@G-Rath)
10+
* [`4183cba`](https://github.com/npm/cli/commit/4183cba3e13bcfea83fa3ef2b6c5b0c9685f79bc) [#8162](https://github.com/npm/cli/pull/8162) logging: replace proceeding with preceding in loglevels details (#8162) (@tyleralbee)
11+
### Dependencies
12+
* [`679bc4a`](https://github.com/npm/cli/commit/679bc4a71614bffedfbea3058af13c7deb69fcd4) [#8129](https://github.com/npm/cli/pull/8129) `@npmcli/run-script@9.1.0`
13+
### Chores
14+
* [`26803bc`](https://github.com/npm/cli/commit/26803bc46cf85e400b66644c975ee99f6fd0575e) [#8147](https://github.com/npm/cli/pull/8147) release integration node 23 yml (#8147) (@reggi)
15+
* [`d679a1a`](https://github.com/npm/cli/commit/d679a1ae9e22eb01663d3390b9522b1b5380db32) [#8146](https://github.com/npm/cli/pull/8146) release integration node 23 (#8146) (@reggi)
16+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.0.2): `@npmcli/arborist@9.0.2`
17+
* [workspace](https://github.com/npm/cli/releases/tag/config-v10.2.0): `@npmcli/config@10.2.0`
18+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.0.2): `libnpmdiff@8.0.2`
19+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.1.1): `libnpmexec@10.1.1`
20+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.2): `libnpmfund@7.0.2`
21+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.0.2): `libnpmpack@9.0.2`
22+
323
## [11.2.0](https://github.com/npm/cli/compare/v11.1.0...v11.2.0) (2025-03-05)
424
### Features
525
* [`247ee1d`](https://github.com/npm/cli/commit/247ee1d95a12983e181c3c3f2f1fdb790dd21794) [#8100](https://github.com/npm/cli/pull/8100) cache: add npx commands (@wraithgar)

package-lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "11.2.0",
3+
"version": "11.3.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "11.2.0",
9+
"version": "11.3.0",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -18752,7 +18752,7 @@
1875218752
},
1875318753
"workspaces/arborist": {
1875418754
"name": "@npmcli/arborist",
18755-
"version": "9.0.1",
18755+
"version": "9.0.2",
1875618756
"license": "ISC",
1875718757
"dependencies": {
1875818758
"@isaacs/string-locale-compare": "^1.1.0",
@@ -18810,7 +18810,7 @@
1881018810
},
1881118811
"workspaces/config": {
1881218812
"name": "@npmcli/config",
18813-
"version": "10.1.0",
18813+
"version": "10.2.0",
1881418814
"license": "ISC",
1881518815
"dependencies": {
1881618816
"@npmcli/map-workspaces": "^4.0.1",
@@ -18850,10 +18850,10 @@
1885018850
}
1885118851
},
1885218852
"workspaces/libnpmdiff": {
18853-
"version": "8.0.1",
18853+
"version": "8.0.2",
1885418854
"license": "ISC",
1885518855
"dependencies": {
18856-
"@npmcli/arborist": "^9.0.1",
18856+
"@npmcli/arborist": "^9.0.2",
1885718857
"@npmcli/installed-package-contents": "^3.0.0",
1885818858
"binary-extensions": "^3.0.0",
1885918859
"diff": "^7.0.0",
@@ -18872,10 +18872,10 @@
1887218872
}
1887318873
},
1887418874
"workspaces/libnpmexec": {
18875-
"version": "10.1.0",
18875+
"version": "10.1.1",
1887618876
"license": "ISC",
1887718877
"dependencies": {
18878-
"@npmcli/arborist": "^9.0.1",
18878+
"@npmcli/arborist": "^9.0.2",
1887918879
"@npmcli/package-json": "^6.1.1",
1888018880
"@npmcli/run-script": "^9.0.1",
1888118881
"ci-info": "^4.0.0",
@@ -18902,10 +18902,10 @@
1890218902
}
1890318903
},
1890418904
"workspaces/libnpmfund": {
18905-
"version": "7.0.1",
18905+
"version": "7.0.2",
1890618906
"license": "ISC",
1890718907
"dependencies": {
18908-
"@npmcli/arborist": "^9.0.1"
18908+
"@npmcli/arborist": "^9.0.2"
1890918909
},
1891018910
"devDependencies": {
1891118911
"@npmcli/eslint-config": "^5.0.1",
@@ -18935,10 +18935,10 @@
1893518935
}
1893618936
},
1893718937
"workspaces/libnpmpack": {
18938-
"version": "9.0.1",
18938+
"version": "9.0.2",
1893918939
"license": "ISC",
1894018940
"dependencies": {
18941-
"@npmcli/arborist": "^9.0.1",
18941+
"@npmcli/arborist": "^9.0.2",
1894218942
"@npmcli/run-script": "^9.0.1",
1894318943
"npm-package-arg": "^12.0.0",
1894418944
"pacote": "^21.0.0"

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.2.0",
2+
"version": "11.3.0",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -52,8 +52,8 @@
5252
},
5353
"dependencies": {
5454
"@isaacs/string-locale-compare": "^1.1.0",
55-
"@npmcli/arborist": "^9.0.1",
56-
"@npmcli/config": "^10.1.0",
55+
"@npmcli/arborist": "^9.0.2",
56+
"@npmcli/config": "^10.2.0",
5757
"@npmcli/fs": "^4.0.0",
5858
"@npmcli/map-workspaces": "^4.0.2",
5959
"@npmcli/package-json": "^6.1.1",
@@ -77,11 +77,11 @@
7777
"is-cidr": "^5.1.1",
7878
"json-parse-even-better-errors": "^4.0.0",
7979
"libnpmaccess": "^10.0.0",
80-
"libnpmdiff": "^8.0.1",
81-
"libnpmexec": "^10.1.0",
82-
"libnpmfund": "^7.0.1",
80+
"libnpmdiff": "^8.0.2",
81+
"libnpmexec": "^10.1.1",
82+
"libnpmfund": "^7.0.2",
8383
"libnpmorg": "^8.0.0",
84-
"libnpmpack": "^9.0.1",
84+
"libnpmpack": "^9.0.2",
8585
"libnpmpublish": "^11.0.0",
8686
"libnpmsearch": "^9.0.0",
8787
"libnpmteam": "^8.0.0",

workspaces/arborist/CHANGELOG.md

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

3+
## [9.0.2](https://github.com/npm/cli/compare/arborist-v9.0.1...arborist-v9.0.2) (2025-03-25)
4+
### Bug Fixes
5+
* [`8b7bb12`](https://github.com/npm/cli/commit/8b7bb12617e80f3e5061c96d06dd723331fffa2d) [#8168](https://github.com/npm/cli/pull/8168) arborist: Allow downgrades to hoisted version dedupe workspace i… (#8168) (@owlstronaut)
6+
* [`1642556`](https://github.com/npm/cli/commit/1642556fe47d837ab7d0800d96bd2eebd0c908fd) [#8160](https://github.com/npm/cli/pull/8160) arborist: workspaces respect overrides on subsequent installs (#8160) (@owlstronaut)
7+
### Chores
8+
* [`88a7b52`](https://github.com/npm/cli/commit/88a7b52a69ba6a4f44216220d09000bf8468cae1) [#8174](https://github.com/npm/cli/pull/8174) add load-virtual and reify tests for workspace override test coverage (#8174) (@owlstronaut, @TrevorBurnham)
9+
310
## [9.0.1](https://github.com/npm/cli/compare/arborist-v9.0.0...arborist-v9.0.1) (2025-03-05)
411
### Bug Fixes
512
* [`b9225e5`](https://github.com/npm/cli/commit/b9225e524074239bd8db9a27f3e9ab72f2b5c09e) [#8089](https://github.com/npm/cli/pull/8089) resolve override conflicts and apply correct versions (#8089) (@owlstronaut)

workspaces/arborist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/arborist",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

workspaces/config/CHANGELOG.md

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

3+
## [10.2.0](https://github.com/npm/cli/compare/config-v10.1.0...config-v10.2.0) (2025-03-25)
4+
### Features
5+
* [`b306d25`](https://github.com/npm/cli/commit/b306d25df2f2e6ae75fd4f6657e0858b6dd71c43) [#8129](https://github.com/npm/cli/pull/8129) add `node-gyp` as actual config (@wraithgar)
6+
### Bug Fixes
7+
* [`9e73338`](https://github.com/npm/cli/commit/9e733383ba8183da0ee18ae1d6694a679168e18b) [#8129](https://github.com/npm/cli/pull/8129) warn on non-default npm-version (@wraithgar)
8+
* [`1814b45`](https://github.com/npm/cli/commit/1814b451d4b14c04cd8cb61f934277fa4d0d4723) [#8145](https://github.com/npm/cli/pull/8145) re-add positional arg and abbrev warnings (#8145) (@wraithgar)
9+
310
## [10.1.0](https://github.com/npm/cli/compare/config-v10.0.1...config-v10.1.0) (2025-03-05)
411
### Features
512
* [`3a80a7b`](https://github.com/npm/cli/commit/3a80a7b7d168c23b5e297cba7b47ba5b9875934d) [#8081](https://github.com/npm/cli/pull/8081) add --init-type flag (#8081) (@reggi)

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.1.0",
3+
"version": "10.2.0",
44
"files": [
55
"bin/",
66
"lib/"

workspaces/libnpmdiff/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.0.1): `@npmcli/arborist@9.0.1`
1010

11+
### Dependencies
12+
13+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.0.2): `@npmcli/arborist@9.0.2`
14+
1115
## [8.0.0](https://github.com/npm/cli/compare/libnpmdiff-v8.0.0-pre.1...libnpmdiff-v8.0.0) (2024-12-16)
1216
### Features
1317
* [`a7bfc6d`](https://github.com/npm/cli/commit/a7bfc6df76882996ebb834dbca785fdf33b8c50d) [#7972](https://github.com/npm/cli/pull/7972) trigger release process (#7972) (@wraithgar)

workspaces/libnpmdiff/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmdiff",
3-
"version": "8.0.1",
3+
"version": "8.0.2",
44
"description": "The registry diff",
55
"repository": {
66
"type": "git",
@@ -47,7 +47,7 @@
4747
"tap": "^16.3.8"
4848
},
4949
"dependencies": {
50-
"@npmcli/arborist": "^9.0.1",
50+
"@npmcli/arborist": "^9.0.2",
5151
"@npmcli/installed-package-contents": "^3.0.0",
5252
"binary-extensions": "^3.0.0",
5353
"diff": "^7.0.0",

0 commit comments

Comments
 (0)