Skip to content

Commit d99d34b

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 10.2.0
1 parent 8088325 commit d99d34b

File tree

17 files changed

+122
-42
lines changed

17 files changed

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

3+
## [10.2.0](https://github.com/npm/cli/compare/v10.1.0...v10.2.0) (2023-09-18)
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+
* [`d46d052`](https://github.com/npm/cli/commit/d46d0526be12eae2cd458fd08dd5c0a0320cc8bd) [#6798](https://github.com/npm/cli/pull/6798) tolerate null bugs URLs (#6798) (@vladh)
13+
* [`fb1b674`](https://github.com/npm/cli/commit/fb1b6741bd52d865b8f8a93ad3fd6c8afa758b6a) [#6758](https://github.com/npm/cli/pull/6758) deprecate: ignore implicit workspace mode (#6758) (@wraithgar)
14+
15+
### Documentation
16+
17+
* [`8088325`](https://github.com/npm/cli/commit/8088325281bc976e8a8aea4d7527b54f4e25fb5f) [#6800](https://github.com/npm/cli/pull/6800) Update npm-doctor.md (#6800) (@siemhesda)
18+
19+
### Dependencies
20+
21+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.0): `@npmcli/[email protected]`
22+
* [Workspace](https://github.com/npm/cli/releases/tag/config-v8.0.0): `@npmcli/[email protected]`
23+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.0.2): `[email protected]`
24+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.2): `[email protected]`
25+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v5.0.0): `[email protected]`
26+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v6.0.2): `[email protected]`
27+
328
## [10.1.0](https://github.com/npm/cli/compare/v10.0.0...v10.1.0) (2023-09-08)
429

530
### 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",
@@ -87,8 +87,8 @@
8787
],
8888
"dependencies": {
8989
"@isaacs/string-locale-compare": "^1.1.0",
90-
"@npmcli/arborist": "^7.1.0",
91-
"@npmcli/config": "^7.2.0",
90+
"@npmcli/arborist": "^7.2.0",
91+
"@npmcli/config": "^8.0.0",
9292
"@npmcli/fs": "^3.1.0",
9393
"@npmcli/map-workspaces": "^3.0.4",
9494
"@npmcli/package-json": "^5.0.0",
@@ -113,12 +113,12 @@
113113
"is-cidr": "^4.0.2",
114114
"json-parse-even-better-errors": "^3.0.0",
115115
"libnpmaccess": "^8.0.0",
116-
"libnpmdiff": "^6.0.1",
117-
"libnpmexec": "^7.0.1",
118-
"libnpmfund": "^4.1.1",
116+
"libnpmdiff": "^6.0.2",
117+
"libnpmexec": "^7.0.2",
118+
"libnpmfund": "^5.0.0",
119119
"libnpmhook": "^10.0.0",
120120
"libnpmorg": "^6.0.0",
121-
"libnpmpack": "^6.0.1",
121+
"libnpmpack": "^6.0.2",
122122
"libnpmpublish": "^9.0.0",
123123
"libnpmsearch": "^7.0.0",
124124
"libnpmteam": "^6.0.0",
@@ -17387,7 +17387,7 @@
1738717387
},
1738817388
"workspaces/arborist": {
1738917389
"name": "@npmcli/arborist",
17390-
"version": "7.1.0",
17390+
"version": "7.2.0",
1739117391
"license": "ISC",
1739217392
"dependencies": {
1739317393
"@isaacs/string-locale-compare": "^1.1.0",
@@ -17443,7 +17443,7 @@
1744317443
},
1744417444
"workspaces/config": {
1744517445
"name": "@npmcli/config",
17446-
"version": "7.2.0",
17446+
"version": "8.0.0",
1744717447
"license": "ISC",
1744817448
"dependencies": {
1744917449
"@npmcli/map-workspaces": "^3.0.2",
@@ -17484,10 +17484,10 @@
1748417484
}
1748517485
},
1748617486
"workspaces/libnpmdiff": {
17487-
"version": "6.0.1",
17487+
"version": "6.0.2",
1748817488
"license": "ISC",
1748917489
"dependencies": {
17490-
"@npmcli/arborist": "^7.1.0",
17490+
"@npmcli/arborist": "^7.2.0",
1749117491
"@npmcli/disparity-colors": "^3.0.0",
1749217492
"@npmcli/installed-package-contents": "^2.0.2",
1749317493
"binary-extensions": "^2.2.0",
@@ -17507,10 +17507,10 @@
1750717507
}
1750817508
},
1750917509
"workspaces/libnpmexec": {
17510-
"version": "7.0.1",
17510+
"version": "7.0.2",
1751117511
"license": "ISC",
1751217512
"dependencies": {
17513-
"@npmcli/arborist": "^7.1.0",
17513+
"@npmcli/arborist": "^7.2.0",
1751417514
"@npmcli/run-script": "^7.0.1",
1751517515
"ci-info": "^3.7.1",
1751617516
"npm-package-arg": "^11.0.0",
@@ -17537,10 +17537,10 @@
1753717537
}
1753817538
},
1753917539
"workspaces/libnpmfund": {
17540-
"version": "4.1.1",
17540+
"version": "5.0.0",
1754117541
"license": "ISC",
1754217542
"dependencies": {
17543-
"@npmcli/arborist": "^7.1.0"
17543+
"@npmcli/arborist": "^7.2.0"
1754417544
},
1754517545
"devDependencies": {
1754617546
"@npmcli/eslint-config": "^4.0.0",
@@ -17587,10 +17587,10 @@
1758717587
}
1758817588
},
1758917589
"workspaces/libnpmpack": {
17590-
"version": "6.0.1",
17590+
"version": "6.0.2",
1759117591
"license": "ISC",
1759217592
"dependencies": {
17593-
"@npmcli/arborist": "^7.1.0",
17593+
"@npmcli/arborist": "^7.2.0",
1759417594
"@npmcli/run-script": "^7.0.1",
1759517595
"npm-package-arg": "^11.0.0",
1759617596
"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-18)
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [8.0.0](https://github.com/npm/cli/compare/config-v7.2.0...config-v8.0.0) (2023-09-18)
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+
313
## [7.2.0](https://github.com/npm/cli/compare/config-v7.1.0...config-v7.2.0) (2023-09-08)
414

515
### 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-18)
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)