Skip to content

Commit 6a812fe

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 10.2.0
1 parent 68031f2 commit 6a812fe

File tree

17 files changed

+137
-42
lines changed

17 files changed

+137
-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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -898,3 +898,6 @@ joaootavios <[email protected]>
898898
899899
900900
Yuku Kotani <[email protected]>
901+
Vlad-Ștefan Harbuz <[email protected]>
902+
siemhesda <[email protected]>
903+

CHANGELOG.md

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

3+
## [10.2.0](https://github.com/npm/cli/compare/v10.1.0...v10.2.0) (2023-09-28)
4+
5+
### Features
6+
7+
* [`7c459d2`](https://github.com/npm/cli/commit/7c459d28ca987264028d4d2ca21b0825493c1537) [#6801](https://github.com/npm/cli/pull/6801) add npm sbom command (#6801) (@bdehamer)
8+
* [`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)
9+
* [`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)
10+
11+
### Bug Fixes
12+
13+
* [`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)
14+
* [`d46d052`](https://github.com/npm/cli/commit/d46d0526be12eae2cd458fd08dd5c0a0320cc8bd) [#6798](https://github.com/npm/cli/pull/6798) tolerate null bugs URLs (#6798) (@vladh)
15+
* [`fb1b674`](https://github.com/npm/cli/commit/fb1b6741bd52d865b8f8a93ad3fd6c8afa758b6a) [#6758](https://github.com/npm/cli/pull/6758) deprecate: ignore implicit workspace mode (#6758) (@wraithgar)
16+
17+
### Documentation
18+
19+
* [`68031f2`](https://github.com/npm/cli/commit/68031f2ae1cd5d49b0fb263da1a7eae62712ff97) [#6844](https://github.com/npm/cli/pull/6844) update `CONTRIBUTING.md` to prevent errors (#6844) (@darcyclarke)
20+
* [`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)
21+
* [`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)
22+
* [`8088325`](https://github.com/npm/cli/commit/8088325281bc976e8a8aea4d7527b54f4e25fb5f) [#6800](https://github.com/npm/cli/pull/6800) Update npm-doctor.md (#6800) (@siemhesda)
23+
24+
### Dependencies
25+
26+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.0): `@npmcli/[email protected]`
27+
* [Workspace](https://github.com/npm/cli/releases/tag/config-v8.0.0): `@npmcli/[email protected]`
28+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.0.2): `[email protected]`
29+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.2): `[email protected]`
30+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v5.0.0): `[email protected]`
31+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v6.0.2): `[email protected]`
32+
333
## [10.1.0](https://github.com/npm/cli/compare/v10.0.0...v10.1.0) (2023-09-08)
434

535
### 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",
@@ -90,8 +90,8 @@
9090
],
9191
"dependencies": {
9292
"@isaacs/string-locale-compare": "^1.1.0",
93-
"@npmcli/arborist": "^7.1.0",
94-
"@npmcli/config": "^7.2.0",
93+
"@npmcli/arborist": "^7.2.0",
94+
"@npmcli/config": "^8.0.0",
9595
"@npmcli/fs": "^3.1.0",
9696
"@npmcli/map-workspaces": "^3.0.4",
9797
"@npmcli/package-json": "^5.0.0",
@@ -116,12 +116,12 @@
116116
"is-cidr": "^4.0.2",
117117
"json-parse-even-better-errors": "^3.0.0",
118118
"libnpmaccess": "^8.0.0",
119-
"libnpmdiff": "^6.0.1",
120-
"libnpmexec": "^7.0.1",
121-
"libnpmfund": "^4.1.1",
119+
"libnpmdiff": "^6.0.2",
120+
"libnpmexec": "^7.0.2",
121+
"libnpmfund": "^5.0.0",
122122
"libnpmhook": "^10.0.0",
123123
"libnpmorg": "^6.0.0",
124-
"libnpmpack": "^6.0.1",
124+
"libnpmpack": "^6.0.2",
125125
"libnpmpublish": "^9.0.0",
126126
"libnpmsearch": "^7.0.0",
127127
"libnpmteam": "^6.0.0",
@@ -17482,7 +17482,7 @@
1748217482
},
1748317483
"workspaces/arborist": {
1748417484
"name": "@npmcli/arborist",
17485-
"version": "7.1.0",
17485+
"version": "7.2.0",
1748617486
"license": "ISC",
1748717487
"dependencies": {
1748817488
"@isaacs/string-locale-compare": "^1.1.0",
@@ -17538,7 +17538,7 @@
1753817538
},
1753917539
"workspaces/config": {
1754017540
"name": "@npmcli/config",
17541-
"version": "7.2.0",
17541+
"version": "8.0.0",
1754217542
"license": "ISC",
1754317543
"dependencies": {
1754417544
"@npmcli/map-workspaces": "^3.0.2",
@@ -17579,10 +17579,10 @@
1757917579
}
1758017580
},
1758117581
"workspaces/libnpmdiff": {
17582-
"version": "6.0.1",
17582+
"version": "6.0.2",
1758317583
"license": "ISC",
1758417584
"dependencies": {
17585-
"@npmcli/arborist": "^7.1.0",
17585+
"@npmcli/arborist": "^7.2.0",
1758617586
"@npmcli/disparity-colors": "^3.0.0",
1758717587
"@npmcli/installed-package-contents": "^2.0.2",
1758817588
"binary-extensions": "^2.2.0",
@@ -17602,10 +17602,10 @@
1760217602
}
1760317603
},
1760417604
"workspaces/libnpmexec": {
17605-
"version": "7.0.1",
17605+
"version": "7.0.2",
1760617606
"license": "ISC",
1760717607
"dependencies": {
17608-
"@npmcli/arborist": "^7.1.0",
17608+
"@npmcli/arborist": "^7.2.0",
1760917609
"@npmcli/run-script": "^7.0.1",
1761017610
"ci-info": "^3.7.1",
1761117611
"npm-package-arg": "^11.0.0",
@@ -17632,10 +17632,10 @@
1763217632
}
1763317633
},
1763417634
"workspaces/libnpmfund": {
17635-
"version": "4.1.1",
17635+
"version": "5.0.0",
1763617636
"license": "ISC",
1763717637
"dependencies": {
17638-
"@npmcli/arborist": "^7.1.0"
17638+
"@npmcli/arborist": "^7.2.0"
1763917639
},
1764017640
"devDependencies": {
1764117641
"@npmcli/eslint-config": "^4.0.0",
@@ -17682,10 +17682,10 @@
1768217682
}
1768317683
},
1768417684
"workspaces/libnpmpack": {
17685-
"version": "6.0.1",
17685+
"version": "6.0.2",
1768617686
"license": "ISC",
1768717687
"dependencies": {
17688-
"@npmcli/arborist": "^7.1.0",
17688+
"@npmcli/arborist": "^7.2.0",
1768917689
"@npmcli/run-script": "^7.0.1",
1769017690
"npm-package-arg": "^11.0.0",
1769117691
"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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [7.2.0](https://github.com/npm/cli/compare/arborist-v7.1.0...arborist-v7.2.0) (2023-09-28)
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+
* [`0860159`](https://github.com/npm/cli/commit/0860159e18aa0fa985ef53fcfe0a57fbda995efb) [#6829](https://github.com/npm/cli/pull/6829) ensure workspace links query parents correctly (#6829) (@Carl-Foster)
13+
* [`bef7481`](https://github.com/npm/cli/commit/bef7481282f18f5b8ad864dc76669801187029fe) [#6782](https://github.com/npm/cli/pull/6782) query with workspace descendents (#6782) (@bdehamer)
14+
315
## [7.1.0](https://github.com/npm/cli/compare/arborist-v7.0.0...arborist-v7.1.0) (2023-09-08)
416

517
### 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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [8.0.0](https://github.com/npm/cli/compare/config-v7.2.0...config-v8.0.0) (2023-09-28)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* @npmcli/config now supports node ^16.14.0 || >=18.0.0
8+
9+
### Features
10+
11+
* [`7c459d2`](https://github.com/npm/cli/commit/7c459d28ca987264028d4d2ca21b0825493c1537) [#6801](https://github.com/npm/cli/pull/6801) add npm sbom command (#6801) (@bdehamer)
12+
13+
### Bug Fixes
14+
15+
* [`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)
16+
17+
### Documentation
18+
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+
321
## [7.2.0](https://github.com/npm/cli/compare/config-v7.1.0...config-v7.2.0) (2023-09-08)
422

523
### 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-28)
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

0 commit comments

Comments
 (0)