Skip to content

Commit

Permalink
chore: release 10.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Dec 6, 2023
1 parent c7a592c commit 72ca274
Show file tree
Hide file tree
Showing 31 changed files with 318 additions and 77 deletions.
28 changes: 14 additions & 14 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
".": "10.2.4",
"workspaces/arborist": "7.2.1",
"workspaces/libnpmaccess": "8.0.1",
"workspaces/libnpmdiff": "6.0.3",
"workspaces/libnpmexec": "7.0.4",
"workspaces/libnpmfund": "5.0.1",
"workspaces/libnpmhook": "10.0.0",
"workspaces/libnpmorg": "6.0.1",
"workspaces/libnpmpack": "6.0.3",
"workspaces/libnpmpublish": "9.0.2",
"workspaces/libnpmsearch": "7.0.0",
"workspaces/libnpmteam": "6.0.0",
"workspaces/libnpmversion": "5.0.1",
"workspaces/config": "8.0.2"
".": "10.2.5",
"workspaces/arborist": "7.2.2",
"workspaces/libnpmaccess": "8.0.2",
"workspaces/libnpmdiff": "6.0.4",
"workspaces/libnpmexec": "7.0.5",
"workspaces/libnpmfund": "5.0.2",
"workspaces/libnpmhook": "10.0.1",
"workspaces/libnpmorg": "6.0.2",
"workspaces/libnpmpack": "6.0.4",
"workspaces/libnpmpublish": "9.0.3",
"workspaces/libnpmsearch": "7.0.1",
"workspaces/libnpmteam": "6.0.1",
"workspaces/libnpmversion": "5.0.2",
"workspaces/config": "8.0.3"
}
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -912,3 +912,4 @@ Jamie Tanna <[email protected]>
三咲智子 Kevin Deng <[email protected]>
Manuel Spigolon <[email protected]>
Robin <[email protected]>
Juan Julián Merelo Guervós <[email protected]>
81 changes: 81 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,86 @@
# Changelog

## [10.2.5](https://github.com/npm/cli/compare/v10.2.4...v10.2.5) (2023-12-06)

### Bug Fixes

* [`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)
* [`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)
* [`be4741f`](https://github.com/npm/cli/commit/be4741f5bc20239f11842f780047d91fda23935d) [#7039](https://github.com/npm/cli/pull/7039) unpublish bugfixes (#7039) (@wraithgar)
* [`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)
* [`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)
* [`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)

### Dependencies

* [`ff1204a`](https://github.com/npm/cli/commit/ff1204aff0651e32679ecd09d0a2a62de49f4eac) [#7058](https://github.com/npm/cli/pull/7058) `[email protected]`
* [`c648020`](https://github.com/npm/cli/commit/c648020cdc0fa0916bc618b6d1191e68dcfc8d73) [#7058](https://github.com/npm/cli/pull/7058) `[email protected]`
* [`53aa8f2`](https://github.com/npm/cli/commit/53aa8f2c110f38a10f98f976cb40f54ea6d95844) [#7058](https://github.com/npm/cli/pull/7058) `[email protected]`
* [`2e5331c`](https://github.com/npm/cli/commit/2e5331c75df8606b1f92bf61c8612f5e7b0274aa) [#7058](https://github.com/npm/cli/pull/7058) `[email protected]`
* [`937b7b7`](https://github.com/npm/cli/commit/937b7b7b11ec21fbe373ab93f4e4e170625dd6b1) [#7058](https://github.com/npm/cli/pull/7058) `[email protected]`
* [`35371c8`](https://github.com/npm/cli/commit/35371c8796a08a269ac3f7017c35e5fcb7ef0968) [#7058](https://github.com/npm/cli/pull/7058) `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.2): `@npmcli/[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/config-v8.0.3): `@npmcli/[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmaccess-v8.0.2): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.0.4): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.5): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v5.0.2): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmhook-v10.0.1): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v6.0.2): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v6.0.4): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v9.0.3): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmsearch-v7.0.1): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmteam-v6.0.1): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmversion-v5.0.2): `[email protected]`
## [10.2.5](https://github.com/npm/cli/compare/v10.2.4...v10.2.5) (2023-12-06)

### Bug Fixes

* [`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)
* [`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)
* [`be4741f`](https://github.com/npm/cli/commit/be4741f5bc20239f11842f780047d91fda23935d) [#7039](https://github.com/npm/cli/pull/7039) unpublish bugfixes (#7039) (@wraithgar)
* [`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)
* [`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)
* [`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)

### Dependencies

* [`ff1204a`](https://github.com/npm/cli/commit/ff1204aff0651e32679ecd09d0a2a62de49f4eac) [#7058](https://github.com/npm/cli/pull/7058) `[email protected]`
* [`c648020`](https://github.com/npm/cli/commit/c648020cdc0fa0916bc618b6d1191e68dcfc8d73) [#7058](https://github.com/npm/cli/pull/7058) `[email protected]`
* [`53aa8f2`](https://github.com/npm/cli/commit/53aa8f2c110f38a10f98f976cb40f54ea6d95844) [#7058](https://github.com/npm/cli/pull/7058) `[email protected]`
* [`2e5331c`](https://github.com/npm/cli/commit/2e5331c75df8606b1f92bf61c8612f5e7b0274aa) [#7058](https://github.com/npm/cli/pull/7058) `[email protected]`
* [`937b7b7`](https://github.com/npm/cli/commit/937b7b7b11ec21fbe373ab93f4e4e170625dd6b1) [#7058](https://github.com/npm/cli/pull/7058) `[email protected]`
* [`35371c8`](https://github.com/npm/cli/commit/35371c8796a08a269ac3f7017c35e5fcb7ef0968) [#7058](https://github.com/npm/cli/pull/7058) `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.2): `@npmcli/[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/config-v8.0.3): `@npmcli/[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmaccess-v8.0.2): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.0.4): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.5): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v5.0.2): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmhook-v10.0.1): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v6.0.2): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v6.0.4): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v9.0.3): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmsearch-v7.0.1): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmteam-v6.0.1): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmversion-v5.0.2): `[email protected]`

### Chores

* [`9754b17`](https://github.com/npm/cli/commit/9754b173de26f3173e7f41eab34733fe9ba50f1d) [#7051](https://github.com/npm/cli/pull/7051) use global npm for workspace tests (@lukekarrys)
* [`3891757`](https://github.com/npm/cli/commit/3891757f54d6d960cbf5f0d93d183d6424e8bed6) [#7051](https://github.com/npm/cli/pull/7051) `@npmcli/[email protected]` (@lukekarrys)
* [`71f70fa`](https://github.com/npm/cli/commit/71f70fa0e86448b20a63b9eec922ad25971a9377) [#7058](https://github.com/npm/cli/pull/7058) `[email protected]` (@wraithgar)
* [`43674a4`](https://github.com/npm/cli/commit/43674a449816e364265205e56270ad547718069c) [#7058](https://github.com/npm/cli/pull/7058) `[email protected]` (@wraithgar)
* [`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)

### Chores

* [`9754b17`](https://github.com/npm/cli/commit/9754b173de26f3173e7f41eab34733fe9ba50f1d) [#7051](https://github.com/npm/cli/pull/7051) use global npm for workspace tests (@lukekarrys)
* [`3891757`](https://github.com/npm/cli/commit/3891757f54d6d960cbf5f0d93d183d6424e8bed6) [#7051](https://github.com/npm/cli/pull/7051) `@npmcli/[email protected]` (@lukekarrys)
* [`71f70fa`](https://github.com/npm/cli/commit/71f70fa0e86448b20a63b9eec922ad25971a9377) [#7058](https://github.com/npm/cli/pull/7058) `[email protected]` (@wraithgar)
* [`43674a4`](https://github.com/npm/cli/commit/43674a449816e364265205e56270ad547718069c) [#7058](https://github.com/npm/cli/pull/7058) `[email protected]` (@wraithgar)
* [`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)

## [10.2.4](https://github.com/npm/cli/compare/v10.2.3...v10.2.4) (2023-11-14)

### Bug Fixes
Expand Down
64 changes: 32 additions & 32 deletions package-lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "10.2.4",
"version": "10.2.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "10.2.4",
"version": "10.2.5",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down Expand Up @@ -90,8 +90,8 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^7.2.1",
"@npmcli/config": "^8.0.2",
"@npmcli/arborist": "^7.2.2",
"@npmcli/config": "^8.0.3",
"@npmcli/fs": "^3.1.0",
"@npmcli/map-workspaces": "^3.0.4",
"@npmcli/package-json": "^5.0.0",
Expand All @@ -115,17 +115,17 @@
"init-package-json": "^6.0.0",
"is-cidr": "^5.0.3",
"json-parse-even-better-errors": "^3.0.1",
"libnpmaccess": "^8.0.1",
"libnpmdiff": "^6.0.3",
"libnpmexec": "^7.0.4",
"libnpmfund": "^5.0.1",
"libnpmhook": "^10.0.0",
"libnpmorg": "^6.0.1",
"libnpmpack": "^6.0.3",
"libnpmpublish": "^9.0.2",
"libnpmsearch": "^7.0.0",
"libnpmteam": "^6.0.0",
"libnpmversion": "^5.0.1",
"libnpmaccess": "^8.0.2",
"libnpmdiff": "^6.0.4",
"libnpmexec": "^7.0.5",
"libnpmfund": "^5.0.2",
"libnpmhook": "^10.0.1",
"libnpmorg": "^6.0.2",
"libnpmpack": "^6.0.4",
"libnpmpublish": "^9.0.3",
"libnpmsearch": "^7.0.1",
"libnpmteam": "^6.0.1",
"libnpmversion": "^5.0.2",
"make-fetch-happen": "^13.0.0",
"minimatch": "^9.0.3",
"minipass": "^7.0.4",
Expand Down Expand Up @@ -16283,7 +16283,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "7.2.1",
"version": "7.2.2",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down Expand Up @@ -16339,7 +16339,7 @@
},
"workspaces/config": {
"name": "@npmcli/config",
"version": "8.0.2",
"version": "8.0.3",
"license": "ISC",
"dependencies": {
"@npmcli/map-workspaces": "^3.0.2",
Expand All @@ -16362,7 +16362,7 @@
}
},
"workspaces/libnpmaccess": {
"version": "8.0.1",
"version": "8.0.2",
"license": "ISC",
"dependencies": {
"npm-package-arg": "^11.0.1",
Expand All @@ -16380,10 +16380,10 @@
}
},
"workspaces/libnpmdiff": {
"version": "6.0.3",
"version": "6.0.4",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^7.2.1",
"@npmcli/arborist": "^7.2.2",
"@npmcli/disparity-colors": "^3.0.0",
"@npmcli/installed-package-contents": "^2.0.2",
"binary-extensions": "^2.2.0",
Expand All @@ -16403,10 +16403,10 @@
}
},
"workspaces/libnpmexec": {
"version": "7.0.4",
"version": "7.0.5",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^7.2.1",
"@npmcli/arborist": "^7.2.2",
"@npmcli/run-script": "^7.0.2",
"ci-info": "^4.0.0",
"npm-package-arg": "^11.0.1",
Expand All @@ -16433,10 +16433,10 @@
}
},
"workspaces/libnpmfund": {
"version": "5.0.1",
"version": "5.0.2",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^7.2.1"
"@npmcli/arborist": "^7.2.2"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
Expand All @@ -16448,7 +16448,7 @@
}
},
"workspaces/libnpmhook": {
"version": "10.0.0",
"version": "10.0.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All @@ -16465,7 +16465,7 @@
}
},
"workspaces/libnpmorg": {
"version": "6.0.1",
"version": "6.0.2",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All @@ -16483,10 +16483,10 @@
}
},
"workspaces/libnpmpack": {
"version": "6.0.3",
"version": "6.0.4",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^7.2.1",
"@npmcli/arborist": "^7.2.2",
"@npmcli/run-script": "^7.0.2",
"npm-package-arg": "^11.0.1",
"pacote": "^17.0.4"
Expand All @@ -16503,7 +16503,7 @@
}
},
"workspaces/libnpmpublish": {
"version": "9.0.2",
"version": "9.0.3",
"license": "ISC",
"dependencies": {
"ci-info": "^4.0.0",
Expand All @@ -16528,7 +16528,7 @@
}
},
"workspaces/libnpmsearch": {
"version": "7.0.0",
"version": "7.0.1",
"license": "ISC",
"dependencies": {
"npm-registry-fetch": "^16.0.0"
Expand All @@ -16544,7 +16544,7 @@
}
},
"workspaces/libnpmteam": {
"version": "6.0.0",
"version": "6.0.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All @@ -16561,7 +16561,7 @@
}
},
"workspaces/libnpmversion": {
"version": "5.0.1",
"version": "5.0.2",
"license": "ISC",
"dependencies": {
"@npmcli/git": "^5.0.3",
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.2.4",
"version": "10.2.5",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand Down Expand Up @@ -52,8 +52,8 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^7.2.1",
"@npmcli/config": "^8.0.2",
"@npmcli/arborist": "^7.2.2",
"@npmcli/config": "^8.0.3",
"@npmcli/fs": "^3.1.0",
"@npmcli/map-workspaces": "^3.0.4",
"@npmcli/package-json": "^5.0.0",
Expand All @@ -77,17 +77,17 @@
"init-package-json": "^6.0.0",
"is-cidr": "^5.0.3",
"json-parse-even-better-errors": "^3.0.1",
"libnpmaccess": "^8.0.1",
"libnpmdiff": "^6.0.3",
"libnpmexec": "^7.0.4",
"libnpmfund": "^5.0.1",
"libnpmhook": "^10.0.0",
"libnpmorg": "^6.0.1",
"libnpmpack": "^6.0.3",
"libnpmpublish": "^9.0.2",
"libnpmsearch": "^7.0.0",
"libnpmteam": "^6.0.0",
"libnpmversion": "^5.0.1",
"libnpmaccess": "^8.0.2",
"libnpmdiff": "^6.0.4",
"libnpmexec": "^7.0.5",
"libnpmfund": "^5.0.2",
"libnpmhook": "^10.0.1",
"libnpmorg": "^6.0.2",
"libnpmpack": "^6.0.4",
"libnpmpublish": "^9.0.3",
"libnpmsearch": "^7.0.1",
"libnpmteam": "^6.0.1",
"libnpmversion": "^5.0.2",
"make-fetch-happen": "^13.0.0",
"minimatch": "^9.0.3",
"minipass": "^7.0.4",
Expand Down
12 changes: 12 additions & 0 deletions workspaces/arborist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [7.2.2](https://github.com/npm/cli/compare/arborist-v7.2.1...arborist-v7.2.2) (2023-12-06)

### Bug Fixes

* [`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)
* [`f875caa`](https://github.com/npm/cli/commit/f875caa86900122819311dd77cde01c700fd1817) [#6998](https://github.com/npm/cli/pull/6998) clean up shrinkwrap code (#6998) (@wraithgar)

### Chores

* [`9754b17`](https://github.com/npm/cli/commit/9754b173de26f3173e7f41eab34733fe9ba50f1d) [#7051](https://github.com/npm/cli/pull/7051) use global npm for workspace tests (@lukekarrys)
* [`3891757`](https://github.com/npm/cli/commit/3891757f54d6d960cbf5f0d93d183d6424e8bed6) [#7051](https://github.com/npm/cli/pull/7051) `@npmcli/[email protected]` (@lukekarrys)

## [7.2.1](https://github.com/npm/cli/compare/arborist-v7.2.0...arborist-v7.2.1) (2023-10-31)

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
"version": "7.2.1",
"version": "7.2.2",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down
Loading

0 comments on commit 72ca274

Please sign in to comment.