Skip to content

Commit f871064

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 10.2.0
1 parent 3ac703c commit f871064

File tree

17 files changed

+129
-42
lines changed

17 files changed

+129
-42
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
".": "10.1.0",
3-
"workspaces/arborist": "7.1.0",
2+
".": "10.2.0",
3+
"workspaces/arborist": "7.2.0",
44
"workspaces/libnpmaccess": "8.0.0",
5-
"workspaces/libnpmdiff": "6.0.1",
6-
"workspaces/libnpmexec": "7.0.1",
7-
"workspaces/libnpmfund": "4.1.1",
5+
"workspaces/libnpmdiff": "6.0.2",
6+
"workspaces/libnpmexec": "7.0.2",
7+
"workspaces/libnpmfund": "5.0.0",
88
"workspaces/libnpmhook": "10.0.0",
99
"workspaces/libnpmorg": "6.0.0",
10-
"workspaces/libnpmpack": "6.0.1",
10+
"workspaces/libnpmpack": "6.0.2",
1111
"workspaces/libnpmpublish": "9.0.0",
1212
"workspaces/libnpmsearch": "7.0.0",
1313
"workspaces/libnpmteam": "6.0.0",
1414
"workspaces/libnpmversion": "5.0.0",
15-
"workspaces/config": "7.2.0"
15+
"workspaces/config": "8.0.0"
1616
}

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -898,3 +898,5 @@ joaootavios <[email protected]>
898898
899899
900900
Yuku Kotani <[email protected]>
901+
Vlad-Ștefan Harbuz <[email protected]>
902+
siemhesda <[email protected]>

CHANGELOG.md

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

3+
## [10.2.0](https://github.com/npm/cli/compare/v10.1.0...v10.2.0) (2023-09-26)
4+
5+
### Features
6+
7+
* [`81a460f`](https://github.com/npm/cli/commit/81a460f6e6317aca2288d16cda591aa6541540c6) [#6732](https://github.com/npm/cli/pull/6732) add package-lock-only mode to npm query (@wraithgar)
8+
* [`0d29855`](https://github.com/npm/cli/commit/0d2985535c9cc3dfc3e1f355580570c9cce37d61) [#6732](https://github.com/npm/cli/pull/6732) add no-package-lock mode to npm audit (@wraithgar)
9+
10+
### Bug Fixes
11+
12+
* [`2207628`](https://github.com/npm/cli/commit/22076286a46499e3d0b3f8564b7ba07008317be4) [#6823](https://github.com/npm/cli/pull/6823) use strip-ansi module instead of internal regex (#6823) (@wraithgar)
13+
* [`d46d052`](https://github.com/npm/cli/commit/d46d0526be12eae2cd458fd08dd5c0a0320cc8bd) [#6798](https://github.com/npm/cli/pull/6798) tolerate null bugs URLs (#6798) (@vladh)
14+
* [`fb1b674`](https://github.com/npm/cli/commit/fb1b6741bd52d865b8f8a93ad3fd6c8afa758b6a) [#6758](https://github.com/npm/cli/pull/6758) deprecate: ignore implicit workspace mode (#6758) (@wraithgar)
15+
16+
### Documentation
17+
18+
* [`3ac703c`](https://github.com/npm/cli/commit/3ac703c95e7bb851d0f6145f1d612749ed479fef) [#6831](https://github.com/npm/cli/pull/6831) add `include `param to commands that have `omit` param (#6831) (@siemhesda)
19+
* [`03912db`](https://github.com/npm/cli/commit/03912dbaeb92559270ab3f7df75b507b2f35a119) [#6819](https://github.com/npm/cli/pull/6819) add init-specific params to init docs/help (#6819) (@wraithgar)
20+
* [`8088325`](https://github.com/npm/cli/commit/8088325281bc976e8a8aea4d7527b54f4e25fb5f) [#6800](https://github.com/npm/cli/pull/6800) Update npm-doctor.md (#6800) (@siemhesda)
21+
22+
### Dependencies
23+
24+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.0): `@npmcli/[email protected]`
25+
* [Workspace](https://github.com/npm/cli/releases/tag/config-v8.0.0): `@npmcli/[email protected]`
26+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.0.2): `[email protected]`
27+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.2): `[email protected]`
28+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v5.0.0): `[email protected]`
29+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v6.0.2): `[email protected]`
30+
331
## [10.1.0](https://github.com/npm/cli/compare/v10.0.0...v10.1.0) (2023-09-08)
432

533
### Features

package-lock.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "10.1.0",
3+
"version": "10.2.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "10.1.0",
9+
"version": "10.2.0",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -88,8 +88,8 @@
8888
],
8989
"dependencies": {
9090
"@isaacs/string-locale-compare": "^1.1.0",
91-
"@npmcli/arborist": "^7.1.0",
92-
"@npmcli/config": "^7.2.0",
91+
"@npmcli/arborist": "^7.2.0",
92+
"@npmcli/config": "^8.0.0",
9393
"@npmcli/fs": "^3.1.0",
9494
"@npmcli/map-workspaces": "^3.0.4",
9595
"@npmcli/package-json": "^5.0.0",
@@ -114,12 +114,12 @@
114114
"is-cidr": "^4.0.2",
115115
"json-parse-even-better-errors": "^3.0.0",
116116
"libnpmaccess": "^8.0.0",
117-
"libnpmdiff": "^6.0.1",
118-
"libnpmexec": "^7.0.1",
119-
"libnpmfund": "^4.1.1",
117+
"libnpmdiff": "^6.0.2",
118+
"libnpmexec": "^7.0.2",
119+
"libnpmfund": "^5.0.0",
120120
"libnpmhook": "^10.0.0",
121121
"libnpmorg": "^6.0.0",
122-
"libnpmpack": "^6.0.1",
122+
"libnpmpack": "^6.0.2",
123123
"libnpmpublish": "^9.0.0",
124124
"libnpmsearch": "^7.0.0",
125125
"libnpmteam": "^6.0.0",
@@ -17354,7 +17354,7 @@
1735417354
},
1735517355
"workspaces/arborist": {
1735617356
"name": "@npmcli/arborist",
17357-
"version": "7.1.0",
17357+
"version": "7.2.0",
1735817358
"license": "ISC",
1735917359
"dependencies": {
1736017360
"@isaacs/string-locale-compare": "^1.1.0",
@@ -17410,7 +17410,7 @@
1741017410
},
1741117411
"workspaces/config": {
1741217412
"name": "@npmcli/config",
17413-
"version": "7.2.0",
17413+
"version": "8.0.0",
1741417414
"license": "ISC",
1741517415
"dependencies": {
1741617416
"@npmcli/map-workspaces": "^3.0.2",
@@ -17451,10 +17451,10 @@
1745117451
}
1745217452
},
1745317453
"workspaces/libnpmdiff": {
17454-
"version": "6.0.1",
17454+
"version": "6.0.2",
1745517455
"license": "ISC",
1745617456
"dependencies": {
17457-
"@npmcli/arborist": "^7.1.0",
17457+
"@npmcli/arborist": "^7.2.0",
1745817458
"@npmcli/disparity-colors": "^3.0.0",
1745917459
"@npmcli/installed-package-contents": "^2.0.2",
1746017460
"binary-extensions": "^2.2.0",
@@ -17474,10 +17474,10 @@
1747417474
}
1747517475
},
1747617476
"workspaces/libnpmexec": {
17477-
"version": "7.0.1",
17477+
"version": "7.0.2",
1747817478
"license": "ISC",
1747917479
"dependencies": {
17480-
"@npmcli/arborist": "^7.1.0",
17480+
"@npmcli/arborist": "^7.2.0",
1748117481
"@npmcli/run-script": "^7.0.1",
1748217482
"ci-info": "^3.7.1",
1748317483
"npm-package-arg": "^11.0.0",
@@ -17504,10 +17504,10 @@
1750417504
}
1750517505
},
1750617506
"workspaces/libnpmfund": {
17507-
"version": "4.1.1",
17507+
"version": "5.0.0",
1750817508
"license": "ISC",
1750917509
"dependencies": {
17510-
"@npmcli/arborist": "^7.1.0"
17510+
"@npmcli/arborist": "^7.2.0"
1751117511
},
1751217512
"devDependencies": {
1751317513
"@npmcli/eslint-config": "^4.0.0",
@@ -17554,10 +17554,10 @@
1755417554
}
1755517555
},
1755617556
"workspaces/libnpmpack": {
17557-
"version": "6.0.1",
17557+
"version": "6.0.2",
1755817558
"license": "ISC",
1755917559
"dependencies": {
17560-
"@npmcli/arborist": "^7.1.0",
17560+
"@npmcli/arborist": "^7.2.0",
1756117561
"@npmcli/run-script": "^7.0.1",
1756217562
"npm-package-arg": "^11.0.0",
1756317563
"pacote": "^17.0.4"

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.1.0",
2+
"version": "10.2.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": "^7.1.0",
56-
"@npmcli/config": "^7.2.0",
55+
"@npmcli/arborist": "^7.2.0",
56+
"@npmcli/config": "^8.0.0",
5757
"@npmcli/fs": "^3.1.0",
5858
"@npmcli/map-workspaces": "^3.0.4",
5959
"@npmcli/package-json": "^5.0.0",
@@ -78,12 +78,12 @@
7878
"is-cidr": "^4.0.2",
7979
"json-parse-even-better-errors": "^3.0.0",
8080
"libnpmaccess": "^8.0.0",
81-
"libnpmdiff": "^6.0.1",
82-
"libnpmexec": "^7.0.1",
83-
"libnpmfund": "^4.1.1",
81+
"libnpmdiff": "^6.0.2",
82+
"libnpmexec": "^7.0.2",
83+
"libnpmfund": "^5.0.0",
8484
"libnpmhook": "^10.0.0",
8585
"libnpmorg": "^6.0.0",
86-
"libnpmpack": "^6.0.1",
86+
"libnpmpack": "^6.0.2",
8787
"libnpmpublish": "^9.0.0",
8888
"libnpmsearch": "^7.0.0",
8989
"libnpmteam": "^6.0.0",

workspaces/arborist/CHANGELOG.md

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

3+
## [7.2.0](https://github.com/npm/cli/compare/arborist-v7.1.0...arborist-v7.2.0) (2023-09-26)
4+
5+
### Features
6+
7+
* [`81a460f`](https://github.com/npm/cli/commit/81a460f6e6317aca2288d16cda591aa6541540c6) [#6732](https://github.com/npm/cli/pull/6732) add package-lock-only mode to npm query (@wraithgar)
8+
* [`0d29855`](https://github.com/npm/cli/commit/0d2985535c9cc3dfc3e1f355580570c9cce37d61) [#6732](https://github.com/npm/cli/pull/6732) add no-package-lock mode to npm audit (@wraithgar)
9+
10+
### Bug Fixes
11+
12+
* [`bef7481`](https://github.com/npm/cli/commit/bef7481282f18f5b8ad864dc76669801187029fe) [#6782](https://github.com/npm/cli/pull/6782) query with workspace descendents (#6782) (@bdehamer)
13+
314
## [7.1.0](https://github.com/npm/cli/compare/arborist-v7.0.0...arborist-v7.1.0) (2023-09-08)
415

516
### Features

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

workspaces/config/CHANGELOG.md

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

3+
## [8.0.0](https://github.com/npm/cli/compare/config-v7.2.0...config-v8.0.0) (2023-09-26)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* @npmcli/config now supports node ^16.14.0 || >=18.0.0
8+
9+
### Bug Fixes
10+
11+
* [`92e3f3f`](https://github.com/npm/cli/commit/92e3f3fccc4ed4ed0869731c3ef23f1fa7fa6b1d) [#6807](https://github.com/npm/cli/pull/6807) set engines to ^16.14.0 || >=18.0.0 (@lukekarrys)
12+
13+
### Documentation
14+
15+
* [`03912db`](https://github.com/npm/cli/commit/03912dbaeb92559270ab3f7df75b507b2f35a119) [#6819](https://github.com/npm/cli/pull/6819) add init-specific params to init docs/help (#6819) (@wraithgar)
16+
317
## [7.2.0](https://github.com/npm/cli/compare/config-v7.1.0...config-v7.2.0) (2023-09-08)
418

519
### Features

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

workspaces/libnpmdiff/CHANGELOG.md

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

3+
## [6.0.2](https://github.com/npm/cli/compare/libnpmdiff-v6.0.1...libnpmdiff-v6.0.2) (2023-09-26)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.0): `@npmcli/[email protected]`
8+
39
## [6.0.1](https://github.com/npm/cli/compare/libnpmdiff-v6.0.0...libnpmdiff-v6.0.1) (2023-09-08)
410

511
### Dependencies

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": "6.0.1",
3+
"version": "6.0.2",
44
"description": "The registry diff",
55
"repository": {
66
"type": "git",
@@ -46,7 +46,7 @@
4646
"tap": "^16.3.8"
4747
},
4848
"dependencies": {
49-
"@npmcli/arborist": "^7.1.0",
49+
"@npmcli/arborist": "^7.2.0",
5050
"@npmcli/disparity-colors": "^3.0.0",
5151
"@npmcli/installed-package-contents": "^2.0.2",
5252
"binary-extensions": "^2.2.0",

workspaces/libnpmexec/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.0.2](https://github.com/npm/cli/compare/libnpmexec-v7.0.1...libnpmexec-v7.0.2) (2023-09-26)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.0): `@npmcli/[email protected]`
8+
39
## [7.0.1](https://github.com/npm/cli/compare/libnpmexec-v7.0.0...libnpmexec-v7.0.1) (2023-09-08)
410

511
### Dependencies

workspaces/libnpmexec/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmexec",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"files": [
55
"bin/",
66
"lib/"
@@ -59,7 +59,7 @@
5959
"tap": "^16.3.8"
6060
},
6161
"dependencies": {
62-
"@npmcli/arborist": "^7.1.0",
62+
"@npmcli/arborist": "^7.2.0",
6363
"@npmcli/run-script": "^7.0.1",
6464
"ci-info": "^3.7.1",
6565
"npm-package-arg": "^11.0.0",

workspaces/libnpmfund/CHANGELOG.md

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

3+
## [5.0.0](https://github.com/npm/cli/compare/libnpmfund-v4.1.1...libnpmfund-v5.0.0) (2023-09-26)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* libnpmfund now supports node ^16.14.0 || >=18.0.0
8+
9+
### Bug Fixes
10+
11+
* [`43241f6`](https://github.com/npm/cli/commit/43241f6fc44f50ceca2572032eb37972a9a921d5) [#6807](https://github.com/npm/cli/pull/6807) set engines to ^16.14.0 || >=18.0.0 (@lukekarrys)
12+
13+
### Dependencies
14+
15+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.0): `@npmcli/[email protected]`
16+
317
## [4.1.1](https://github.com/npm/cli/compare/libnpmfund-v4.1.0...libnpmfund-v4.1.1) (2023-09-08)
418

519
### Dependencies

workspaces/libnpmfund/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmfund",
3-
"version": "4.1.1",
3+
"version": "5.0.0",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",
@@ -45,7 +45,7 @@
4545
"tap": "^16.3.8"
4646
},
4747
"dependencies": {
48-
"@npmcli/arborist": "^7.1.0"
48+
"@npmcli/arborist": "^7.2.0"
4949
},
5050
"engines": {
5151
"node": "^16.14.0 || >=18.0.0"

workspaces/libnpmpack/CHANGELOG.md

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

3+
## [6.0.2](https://github.com/npm/cli/compare/libnpmpack-v6.0.1...libnpmpack-v6.0.2) (2023-09-26)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.0): `@npmcli/[email protected]`
8+
39
## [6.0.1](https://github.com/npm/cli/compare/libnpmpack-v6.0.0...libnpmpack-v6.0.1) (2023-09-08)
410

511
### Dependencies

workspaces/libnpmpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpack",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "Programmatic API for the bits behind npm pack",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",
@@ -36,7 +36,7 @@
3636
"bugs": "https://github.com/npm/libnpmpack/issues",
3737
"homepage": "https://npmjs.com/package/libnpmpack",
3838
"dependencies": {
39-
"@npmcli/arborist": "^7.1.0",
39+
"@npmcli/arborist": "^7.2.0",
4040
"@npmcli/run-script": "^7.0.1",
4141
"npm-package-arg": "^11.0.0",
4242
"pacote": "^17.0.4"

0 commit comments

Comments
 (0)