Skip to content

Commit 7d91c7d

Browse files
chore: release 9.9.0
1 parent 512a239 commit 7d91c7d

File tree

16 files changed

+101
-25
lines changed

16 files changed

+101
-25
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.3.0",
2+
".": "9.9.0",
3+
"workspaces/arborist": "6.4.0",
44
"workspaces/libnpmaccess": "7.0.2",
5-
"workspaces/libnpmdiff": "5.0.19",
6-
"workspaces/libnpmexec": "6.0.3",
7-
"workspaces/libnpmfund": "4.0.19",
5+
"workspaces/libnpmdiff": "5.0.20",
6+
"workspaces/libnpmexec": "6.0.4",
7+
"workspaces/libnpmfund": "4.0.20",
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.2.1"
15+
"workspaces/config": "6.3.0"
1616
}

CHANGELOG.md

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

3+
## [9.9.0](https://github.com/npm/cli/compare/v9.8.1...v9.9.0) (2023-09-18)
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) [#6708](https://github.com/npm/cli/pull/6708) 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+
* [`c9406f7`](https://github.com/npm/cli/commit/c9406f79dce12953f639df6add0c4215831e99b8) [#6791](https://github.com/npm/cli/pull/6791) deprecate: ignore implicit workspace mode (#6758) (#6791) (@wraithgar)
14+
* [`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)
15+
16+
### Documentation
17+
18+
* [`9750720`](https://github.com/npm/cli/commit/975072058e0fcec25074d73514cd50ea180b54fe) [#6694](https://github.com/npm/cli/pull/6694) fix example path (#6694) (@fvilers)
19+
20+
### Dependencies
21+
22+
* [`588a245`](https://github.com/npm/cli/commit/588a245191c4bf37f43a919809c54c205547811b) [#6756](https://github.com/npm/cli/pull/6756) `[email protected]`
23+
* [`a76b1df`](https://github.com/npm/cli/commit/a76b1df3a78231cac910a68b2f188b17c9a6c623) [#6708](https://github.com/npm/cli/pull/6708) `[email protected]`
24+
* [`95b5ab0`](https://github.com/npm/cli/commit/95b5ab06785bd047b08ac0a84b986115774ead0f) [#6708](https://github.com/npm/cli/pull/6708) `[email protected]`
25+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.4.0): `@npmcli/[email protected]`
26+
* [Workspace](https://github.com/npm/cli/releases/tag/config-v6.3.0): `@npmcli/[email protected]`
27+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.20): `[email protected]`
28+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v6.0.4): `[email protected]`
29+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.20): `[email protected]`
30+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.20): `[email protected]`
31+
332
## [9.8.1](https://github.com/npm/cli/compare/v9.8.0...v9.8.1) (2023-07-18)
433

534
### Bug Fixes

package-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm",
3-
"version": "9.8.1",
3+
"version": "9.9.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {

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.4.0",
56+
"@npmcli/config": "^6.3.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.0.20",
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.4.0](https://github.com/npm/cli/compare/arborist-v6.3.0...arborist-v6.4.0) (2023-09-18)
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) [#6708](https://github.com/npm/cli/pull/6708) 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) [#6708](https://github.com/npm/cli/pull/6708) `[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.3.0",
3+
"version": "6.4.0",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

workspaces/config/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.3.0](https://github.com/npm/cli/compare/config-v6.2.1...config-v6.3.0) (2023-09-18)
4+
5+
### Features
6+
7+
* [`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)
8+
39
## [6.2.1](https://github.com/npm/cli/compare/config-v6.2.0...config-v6.2.1) (2023-06-21)
410

511
### 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.2.1",
3+
"version": "6.3.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-09-18)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.4.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.4.0",
5050
"@npmcli/disparity-colors": "^3.0.0",
5151
"@npmcli/installed-package-contents": "^2.0.2",
5252
"binary-extensions": "^2.2.0",

0 commit comments

Comments
 (0)