Skip to content

Commit 7788ef2

Browse files
github-actions[bot]wraithgar
authored andcommitted
chore: release 10.2.4
1 parent a38836c commit 7788ef2

File tree

11 files changed

+75
-19
lines changed

11 files changed

+75
-19
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
".": "10.2.3",
2+
".": "10.2.4",
33
"workspaces/arborist": "7.2.1",
44
"workspaces/libnpmaccess": "8.0.1",
55
"workspaces/libnpmdiff": "6.0.3",
6-
"workspaces/libnpmexec": "7.0.3",
6+
"workspaces/libnpmexec": "7.0.4",
77
"workspaces/libnpmfund": "5.0.1",
88
"workspaces/libnpmhook": "10.0.0",
99
"workspaces/libnpmorg": "6.0.1",
1010
"workspaces/libnpmpack": "6.0.3",
11-
"workspaces/libnpmpublish": "9.0.1",
11+
"workspaces/libnpmpublish": "9.0.2",
1212
"workspaces/libnpmsearch": "7.0.0",
1313
"workspaces/libnpmteam": "6.0.0",
1414
"workspaces/libnpmversion": "5.0.1",
15-
"workspaces/config": "8.0.1"
15+
"workspaces/config": "8.0.2"
1616
}

AUTHORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,3 +908,7 @@ Wes Todd <[email protected]>
908908
Mike McCready <[email protected]>
909909
Piotr Kmieć <[email protected]>
910910
Santoshraj2 <[email protected]>
911+
Jamie Tanna <[email protected]>
912+
三咲智子 Kevin Deng <[email protected]>
913+
Manuel Spigolon <[email protected]>
914+

CHANGELOG.md

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

3+
## [10.2.4](https://github.com/npm/cli/compare/v10.2.3...v10.2.4) (2023-11-14)
4+
5+
### Bug Fixes
6+
7+
* [`cd291e7`](https://github.com/npm/cli/commit/cd291e7aa52e56fc45f8245e67c77e0ed3711b07) [#6995](https://github.com/npm/cli/pull/6995) refactor search formatting code (#6995) (@wraithgar)
8+
* [`f3a7380`](https://github.com/npm/cli/commit/f3a7380a45323dbf6c74015e418de3963fb11a69) [#6973](https://github.com/npm/cli/pull/6973) look in workspace for exec commands (#6973) (@wraithgar)
9+
* [`d11496b`](https://github.com/npm/cli/commit/d11496b26dfee5957e7e2a1b328f346b2aca9348) [#6977](https://github.com/npm/cli/pull/6977) pkg: properly output in workspace mode (#6977) (@wraithgar)
10+
* [`0f70088`](https://github.com/npm/cli/commit/0f7008851f1c250405e8dc326f15d535e8fc1eae) [#6969](https://github.com/npm/cli/pull/6969) correctly handle object licenses in SBOM generation (#6969) (@jamietanna)
11+
* [`dce3b08`](https://github.com/npm/cli/commit/dce3b0896ba81b2109fea42ab32edd8a3193324c) [#6951](https://github.com/npm/cli/pull/6951) properly catch missing url opener error (#6951) (@wraithgar)
12+
13+
### Documentation
14+
15+
* [`a38836c`](https://github.com/npm/cli/commit/a38836ce9d703f5012ff4d4a8a4e3b9a9aedc025) [#6616](https://github.com/npm/cli/pull/6616) add path usage for view command (#6616) (@RobinKnipe)
16+
* [`da18e4f`](https://github.com/npm/cli/commit/da18e4f9baa180beeb325a384759a26a19ac2919) [#6987](https://github.com/npm/cli/pull/6987) update npm-prune description (#6987) (@Eomm)
17+
18+
### Dependencies
19+
20+
* [`e9ec2f7`](https://github.com/npm/cli/commit/e9ec2f7005e7326d9a819978b251cf0a05062538) [#6994](https://github.com/npm/cli/pull/6994) `[email protected]`
21+
* [`faf9eff`](https://github.com/npm/cli/commit/faf9efffb7bfe6efde6e53830cb054b34c3a6ea3) [#6994](https://github.com/npm/cli/pull/6994) `[email protected]`
22+
* [`b00e780`](https://github.com/npm/cli/commit/b00e7808e370513e79ca31c261958377984e7444) [#6994](https://github.com/npm/cli/pull/6994) `@sigstore/[email protected]`
23+
* [`4613774`](https://github.com/npm/cli/commit/461377426d998ed79400501b09e1ee67c32bee23) [#6994](https://github.com/npm/cli/pull/6994) hoisting newer deps in favor of older ones
24+
* [`54c4f7b`](https://github.com/npm/cli/commit/54c4f7b8705b2c9d5b8bc5bb846f4e7863735b7e) [#6994](https://github.com/npm/cli/pull/6994) `[email protected]`
25+
* [`8c5882f`](https://github.com/npm/cli/commit/8c5882f3eed305bbd3514d7143f9d92e9577e1b9) [#6994](https://github.com/npm/cli/pull/6994) `[email protected]`
26+
* [`cd0c649`](https://github.com/npm/cli/commit/cd0c649ec2b421b59012854e61788a11a77194f2) [#6994](https://github.com/npm/cli/pull/6994) `[email protected]`
27+
* [`a0a58b7`](https://github.com/npm/cli/commit/a0a58b735c418d8555a06890b63098c68f53106e) [#6994](https://github.com/npm/cli/pull/6994) `@sigstore/[email protected]`
28+
* [`b3a53c6`](https://github.com/npm/cli/commit/b3a53c6ab5fd933fc7f8258c155ed31be834393e) [#6949](https://github.com/npm/cli/pull/6949) `[email protected]` (#6949)
29+
* [Workspace](https://github.com/npm/cli/releases/tag/config-v8.0.2): `@npmcli/[email protected]`
30+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.4): `[email protected]`
31+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v9.0.2): `[email protected]`
32+
333
## [10.2.3](https://github.com/npm/cli/compare/v10.2.2...v10.2.3) (2023-11-02)
434

535
### Dependencies

package-lock.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "10.2.3",
3+
"version": "10.2.4",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "10.2.3",
9+
"version": "10.2.4",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -91,7 +91,7 @@
9191
"dependencies": {
9292
"@isaacs/string-locale-compare": "^1.1.0",
9393
"@npmcli/arborist": "^7.2.1",
94-
"@npmcli/config": "^8.0.1",
94+
"@npmcli/config": "^8.0.2",
9595
"@npmcli/fs": "^3.1.0",
9696
"@npmcli/map-workspaces": "^3.0.4",
9797
"@npmcli/package-json": "^5.0.0",
@@ -117,12 +117,12 @@
117117
"json-parse-even-better-errors": "^3.0.0",
118118
"libnpmaccess": "^8.0.1",
119119
"libnpmdiff": "^6.0.3",
120-
"libnpmexec": "^7.0.3",
120+
"libnpmexec": "^7.0.4",
121121
"libnpmfund": "^5.0.1",
122122
"libnpmhook": "^10.0.0",
123123
"libnpmorg": "^6.0.1",
124124
"libnpmpack": "^6.0.3",
125-
"libnpmpublish": "^9.0.1",
125+
"libnpmpublish": "^9.0.2",
126126
"libnpmsearch": "^7.0.0",
127127
"libnpmteam": "^6.0.0",
128128
"libnpmversion": "^5.0.1",
@@ -18077,7 +18077,7 @@
1807718077
},
1807818078
"workspaces/config": {
1807918079
"name": "@npmcli/config",
18080-
"version": "8.0.1",
18080+
"version": "8.0.2",
1808118081
"license": "ISC",
1808218082
"dependencies": {
1808318083
"@npmcli/map-workspaces": "^3.0.2",
@@ -18141,7 +18141,7 @@
1814118141
}
1814218142
},
1814318143
"workspaces/libnpmexec": {
18144-
"version": "7.0.3",
18144+
"version": "7.0.4",
1814518145
"license": "ISC",
1814618146
"dependencies": {
1814718147
"@npmcli/arborist": "^7.2.1",
@@ -18241,7 +18241,7 @@
1824118241
}
1824218242
},
1824318243
"workspaces/libnpmpublish": {
18244-
"version": "9.0.1",
18244+
"version": "9.0.2",
1824518245
"license": "ISC",
1824618246
"dependencies": {
1824718247
"ci-info": "^4.0.0",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.2.3",
2+
"version": "10.2.4",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -53,7 +53,7 @@
5353
"dependencies": {
5454
"@isaacs/string-locale-compare": "^1.1.0",
5555
"@npmcli/arborist": "^7.2.1",
56-
"@npmcli/config": "^8.0.1",
56+
"@npmcli/config": "^8.0.2",
5757
"@npmcli/fs": "^3.1.0",
5858
"@npmcli/map-workspaces": "^3.0.4",
5959
"@npmcli/package-json": "^5.0.0",
@@ -79,12 +79,12 @@
7979
"json-parse-even-better-errors": "^3.0.0",
8080
"libnpmaccess": "^8.0.1",
8181
"libnpmdiff": "^6.0.3",
82-
"libnpmexec": "^7.0.3",
82+
"libnpmexec": "^7.0.4",
8383
"libnpmfund": "^5.0.1",
8484
"libnpmhook": "^10.0.0",
8585
"libnpmorg": "^6.0.1",
8686
"libnpmpack": "^6.0.3",
87-
"libnpmpublish": "^9.0.1",
87+
"libnpmpublish": "^9.0.2",
8888
"libnpmsearch": "^7.0.0",
8989
"libnpmteam": "^6.0.0",
9090
"libnpmversion": "^5.0.1",

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+
## [8.0.2](https://github.com/npm/cli/compare/config-v8.0.1...config-v8.0.2) (2023-11-14)
4+
5+
### Dependencies
6+
7+
* [`cd0c649`](https://github.com/npm/cli/commit/cd0c649ec2b421b59012854e61788a11a77194f2) [#6994](https://github.com/npm/cli/pull/6994) `[email protected]`
8+
39
## [8.0.1](https://github.com/npm/cli/compare/config-v8.0.0...config-v8.0.1) (2023-10-18)
410

511
### Bug Fixes

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": "8.0.1",
3+
"version": "8.0.2",
44
"files": [
55
"bin/",
66
"lib/"

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+
## [7.0.4](https://github.com/npm/cli/compare/libnpmexec-v7.0.3...libnpmexec-v7.0.4) (2023-11-14)
4+
5+
### Dependencies
6+
7+
* [`cd0c649`](https://github.com/npm/cli/commit/cd0c649ec2b421b59012854e61788a11a77194f2) [#6994](https://github.com/npm/cli/pull/6994) `[email protected]`
8+
39
## [7.0.3](https://github.com/npm/cli/compare/libnpmexec-v7.0.2...libnpmexec-v7.0.3) (2023-10-31)
410

511
### Dependencies

workspaces/libnpmexec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmexec",
3-
"version": "7.0.3",
3+
"version": "7.0.4",
44
"files": [
55
"bin/",
66
"lib/"

workspaces/libnpmpublish/CHANGELOG.md

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

3+
## [9.0.2](https://github.com/npm/cli/compare/libnpmpublish-v9.0.1...libnpmpublish-v9.0.2) (2023-11-14)
4+
5+
### Bug Fixes
6+
7+
* [`fff8698`](https://github.com/npm/cli/commit/fff8698169441a6398319f6d0510dde4090e01ce) [#6978](https://github.com/npm/cli/pull/6978) publish: split github workflow ref (#6978) (@sxzz)
8+
9+
### Dependencies
10+
11+
* [`cd0c649`](https://github.com/npm/cli/commit/cd0c649ec2b421b59012854e61788a11a77194f2) [#6994](https://github.com/npm/cli/pull/6994) `[email protected]`
12+
313
## [9.0.1](https://github.com/npm/cli/compare/libnpmpublish-v9.0.0...libnpmpublish-v9.0.1) (2023-10-02)
414

515
### Dependencies

workspaces/libnpmpublish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpublish",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"description": "Programmatic API for the bits behind npm publish and unpublish",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)