Skip to content

Commit 484f305

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 9.4.1
1 parent 1525a5e commit 484f305

16 files changed

+94
-42
lines changed

.release-please-manifest.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
".": "9.4.0",
3-
"workspaces/arborist": "6.2.0",
2+
".": "9.4.1",
3+
"workspaces/arborist": "6.2.1",
44
"workspaces/libnpmaccess": "7.0.1",
5-
"workspaces/libnpmdiff": "5.0.8",
6-
"workspaces/libnpmexec": "5.0.8",
7-
"workspaces/libnpmfund": "4.0.8",
5+
"workspaces/libnpmdiff": "5.0.9",
6+
"workspaces/libnpmexec": "5.0.9",
7+
"workspaces/libnpmfund": "4.0.9",
88
"workspaces/libnpmhook": "9.0.1",
99
"workspaces/libnpmorg": "5.0.1",
10-
"workspaces/libnpmpack": "5.0.8",
10+
"workspaces/libnpmpack": "5.0.9",
1111
"workspaces/libnpmpublish": "7.0.6",
1212
"workspaces/libnpmsearch": "6.0.1",
1313
"workspaces/libnpmteam": "5.0.1",
1414
"workspaces/libnpmversion": "4.0.1",
15-
"workspaces/config": "6.1.1"
15+
"workspaces/config": "6.1.2"
1616
}

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [9.4.1](https://github.com/npm/cli/compare/v9.4.0...v9.4.1) (2023-02-01)
4+
5+
### Bug Fixes
6+
7+
* [`1525a5e`](https://github.com/npm/cli/commit/1525a5e7fba4c996ac3bed5fdb75da275c537da8) [#6082](https://github.com/npm/cli/pull/6082) unpublish with scoped registry (@wraithgar)
8+
9+
### Dependencies
10+
11+
* [`64b06ed`](https://github.com/npm/cli/commit/64b06ed21fc165e413b3e6f1ae5a236350e5bfaf) [#6115](https://github.com/npm/cli/pull/6115) `[email protected]`
12+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.1): `@npmcli/[email protected]`
13+
* [Workspace](https://github.com/npm/cli/releases/tag/config-v6.1.2): `@npmcli/[email protected]`
14+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.9): `[email protected]`
15+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v5.0.9): `[email protected]`
16+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.9): `[email protected]`
17+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.9): `[email protected]`
18+
319
## [9.4.0](https://github.com/npm/cli/compare/v9.3.1...v9.4.0) (2023-01-25)
420

521
### Features

package-lock.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "9.4.0",
3+
"version": "9.4.1",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.4.0",
9+
"version": "9.4.1",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -85,8 +85,8 @@
8585
],
8686
"dependencies": {
8787
"@isaacs/string-locale-compare": "^1.1.0",
88-
"@npmcli/arborist": "^6.2.0",
89-
"@npmcli/config": "^6.1.1",
88+
"@npmcli/arborist": "^6.2.1",
89+
"@npmcli/config": "^6.1.2",
9090
"@npmcli/map-workspaces": "^3.0.0",
9191
"@npmcli/package-json": "^3.0.0",
9292
"@npmcli/run-script": "^6.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.8",
112-
"libnpmexec": "^5.0.8",
113-
"libnpmfund": "^4.0.8",
111+
"libnpmdiff": "^5.0.9",
112+
"libnpmexec": "^5.0.9",
113+
"libnpmfund": "^4.0.9",
114114
"libnpmhook": "^9.0.1",
115115
"libnpmorg": "^5.0.1",
116-
"libnpmpack": "^5.0.8",
116+
"libnpmpack": "^5.0.9",
117117
"libnpmpublish": "^7.0.6",
118118
"libnpmsearch": "^6.0.1",
119119
"libnpmteam": "^5.0.1",
@@ -14370,7 +14370,7 @@
1437014370
},
1437114371
"workspaces/arborist": {
1437214372
"name": "@npmcli/arborist",
14373-
"version": "6.2.0",
14373+
"version": "6.2.1",
1437414374
"license": "ISC",
1437514375
"dependencies": {
1437614376
"@isaacs/string-locale-compare": "^1.1.0",
@@ -14427,7 +14427,7 @@
1442714427
},
1442814428
"workspaces/config": {
1442914429
"name": "@npmcli/config",
14430-
"version": "6.1.1",
14430+
"version": "6.1.2",
1443114431
"license": "ISC",
1443214432
"dependencies": {
1443314433
"@npmcli/map-workspaces": "^3.0.0",
@@ -14466,10 +14466,10 @@
1446614466
}
1446714467
},
1446814468
"workspaces/libnpmdiff": {
14469-
"version": "5.0.8",
14469+
"version": "5.0.9",
1447014470
"license": "ISC",
1447114471
"dependencies": {
14472-
"@npmcli/arborist": "^6.2.0",
14472+
"@npmcli/arborist": "^6.2.1",
1447314473
"@npmcli/disparity-colors": "^3.0.0",
1447414474
"@npmcli/installed-package-contents": "^2.0.0",
1447514475
"binary-extensions": "^2.2.0",
@@ -14489,10 +14489,10 @@
1448914489
}
1449014490
},
1449114491
"workspaces/libnpmexec": {
14492-
"version": "5.0.8",
14492+
"version": "5.0.9",
1449314493
"license": "ISC",
1449414494
"dependencies": {
14495-
"@npmcli/arborist": "^6.2.0",
14495+
"@npmcli/arborist": "^6.2.1",
1449614496
"@npmcli/run-script": "^6.0.0",
1449714497
"chalk": "^4.1.0",
1449814498
"ci-info": "^3.7.0",
@@ -14521,10 +14521,10 @@
1452114521
}
1452214522
},
1452314523
"workspaces/libnpmfund": {
14524-
"version": "4.0.8",
14524+
"version": "4.0.9",
1452514525
"license": "ISC",
1452614526
"dependencies": {
14527-
"@npmcli/arborist": "^6.2.0"
14527+
"@npmcli/arborist": "^6.2.1"
1452814528
},
1452914529
"devDependencies": {
1453014530
"@npmcli/eslint-config": "^4.0.0",
@@ -14571,10 +14571,10 @@
1457114571
}
1457214572
},
1457314573
"workspaces/libnpmpack": {
14574-
"version": "5.0.8",
14574+
"version": "5.0.9",
1457514575
"license": "ISC",
1457614576
"dependencies": {
14577-
"@npmcli/arborist": "^6.2.0",
14577+
"@npmcli/arborist": "^6.2.1",
1457814578
"@npmcli/run-script": "^6.0.0",
1457914579
"npm-package-arg": "^10.1.0",
1458014580
"pacote": "^15.0.7"

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.4.0",
2+
"version": "9.4.1",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -53,8 +53,8 @@
5353
},
5454
"dependencies": {
5555
"@isaacs/string-locale-compare": "^1.1.0",
56-
"@npmcli/arborist": "^6.2.0",
57-
"@npmcli/config": "^6.1.1",
56+
"@npmcli/arborist": "^6.2.1",
57+
"@npmcli/config": "^6.1.2",
5858
"@npmcli/map-workspaces": "^3.0.0",
5959
"@npmcli/package-json": "^3.0.0",
6060
"@npmcli/run-script": "^6.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.8",
80-
"libnpmexec": "^5.0.8",
81-
"libnpmfund": "^4.0.8",
79+
"libnpmdiff": "^5.0.9",
80+
"libnpmexec": "^5.0.9",
81+
"libnpmfund": "^4.0.9",
8282
"libnpmhook": "^9.0.1",
8383
"libnpmorg": "^5.0.1",
84-
"libnpmpack": "^5.0.8",
84+
"libnpmpack": "^5.0.9",
8585
"libnpmpublish": "^7.0.6",
8686
"libnpmsearch": "^6.0.1",
8787
"libnpmteam": "^5.0.1",

workspaces/arborist/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [6.2.1](https://github.com/npm/cli/compare/arborist-v6.2.0...arborist-v6.2.1) (2023-02-01)
4+
5+
### Bug Fixes
6+
7+
* [`72a7a59`](https://github.com/npm/cli/commit/72a7a5915e9d333d104d88bf73d7a555f9400e24) [#6095](https://github.com/npm/cli/pull/6095) only save package-lock when truly finished (@wraithgar)
8+
39
## [6.2.0](https://github.com/npm/cli/compare/arborist-v6.1.6...arborist-v6.2.0) (2023-01-25)
410

511
### Features

workspaces/arborist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/arborist",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

workspaces/config/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [6.1.2](https://github.com/npm/cli/compare/config-v6.1.1...config-v6.1.2) (2023-02-01)
4+
5+
### Bug Fixes
6+
7+
* [`328c3d8`](https://github.com/npm/cli/commit/328c3d8e7362eb08ae2aebabc47f8f3c2537a1d2) [#6093](https://github.com/npm/cli/pull/6093) repair config items using raw values when possible (@nlf)
8+
39
## [6.1.1](https://github.com/npm/cli/compare/config-v6.1.0...config-v6.1.1) (2023-01-12)
410

511
### Bug Fixes

workspaces/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/config",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"files": [
55
"bin/",
66
"lib/"

workspaces/libnpmdiff/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [5.0.9](https://github.com/npm/cli/compare/libnpmdiff-v5.0.8...libnpmdiff-v5.0.9) (2023-02-01)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.1): `@npmcli/[email protected]`
8+
39
## [5.0.8](https://github.com/npm/cli/compare/libnpmdiff-v5.0.7...libnpmdiff-v5.0.8) (2023-01-25)
410

511
### Dependencies

workspaces/libnpmdiff/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmdiff",
3-
"version": "5.0.8",
3+
"version": "5.0.9",
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.2.0",
50+
"@npmcli/arborist": "^6.2.1",
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

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [5.0.9](https://github.com/npm/cli/compare/libnpmexec-v5.0.8...libnpmexec-v5.0.9) (2023-02-01)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.1): `@npmcli/[email protected]`
8+
39
## [5.0.8](https://github.com/npm/cli/compare/libnpmexec-v5.0.7...libnpmexec-v5.0.8) (2023-01-25)
410

511
### Dependencies

workspaces/libnpmexec/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmexec",
3-
"version": "5.0.8",
3+
"version": "5.0.9",
44
"files": [
55
"bin/",
66
"lib/"
@@ -61,7 +61,7 @@
6161
"tap": "^16.3.2"
6262
},
6363
"dependencies": {
64-
"@npmcli/arborist": "^6.2.0",
64+
"@npmcli/arborist": "^6.2.1",
6565
"@npmcli/run-script": "^6.0.0",
6666
"chalk": "^4.1.0",
6767
"ci-info": "^3.7.0",

workspaces/libnpmfund/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [4.0.9](https://github.com/npm/cli/compare/libnpmfund-v4.0.8...libnpmfund-v4.0.9) (2023-02-01)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.1): `@npmcli/[email protected]`
8+
39
## [4.0.8](https://github.com/npm/cli/compare/libnpmfund-v4.0.7...libnpmfund-v4.0.8) (2023-01-25)
410

511
### Dependencies

workspaces/libnpmfund/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmfund",
3-
"version": "4.0.8",
3+
"version": "4.0.9",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",
@@ -46,7 +46,7 @@
4646
"tap": "^16.3.2"
4747
},
4848
"dependencies": {
49-
"@npmcli/arborist": "^6.2.0"
49+
"@npmcli/arborist": "^6.2.1"
5050
},
5151
"engines": {
5252
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"

workspaces/libnpmpack/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [5.0.9](https://github.com/npm/cli/compare/libnpmpack-v5.0.8...libnpmpack-v5.0.9) (2023-02-01)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.1): `@npmcli/[email protected]`
8+
39
## [5.0.8](https://github.com/npm/cli/compare/libnpmpack-v5.0.7...libnpmpack-v5.0.8) (2023-01-25)
410

511
### Dependencies

workspaces/libnpmpack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpack",
3-
"version": "5.0.8",
3+
"version": "5.0.9",
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.2.0",
39+
"@npmcli/arborist": "^6.2.1",
4040
"@npmcli/run-script": "^6.0.0",
4141
"npm-package-arg": "^10.1.0",
4242
"pacote": "^15.0.7"

0 commit comments

Comments
 (0)