Skip to content

Commit b0808c1

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 10.8.1
1 parent 4b57b95 commit b0808c1

File tree

23 files changed

+207
-57
lines changed

23 files changed

+207
-57
lines changed

.release-please-manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
".": "10.8.0",
3-
"workspaces/arborist": "7.5.2",
2+
".": "10.8.1",
3+
"workspaces/arborist": "7.5.3",
44
"workspaces/libnpmaccess": "8.0.6",
5-
"workspaces/libnpmdiff": "6.1.2",
6-
"workspaces/libnpmexec": "8.1.1",
7-
"workspaces/libnpmfund": "5.0.10",
5+
"workspaces/libnpmdiff": "6.1.3",
6+
"workspaces/libnpmexec": "8.1.2",
7+
"workspaces/libnpmfund": "5.0.11",
88
"workspaces/libnpmhook": "10.0.5",
99
"workspaces/libnpmorg": "6.0.6",
10-
"workspaces/libnpmpack": "7.0.2",
11-
"workspaces/libnpmpublish": "9.0.8",
12-
"workspaces/libnpmsearch": "7.0.5",
10+
"workspaces/libnpmpack": "7.0.3",
11+
"workspaces/libnpmpublish": "9.0.9",
12+
"workspaces/libnpmsearch": "7.0.6",
1313
"workspaces/libnpmteam": "6.0.5",
14-
"workspaces/libnpmversion": "6.0.2",
15-
"workspaces/config": "8.3.2"
14+
"workspaces/libnpmversion": "6.0.3",
15+
"workspaces/config": "8.3.3"
1616
}

AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,3 +938,6 @@ Mottle <sgt_ah@163.com>
938938
klm-turing <litaaba.a@turing.com>
939939
klm <litaaba.a@turing.com>
940940
Avinal Kumar <avinal@redhat.com>
941+
milaninfy <111582375+milaninfy@users.noreply.github.com>
942+
Reggi <reggi@github.com>
943+
Norman Perrin <hey@nperrin.io>

CHANGELOG.md

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

3+
## [10.8.1](https://github.com/npm/cli/compare/v10.8.0...v10.8.1) (2024-05-29)
4+
5+
### Bug Fixes
6+
7+
* [`e4c7a41`](https://github.com/npm/cli/commit/e4c7a410f590e5c9c81f6410f600181a4deef005) [#7564](https://github.com/npm/cli/pull/7564) publish: skip workspace packages marked private on publish (#7564) (@milaninfy)
8+
* [`8f94ae8`](https://github.com/npm/cli/commit/8f94ae8c4d36cd397c53e8dc9f54d4332bf1b847) [#7556](https://github.com/npm/cli/pull/7556) utils/tar: index access while match is null (#7555) (#7556) (@NormanPerrin)
9+
* [`2d1d8d0`](https://github.com/npm/cli/commit/2d1d8d0ef18a10ac7938380884745f1d3c3cb078) [#7559](https://github.com/npm/cli/pull/7559) adds `node:` specifier to all native node modules (#7559) (@reggi)
10+
* [`7d89b55`](https://github.com/npm/cli/commit/7d89b55341160459e0fcd3374c3720d758b16339) [#7490](https://github.com/npm/cli/pull/7490) ci: rm workspace node_modules (#7490) (@reggi)
11+
* [`9122fb6`](https://github.com/npm/cli/commit/9122fb65ac05d793a69f4fdcbd03b59595adf937) [#7516](https://github.com/npm/cli/pull/7516) cache: add both full and minified packument to cache (#7516) (@milaninfy)
12+
* [`9e6686b`](https://github.com/npm/cli/commit/9e6686bb965fa6843ea483cb802f14282eabf3e5) [#7545](https://github.com/npm/cli/pull/7545) send proper otp token on web auth (#7545) (@wraithgar)
13+
* [`b1db070`](https://github.com/npm/cli/commit/b1db070cb4a497fd91fd61cf197d28b5d47274bb) [#7534](https://github.com/npm/cli/pull/7534) refactor: use output.buffer and set explicit json mode in query (#7534) (@lukekarrys)
14+
* [`53cda32`](https://github.com/npm/cli/commit/53cda32aa35f3a592fb0ddf37e43c028f93ef613) [#7542](https://github.com/npm/cli/pull/7542) refactor ls to use output.buffer for json (#7542) (@lukekarrys)
15+
* [`61d5771`](https://github.com/npm/cli/commit/61d57719e6443978c5e9a91ca7a63397be3065fa) [#7541](https://github.com/npm/cli/pull/7541) remove json.stringify from all commands (#7541) (@lukekarrys)
16+
* [`4dfc7d2`](https://github.com/npm/cli/commit/4dfc7d20b58eaa3d231ef5dc86b9802e1c0d0e68) [#7540](https://github.com/npm/cli/pull/7540) pass strings to JSON.stringify in --json mode (#7540) (@lukekarrys)
17+
* [`3cefdf6`](https://github.com/npm/cli/commit/3cefdf6eaab5bfb4371149f674dc95e9b9c54853) [#7538](https://github.com/npm/cli/pull/7538) outdated: return array for outdated deps from multiple workspaces (@lukekarrys)
18+
* [`ef4c975`](https://github.com/npm/cli/commit/ef4c975f2784f70ab86a3e7e6e40c99279e5a3e3) [#7508](https://github.com/npm/cli/pull/7508) view: dont immediately exit on first workspace 404 (#7508) (@lukekarrys)
19+
20+
### Documentation
21+
22+
* [`fd6479f`](https://github.com/npm/cli/commit/fd6479f85b9cf14a23cb4f9a049e0ea68632d8e9) [#7560](https://github.com/npm/cli/pull/7560) update publish docs: dist-tag + publish case (#7560) (@davidlj95)
23+
24+
### Dependencies
25+
26+
* [`447a8d7`](https://github.com/npm/cli/commit/447a8d7f3124bf9f69453098ce31b56bad20efd7) [#7566](https://github.com/npm/cli/pull/7566) `spdx-license-ids@3.0.18`
27+
* [`83fed2e`](https://github.com/npm/cli/commit/83fed2e8ec253051d60babdf2b10e2f2c64df318) [#7566](https://github.com/npm/cli/pull/7566) `sigstore@2.3.1`
28+
* [`41291ba`](https://github.com/npm/cli/commit/41291bab34d3f7351c94e97e89ac1f85b0950188) [#7566](https://github.com/npm/cli/pull/7566) `@sigstore/tuf@2.3.4`
29+
* [`18b42a4`](https://github.com/npm/cli/commit/18b42a46abdbc26a28f2e16ea74a1812d8de4c4d) [#7566](https://github.com/npm/cli/pull/7566) `glob@10.4.1`
30+
* [`5c6759d`](https://github.com/npm/cli/commit/5c6759decb00dfbe377c0ad41f85a3222f79a36a) [#7566](https://github.com/npm/cli/pull/7566) `postcss-selector-parser@6.1.0`
31+
* [`2508a83`](https://github.com/npm/cli/commit/2508a83e6d2936d15c210b9dee41098131ed6aff) [#7566](https://github.com/npm/cli/pull/7566) `is-cidr@5.1.0`
32+
* [`6278fe4`](https://github.com/npm/cli/commit/6278fe430bb7c3ecfae730f9ea084501e57c0e2c) [#7566](https://github.com/npm/cli/pull/7566) `ini@4.1.3`
33+
## [10.8.1](https://github.com/npm/cli/compare/v10.8.0...v10.8.1) (2024-05-29)
34+
35+
### Bug Fixes
36+
37+
* [`e4c7a41`](https://github.com/npm/cli/commit/e4c7a410f590e5c9c81f6410f600181a4deef005) [#7564](https://github.com/npm/cli/pull/7564) publish: skip workspace packages marked private on publish (#7564) (@milaninfy)
38+
* [`8f94ae8`](https://github.com/npm/cli/commit/8f94ae8c4d36cd397c53e8dc9f54d4332bf1b847) [#7556](https://github.com/npm/cli/pull/7556) utils/tar: index access while match is null (#7555) (#7556) (@NormanPerrin)
39+
* [`2d1d8d0`](https://github.com/npm/cli/commit/2d1d8d0ef18a10ac7938380884745f1d3c3cb078) [#7559](https://github.com/npm/cli/pull/7559) adds `node:` specifier to all native node modules (#7559) (@reggi)
40+
* [`7d89b55`](https://github.com/npm/cli/commit/7d89b55341160459e0fcd3374c3720d758b16339) [#7490](https://github.com/npm/cli/pull/7490) ci: rm workspace node_modules (#7490) (@reggi)
41+
* [`9122fb6`](https://github.com/npm/cli/commit/9122fb65ac05d793a69f4fdcbd03b59595adf937) [#7516](https://github.com/npm/cli/pull/7516) cache: add both full and minified packument to cache (#7516) (@milaninfy)
42+
* [`9e6686b`](https://github.com/npm/cli/commit/9e6686bb965fa6843ea483cb802f14282eabf3e5) [#7545](https://github.com/npm/cli/pull/7545) send proper otp token on web auth (#7545) (@wraithgar)
43+
* [`b1db070`](https://github.com/npm/cli/commit/b1db070cb4a497fd91fd61cf197d28b5d47274bb) [#7534](https://github.com/npm/cli/pull/7534) refactor: use output.buffer and set explicit json mode in query (#7534) (@lukekarrys)
44+
* [`53cda32`](https://github.com/npm/cli/commit/53cda32aa35f3a592fb0ddf37e43c028f93ef613) [#7542](https://github.com/npm/cli/pull/7542) refactor ls to use output.buffer for json (#7542) (@lukekarrys)
45+
* [`61d5771`](https://github.com/npm/cli/commit/61d57719e6443978c5e9a91ca7a63397be3065fa) [#7541](https://github.com/npm/cli/pull/7541) remove json.stringify from all commands (#7541) (@lukekarrys)
46+
* [`4dfc7d2`](https://github.com/npm/cli/commit/4dfc7d20b58eaa3d231ef5dc86b9802e1c0d0e68) [#7540](https://github.com/npm/cli/pull/7540) pass strings to JSON.stringify in --json mode (#7540) (@lukekarrys)
47+
* [`3cefdf6`](https://github.com/npm/cli/commit/3cefdf6eaab5bfb4371149f674dc95e9b9c54853) [#7538](https://github.com/npm/cli/pull/7538) outdated: return array for outdated deps from multiple workspaces (@lukekarrys)
48+
* [`ef4c975`](https://github.com/npm/cli/commit/ef4c975f2784f70ab86a3e7e6e40c99279e5a3e3) [#7508](https://github.com/npm/cli/pull/7508) view: dont immediately exit on first workspace 404 (#7508) (@lukekarrys)
49+
50+
### Documentation
51+
52+
* [`fd6479f`](https://github.com/npm/cli/commit/fd6479f85b9cf14a23cb4f9a049e0ea68632d8e9) [#7560](https://github.com/npm/cli/pull/7560) update publish docs: dist-tag + publish case (#7560) (@davidlj95)
53+
54+
### Dependencies
55+
56+
* [`447a8d7`](https://github.com/npm/cli/commit/447a8d7f3124bf9f69453098ce31b56bad20efd7) [#7566](https://github.com/npm/cli/pull/7566) `spdx-license-ids@3.0.18`
57+
* [`83fed2e`](https://github.com/npm/cli/commit/83fed2e8ec253051d60babdf2b10e2f2c64df318) [#7566](https://github.com/npm/cli/pull/7566) `sigstore@2.3.1`
58+
* [`41291ba`](https://github.com/npm/cli/commit/41291bab34d3f7351c94e97e89ac1f85b0950188) [#7566](https://github.com/npm/cli/pull/7566) `@sigstore/tuf@2.3.4`
59+
* [`18b42a4`](https://github.com/npm/cli/commit/18b42a46abdbc26a28f2e16ea74a1812d8de4c4d) [#7566](https://github.com/npm/cli/pull/7566) `glob@10.4.1`
60+
* [`5c6759d`](https://github.com/npm/cli/commit/5c6759decb00dfbe377c0ad41f85a3222f79a36a) [#7566](https://github.com/npm/cli/pull/7566) `postcss-selector-parser@6.1.0`
61+
* [`2508a83`](https://github.com/npm/cli/commit/2508a83e6d2936d15c210b9dee41098131ed6aff) [#7566](https://github.com/npm/cli/pull/7566) `is-cidr@5.1.0`
62+
* [`6278fe4`](https://github.com/npm/cli/commit/6278fe430bb7c3ecfae730f9ea084501e57c0e2c) [#7566](https://github.com/npm/cli/pull/7566) `ini@4.1.3`
63+
64+
### Chores
65+
66+
* [`6574dc9`](https://github.com/npm/cli/commit/6574dc98705cf0a88ea6fe41a57d0d0adfcea439) [#7566](https://github.com/npm/cli/pull/7566) dev dependency updates (@wraithgar)
67+
68+
### Chores
69+
70+
* [`6574dc9`](https://github.com/npm/cli/commit/6574dc98705cf0a88ea6fe41a57d0d0adfcea439) [#7566](https://github.com/npm/cli/pull/7566) dev dependency updates (@wraithgar)
71+
372
## [10.8.0](https://github.com/npm/cli/compare/v10.7.0...v10.8.0) (2024-05-15)
473

574
### Features

package-lock.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "10.8.0",
3+
"version": "10.8.1",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "10.8.0",
9+
"version": "10.8.1",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -87,8 +87,8 @@
8787
],
8888
"dependencies": {
8989
"@isaacs/string-locale-compare": "^1.1.0",
90-
"@npmcli/arborist": "^7.5.2",
91-
"@npmcli/config": "^8.3.2",
90+
"@npmcli/arborist": "^7.5.3",
91+
"@npmcli/config": "^8.3.3",
9292
"@npmcli/fs": "^3.1.1",
9393
"@npmcli/map-workspaces": "^3.0.6",
9494
"@npmcli/package-json": "^5.1.0",
@@ -112,16 +112,16 @@
112112
"is-cidr": "^5.1.0",
113113
"json-parse-even-better-errors": "^3.0.2",
114114
"libnpmaccess": "^8.0.6",
115-
"libnpmdiff": "^6.1.2",
116-
"libnpmexec": "^8.1.1",
117-
"libnpmfund": "^5.0.10",
115+
"libnpmdiff": "^6.1.3",
116+
"libnpmexec": "^8.1.2",
117+
"libnpmfund": "^5.0.11",
118118
"libnpmhook": "^10.0.5",
119119
"libnpmorg": "^6.0.6",
120-
"libnpmpack": "^7.0.2",
121-
"libnpmpublish": "^9.0.8",
122-
"libnpmsearch": "^7.0.5",
120+
"libnpmpack": "^7.0.3",
121+
"libnpmpublish": "^9.0.9",
122+
"libnpmsearch": "^7.0.6",
123123
"libnpmteam": "^6.0.5",
124-
"libnpmversion": "^6.0.2",
124+
"libnpmversion": "^6.0.3",
125125
"make-fetch-happen": "^13.0.1",
126126
"minimatch": "^9.0.4",
127127
"minipass": "^7.1.1",
@@ -15812,7 +15812,7 @@
1581215812
},
1581315813
"workspaces/arborist": {
1581415814
"name": "@npmcli/arborist",
15815-
"version": "7.5.2",
15815+
"version": "7.5.3",
1581615816
"license": "ISC",
1581715817
"dependencies": {
1581815818
"@isaacs/string-locale-compare": "^1.1.0",
@@ -15870,7 +15870,7 @@
1587015870
},
1587115871
"workspaces/config": {
1587215872
"name": "@npmcli/config",
15873-
"version": "8.3.2",
15873+
"version": "8.3.3",
1587415874
"license": "ISC",
1587515875
"dependencies": {
1587615876
"@npmcli/map-workspaces": "^3.0.2",
@@ -15911,10 +15911,10 @@
1591115911
}
1591215912
},
1591315913
"workspaces/libnpmdiff": {
15914-
"version": "6.1.2",
15914+
"version": "6.1.3",
1591515915
"license": "ISC",
1591615916
"dependencies": {
15917-
"@npmcli/arborist": "^7.5.2",
15917+
"@npmcli/arborist": "^7.5.3",
1591815918
"@npmcli/installed-package-contents": "^2.1.0",
1591915919
"binary-extensions": "^2.3.0",
1592015920
"diff": "^5.1.0",
@@ -15933,10 +15933,10 @@
1593315933
}
1593415934
},
1593515935
"workspaces/libnpmexec": {
15936-
"version": "8.1.1",
15936+
"version": "8.1.2",
1593715937
"license": "ISC",
1593815938
"dependencies": {
15939-
"@npmcli/arborist": "^7.5.2",
15939+
"@npmcli/arborist": "^7.5.3",
1594015940
"@npmcli/run-script": "^8.1.0",
1594115941
"ci-info": "^4.0.0",
1594215942
"npm-package-arg": "^11.0.2",
@@ -15962,10 +15962,10 @@
1596215962
}
1596315963
},
1596415964
"workspaces/libnpmfund": {
15965-
"version": "5.0.10",
15965+
"version": "5.0.11",
1596615966
"license": "ISC",
1596715967
"dependencies": {
15968-
"@npmcli/arborist": "^7.5.2"
15968+
"@npmcli/arborist": "^7.5.3"
1596915969
},
1597015970
"devDependencies": {
1597115971
"@npmcli/eslint-config": "^4.0.0",
@@ -16012,10 +16012,10 @@
1601216012
}
1601316013
},
1601416014
"workspaces/libnpmpack": {
16015-
"version": "7.0.2",
16015+
"version": "7.0.3",
1601616016
"license": "ISC",
1601716017
"dependencies": {
16018-
"@npmcli/arborist": "^7.5.2",
16018+
"@npmcli/arborist": "^7.5.3",
1601916019
"@npmcli/run-script": "^8.1.0",
1602016020
"npm-package-arg": "^11.0.2",
1602116021
"pacote": "^18.0.6"
@@ -16032,7 +16032,7 @@
1603216032
}
1603316033
},
1603416034
"workspaces/libnpmpublish": {
16035-
"version": "9.0.8",
16035+
"version": "9.0.9",
1603616036
"license": "ISC",
1603716037
"dependencies": {
1603816038
"ci-info": "^4.0.0",
@@ -16057,7 +16057,7 @@
1605716057
}
1605816058
},
1605916059
"workspaces/libnpmsearch": {
16060-
"version": "7.0.5",
16060+
"version": "7.0.6",
1606116061
"license": "ISC",
1606216062
"dependencies": {
1606316063
"npm-registry-fetch": "^17.0.1"
@@ -16090,7 +16090,7 @@
1609016090
}
1609116091
},
1609216092
"workspaces/libnpmversion": {
16093-
"version": "6.0.2",
16093+
"version": "6.0.3",
1609416094
"license": "ISC",
1609516095
"dependencies": {
1609616096
"@npmcli/git": "^5.0.7",

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.8.0",
2+
"version": "10.8.1",
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": "^7.5.2",
56-
"@npmcli/config": "^8.3.2",
55+
"@npmcli/arborist": "^7.5.3",
56+
"@npmcli/config": "^8.3.3",
5757
"@npmcli/fs": "^3.1.1",
5858
"@npmcli/map-workspaces": "^3.0.6",
5959
"@npmcli/package-json": "^5.1.0",
@@ -77,16 +77,16 @@
7777
"is-cidr": "^5.1.0",
7878
"json-parse-even-better-errors": "^3.0.2",
7979
"libnpmaccess": "^8.0.6",
80-
"libnpmdiff": "^6.1.2",
81-
"libnpmexec": "^8.1.1",
82-
"libnpmfund": "^5.0.10",
80+
"libnpmdiff": "^6.1.3",
81+
"libnpmexec": "^8.1.2",
82+
"libnpmfund": "^5.0.11",
8383
"libnpmhook": "^10.0.5",
8484
"libnpmorg": "^6.0.6",
85-
"libnpmpack": "^7.0.2",
86-
"libnpmpublish": "^9.0.8",
87-
"libnpmsearch": "^7.0.5",
85+
"libnpmpack": "^7.0.3",
86+
"libnpmpublish": "^9.0.9",
87+
"libnpmsearch": "^7.0.6",
8888
"libnpmteam": "^6.0.5",
89-
"libnpmversion": "^6.0.2",
89+
"libnpmversion": "^6.0.3",
9090
"make-fetch-happen": "^13.0.1",
9191
"minimatch": "^9.0.4",
9292
"minipass": "^7.1.1",

workspaces/arborist/CHANGELOG.md

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

3+
## [7.5.3](https://github.com/npm/cli/compare/arborist-v7.5.2...arborist-v7.5.3) (2024-05-29)
4+
5+
### Bug Fixes
6+
7+
* [`2d1d8d0`](https://github.com/npm/cli/commit/2d1d8d0ef18a10ac7938380884745f1d3c3cb078) [#7559](https://github.com/npm/cli/pull/7559) adds `node:` specifier to all native node modules (#7559) (@reggi)
8+
39
## [7.5.2](https://github.com/npm/cli/compare/arborist-v7.5.1...arborist-v7.5.2) (2024-05-15)
410

511
### Bug Fixes

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": "7.5.2",
3+
"version": "7.5.3",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

workspaces/config/CHANGELOG.md

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

3+
## [8.3.3](https://github.com/npm/cli/compare/config-v8.3.2...config-v8.3.3) (2024-05-29)
4+
5+
### Bug Fixes
6+
7+
* [`2d1d8d0`](https://github.com/npm/cli/commit/2d1d8d0ef18a10ac7938380884745f1d3c3cb078) [#7559](https://github.com/npm/cli/pull/7559) adds `node:` specifier to all native node modules (#7559) (@reggi)
8+
9+
### Documentation
10+
11+
* [`fd6479f`](https://github.com/npm/cli/commit/fd6479f85b9cf14a23cb4f9a049e0ea68632d8e9) [#7560](https://github.com/npm/cli/pull/7560) update publish docs: dist-tag + publish case (#7560) (@davidlj95)
12+
313
## [8.3.2](https://github.com/npm/cli/compare/config-v8.3.1...config-v8.3.2) (2024-05-15)
414

515
### Bug Fixes

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

workspaces/libnpmdiff/CHANGELOG.md

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

3+
## [6.1.3](https://github.com/npm/cli/compare/libnpmdiff-v6.1.2...libnpmdiff-v6.1.3) (2024-05-29)
4+
5+
### Bug Fixes
6+
7+
* [`2d1d8d0`](https://github.com/npm/cli/commit/2d1d8d0ef18a10ac7938380884745f1d3c3cb078) [#7559](https://github.com/npm/cli/pull/7559) adds `node:` specifier to all native node modules (#7559) (@reggi)
8+
9+
10+
### Dependencies
11+
12+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.5.3): `@npmcli/arborist@7.5.3`
13+
314
## [6.1.2](https://github.com/npm/cli/compare/libnpmdiff-v6.1.1...libnpmdiff-v6.1.2) (2024-05-15)
415

516
### Dependencies

0 commit comments

Comments
 (0)