Skip to content

Commit 96c957a

Browse files
chore: release 10.2.5 (npm#7009)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f656b66 commit 96c957a

31 files changed

+221
-43
lines changed

.release-please-manifest.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
".": "10.2.4",
3-
"workspaces/arborist": "7.2.1",
4-
"workspaces/libnpmaccess": "8.0.1",
5-
"workspaces/libnpmdiff": "6.0.3",
6-
"workspaces/libnpmexec": "7.0.4",
7-
"workspaces/libnpmfund": "5.0.1",
8-
"workspaces/libnpmhook": "10.0.0",
9-
"workspaces/libnpmorg": "6.0.1",
10-
"workspaces/libnpmpack": "6.0.3",
11-
"workspaces/libnpmpublish": "9.0.2",
12-
"workspaces/libnpmsearch": "7.0.0",
13-
"workspaces/libnpmteam": "6.0.0",
14-
"workspaces/libnpmversion": "5.0.1",
15-
"workspaces/config": "8.0.2"
2+
".": "10.2.5",
3+
"workspaces/arborist": "7.2.2",
4+
"workspaces/libnpmaccess": "8.0.2",
5+
"workspaces/libnpmdiff": "6.0.4",
6+
"workspaces/libnpmexec": "7.0.5",
7+
"workspaces/libnpmfund": "5.0.2",
8+
"workspaces/libnpmhook": "10.0.1",
9+
"workspaces/libnpmorg": "6.0.2",
10+
"workspaces/libnpmpack": "6.0.4",
11+
"workspaces/libnpmpublish": "9.0.3",
12+
"workspaces/libnpmsearch": "7.0.1",
13+
"workspaces/libnpmteam": "6.0.1",
14+
"workspaces/libnpmversion": "5.0.2",
15+
"workspaces/config": "8.0.3"
1616
}

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -912,3 +912,4 @@ Jamie Tanna <[email protected]>
912912
三咲智子 Kevin Deng <[email protected]>
913913
Manuel Spigolon <[email protected]>
914914
915+
Juan Julián Merelo Guervós <[email protected]>

CHANGELOG.md

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

3+
## [10.2.5](https://github.com/npm/cli/compare/v10.2.4...v10.2.5) (2023-12-06)
4+
5+
### Bug Fixes
6+
7+
* [`c7a592c`](https://github.com/npm/cli/commit/c7a592c9c400e73dd27264c11ad6459616023e4c) [#7061](https://github.com/npm/cli/pull/7061) dont use cache for update notifier manifest request (@lukekarrys)
8+
* [`7b952f6`](https://github.com/npm/cli/commit/7b952f64b882bd891fab5c21c7c3b49838c8a995) [#7049](https://github.com/npm/cli/pull/7049) unpublish: bubble up all errors parsing local package.json (#7049) (@wraithgar)
9+
* [`be4741f`](https://github.com/npm/cli/commit/be4741f5bc20239f11842f780047d91fda23935d) [#7039](https://github.com/npm/cli/pull/7039) unpublish bugfixes (#7039) (@wraithgar)
10+
* [`bc7f53d`](https://github.com/npm/cli/commit/bc7f53db793d362d2015d3e55ce121e6b4d3d91f) [#7036](https://github.com/npm/cli/pull/7036) reverse direction of SPDX SBOM dependency rels (#7036) (@bdehamer, @antonbauhofer)
11+
* [`11ec231`](https://github.com/npm/cli/commit/11ec231e895300e5b7292ac16685d37d1d5df3b9) [#7033](https://github.com/npm/cli/pull/7033) skip creation of log directory if `logs-max` is set to 0 (#7033) (@JJ)
12+
* [`6267f54`](https://github.com/npm/cli/commit/6267f543c2ac134c0f8433f8b48659a3949bf210) [#7005](https://github.com/npm/cli/pull/7005) properly catch missing url opener error on interactive prompt (#7005) (@wraithgar)
13+
14+
### Dependencies
15+
16+
* [`ff1204a`](https://github.com/npm/cli/commit/ff1204aff0651e32679ecd09d0a2a62de49f4eac) [#7058](https://github.com/npm/cli/pull/7058) `[email protected]`
17+
* [`c648020`](https://github.com/npm/cli/commit/c648020cdc0fa0916bc618b6d1191e68dcfc8d73) [#7058](https://github.com/npm/cli/pull/7058) `[email protected]`
18+
* [`53aa8f2`](https://github.com/npm/cli/commit/53aa8f2c110f38a10f98f976cb40f54ea6d95844) [#7058](https://github.com/npm/cli/pull/7058) `[email protected]`
19+
* [`2e5331c`](https://github.com/npm/cli/commit/2e5331c75df8606b1f92bf61c8612f5e7b0274aa) [#7058](https://github.com/npm/cli/pull/7058) `[email protected]`
20+
* [`937b7b7`](https://github.com/npm/cli/commit/937b7b7b11ec21fbe373ab93f4e4e170625dd6b1) [#7058](https://github.com/npm/cli/pull/7058) `[email protected]`
21+
* [`35371c8`](https://github.com/npm/cli/commit/35371c8796a08a269ac3f7017c35e5fcb7ef0968) [#7058](https://github.com/npm/cli/pull/7058) `[email protected]`
22+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.2): `@npmcli/[email protected]`
23+
* [workspace](https://github.com/npm/cli/releases/tag/config-v8.0.3): `@npmcli/[email protected]`
24+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmaccess-v8.0.2): `[email protected]`
25+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.0.4): `[email protected]`
26+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.5): `[email protected]`
27+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v5.0.2): `[email protected]`
28+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmhook-v10.0.1): `[email protected]`
29+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v6.0.2): `[email protected]`
30+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v6.0.4): `[email protected]`
31+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v9.0.3): `[email protected]`
32+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmsearch-v7.0.1): `[email protected]`
33+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmteam-v6.0.1): `[email protected]`
34+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmversion-v5.0.2): `[email protected]`
35+
36+
### Chores
37+
38+
* [`f656b66`](https://github.com/npm/cli/commit/f656b669e549286844f2071b9b62cf23f7958034) [#7062](https://github.com/npm/cli/pull/7062) `@npmcli/[email protected]` (#7062) (@lukekarrys)
39+
* [`9754b17`](https://github.com/npm/cli/commit/9754b173de26f3173e7f41eab34733fe9ba50f1d) [#7051](https://github.com/npm/cli/pull/7051) use global npm for workspace tests (@lukekarrys)
40+
* [`3891757`](https://github.com/npm/cli/commit/3891757f54d6d960cbf5f0d93d183d6424e8bed6) [#7051](https://github.com/npm/cli/pull/7051) `@npmcli/[email protected]` (@lukekarrys)
41+
* [`71f70fa`](https://github.com/npm/cli/commit/71f70fa0e86448b20a63b9eec922ad25971a9377) [#7058](https://github.com/npm/cli/pull/7058) `[email protected]` (@wraithgar)
42+
* [`43674a4`](https://github.com/npm/cli/commit/43674a449816e364265205e56270ad547718069c) [#7058](https://github.com/npm/cli/pull/7058) `[email protected]` (@wraithgar)
43+
* [`4ba585c`](https://github.com/npm/cli/commit/4ba585ce0e1a2ea4591d64d7166b81b7fe92010b) [#7040](https://github.com/npm/cli/pull/7040) fix tests for zlib differences between node versions (#7040) (@wraithgar)
44+
345
## [10.2.4](https://github.com/npm/cli/compare/v10.2.3...v10.2.4) (2023-11-14)
446

547
### Bug Fixes

package-lock.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "10.2.4",
3+
"version": "10.2.5",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "10.2.4",
9+
"version": "10.2.5",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -16283,7 +16283,7 @@
1628316283
},
1628416284
"workspaces/arborist": {
1628516285
"name": "@npmcli/arborist",
16286-
"version": "7.2.1",
16286+
"version": "7.2.2",
1628716287
"license": "ISC",
1628816288
"dependencies": {
1628916289
"@isaacs/string-locale-compare": "^1.1.0",
@@ -16339,7 +16339,7 @@
1633916339
},
1634016340
"workspaces/config": {
1634116341
"name": "@npmcli/config",
16342-
"version": "8.0.2",
16342+
"version": "8.0.3",
1634316343
"license": "ISC",
1634416344
"dependencies": {
1634516345
"@npmcli/map-workspaces": "^3.0.2",
@@ -16362,7 +16362,7 @@
1636216362
}
1636316363
},
1636416364
"workspaces/libnpmaccess": {
16365-
"version": "8.0.1",
16365+
"version": "8.0.2",
1636616366
"license": "ISC",
1636716367
"dependencies": {
1636816368
"npm-package-arg": "^11.0.1",
@@ -16380,7 +16380,7 @@
1638016380
}
1638116381
},
1638216382
"workspaces/libnpmdiff": {
16383-
"version": "6.0.3",
16383+
"version": "6.0.4",
1638416384
"license": "ISC",
1638516385
"dependencies": {
1638616386
"@npmcli/arborist": "^7.2.1",
@@ -16403,7 +16403,7 @@
1640316403
}
1640416404
},
1640516405
"workspaces/libnpmexec": {
16406-
"version": "7.0.4",
16406+
"version": "7.0.5",
1640716407
"license": "ISC",
1640816408
"dependencies": {
1640916409
"@npmcli/arborist": "^7.2.1",
@@ -16433,7 +16433,7 @@
1643316433
}
1643416434
},
1643516435
"workspaces/libnpmfund": {
16436-
"version": "5.0.1",
16436+
"version": "5.0.2",
1643716437
"license": "ISC",
1643816438
"dependencies": {
1643916439
"@npmcli/arborist": "^7.2.1"
@@ -16448,7 +16448,7 @@
1644816448
}
1644916449
},
1645016450
"workspaces/libnpmhook": {
16451-
"version": "10.0.0",
16451+
"version": "10.0.1",
1645216452
"license": "ISC",
1645316453
"dependencies": {
1645416454
"aproba": "^2.0.0",
@@ -16465,7 +16465,7 @@
1646516465
}
1646616466
},
1646716467
"workspaces/libnpmorg": {
16468-
"version": "6.0.1",
16468+
"version": "6.0.2",
1646916469
"license": "ISC",
1647016470
"dependencies": {
1647116471
"aproba": "^2.0.0",
@@ -16483,7 +16483,7 @@
1648316483
}
1648416484
},
1648516485
"workspaces/libnpmpack": {
16486-
"version": "6.0.3",
16486+
"version": "6.0.4",
1648716487
"license": "ISC",
1648816488
"dependencies": {
1648916489
"@npmcli/arborist": "^7.2.1",
@@ -16503,7 +16503,7 @@
1650316503
}
1650416504
},
1650516505
"workspaces/libnpmpublish": {
16506-
"version": "9.0.2",
16506+
"version": "9.0.3",
1650716507
"license": "ISC",
1650816508
"dependencies": {
1650916509
"ci-info": "^4.0.0",
@@ -16528,7 +16528,7 @@
1652816528
}
1652916529
},
1653016530
"workspaces/libnpmsearch": {
16531-
"version": "7.0.0",
16531+
"version": "7.0.1",
1653216532
"license": "ISC",
1653316533
"dependencies": {
1653416534
"npm-registry-fetch": "^16.0.0"
@@ -16544,7 +16544,7 @@
1654416544
}
1654516545
},
1654616546
"workspaces/libnpmteam": {
16547-
"version": "6.0.0",
16547+
"version": "6.0.1",
1654816548
"license": "ISC",
1654916549
"dependencies": {
1655016550
"aproba": "^2.0.0",
@@ -16561,7 +16561,7 @@
1656116561
}
1656216562
},
1656316563
"workspaces/libnpmversion": {
16564-
"version": "5.0.1",
16564+
"version": "5.0.2",
1656516565
"license": "ISC",
1656616566
"dependencies": {
1656716567
"@npmcli/git": "^5.0.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.2.4",
2+
"version": "10.2.5",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [

workspaces/arborist/CHANGELOG.md

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

3+
## [7.2.2](https://github.com/npm/cli/compare/arborist-v7.2.1...arborist-v7.2.2) (2023-12-06)
4+
5+
### Bug Fixes
6+
7+
* [`ae2d982`](https://github.com/npm/cli/commit/ae2d98292472897b8365829633cd47a6cb006d03) [#7027](https://github.com/npm/cli/pull/7027) arborist: `node.target` can be `null` when it is a file dep or symlink (#7027) (@ljharb, @lukekarrys)
8+
* [`f875caa`](https://github.com/npm/cli/commit/f875caa86900122819311dd77cde01c700fd1817) [#6998](https://github.com/npm/cli/pull/6998) clean up shrinkwrap code (#6998) (@wraithgar)
9+
10+
### Chores
11+
12+
* [`f656b66`](https://github.com/npm/cli/commit/f656b669e549286844f2071b9b62cf23f7958034) [#7062](https://github.com/npm/cli/pull/7062) `@npmcli/[email protected]` (#7062) (@lukekarrys)
13+
* [`9754b17`](https://github.com/npm/cli/commit/9754b173de26f3173e7f41eab34733fe9ba50f1d) [#7051](https://github.com/npm/cli/pull/7051) use global npm for workspace tests (@lukekarrys)
14+
* [`3891757`](https://github.com/npm/cli/commit/3891757f54d6d960cbf5f0d93d183d6424e8bed6) [#7051](https://github.com/npm/cli/pull/7051) `@npmcli/[email protected]` (@lukekarrys)
15+
316
## [7.2.1](https://github.com/npm/cli/compare/arborist-v7.2.0...arborist-v7.2.1) (2023-10-31)
417

518
### Dependencies

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.1",
3+
"version": "7.2.2",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

workspaces/config/CHANGELOG.md

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

3+
## [8.0.3](https://github.com/npm/cli/compare/config-v8.0.2...config-v8.0.3) (2023-12-06)
4+
5+
### Bug Fixes
6+
7+
* [`bc7f53d`](https://github.com/npm/cli/commit/bc7f53db793d362d2015d3e55ce121e6b4d3d91f) [#7036](https://github.com/npm/cli/pull/7036) reverse direction of SPDX SBOM dependency rels (#7036) (@bdehamer, @antonbauhofer)
8+
9+
### Chores
10+
11+
* [`f656b66`](https://github.com/npm/cli/commit/f656b669e549286844f2071b9b62cf23f7958034) [#7062](https://github.com/npm/cli/pull/7062) `@npmcli/[email protected]` (#7062) (@lukekarrys)
12+
* [`9754b17`](https://github.com/npm/cli/commit/9754b173de26f3173e7f41eab34733fe9ba50f1d) [#7051](https://github.com/npm/cli/pull/7051) use global npm for workspace tests (@lukekarrys)
13+
* [`3891757`](https://github.com/npm/cli/commit/3891757f54d6d960cbf5f0d93d183d6424e8bed6) [#7051](https://github.com/npm/cli/pull/7051) `@npmcli/[email protected]` (@lukekarrys)
14+
315
## [8.0.2](https://github.com/npm/cli/compare/config-v8.0.1...config-v8.0.2) (2023-11-14)
416

517
### Dependencies

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

workspaces/libnpmaccess/CHANGELOG.md

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

3+
## [8.0.2](https://github.com/npm/cli/compare/libnpmaccess-v8.0.1...libnpmaccess-v8.0.2) (2023-12-06)
4+
5+
### Chores
6+
7+
* [`f656b66`](https://github.com/npm/cli/commit/f656b669e549286844f2071b9b62cf23f7958034) [#7062](https://github.com/npm/cli/pull/7062) `@npmcli/[email protected]` (#7062) (@lukekarrys)
8+
* [`9754b17`](https://github.com/npm/cli/commit/9754b173de26f3173e7f41eab34733fe9ba50f1d) [#7051](https://github.com/npm/cli/pull/7051) use global npm for workspace tests (@lukekarrys)
9+
* [`3891757`](https://github.com/npm/cli/commit/3891757f54d6d960cbf5f0d93d183d6424e8bed6) [#7051](https://github.com/npm/cli/pull/7051) `@npmcli/[email protected]` (@lukekarrys)
10+
311
## [8.0.1](https://github.com/npm/cli/compare/libnpmaccess-v8.0.0...libnpmaccess-v8.0.1) (2023-10-02)
412

513
### Dependencies

workspaces/libnpmaccess/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmaccess",
3-
"version": "8.0.1",
3+
"version": "8.0.2",
44
"description": "programmatic library for `npm access` commands",
55
"author": "GitHub Inc.",
66
"license": "ISC",

workspaces/libnpmdiff/CHANGELOG.md

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

3+
## [6.0.4](https://github.com/npm/cli/compare/libnpmdiff-v6.0.3...libnpmdiff-v6.0.4) (2023-12-06)
4+
5+
### Dependencies
6+
7+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.2): `@npmcli/[email protected]`
8+
9+
### Chores
10+
11+
* [`f656b66`](https://github.com/npm/cli/commit/f656b669e549286844f2071b9b62cf23f7958034) [#7062](https://github.com/npm/cli/pull/7062) `@npmcli/[email protected]` (#7062) (@lukekarrys)
12+
* [`9754b17`](https://github.com/npm/cli/commit/9754b173de26f3173e7f41eab34733fe9ba50f1d) [#7051](https://github.com/npm/cli/pull/7051) use global npm for workspace tests (@lukekarrys)
13+
* [`3891757`](https://github.com/npm/cli/commit/3891757f54d6d960cbf5f0d93d183d6424e8bed6) [#7051](https://github.com/npm/cli/pull/7051) `@npmcli/[email protected]` (@lukekarrys)
14+
315
## [6.0.3](https://github.com/npm/cli/compare/libnpmdiff-v6.0.2...libnpmdiff-v6.0.3) (2023-10-31)
416

517
### Dependencies

workspaces/libnpmdiff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmdiff",
3-
"version": "6.0.3",
3+
"version": "6.0.4",
44
"description": "The registry diff",
55
"repository": {
66
"type": "git",

workspaces/libnpmexec/CHANGELOG.md

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

3+
## [7.0.5](https://github.com/npm/cli/compare/libnpmexec-v7.0.4...libnpmexec-v7.0.5) (2023-12-06)
4+
5+
### Dependencies
6+
7+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.2): `@npmcli/[email protected]`
8+
9+
### Chores
10+
11+
* [`f656b66`](https://github.com/npm/cli/commit/f656b669e549286844f2071b9b62cf23f7958034) [#7062](https://github.com/npm/cli/pull/7062) `@npmcli/[email protected]` (#7062) (@lukekarrys)
12+
* [`9754b17`](https://github.com/npm/cli/commit/9754b173de26f3173e7f41eab34733fe9ba50f1d) [#7051](https://github.com/npm/cli/pull/7051) use global npm for workspace tests (@lukekarrys)
13+
* [`3891757`](https://github.com/npm/cli/commit/3891757f54d6d960cbf5f0d93d183d6424e8bed6) [#7051](https://github.com/npm/cli/pull/7051) `@npmcli/[email protected]` (@lukekarrys)
14+
315
## [7.0.4](https://github.com/npm/cli/compare/libnpmexec-v7.0.3...libnpmexec-v7.0.4) (2023-11-14)
416

517
### 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.4",
3+
"version": "7.0.5",
44
"files": [
55
"bin/",
66
"lib/"

workspaces/libnpmfund/CHANGELOG.md

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

3+
## [5.0.2](https://github.com/npm/cli/compare/libnpmfund-v5.0.1...libnpmfund-v5.0.2) (2023-12-06)
4+
5+
### Dependencies
6+
7+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.2): `@npmcli/[email protected]`
8+
9+
### Chores
10+
11+
* [`f656b66`](https://github.com/npm/cli/commit/f656b669e549286844f2071b9b62cf23f7958034) [#7062](https://github.com/npm/cli/pull/7062) `@npmcli/[email protected]` (#7062) (@lukekarrys)
12+
* [`9754b17`](https://github.com/npm/cli/commit/9754b173de26f3173e7f41eab34733fe9ba50f1d) [#7051](https://github.com/npm/cli/pull/7051) use global npm for workspace tests (@lukekarrys)
13+
* [`3891757`](https://github.com/npm/cli/commit/3891757f54d6d960cbf5f0d93d183d6424e8bed6) [#7051](https://github.com/npm/cli/pull/7051) `@npmcli/[email protected]` (@lukekarrys)
14+
315
## [5.0.1](https://github.com/npm/cli/compare/libnpmfund-v5.0.0...libnpmfund-v5.0.1) (2023-10-31)
416

517
### Dependencies

workspaces/libnpmfund/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmfund",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",

workspaces/libnpmhook/CHANGELOG.md

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

3+
## [10.0.1](https://github.com/npm/cli/compare/libnpmhook-v10.0.0...libnpmhook-v10.0.1) (2023-12-06)
4+
5+
### Chores
6+
7+
* [`f656b66`](https://github.com/npm/cli/commit/f656b669e549286844f2071b9b62cf23f7958034) [#7062](https://github.com/npm/cli/pull/7062) `@npmcli/[email protected]` (#7062) (@lukekarrys)
8+
* [`9754b17`](https://github.com/npm/cli/commit/9754b173de26f3173e7f41eab34733fe9ba50f1d) [#7051](https://github.com/npm/cli/pull/7051) use global npm for workspace tests (@lukekarrys)
9+
* [`3891757`](https://github.com/npm/cli/commit/3891757f54d6d960cbf5f0d93d183d6424e8bed6) [#7051](https://github.com/npm/cli/pull/7051) `@npmcli/[email protected]` (@lukekarrys)
10+
* [`0270a7d`](https://github.com/npm/cli/commit/0270a7d42984210fd388f3d9a70aaa01887d29f6) [#6807](https://github.com/npm/cli/pull/6807) set workspace engines (@lukekarrys)
11+
* [`fec08ad`](https://github.com/npm/cli/commit/fec08ade0fed990b838b781867adf03253907e91) [#6807](https://github.com/npm/cli/pull/6807) `@npmcli/[email protected]` (@lukekarrys)
12+
313
## [10.0.0](https://github.com/npm/cli/compare/libnpmhook-v10.0.0-pre.0...libnpmhook-v10.0.0) (2023-08-31)
414

515
### Features

workspaces/libnpmhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmhook",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"description": "programmatic API for managing npm registry hooks",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)