Skip to content

Commit 4d27592

Browse files
github-actions[bot]lukekarrys
authored andcommitted
chore: release 9.3.0
1 parent 29f9942 commit 4d27592

File tree

17 files changed

+119
-42
lines changed

17 files changed

+119
-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.2.0",
3-
"workspaces/arborist": "6.1.5",
2+
".": "9.3.0",
3+
"workspaces/arborist": "6.1.6",
44
"workspaces/libnpmaccess": "7.0.1",
5-
"workspaces/libnpmdiff": "5.0.6",
6-
"workspaces/libnpmexec": "5.0.6",
7-
"workspaces/libnpmfund": "4.0.6",
5+
"workspaces/libnpmdiff": "5.0.7",
6+
"workspaces/libnpmexec": "5.0.7",
7+
"workspaces/libnpmfund": "4.0.7",
88
"workspaces/libnpmhook": "9.0.1",
99
"workspaces/libnpmorg": "5.0.1",
10-
"workspaces/libnpmpack": "5.0.6",
10+
"workspaces/libnpmpack": "5.0.7",
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.0"
15+
"workspaces/config": "6.1.1"
1616
}

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -867,3 +867,5 @@ Andrew Dawes <[email protected]>
867867
868868
869869
HenryNguyen5 <[email protected]>
870+
Eric Mutta <[email protected]>
871+

CHANGELOG.md

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

3+
## [9.3.0](https://github.com/npm/cli/compare/v9.2.0...v9.3.0) (2023-01-12)
4+
5+
### Features
6+
7+
* [`753b98e`](https://github.com/npm/cli/commit/753b98ef49e0410642cbfb1adbe06e7417e22d82) [#5261](https://github.com/npm/cli/pull/5261) rootless workspace init provides suggestion (@fritzy)
8+
9+
### Bug Fixes
10+
11+
* [`cf175fb`](https://github.com/npm/cli/commit/cf175fb2a7faffa6664874a9e8bea52dbbb1b0e2) [#6044](https://github.com/npm/cli/pull/6044) default auth-type to legacy if otp is configured (#6044) (@wraithgar)
12+
* [`2383deb`](https://github.com/npm/cli/commit/2383deb9723593365cf748238f3b2388e7aaf6f5) [#6037](https://github.com/npm/cli/pull/6037) clean urls from arborist, owner, and ping commands (#6037) (@lukekarrys)
13+
* [`69f5ff8`](https://github.com/npm/cli/commit/69f5ff863fccf91935b1f62b514fd2621b761903) view: convert command to use output instead of console (@lukekarrys)
14+
* [`dc52222`](https://github.com/npm/cli/commit/dc52222123245d3faf2afa444d0223deb25e35b6) init: write package.json workspaces paths with / separators (@lukekarrys)
15+
* [`31af1aa`](https://github.com/npm/cli/commit/31af1aaa9f6427bd61d752d54801d873c6242af8) refactor `help` to use `@npmcli/promise-spawn` (@lukekarrys)
16+
* [`669ef94`](https://github.com/npm/cli/commit/669ef9476cac4679322bec69e7a55ff5992cf827) fund: correctly parse and use `which` config (@lukekarrys)
17+
* [`72e6d6f`](https://github.com/npm/cli/commit/72e6d6f638db03dbe3c965be79ce05cb6fda12fc) generate workspace support for docs pages (@lukekarrys)
18+
* [`450e50f`](https://github.com/npm/cli/commit/450e50fa555bfef869735b0195fe0a451e94eb3d) evaluate configs in command class (@lukekarrys)
19+
* [`28ec922`](https://github.com/npm/cli/commit/28ec922e18c7178e840fd28cbbf78f56f0a7a653) [#5946](https://github.com/npm/cli/pull/5946) replace rimraf with fs.rm (@lukekarrys)
20+
21+
### Documentation
22+
23+
* [`f0038e5`](https://github.com/npm/cli/commit/f0038e5b7492a899da26fafd5f781291961ef427) [#6048](https://github.com/npm/cli/pull/6048) missing backtick in synopsis of npm init (#5837) (#6048) (@Peallyz)
24+
* [`ca8ff00`](https://github.com/npm/cli/commit/ca8ff007d7abba1f3ae6646668ee840afa1191b6) [#6045](https://github.com/npm/cli/pull/6045) update outdated file path to definitions.js (@ericmutta)
25+
* [`fe9debd`](https://github.com/npm/cli/commit/fe9debd7925c8e6d05d53f49f516fec8aede8890) [#6038](https://github.com/npm/cli/pull/6038) fix typos in definitions.js (#6038) (@lukekarrys, @ericmutta)
26+
* [`fa27aca`](https://github.com/npm/cli/commit/fa27acaa72002c5cc80f59401dbd0ba817cda404) [#6018](https://github.com/npm/cli/pull/6018) fix typo in removal.md (@ericmutta)
27+
* [`82f69d9`](https://github.com/npm/cli/commit/82f69d90d58da8cc2a53570bfe2a1a9cc2574f0d) [#6026](https://github.com/npm/cli/pull/6026) fix typo in registry.md (@ericmutta)
28+
29+
### Dependencies
30+
31+
* [`ec09474`](https://github.com/npm/cli/commit/ec09474b371b0706d0d55a4968cf6ae545423568) [#5945](https://github.com/npm/cli/pull/5945) `[email protected]`
32+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.1.6): `@npmcli/[email protected]`
33+
* [Workspace](https://github.com/npm/cli/releases/tag/config-v6.1.1): `@npmcli/[email protected]`
34+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.7): `[email protected]`
35+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v5.0.7): `[email protected]`
36+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.7): `[email protected]`
37+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.7): `[email protected]`
38+
339
## [9.2.0](https://github.com/npm/cli/compare/v9.1.3...v9.2.0) (2022-12-07)
440

541
### 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": "9.2.0",
3+
"version": "9.3.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.2.0",
9+
"version": "9.3.0",
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.1.5",
89-
"@npmcli/config": "^6.1.0",
88+
"@npmcli/arborist": "^6.1.6",
89+
"@npmcli/config": "^6.1.1",
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.6",
112-
"libnpmexec": "^5.0.6",
113-
"libnpmfund": "^4.0.6",
111+
"libnpmdiff": "^5.0.7",
112+
"libnpmexec": "^5.0.7",
113+
"libnpmfund": "^4.0.7",
114114
"libnpmhook": "^9.0.1",
115115
"libnpmorg": "^5.0.1",
116-
"libnpmpack": "^5.0.6",
116+
"libnpmpack": "^5.0.7",
117117
"libnpmpublish": "^7.0.6",
118118
"libnpmsearch": "^6.0.1",
119119
"libnpmteam": "^5.0.1",
@@ -14303,7 +14303,7 @@
1430314303
},
1430414304
"workspaces/arborist": {
1430514305
"name": "@npmcli/arborist",
14306-
"version": "6.1.5",
14306+
"version": "6.1.6",
1430714307
"license": "ISC",
1430814308
"dependencies": {
1430914309
"@isaacs/string-locale-compare": "^1.1.0",
@@ -14359,7 +14359,7 @@
1435914359
},
1436014360
"workspaces/config": {
1436114361
"name": "@npmcli/config",
14362-
"version": "6.1.0",
14362+
"version": "6.1.1",
1436314363
"license": "ISC",
1436414364
"dependencies": {
1436514365
"@npmcli/map-workspaces": "^3.0.0",
@@ -14398,10 +14398,10 @@
1439814398
}
1439914399
},
1440014400
"workspaces/libnpmdiff": {
14401-
"version": "5.0.6",
14401+
"version": "5.0.7",
1440214402
"license": "ISC",
1440314403
"dependencies": {
14404-
"@npmcli/arborist": "^6.1.5",
14404+
"@npmcli/arborist": "^6.1.6",
1440514405
"@npmcli/disparity-colors": "^3.0.0",
1440614406
"@npmcli/installed-package-contents": "^2.0.0",
1440714407
"binary-extensions": "^2.2.0",
@@ -14421,10 +14421,10 @@
1442114421
}
1442214422
},
1442314423
"workspaces/libnpmexec": {
14424-
"version": "5.0.6",
14424+
"version": "5.0.7",
1442514425
"license": "ISC",
1442614426
"dependencies": {
14427-
"@npmcli/arborist": "^6.1.5",
14427+
"@npmcli/arborist": "^6.1.6",
1442814428
"@npmcli/run-script": "^6.0.0",
1442914429
"chalk": "^4.1.0",
1443014430
"ci-info": "^3.7.0",
@@ -14453,10 +14453,10 @@
1445314453
}
1445414454
},
1445514455
"workspaces/libnpmfund": {
14456-
"version": "4.0.6",
14456+
"version": "4.0.7",
1445714457
"license": "ISC",
1445814458
"dependencies": {
14459-
"@npmcli/arborist": "^6.1.5"
14459+
"@npmcli/arborist": "^6.1.6"
1446014460
},
1446114461
"devDependencies": {
1446214462
"@npmcli/eslint-config": "^4.0.0",
@@ -14503,10 +14503,10 @@
1450314503
}
1450414504
},
1450514505
"workspaces/libnpmpack": {
14506-
"version": "5.0.6",
14506+
"version": "5.0.7",
1450714507
"license": "ISC",
1450814508
"dependencies": {
14509-
"@npmcli/arborist": "^6.1.5",
14509+
"@npmcli/arborist": "^6.1.6",
1451014510
"@npmcli/run-script": "^6.0.0",
1451114511
"npm-package-arg": "^10.1.0",
1451214512
"pacote": "^15.0.7"

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.2.0",
2+
"version": "9.3.0",
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.1.5",
57-
"@npmcli/config": "^6.1.0",
56+
"@npmcli/arborist": "^6.1.6",
57+
"@npmcli/config": "^6.1.1",
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.6",
80-
"libnpmexec": "^5.0.6",
81-
"libnpmfund": "^4.0.6",
79+
"libnpmdiff": "^5.0.7",
80+
"libnpmexec": "^5.0.7",
81+
"libnpmfund": "^4.0.7",
8282
"libnpmhook": "^9.0.1",
8383
"libnpmorg": "^5.0.1",
84-
"libnpmpack": "^5.0.6",
84+
"libnpmpack": "^5.0.7",
8585
"libnpmpublish": "^7.0.6",
8686
"libnpmsearch": "^6.0.1",
8787
"libnpmteam": "^5.0.1",

workspaces/arborist/CHANGELOG.md

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

3+
## [6.1.6](https://github.com/npm/cli/compare/arborist-v6.1.5...arborist-v6.1.6) (2023-01-12)
4+
5+
### Bug Fixes
6+
7+
* [`b584af0`](https://github.com/npm/cli/commit/b584af0237eecd5c32cdab98b8a067798eb25eea) [#6022](https://github.com/npm/cli/pull/6022) remove unneeded param default (@wraithgar)
8+
* [`2ba1171`](https://github.com/npm/cli/commit/2ba1171f867bfacedbab056d165d50e58b0cb7ed) streamline workspace loading code (@wraithgar)
9+
* [`2383deb`](https://github.com/npm/cli/commit/2383deb9723593365cf748238f3b2388e7aaf6f5) [#6037](https://github.com/npm/cli/pull/6037) clean urls from arborist, owner, and ping commands (#6037) (@lukekarrys)
10+
* [`c52cf6b`](https://github.com/npm/cli/commit/c52cf6bc547268833cde2715fe4f6299240049f8) [#5960](https://github.com/npm/cli/pull/5960) properly handle directory, file, git and alias specs in overrides (@nlf)
11+
312
## [6.1.5](https://github.com/npm/cli/compare/arborist-v6.1.4...arborist-v6.1.5) (2022-12-07)
413

514
### 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.5",
3+
"version": "6.1.6",
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.1.1](https://github.com/npm/cli/compare/config-v6.1.0...config-v6.1.1) (2023-01-12)
4+
5+
### Bug Fixes
6+
7+
* [`450e50f`](https://github.com/npm/cli/commit/450e50fa555bfef869735b0195fe0a451e94eb3d) evaluate configs in command class (@lukekarrys)
8+
39
## [6.1.0](https://github.com/npm/cli/compare/config-v6.0.1...config-v6.1.0) (2022-11-02)
410

511
### 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": "6.1.0",
3+
"version": "6.1.1",
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.7](https://github.com/npm/cli/compare/libnpmdiff-v5.0.6...libnpmdiff-v5.0.7) (2023-01-12)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.1.6): `@npmcli/[email protected]`
8+
39
## [5.0.6](https://github.com/npm/cli/compare/libnpmdiff-v5.0.5...libnpmdiff-v5.0.6) (2022-12-07)
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.6",
3+
"version": "5.0.7",
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.5",
50+
"@npmcli/arborist": "^6.1.6",
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.7](https://github.com/npm/cli/compare/libnpmexec-v5.0.6...libnpmexec-v5.0.7) (2023-01-12)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.1.6): `@npmcli/[email protected]`
8+
39
## [5.0.6](https://github.com/npm/cli/compare/libnpmexec-v5.0.5...libnpmexec-v5.0.6) (2022-12-07)
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.6",
3+
"version": "5.0.7",
44
"files": [
55
"bin/",
66
"lib/"
@@ -61,7 +61,7 @@
6161
"tap": "^16.3.2"
6262
},
6363
"dependencies": {
64-
"@npmcli/arborist": "^6.1.5",
64+
"@npmcli/arborist": "^6.1.6",
6565
"@npmcli/run-script": "^6.0.0",
6666
"chalk": "^4.1.0",
6767
"ci-info": "^3.7.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.0.7](https://github.com/npm/cli/compare/libnpmfund-v4.0.6...libnpmfund-v4.0.7) (2023-01-12)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.1.6): `@npmcli/[email protected]`
8+
39
## [4.0.6](https://github.com/npm/cli/compare/libnpmfund-v4.0.5...libnpmfund-v4.0.6) (2022-12-07)
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.0.6",
3+
"version": "4.0.7",
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.1.5"
49+
"@npmcli/arborist": "^6.1.6"
5050
},
5151
"engines": {
5252
"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.7](https://github.com/npm/cli/compare/libnpmpack-v5.0.6...libnpmpack-v5.0.7) (2023-01-12)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.1.6): `@npmcli/[email protected]`
8+
39
## [5.0.6](https://github.com/npm/cli/compare/libnpmpack-v5.0.5...libnpmpack-v5.0.6) (2022-12-07)
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.6",
3+
"version": "5.0.7",
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.1.5",
39+
"@npmcli/arborist": "^6.1.6",
4040
"@npmcli/run-script": "^6.0.0",
4141
"npm-package-arg": "^10.1.0",
4242
"pacote": "^15.0.7"

0 commit comments

Comments
 (0)