Skip to content

Commit 457d9d1

Browse files
github-actions[bot]wraithgar
authored andcommitted
chore: release 9.5.1
1 parent 9bc455b commit 457d9d1

15 files changed

Lines changed: 90 additions & 37 deletions

File tree

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
".": "9.5.0",
3-
"workspaces/arborist": "6.2.2",
2+
".": "9.5.1",
3+
"workspaces/arborist": "6.2.3",
44
"workspaces/libnpmaccess": "7.0.2",
5-
"workspaces/libnpmdiff": "5.0.10",
6-
"workspaces/libnpmexec": "5.0.10",
7-
"workspaces/libnpmfund": "4.0.10",
5+
"workspaces/libnpmdiff": "5.0.11",
6+
"workspaces/libnpmexec": "5.0.11",
7+
"workspaces/libnpmfund": "4.0.11",
88
"workspaces/libnpmhook": "9.0.3",
99
"workspaces/libnpmorg": "5.0.3",
10-
"workspaces/libnpmpack": "5.0.10",
10+
"workspaces/libnpmpack": "5.0.11",
1111
"workspaces/libnpmpublish": "7.1.0",
1212
"workspaces/libnpmsearch": "6.0.2",
1313
"workspaces/libnpmteam": "5.0.3",

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -872,3 +872,5 @@ Peally <102741826+Peallyz@users.noreply.github.com>
872872
James Shaw <jamesshaw1987@googlemail.com>
873873
Brian DeHamer <bdehamer@github.com>
874874
Santosh Heigrujam <heisantosh@github.com>
875+
Rohan Mukherjee <roerohan@gmail.com>
876+
Andreas Deininger <andreas@deininger.net>

CHANGELOG.md

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

3+
## [9.5.1](https://github.com/npm/cli/compare/v9.5.0...v9.5.1) (2023-02-22)
4+
5+
### Documentation
6+
7+
* [`9bc455b`](https://github.com/npm/cli/commit/9bc455bc2c0f247ff4ca2e1fd299063008b4e260) [#6188](https://github.com/npm/cli/pull/6188) fixing typos (#6188) (@deining)
8+
* [`ec8c95c`](https://github.com/npm/cli/commit/ec8c95c2ab2de71a18e291b4f65ebb87c6ace1e8) [#6186](https://github.com/npm/cli/pull/6186) update OSI link (#6186) (@roerohan)
9+
10+
### Dependencies
11+
12+
* [`7ba3e17`](https://github.com/npm/cli/commit/7ba3e17087e13d737103260f10e671befc6ce256) [#6189](https://github.com/npm/cli/pull/6189) npm update
13+
* [`f7a5200`](https://github.com/npm/cli/commit/f7a520072f3dcafd9391e5e27f3ceef8e59e95dc) `pacote@15.1.1`
14+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.3): `@npmcli/arborist@6.2.3`
15+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.11): `libnpmdiff@5.0.11`
16+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v5.0.11): `libnpmexec@5.0.11`
17+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.11): `libnpmfund@4.0.11`
18+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.11): `libnpmpack@5.0.11`
19+
320
## [9.5.0](https://github.com/npm/cli/compare/v9.4.2...v9.5.0) (2023-02-14)
421

522
### Features

package-lock.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "9.5.0",
3+
"version": "9.5.1",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.5.0",
9+
"version": "9.5.1",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -84,7 +84,7 @@
8484
],
8585
"dependencies": {
8686
"@isaacs/string-locale-compare": "^1.1.0",
87-
"@npmcli/arborist": "^6.2.2",
87+
"@npmcli/arborist": "^6.2.3",
8888
"@npmcli/config": "^6.1.3",
8989
"@npmcli/map-workspaces": "^3.0.2",
9090
"@npmcli/package-json": "^3.0.0",
@@ -107,12 +107,12 @@
107107
"is-cidr": "^4.0.2",
108108
"json-parse-even-better-errors": "^3.0.0",
109109
"libnpmaccess": "^7.0.2",
110-
"libnpmdiff": "^5.0.10",
111-
"libnpmexec": "^5.0.10",
112-
"libnpmfund": "^4.0.10",
110+
"libnpmdiff": "^5.0.11",
111+
"libnpmexec": "^5.0.11",
112+
"libnpmfund": "^4.0.11",
113113
"libnpmhook": "^9.0.3",
114114
"libnpmorg": "^5.0.3",
115-
"libnpmpack": "^5.0.10",
115+
"libnpmpack": "^5.0.11",
116116
"libnpmpublish": "^7.1.0",
117117
"libnpmsearch": "^6.0.2",
118118
"libnpmteam": "^5.0.3",
@@ -14954,7 +14954,7 @@
1495414954
},
1495514955
"workspaces/arborist": {
1495614956
"name": "@npmcli/arborist",
14957-
"version": "6.2.2",
14957+
"version": "6.2.3",
1495814958
"license": "ISC",
1495914959
"dependencies": {
1496014960
"@isaacs/string-locale-compare": "^1.1.0",
@@ -15050,10 +15050,10 @@
1505015050
}
1505115051
},
1505215052
"workspaces/libnpmdiff": {
15053-
"version": "5.0.10",
15053+
"version": "5.0.11",
1505415054
"license": "ISC",
1505515055
"dependencies": {
15056-
"@npmcli/arborist": "^6.2.2",
15056+
"@npmcli/arborist": "^6.2.3",
1505715057
"@npmcli/disparity-colors": "^3.0.0",
1505815058
"@npmcli/installed-package-contents": "^2.0.0",
1505915059
"binary-extensions": "^2.2.0",
@@ -15073,10 +15073,10 @@
1507315073
}
1507415074
},
1507515075
"workspaces/libnpmexec": {
15076-
"version": "5.0.10",
15076+
"version": "5.0.11",
1507715077
"license": "ISC",
1507815078
"dependencies": {
15079-
"@npmcli/arborist": "^6.2.2",
15079+
"@npmcli/arborist": "^6.2.3",
1508015080
"@npmcli/run-script": "^6.0.0",
1508115081
"chalk": "^4.1.0",
1508215082
"ci-info": "^3.7.1",
@@ -15104,10 +15104,10 @@
1510415104
}
1510515105
},
1510615106
"workspaces/libnpmfund": {
15107-
"version": "4.0.10",
15107+
"version": "4.0.11",
1510815108
"license": "ISC",
1510915109
"dependencies": {
15110-
"@npmcli/arborist": "^6.2.2"
15110+
"@npmcli/arborist": "^6.2.3"
1511115111
},
1511215112
"devDependencies": {
1511315113
"@npmcli/eslint-config": "^4.0.0",
@@ -15154,10 +15154,10 @@
1515415154
}
1515515155
},
1515615156
"workspaces/libnpmpack": {
15157-
"version": "5.0.10",
15157+
"version": "5.0.11",
1515815158
"license": "ISC",
1515915159
"dependencies": {
15160-
"@npmcli/arborist": "^6.2.2",
15160+
"@npmcli/arborist": "^6.2.3",
1516115161
"@npmcli/run-script": "^6.0.0",
1516215162
"npm-package-arg": "^10.1.0",
1516315163
"pacote": "^15.0.8"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.5.0",
2+
"version": "9.5.1",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -53,7 +53,7 @@
5353
},
5454
"dependencies": {
5555
"@isaacs/string-locale-compare": "^1.1.0",
56-
"@npmcli/arborist": "^6.2.2",
56+
"@npmcli/arborist": "^6.2.3",
5757
"@npmcli/config": "^6.1.3",
5858
"@npmcli/map-workspaces": "^3.0.2",
5959
"@npmcli/package-json": "^3.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.2",
79-
"libnpmdiff": "^5.0.10",
80-
"libnpmexec": "^5.0.10",
81-
"libnpmfund": "^4.0.10",
79+
"libnpmdiff": "^5.0.11",
80+
"libnpmexec": "^5.0.11",
81+
"libnpmfund": "^4.0.11",
8282
"libnpmhook": "^9.0.3",
8383
"libnpmorg": "^5.0.3",
84-
"libnpmpack": "^5.0.10",
84+
"libnpmpack": "^5.0.11",
8585
"libnpmpublish": "^7.1.0",
8686
"libnpmsearch": "^6.0.2",
8787
"libnpmteam": "^5.0.3",

workspaces/arborist/CHANGELOG.md

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

3+
## [6.2.3](https://github.com/npm/cli/compare/arborist-v6.2.2...arborist-v6.2.3) (2023-02-22)
4+
5+
### Bug Fixes
6+
7+
* [`6ed3535`](https://github.com/npm/cli/commit/6ed353597733e906bacf6a9546983464134e4817) [#6175](https://github.com/npm/cli/pull/6175) linked-strategy lifecycle missing bins (#6175) (@fritzy)
8+
9+
### Documentation
10+
11+
* [`9bc455b`](https://github.com/npm/cli/commit/9bc455bc2c0f247ff4ca2e1fd299063008b4e260) [#6188](https://github.com/npm/cli/pull/6188) fixing typos (#6188) (@deining)
12+
313
## [6.2.2](https://github.com/npm/cli/compare/arborist-v6.2.1...arborist-v6.2.2) (2023-02-07)
414

515
### 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.2.2",
3+
"version": "6.2.3",
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+
## [5.0.11](https://github.com/npm/cli/compare/libnpmdiff-v5.0.10...libnpmdiff-v5.0.11) (2023-02-22)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.3): `@npmcli/arborist@6.2.3`
8+
39
## [5.0.10](https://github.com/npm/cli/compare/libnpmdiff-v5.0.9...libnpmdiff-v5.0.10) (2023-02-07)
410

511
### Bug Fixes

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.10",
3+
"version": "5.0.11",
44
"description": "The registry diff",
55
"repository": {
66
"type": "git",
@@ -46,7 +46,7 @@
4646
"tap": "^16.3.4"
4747
},
4848
"dependencies": {
49-
"@npmcli/arborist": "^6.2.2",
49+
"@npmcli/arborist": "^6.2.3",
5050
"@npmcli/disparity-colors": "^3.0.0",
5151
"@npmcli/installed-package-contents": "^2.0.0",
5252
"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.11](https://github.com/npm/cli/compare/libnpmexec-v5.0.10...libnpmexec-v5.0.11) (2023-02-22)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.3): `@npmcli/arborist@6.2.3`
8+
39
## [5.0.10](https://github.com/npm/cli/compare/libnpmexec-v5.0.9...libnpmexec-v5.0.10) (2023-02-07)
410

511
### Dependencies

0 commit comments

Comments
 (0)