Skip to content

Commit 45f4a13

Browse files
chore: release 10.2.2
1 parent 8ed6d28 commit 45f4a13

File tree

16 files changed

+86
-25
lines changed

16 files changed

+86
-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-
".": "10.2.1",
3-
"workspaces/arborist": "7.2.0",
2+
".": "10.2.2",
3+
"workspaces/arborist": "7.2.1",
44
"workspaces/libnpmaccess": "8.0.1",
5-
"workspaces/libnpmdiff": "6.0.2",
6-
"workspaces/libnpmexec": "7.0.2",
7-
"workspaces/libnpmfund": "5.0.0",
5+
"workspaces/libnpmdiff": "6.0.3",
6+
"workspaces/libnpmexec": "7.0.3",
7+
"workspaces/libnpmfund": "5.0.1",
88
"workspaces/libnpmhook": "10.0.0",
99
"workspaces/libnpmorg": "6.0.1",
10-
"workspaces/libnpmpack": "6.0.2",
10+
"workspaces/libnpmpack": "6.0.3",
1111
"workspaces/libnpmpublish": "9.0.1",
1212
"workspaces/libnpmsearch": "7.0.0",
1313
"workspaces/libnpmteam": "6.0.0",
14-
"workspaces/libnpmversion": "5.0.0",
14+
"workspaces/libnpmversion": "5.0.1",
1515
"workspaces/config": "8.0.1"
1616
}

CHANGELOG.md

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

3+
## [10.2.2](https://github.com/npm/cli/compare/v10.2.1...v10.2.2) (2023-10-31)
4+
5+
### Bug Fixes
6+
7+
* [`8ed6d28`](https://github.com/npm/cli/commit/8ed6d28fa14b40d7a05784ad0a1e80661256b466) [#6910](https://github.com/npm/cli/pull/6910) make npm link respect --no-save (#6910) (@Santoshraj2)
8+
* [`eacec5f`](https://github.com/npm/cli/commit/eacec5f49060d3dfcdc3c7043115619e4bb22864) [#6941](https://github.com/npm/cli/pull/6941) add back bin/node-gyp-bin/node-gyp files (#6941) (@lukekarrys)
9+
* [`b776753`](https://github.com/npm/cli/commit/b776753f9cfeab329169105f604bc55ed03bd0e1) [#6928](https://github.com/npm/cli/pull/6928) Grammar mistake in authentication error message (#6928) (@Gekuro, gek)
10+
11+
### Documentation
12+
13+
* [`c422a01`](https://github.com/npm/cli/commit/c422a01e1564d25148c821ee257196ebe60e8e6c) [#6924](https://github.com/npm/cli/pull/6924) use markdown links instead of html (@lukekarrys)
14+
* [`dd03aa0`](https://github.com/npm/cli/commit/dd03aa0b9acc535283daf39699de9831202348cb) [#6921](https://github.com/npm/cli/pull/6921) add v9 and above for lockfile version 3 (#6921) (@MikeMcC399)
15+
16+
### Dependencies
17+
18+
* [`dfb6298`](https://github.com/npm/cli/commit/dfb6298c3eb9fb7ef452906765ac5f23ea6fec49) [#6937](https://github.com/npm/cli/pull/6937) `[email protected]` (#6937)
19+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.1): `@npmcli/[email protected]`
20+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.0.3): `[email protected]`
21+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.3): `[email protected]`
22+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v5.0.1): `[email protected]`
23+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v6.0.3): `[email protected]`
24+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmversion-v5.0.1): `[email protected]`
25+
326
## [10.2.1](https://github.com/npm/cli/compare/v10.2.0...v10.2.1) (2023-10-18)
427

528
### 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": "10.2.1",
3+
"version": "10.2.2",
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": "10.2.1",
2+
"version": "10.2.2",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@isaacs/string-locale-compare": "^1.1.0",
55-
"@npmcli/arborist": "^7.2.0",
55+
"@npmcli/arborist": "^7.2.1",
5656
"@npmcli/config": "^8.0.1",
5757
"@npmcli/fs": "^3.1.0",
5858
"@npmcli/map-workspaces": "^3.0.4",
@@ -78,16 +78,16 @@
7878
"is-cidr": "^4.0.2",
7979
"json-parse-even-better-errors": "^3.0.0",
8080
"libnpmaccess": "^8.0.1",
81-
"libnpmdiff": "^6.0.2",
82-
"libnpmexec": "^7.0.2",
83-
"libnpmfund": "^5.0.0",
81+
"libnpmdiff": "^6.0.3",
82+
"libnpmexec": "^7.0.3",
83+
"libnpmfund": "^5.0.1",
8484
"libnpmhook": "^10.0.0",
8585
"libnpmorg": "^6.0.1",
86-
"libnpmpack": "^6.0.2",
86+
"libnpmpack": "^6.0.3",
8787
"libnpmpublish": "^9.0.1",
8888
"libnpmsearch": "^7.0.0",
8989
"libnpmteam": "^6.0.0",
90-
"libnpmversion": "^5.0.0",
90+
"libnpmversion": "^5.0.1",
9191
"make-fetch-happen": "^13.0.0",
9292
"minimatch": "^9.0.3",
9393
"minipass": "^7.0.4",

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+
## [7.2.1](https://github.com/npm/cli/compare/arborist-v7.2.0...arborist-v7.2.1) (2023-10-31)
4+
5+
### Dependencies
6+
7+
* [`dfb6298`](https://github.com/npm/cli/commit/dfb6298c3eb9fb7ef452906765ac5f23ea6fec49) [#6937](https://github.com/npm/cli/pull/6937) `[email protected]` (#6937)
8+
39
## [7.2.0](https://github.com/npm/cli/compare/arborist-v7.1.0...arborist-v7.2.0) (2023-10-02)
410

511
### 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": "7.2.0",
3+
"version": "7.2.1",
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+
## [6.0.3](https://github.com/npm/cli/compare/libnpmdiff-v6.0.2...libnpmdiff-v6.0.3) (2023-10-31)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.1): `@npmcli/[email protected]`
8+
39
## [6.0.2](https://github.com/npm/cli/compare/libnpmdiff-v6.0.1...libnpmdiff-v6.0.2) (2023-10-02)
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": "6.0.2",
3+
"version": "6.0.3",
44
"description": "The registry diff",
55
"repository": {
66
"type": "git",
@@ -46,7 +46,7 @@
4646
"tap": "^16.3.8"
4747
},
4848
"dependencies": {
49-
"@npmcli/arborist": "^7.2.0",
49+
"@npmcli/arborist": "^7.2.1",
5050
"@npmcli/disparity-colors": "^3.0.0",
5151
"@npmcli/installed-package-contents": "^2.0.2",
5252
"binary-extensions": "^2.2.0",

workspaces/libnpmexec/CHANGELOG.md

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

3+
## [7.0.3](https://github.com/npm/cli/compare/libnpmexec-v7.0.2...libnpmexec-v7.0.3) (2023-10-31)
4+
5+
### Dependencies
6+
7+
* [`dfb6298`](https://github.com/npm/cli/commit/dfb6298c3eb9fb7ef452906765ac5f23ea6fec49) [#6937](https://github.com/npm/cli/pull/6937) `[email protected]` (#6937)
8+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.1): `@npmcli/[email protected]`
9+
310
## [7.0.2](https://github.com/npm/cli/compare/libnpmexec-v7.0.1...libnpmexec-v7.0.2) (2023-10-02)
411

512
### 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": "7.0.2",
3+
"version": "7.0.3",
44
"files": [
55
"bin/",
66
"lib/"
@@ -59,7 +59,7 @@
5959
"tap": "^16.3.8"
6060
},
6161
"dependencies": {
62-
"@npmcli/arborist": "^7.2.0",
62+
"@npmcli/arborist": "^7.2.1",
6363
"@npmcli/run-script": "^7.0.2",
6464
"ci-info": "^3.7.1",
6565
"npm-package-arg": "^11.0.1",

0 commit comments

Comments
 (0)