Skip to content

Commit 203aaad

Browse files
github-actions[bot]wraithgar
authored andcommitted
chore: release 9.9.0
1 parent 0d9e1f5 commit 203aaad

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-
".": "9.8.1",
3-
"workspaces/arborist": "6.4.0",
2+
".": "9.9.0",
3+
"workspaces/arborist": "6.5.0",
44
"workspaces/libnpmaccess": "7.0.2",
5-
"workspaces/libnpmdiff": "5.0.19",
6-
"workspaces/libnpmexec": "6.0.3",
7-
"workspaces/libnpmfund": "4.2.0",
5+
"workspaces/libnpmdiff": "5.0.20",
6+
"workspaces/libnpmexec": "6.0.4",
7+
"workspaces/libnpmfund": "4.2.1",
88
"workspaces/libnpmhook": "9.0.3",
99
"workspaces/libnpmorg": "5.0.4",
10-
"workspaces/libnpmpack": "5.0.19",
10+
"workspaces/libnpmpack": "5.0.20",
1111
"workspaces/libnpmpublish": "7.5.0",
1212
"workspaces/libnpmsearch": "6.0.2",
1313
"workspaces/libnpmteam": "5.0.3",
1414
"workspaces/libnpmversion": "4.0.2",
15-
"workspaces/config": "6.3.0"
15+
"workspaces/config": "6.4.0"
1616
}

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,3 +890,5 @@ DaviDevMod <[email protected]>
890890
Mike Ribbons <[email protected]>
891891
892892
AaronHamilton965 <[email protected]>
893+
Fabian Vilers <[email protected]>
894+
Yuku Kotani <[email protected]>

CHANGELOG.md

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

3+
## [9.9.0](https://github.com/npm/cli/compare/v9.8.1...v9.9.0) (2023-10-06)
4+
5+
### Features
6+
7+
* [`ecda95a`](https://github.com/npm/cli/commit/ecda95a1eb08c5579815a7c8b27fd885a20f25af) [#6841](https://github.com/npm/cli/pull/6841) add npm sbom command (#6841) (@bdehamer)
8+
* [`fdb8a86`](https://github.com/npm/cli/commit/fdb8a863813b88da178358d246dc6f4bb48f1d2d) [#6794](https://github.com/npm/cli/pull/6794) add package-lock-only mode to npm query (@wraithgar)
9+
* [`16c04b1`](https://github.com/npm/cli/commit/16c04b1340a6046c27a6369a2acb891b714652dd) [#6877](https://github.com/npm/cli/pull/6877) add no-package-lock mode to npm audit (@wraithgar)
10+
* [`66ef765`](https://github.com/npm/cli/commit/66ef76539c5ee2f015b130f53aa2f325f1bf3f84) [#6776](https://github.com/npm/cli/pull/6776) Add `--cpu` and `--os` option to override platform specific install (#6776) (@yukukotani)
11+
12+
### Bug Fixes
13+
14+
* [`c9406f7`](https://github.com/npm/cli/commit/c9406f79dce12953f639df6add0c4215831e99b8) [#6791](https://github.com/npm/cli/pull/6791) deprecate: ignore implicit workspace mode (#6758) (#6791) (@wraithgar)
15+
* [`0b1d7c3`](https://github.com/npm/cli/commit/0b1d7c3e54f6b2ef1333087632048df3cb69f22d) [#6779](https://github.com/npm/cli/pull/6779) allow searching packages with no description (#6779) (@wraithgar, @lukekarrys)
16+
17+
### Documentation
18+
19+
* [`9750720`](https://github.com/npm/cli/commit/975072058e0fcec25074d73514cd50ea180b54fe) [#6694](https://github.com/npm/cli/pull/6694) fix example path (#6694) (@fvilers)
20+
21+
### Dependencies
22+
23+
* [`588a245`](https://github.com/npm/cli/commit/588a245191c4bf37f43a919809c54c205547811b) [#6756](https://github.com/npm/cli/pull/6756) `[email protected]`
24+
* [`a76b1df`](https://github.com/npm/cli/commit/a76b1df3a78231cac910a68b2f188b17c9a6c623) [#6877](https://github.com/npm/cli/pull/6877) `[email protected]`
25+
* [`95b5ab0`](https://github.com/npm/cli/commit/95b5ab06785bd047b08ac0a84b986115774ead0f) [#6877](https://github.com/npm/cli/pull/6877) `[email protected]`
26+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.5.0): `@npmcli/[email protected]`
27+
* [Workspace](https://github.com/npm/cli/releases/tag/config-v6.4.0): `@npmcli/[email protected]`
28+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.20): `[email protected]`
29+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v6.0.4): `[email protected]`
30+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.2.1): `[email protected]`
31+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.20): `[email protected]`
32+
333
## [9.8.1](https://github.com/npm/cli/compare/v9.8.0...v9.8.1) (2023-07-18)
434

535
### Bug Fixes

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": "9.8.1",
3+
"version": "9.9.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.8.1",
9+
"version": "9.9.0",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -89,8 +89,8 @@
8989
],
9090
"dependencies": {
9191
"@isaacs/string-locale-compare": "^1.1.0",
92-
"@npmcli/arborist": "^6.3.0",
93-
"@npmcli/config": "^6.2.1",
92+
"@npmcli/arborist": "^6.5.0",
93+
"@npmcli/config": "^6.4.0",
9494
"@npmcli/fs": "^3.1.0",
9595
"@npmcli/map-workspaces": "^3.0.4",
9696
"@npmcli/package-json": "^4.0.1",
@@ -114,12 +114,12 @@
114114
"is-cidr": "^4.0.2",
115115
"json-parse-even-better-errors": "^3.0.0",
116116
"libnpmaccess": "^7.0.2",
117-
"libnpmdiff": "^5.0.19",
118-
"libnpmexec": "^6.0.3",
119-
"libnpmfund": "^4.0.19",
117+
"libnpmdiff": "^5.0.20",
118+
"libnpmexec": "^6.0.4",
119+
"libnpmfund": "^4.2.1",
120120
"libnpmhook": "^9.0.3",
121121
"libnpmorg": "^5.0.4",
122-
"libnpmpack": "^5.0.19",
122+
"libnpmpack": "^5.0.20",
123123
"libnpmpublish": "^7.5.0",
124124
"libnpmsearch": "^6.0.2",
125125
"libnpmteam": "^5.0.3",
@@ -15742,7 +15742,7 @@
1574215742
},
1574315743
"workspaces/arborist": {
1574415744
"name": "@npmcli/arborist",
15745-
"version": "6.4.0",
15745+
"version": "6.5.0",
1574615746
"license": "ISC",
1574715747
"dependencies": {
1574815748
"@isaacs/string-locale-compare": "^1.1.0",
@@ -15798,7 +15798,7 @@
1579815798
},
1579915799
"workspaces/config": {
1580015800
"name": "@npmcli/config",
15801-
"version": "6.3.0",
15801+
"version": "6.4.0",
1580215802
"license": "ISC",
1580315803
"dependencies": {
1580415804
"@npmcli/map-workspaces": "^3.0.2",
@@ -15839,10 +15839,10 @@
1583915839
}
1584015840
},
1584115841
"workspaces/libnpmdiff": {
15842-
"version": "5.0.19",
15842+
"version": "5.0.20",
1584315843
"license": "ISC",
1584415844
"dependencies": {
15845-
"@npmcli/arborist": "^6.3.0",
15845+
"@npmcli/arborist": "^6.5.0",
1584615846
"@npmcli/disparity-colors": "^3.0.0",
1584715847
"@npmcli/installed-package-contents": "^2.0.2",
1584815848
"binary-extensions": "^2.2.0",
@@ -15862,10 +15862,10 @@
1586215862
}
1586315863
},
1586415864
"workspaces/libnpmexec": {
15865-
"version": "6.0.3",
15865+
"version": "6.0.4",
1586615866
"license": "ISC",
1586715867
"dependencies": {
15868-
"@npmcli/arborist": "^6.3.0",
15868+
"@npmcli/arborist": "^6.5.0",
1586915869
"@npmcli/run-script": "^6.0.0",
1587015870
"ci-info": "^3.7.1",
1587115871
"npm-package-arg": "^10.1.0",
@@ -15892,10 +15892,10 @@
1589215892
}
1589315893
},
1589415894
"workspaces/libnpmfund": {
15895-
"version": "4.2.0",
15895+
"version": "4.2.1",
1589615896
"license": "ISC",
1589715897
"dependencies": {
15898-
"@npmcli/arborist": "^6.3.0"
15898+
"@npmcli/arborist": "^6.5.0"
1589915899
},
1590015900
"devDependencies": {
1590115901
"@npmcli/eslint-config": "^4.0.0",
@@ -15942,10 +15942,10 @@
1594215942
}
1594315943
},
1594415944
"workspaces/libnpmpack": {
15945-
"version": "5.0.19",
15945+
"version": "5.0.20",
1594615946
"license": "ISC",
1594715947
"dependencies": {
15948-
"@npmcli/arborist": "^6.3.0",
15948+
"@npmcli/arborist": "^6.5.0",
1594915949
"@npmcli/run-script": "^6.0.0",
1595015950
"npm-package-arg": "^10.1.0",
1595115951
"pacote": "^15.0.8"

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.8.1",
2+
"version": "9.9.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": "^6.3.0",
56-
"@npmcli/config": "^6.2.1",
55+
"@npmcli/arborist": "^6.5.0",
56+
"@npmcli/config": "^6.4.0",
5757
"@npmcli/fs": "^3.1.0",
5858
"@npmcli/map-workspaces": "^3.0.4",
5959
"@npmcli/package-json": "^4.0.1",
@@ -77,12 +77,12 @@
7777
"is-cidr": "^4.0.2",
7878
"json-parse-even-better-errors": "^3.0.0",
7979
"libnpmaccess": "^7.0.2",
80-
"libnpmdiff": "^5.0.19",
81-
"libnpmexec": "^6.0.3",
82-
"libnpmfund": "^4.0.19",
80+
"libnpmdiff": "^5.0.20",
81+
"libnpmexec": "^6.0.4",
82+
"libnpmfund": "^4.2.1",
8383
"libnpmhook": "^9.0.3",
8484
"libnpmorg": "^5.0.4",
85-
"libnpmpack": "^5.0.19",
85+
"libnpmpack": "^5.0.20",
8686
"libnpmpublish": "^7.5.0",
8787
"libnpmsearch": "^6.0.2",
8888
"libnpmteam": "^5.0.3",

workspaces/arborist/CHANGELOG.md

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

3+
## [6.5.0](https://github.com/npm/cli/compare/arborist-v6.4.0...arborist-v6.5.0) (2023-10-06)
4+
5+
### Features
6+
7+
* [`fdb8a86`](https://github.com/npm/cli/commit/fdb8a863813b88da178358d246dc6f4bb48f1d2d) [#6794](https://github.com/npm/cli/pull/6794) add package-lock-only mode to npm query (@wraithgar)
8+
* [`16c04b1`](https://github.com/npm/cli/commit/16c04b1340a6046c27a6369a2acb891b714652dd) [#6877](https://github.com/npm/cli/pull/6877) add no-package-lock mode to npm audit (@wraithgar)
9+
* [`66ef765`](https://github.com/npm/cli/commit/66ef76539c5ee2f015b130f53aa2f325f1bf3f84) [#6776](https://github.com/npm/cli/pull/6776) Add `--cpu` and `--os` option to override platform specific install (#6776) (@yukukotani)
10+
11+
### Bug Fixes
12+
13+
* [`da3c0d4`](https://github.com/npm/cli/commit/da3c0d4ee9a8e8b58635d75956eb1ff9792da879) [#6811](https://github.com/npm/cli/pull/6811) query with workspace descendents (#6811) (@bdehamer)
14+
15+
### Dependencies
16+
17+
* [`588a245`](https://github.com/npm/cli/commit/588a245191c4bf37f43a919809c54c205547811b) [#6756](https://github.com/npm/cli/pull/6756) `[email protected]`
18+
* [`95b5ab0`](https://github.com/npm/cli/commit/95b5ab06785bd047b08ac0a84b986115774ead0f) [#6877](https://github.com/npm/cli/pull/6877) `[email protected]`
19+
320
## [6.3.0](https://github.com/npm/cli/compare/arborist-v6.2.10...arborist-v6.3.0) (2023-07-05)
421

522
### 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": "6.4.0",
3+
"version": "6.5.0",
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+
## [6.4.0](https://github.com/npm/cli/compare/config-v6.3.0...config-v6.4.0) (2023-10-06)
4+
5+
### Features
6+
7+
* [`ecda95a`](https://github.com/npm/cli/commit/ecda95a1eb08c5579815a7c8b27fd885a20f25af) [#6841](https://github.com/npm/cli/pull/6841) add npm sbom command (#6841) (@bdehamer)
8+
* [`66ef765`](https://github.com/npm/cli/commit/66ef76539c5ee2f015b130f53aa2f325f1bf3f84) [#6776](https://github.com/npm/cli/pull/6776) Add `--cpu` and `--os` option to override platform specific install (#6776) (@yukukotani)
9+
310
## [6.2.1](https://github.com/npm/cli/compare/config-v6.2.0...config-v6.2.1) (2023-06-21)
411

512
### 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": "6.3.0",
3+
"version": "6.4.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+
## [5.0.20](https://github.com/npm/cli/compare/libnpmdiff-v5.0.19...libnpmdiff-v5.0.20) (2023-10-06)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.5.0): `@npmcli/[email protected]`
8+
39
## [5.0.19](https://github.com/npm/cli/compare/libnpmdiff-v5.0.18...libnpmdiff-v5.0.19) (2023-07-05)
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": "5.0.19",
3+
"version": "5.0.20",
44
"description": "The registry diff",
55
"repository": {
66
"type": "git",
@@ -46,7 +46,7 @@
4646
"tap": "^16.3.4"
4747
},
4848
"dependencies": {
49-
"@npmcli/arborist": "^6.3.0",
49+
"@npmcli/arborist": "^6.5.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+
## [6.0.4](https://github.com/npm/cli/compare/libnpmexec-v6.0.3...libnpmexec-v6.0.4) (2023-10-06)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.5.0): `@npmcli/[email protected]`
8+
39
## [6.0.3](https://github.com/npm/cli/compare/libnpmexec-v6.0.2...libnpmexec-v6.0.3) (2023-07-18)
410

511
### Bug Fixes

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": "6.0.3",
3+
"version": "6.0.4",
44
"files": [
55
"bin/",
66
"lib/"
@@ -59,7 +59,7 @@
5959
"tap": "^16.3.4"
6060
},
6161
"dependencies": {
62-
"@npmcli/arborist": "^6.3.0",
62+
"@npmcli/arborist": "^6.5.0",
6363
"@npmcli/run-script": "^6.0.0",
6464
"ci-info": "^3.7.1",
6565
"npm-package-arg": "^10.1.0",

workspaces/libnpmfund/CHANGELOG.md

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

3+
## [4.2.1](https://github.com/npm/cli/compare/libnpmfund-v4.2.0...libnpmfund-v4.2.1) (2023-10-06)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.5.0): `@npmcli/[email protected]`
8+
39
## [4.0.19](https://github.com/npm/cli/compare/libnpmfund-v4.0.18...libnpmfund-v4.0.19) (2023-07-05)
410

511
### 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.2.0",
3+
"version": "4.2.1",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",
@@ -45,7 +45,7 @@
4545
"tap": "^16.3.4"
4646
},
4747
"dependencies": {
48-
"@npmcli/arborist": "^6.3.0"
48+
"@npmcli/arborist": "^6.5.0"
4949
},
5050
"engines": {
5151
"node": "^14.17.0 || ^16.13.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+
## [5.0.20](https://github.com/npm/cli/compare/libnpmpack-v5.0.19...libnpmpack-v5.0.20) (2023-10-06)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.5.0): `@npmcli/[email protected]`
8+
39
## [5.0.19](https://github.com/npm/cli/compare/libnpmpack-v5.0.18...libnpmpack-v5.0.19) (2023-07-05)
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": "5.0.19",
3+
"version": "5.0.20",
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": "^6.3.0",
39+
"@npmcli/arborist": "^6.5.0",
4040
"@npmcli/run-script": "^6.0.0",
4141
"npm-package-arg": "^10.1.0",
4242
"pacote": "^15.0.8"

0 commit comments

Comments
 (0)