Skip to content

Commit a73fd9e

Browse files
chore: release 9.2.1
1 parent 55093e2 commit a73fd9e

File tree

16 files changed

+83
-25
lines changed

16 files changed

+83
-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.2.0",
3-
"workspaces/arborist": "6.1.5",
2+
".": "9.2.1",
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
}

CHANGELOG.md

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

3+
## [9.2.1](https://github.com/npm/cli/compare/v9.2.0...v9.2.1) (2023-01-02)
4+
5+
### Bug Fixes
6+
7+
* [`69f5ff8`](https://github.com/npm/cli/commit/69f5ff863fccf91935b1f62b514fd2621b761903) view: convert command to use output instead of console (@lukekarrys)
8+
* [`dc52222`](https://github.com/npm/cli/commit/dc52222123245d3faf2afa444d0223deb25e35b6) init: write package.json workspaces paths with / separators (@lukekarrys)
9+
* [`31af1aa`](https://github.com/npm/cli/commit/31af1aaa9f6427bd61d752d54801d873c6242af8) refactor `help` to use `@npmcli/promise-spawn` (@lukekarrys)
10+
* [`669ef94`](https://github.com/npm/cli/commit/669ef9476cac4679322bec69e7a55ff5992cf827) fund: correctly parse and use `which` config (@lukekarrys)
11+
* [`72e6d6f`](https://github.com/npm/cli/commit/72e6d6f638db03dbe3c965be79ce05cb6fda12fc) generate workspace support for docs pages (@lukekarrys)
12+
* [`450e50f`](https://github.com/npm/cli/commit/450e50fa555bfef869735b0195fe0a451e94eb3d) evaluate configs in command class (@lukekarrys)
13+
* [`28ec922`](https://github.com/npm/cli/commit/28ec922e18c7178e840fd28cbbf78f56f0a7a653) [#5946](https://github.com/npm/cli/pull/5946) replace rimraf with fs.rm (@lukekarrys)
14+
15+
### Dependencies
16+
17+
* [`ec09474`](https://github.com/npm/cli/commit/ec09474b371b0706d0d55a4968cf6ae545423568) [#5945](https://github.com/npm/cli/pull/5945) `[email protected]`
18+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.1.6): `@npmcli/[email protected]`
19+
* [Workspace](https://github.com/npm/cli/releases/tag/config-v6.1.1): `@npmcli/[email protected]`
20+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.7): `[email protected]`
21+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v5.0.7): `[email protected]`
22+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.7): `[email protected]`
23+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.7): `[email protected]`
24+
325
## [9.2.0](https://github.com/npm/cli/compare/v9.1.3...v9.2.0) (2022-12-07)
426

527
### Features

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.2.0",
3+
"version": "9.2.1",
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.2.0",
2+
"version": "9.2.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.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [6.1.6](https://github.com/npm/cli/compare/arborist-v6.1.5...arborist-v6.1.6) (2023-01-02)
4+
5+
### Bug Fixes
6+
7+
* [`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)
8+
39
## [6.1.5](https://github.com/npm/cli/compare/arborist-v6.1.4...arborist-v6.1.5) (2022-12-07)
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.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-02)
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-02)
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",

0 commit comments

Comments
 (0)