Skip to content

Commit eadbd21

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 9.4.0
1 parent 8d6d851 commit eadbd21

File tree

14 files changed

+81
-37
lines changed

14 files changed

+81
-37
lines changed

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
".": "9.3.1",
3-
"workspaces/arborist": "6.1.6",
2+
".": "9.4.0",
3+
"workspaces/arborist": "6.2.0",
44
"workspaces/libnpmaccess": "7.0.1",
5-
"workspaces/libnpmdiff": "5.0.7",
6-
"workspaces/libnpmexec": "5.0.7",
7-
"workspaces/libnpmfund": "4.0.7",
5+
"workspaces/libnpmdiff": "5.0.8",
6+
"workspaces/libnpmexec": "5.0.8",
7+
"workspaces/libnpmfund": "4.0.8",
88
"workspaces/libnpmhook": "9.0.1",
99
"workspaces/libnpmorg": "5.0.1",
10-
"workspaces/libnpmpack": "5.0.7",
10+
"workspaces/libnpmpack": "5.0.8",
1111
"workspaces/libnpmpublish": "7.0.6",
1212
"workspaces/libnpmsearch": "6.0.1",
1313
"workspaces/libnpmteam": "5.0.1",

CHANGELOG.md

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

3+
## [9.4.0](https://github.com/npm/cli/compare/v9.3.1...v9.4.0) (2023-01-25)
4+
5+
### Features
6+
7+
* [`8d6d851`](https://github.com/npm/cli/commit/8d6d8519fbbcebdca8834e19cb34ac71f045a010) [#6078](https://github.com/npm/cli/pull/6078) added --install-strategy=linked (#6078) (@fritzy)
8+
9+
### Dependencies
10+
11+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.0): `@npmcli/[email protected]`
12+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.8): `[email protected]`
13+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v5.0.8): `[email protected]`
14+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.8): `[email protected]`
15+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.8): `[email protected]`
16+
317
## [9.3.1](https://github.com/npm/cli/compare/v9.3.0...v9.3.1) (2023-01-13)
418

519
### Bug Fixes

package-lock.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "9.3.1",
3+
"version": "9.4.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.3.1",
9+
"version": "9.4.0",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -85,7 +85,7 @@
8585
],
8686
"dependencies": {
8787
"@isaacs/string-locale-compare": "^1.1.0",
88-
"@npmcli/arborist": "^6.1.6",
88+
"@npmcli/arborist": "^6.2.0",
8989
"@npmcli/config": "^6.1.1",
9090
"@npmcli/map-workspaces": "^3.0.0",
9191
"@npmcli/package-json": "^3.0.0",
@@ -108,12 +108,12 @@
108108
"is-cidr": "^4.0.2",
109109
"json-parse-even-better-errors": "^3.0.0",
110110
"libnpmaccess": "^7.0.1",
111-
"libnpmdiff": "^5.0.7",
112-
"libnpmexec": "^5.0.7",
113-
"libnpmfund": "^4.0.7",
111+
"libnpmdiff": "^5.0.8",
112+
"libnpmexec": "^5.0.8",
113+
"libnpmfund": "^4.0.8",
114114
"libnpmhook": "^9.0.1",
115115
"libnpmorg": "^5.0.1",
116-
"libnpmpack": "^5.0.7",
116+
"libnpmpack": "^5.0.8",
117117
"libnpmpublish": "^7.0.6",
118118
"libnpmsearch": "^6.0.1",
119119
"libnpmteam": "^5.0.1",
@@ -14369,7 +14369,7 @@
1436914369
},
1437014370
"workspaces/arborist": {
1437114371
"name": "@npmcli/arborist",
14372-
"version": "6.1.6",
14372+
"version": "6.2.0",
1437314373
"license": "ISC",
1437414374
"dependencies": {
1437514375
"@isaacs/string-locale-compare": "^1.1.0",
@@ -14465,10 +14465,10 @@
1446514465
}
1446614466
},
1446714467
"workspaces/libnpmdiff": {
14468-
"version": "5.0.7",
14468+
"version": "5.0.8",
1446914469
"license": "ISC",
1447014470
"dependencies": {
14471-
"@npmcli/arborist": "^6.1.6",
14471+
"@npmcli/arborist": "^6.2.0",
1447214472
"@npmcli/disparity-colors": "^3.0.0",
1447314473
"@npmcli/installed-package-contents": "^2.0.0",
1447414474
"binary-extensions": "^2.2.0",
@@ -14488,10 +14488,10 @@
1448814488
}
1448914489
},
1449014490
"workspaces/libnpmexec": {
14491-
"version": "5.0.7",
14491+
"version": "5.0.8",
1449214492
"license": "ISC",
1449314493
"dependencies": {
14494-
"@npmcli/arborist": "^6.1.6",
14494+
"@npmcli/arborist": "^6.2.0",
1449514495
"@npmcli/run-script": "^6.0.0",
1449614496
"chalk": "^4.1.0",
1449714497
"ci-info": "^3.7.0",
@@ -14520,10 +14520,10 @@
1452014520
}
1452114521
},
1452214522
"workspaces/libnpmfund": {
14523-
"version": "4.0.7",
14523+
"version": "4.0.8",
1452414524
"license": "ISC",
1452514525
"dependencies": {
14526-
"@npmcli/arborist": "^6.1.6"
14526+
"@npmcli/arborist": "^6.2.0"
1452714527
},
1452814528
"devDependencies": {
1452914529
"@npmcli/eslint-config": "^4.0.0",
@@ -14570,10 +14570,10 @@
1457014570
}
1457114571
},
1457214572
"workspaces/libnpmpack": {
14573-
"version": "5.0.7",
14573+
"version": "5.0.8",
1457414574
"license": "ISC",
1457514575
"dependencies": {
14576-
"@npmcli/arborist": "^6.1.6",
14576+
"@npmcli/arborist": "^6.2.0",
1457714577
"@npmcli/run-script": "^6.0.0",
1457814578
"npm-package-arg": "^10.1.0",
1457914579
"pacote": "^15.0.7"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.3.1",
2+
"version": "9.4.0",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -53,7 +53,7 @@
5353
},
5454
"dependencies": {
5555
"@isaacs/string-locale-compare": "^1.1.0",
56-
"@npmcli/arborist": "^6.1.6",
56+
"@npmcli/arborist": "^6.2.0",
5757
"@npmcli/config": "^6.1.1",
5858
"@npmcli/map-workspaces": "^3.0.0",
5959
"@npmcli/package-json": "^3.0.0",
@@ -76,12 +76,12 @@
7676
"is-cidr": "^4.0.2",
7777
"json-parse-even-better-errors": "^3.0.0",
7878
"libnpmaccess": "^7.0.1",
79-
"libnpmdiff": "^5.0.7",
80-
"libnpmexec": "^5.0.7",
81-
"libnpmfund": "^4.0.7",
79+
"libnpmdiff": "^5.0.8",
80+
"libnpmexec": "^5.0.8",
81+
"libnpmfund": "^4.0.8",
8282
"libnpmhook": "^9.0.1",
8383
"libnpmorg": "^5.0.1",
84-
"libnpmpack": "^5.0.7",
84+
"libnpmpack": "^5.0.8",
8585
"libnpmpublish": "^7.0.6",
8686
"libnpmsearch": "^6.0.1",
8787
"libnpmteam": "^5.0.1",

workspaces/arborist/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.2.0](https://github.com/npm/cli/compare/arborist-v6.1.6...arborist-v6.2.0) (2023-01-25)
4+
5+
### Features
6+
7+
* [`8d6d851`](https://github.com/npm/cli/commit/8d6d8519fbbcebdca8834e19cb34ac71f045a010) [#6078](https://github.com/npm/cli/pull/6078) added --install-strategy=linked (#6078) (@fritzy)
8+
39
## [6.1.6](https://github.com/npm/cli/compare/arborist-v6.1.5...arborist-v6.1.6) (2023-01-12)
410

511
### Bug Fixes

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

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.8](https://github.com/npm/cli/compare/libnpmdiff-v5.0.7...libnpmdiff-v5.0.8) (2023-01-25)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.0): `@npmcli/[email protected]`
8+
39
## [5.0.7](https://github.com/npm/cli/compare/libnpmdiff-v5.0.6...libnpmdiff-v5.0.7) (2023-01-12)
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.7",
3+
"version": "5.0.8",
44
"description": "The registry diff",
55
"repository": {
66
"type": "git",
@@ -47,7 +47,7 @@
4747
"tap": "^16.3.2"
4848
},
4949
"dependencies": {
50-
"@npmcli/arborist": "^6.1.6",
50+
"@npmcli/arborist": "^6.2.0",
5151
"@npmcli/disparity-colors": "^3.0.0",
5252
"@npmcli/installed-package-contents": "^2.0.0",
5353
"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+
## [5.0.8](https://github.com/npm/cli/compare/libnpmexec-v5.0.7...libnpmexec-v5.0.8) (2023-01-25)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.0): `@npmcli/[email protected]`
8+
39
## [5.0.7](https://github.com/npm/cli/compare/libnpmexec-v5.0.6...libnpmexec-v5.0.7) (2023-01-12)
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": "5.0.7",
3+
"version": "5.0.8",
44
"files": [
55
"bin/",
66
"lib/"
@@ -61,7 +61,7 @@
6161
"tap": "^16.3.2"
6262
},
6363
"dependencies": {
64-
"@npmcli/arborist": "^6.1.6",
64+
"@npmcli/arborist": "^6.2.0",
6565
"@npmcli/run-script": "^6.0.0",
6666
"chalk": "^4.1.0",
6767
"ci-info": "^3.7.0",

0 commit comments

Comments
 (0)