Skip to content

Commit 053f1e3

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 10.2.2
1 parent 11e3c41 commit 053f1e3

File tree

17 files changed

+104
-42
lines changed

17 files changed

+104
-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-
".": "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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -905,3 +905,5 @@ jpg619 <[email protected]>
905905
Frazer Smith <[email protected]>
906906
907907
908+
Mike McCready <[email protected]>
909+
Piotr Kmieć <[email protected]>

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
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+
* [`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)
8+
* [`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)
9+
10+
### Documentation
11+
12+
* [`c422a01`](https://github.com/npm/cli/commit/c422a01e1564d25148c821ee257196ebe60e8e6c) [#6924](https://github.com/npm/cli/pull/6924) use markdown links instead of html (@lukekarrys)
13+
* [`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)
14+
15+
### Dependencies
16+
17+
* [`dfb6298`](https://github.com/npm/cli/commit/dfb6298c3eb9fb7ef452906765ac5f23ea6fec49) [#6937](https://github.com/npm/cli/pull/6937) `[email protected]` (#6937)
18+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.1): `@npmcli/[email protected]`
19+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.0.3): `[email protected]`
20+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.3): `[email protected]`
21+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v5.0.1): `[email protected]`
22+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v6.0.3): `[email protected]`
23+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmversion-v5.0.1): `[email protected]`
24+
325
## [10.2.1](https://github.com/npm/cli/compare/v10.2.0...v10.2.1) (2023-10-18)
426

527
### Bug Fixes

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": "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

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

0 commit comments

Comments
 (0)