Skip to content

Commit 84bf72e

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 10.2.2
1 parent 8ed6d28 commit 84bf72e

17 files changed

+106
-42
lines changed

.release-please-manifest.json

+7-7
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
}

AUTHORS

+3
Original file line numberDiff line numberDiff line change
@@ -905,3 +905,6 @@ jpg619 <141764922+jpg619@users.noreply.github.com>
905905
Frazer Smith <frazer.dev@outlook.com>
906906
Aaron <2738518+NeonArray@users.noreply.github.com>
907907
Wes Todd <wes@wesleytodd.com>
908+
Mike McCready <66998419+MikeMcC399@users.noreply.github.com>
909+
Piotr Kmieć <103869106+Gekuro@users.noreply.github.com>
910+
Santoshraj2 <143222321+Santoshraj2@users.noreply.github.com>

CHANGELOG.md

+23
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) `node-gyp@10.0.0` (#6937)
19+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.1): `@npmcli/arborist@7.2.1`
20+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.0.3): `libnpmdiff@6.0.3`
21+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.3): `libnpmexec@7.0.3`
22+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v5.0.1): `libnpmfund@5.0.1`
23+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v6.0.3): `libnpmpack@6.0.3`
24+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmversion-v5.0.1): `libnpmversion@5.0.1`
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

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "10.2.1",
3+
"version": "10.2.2",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "10.2.1",
9+
"version": "10.2.2",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -90,7 +90,7 @@
9090
],
9191
"dependencies": {
9292
"@isaacs/string-locale-compare": "^1.1.0",
93-
"@npmcli/arborist": "^7.2.0",
93+
"@npmcli/arborist": "^7.2.1",
9494
"@npmcli/config": "^8.0.1",
9595
"@npmcli/fs": "^3.1.0",
9696
"@npmcli/map-workspaces": "^3.0.4",
@@ -116,16 +116,16 @@
116116
"is-cidr": "^4.0.2",
117117
"json-parse-even-better-errors": "^3.0.0",
118118
"libnpmaccess": "^8.0.1",
119-
"libnpmdiff": "^6.0.2",
120-
"libnpmexec": "^7.0.2",
121-
"libnpmfund": "^5.0.0",
119+
"libnpmdiff": "^6.0.3",
120+
"libnpmexec": "^7.0.3",
121+
"libnpmfund": "^5.0.1",
122122
"libnpmhook": "^10.0.0",
123123
"libnpmorg": "^6.0.1",
124-
"libnpmpack": "^6.0.2",
124+
"libnpmpack": "^6.0.3",
125125
"libnpmpublish": "^9.0.1",
126126
"libnpmsearch": "^7.0.0",
127127
"libnpmteam": "^6.0.0",
128-
"libnpmversion": "^5.0.0",
128+
"libnpmversion": "^5.0.1",
129129
"make-fetch-happen": "^13.0.0",
130130
"minimatch": "^9.0.3",
131131
"minipass": "^7.0.4",
@@ -17540,7 +17540,7 @@
1754017540
},
1754117541
"workspaces/arborist": {
1754217542
"name": "@npmcli/arborist",
17543-
"version": "7.2.0",
17543+
"version": "7.2.1",
1754417544
"license": "ISC",
1754517545
"dependencies": {
1754617546
"@isaacs/string-locale-compare": "^1.1.0",
@@ -17637,10 +17637,10 @@
1763717637
}
1763817638
},
1763917639
"workspaces/libnpmdiff": {
17640-
"version": "6.0.2",
17640+
"version": "6.0.3",
1764117641
"license": "ISC",
1764217642
"dependencies": {
17643-
"@npmcli/arborist": "^7.2.0",
17643+
"@npmcli/arborist": "^7.2.1",
1764417644
"@npmcli/disparity-colors": "^3.0.0",
1764517645
"@npmcli/installed-package-contents": "^2.0.2",
1764617646
"binary-extensions": "^2.2.0",
@@ -17660,10 +17660,10 @@
1766017660
}
1766117661
},
1766217662
"workspaces/libnpmexec": {
17663-
"version": "7.0.2",
17663+
"version": "7.0.3",
1766417664
"license": "ISC",
1766517665
"dependencies": {
17666-
"@npmcli/arborist": "^7.2.0",
17666+
"@npmcli/arborist": "^7.2.1",
1766717667
"@npmcli/run-script": "^7.0.2",
1766817668
"ci-info": "^3.7.1",
1766917669
"npm-package-arg": "^11.0.1",
@@ -17690,10 +17690,10 @@
1769017690
}
1769117691
},
1769217692
"workspaces/libnpmfund": {
17693-
"version": "5.0.0",
17693+
"version": "5.0.1",
1769417694
"license": "ISC",
1769517695
"dependencies": {
17696-
"@npmcli/arborist": "^7.2.0"
17696+
"@npmcli/arborist": "^7.2.1"
1769717697
},
1769817698
"devDependencies": {
1769917699
"@npmcli/eslint-config": "^4.0.0",
@@ -17740,10 +17740,10 @@
1774017740
}
1774117741
},
1774217742
"workspaces/libnpmpack": {
17743-
"version": "6.0.2",
17743+
"version": "6.0.3",
1774417744
"license": "ISC",
1774517745
"dependencies": {
17746-
"@npmcli/arborist": "^7.2.0",
17746+
"@npmcli/arborist": "^7.2.1",
1774717747
"@npmcli/run-script": "^7.0.2",
1774817748
"npm-package-arg": "^11.0.1",
1774917749
"pacote": "^17.0.4"
@@ -17818,7 +17818,7 @@
1781817818
}
1781917819
},
1782017820
"workspaces/libnpmversion": {
17821-
"version": "5.0.0",
17821+
"version": "5.0.1",
1782217822
"license": "ISC",
1782317823
"dependencies": {
1782417824
"@npmcli/git": "^5.0.3",

package.json

+7-7
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

+6
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) `node-gyp@10.0.0` (#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

+1-1
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

+6
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/arborist@7.2.1`
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

+2-2
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

+7
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) `node-gyp@10.0.0` (#6937)
8+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.1): `@npmcli/arborist@7.2.1`
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

+2-2
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",

workspaces/libnpmfund/CHANGELOG.md

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

3+
## [5.0.1](https://github.com/npm/cli/compare/libnpmfund-v5.0.0...libnpmfund-v5.0.1) (2023-10-31)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.1): `@npmcli/arborist@7.2.1`
8+
39
## [5.0.0](https://github.com/npm/cli/compare/libnpmfund-v4.1.1...libnpmfund-v5.0.0) (2023-10-02)
410

511
### ⚠️ BREAKING CHANGES

workspaces/libnpmfund/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmfund",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",
@@ -45,7 +45,7 @@
4545
"tap": "^16.3.8"
4646
},
4747
"dependencies": {
48-
"@npmcli/arborist": "^7.2.0"
48+
"@npmcli/arborist": "^7.2.1"
4949
},
5050
"engines": {
5151
"node": "^16.14.0 || >=18.0.0"

workspaces/libnpmpack/CHANGELOG.md

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

3+
## [6.0.3](https://github.com/npm/cli/compare/libnpmpack-v6.0.2...libnpmpack-v6.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) `node-gyp@10.0.0` (#6937)
8+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.1): `@npmcli/arborist@7.2.1`
9+
310
## [6.0.2](https://github.com/npm/cli/compare/libnpmpack-v6.0.1...libnpmpack-v6.0.2) (2023-10-02)
411

512
### 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": "6.0.2",
3+
"version": "6.0.3",
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": "^7.2.0",
39+
"@npmcli/arborist": "^7.2.1",
4040
"@npmcli/run-script": "^7.0.2",
4141
"npm-package-arg": "^11.0.1",
4242
"pacote": "^17.0.4"

workspaces/libnpmversion/CHANGELOG.md

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

3+
## [5.0.1](https://github.com/npm/cli/compare/libnpmversion-v5.0.0...libnpmversion-v5.0.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) `node-gyp@10.0.0` (#6937)
8+
39
## [5.0.0](https://github.com/npm/cli/compare/libnpmversion-v5.0.0-pre.0...libnpmversion-v5.0.0) (2023-08-31)
410

511
### Features

workspaces/libnpmversion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmversion",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",

0 commit comments

Comments
 (0)