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] committed Dec 4, 2023
1 parent 5a2e334 commit eb87d59
Show file tree
Hide file tree
Showing 16 changed files with 80 additions and 25 deletions.
14 changes: 7 additions & 7 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",
".": "10.2.5",
"workspaces/arborist": "7.2.2",
"workspaces/libnpmaccess": "8.0.1",
"workspaces/libnpmdiff": "6.0.3",
"workspaces/libnpmexec": "7.0.4",
"workspaces/libnpmfund": "5.0.1",
"workspaces/libnpmdiff": "6.0.4",
"workspaces/libnpmexec": "7.0.5",
"workspaces/libnpmfund": "5.0.2",
"workspaces/libnpmhook": "10.0.0",
"workspaces/libnpmorg": "6.0.1",
"workspaces/libnpmpack": "6.0.3",
"workspaces/libnpmpack": "6.0.4",
"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"
"workspaces/config": "8.0.3"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

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

### Bug Fixes

* [`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

* [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/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/libnpmpack-v6.0.4): `[email protected]`

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm",
"version": "10.2.4",
"version": "10.2.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
Expand Down
14 changes: 7 additions & 7 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 @@ -78,12 +78,12 @@
"is-cidr": "^5.0.3",
"json-parse-even-better-errors": "^3.0.0",
"libnpmaccess": "^8.0.1",
"libnpmdiff": "^6.0.3",
"libnpmexec": "^7.0.4",
"libnpmfund": "^5.0.1",
"libnpmdiff": "^6.0.4",
"libnpmexec": "^7.0.5",
"libnpmfund": "^5.0.2",
"libnpmhook": "^10.0.0",
"libnpmorg": "^6.0.1",
"libnpmpack": "^6.0.3",
"libnpmpack": "^6.0.4",
"libnpmpublish": "^9.0.2",
"libnpmsearch": "^7.0.0",
"libnpmteam": "^6.0.0",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/arborist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

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

### Bug Fixes

* [`f875caa`](https://github.com/npm/cli/commit/f875caa86900122819311dd77cde01c700fd1817) [#6998](https://github.com/npm/cli/pull/6998) clean up shrinkwrap code (#6998) (@wraithgar)

## [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
6 changes: 6 additions & 0 deletions workspaces/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [8.0.3](https://github.com/npm/cli/compare/config-v8.0.2...config-v8.0.3) (2023-12-04)

### Bug Fixes

* [`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.0.2](https://github.com/npm/cli/compare/config-v8.0.1...config-v8.0.2) (2023-11-14)

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion workspaces/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/config",
"version": "8.0.2",
"version": "8.0.3",
"files": [
"bin/",
"lib/"
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmdiff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [6.0.4](https://github.com/npm/cli/compare/libnpmdiff-v6.0.3...libnpmdiff-v6.0.4) (2023-12-04)

### Dependencies

* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.2): `@npmcli/[email protected]`

## [6.0.3](https://github.com/npm/cli/compare/libnpmdiff-v6.0.2...libnpmdiff-v6.0.3) (2023-10-31)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmdiff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmdiff",
"version": "6.0.3",
"version": "6.0.4",
"description": "The registry diff",
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,7 +46,7 @@
"tap": "^16.3.8"
},
"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 Down
6 changes: 6 additions & 0 deletions workspaces/libnpmexec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [7.0.5](https://github.com/npm/cli/compare/libnpmexec-v7.0.4...libnpmexec-v7.0.5) (2023-12-04)

### Dependencies

* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.2): `@npmcli/[email protected]`

## [7.0.4](https://github.com/npm/cli/compare/libnpmexec-v7.0.3...libnpmexec-v7.0.4) (2023-11-14)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmexec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
"version": "7.0.4",
"version": "7.0.5",
"files": [
"bin/",
"lib/"
Expand Down Expand Up @@ -59,7 +59,7 @@
"tap": "^16.3.8"
},
"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 Down
6 changes: 6 additions & 0 deletions workspaces/libnpmfund/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [5.0.2](https://github.com/npm/cli/compare/libnpmfund-v5.0.1...libnpmfund-v5.0.2) (2023-12-04)

### Dependencies

* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.2): `@npmcli/[email protected]`

## [5.0.1](https://github.com/npm/cli/compare/libnpmfund-v5.0.0...libnpmfund-v5.0.1) (2023-10-31)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmfund/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmfund",
"version": "5.0.1",
"version": "5.0.2",
"main": "lib/index.js",
"files": [
"bin/",
Expand Down Expand Up @@ -45,7 +45,7 @@
"tap": "^16.3.8"
},
"dependencies": {
"@npmcli/arborist": "^7.2.1"
"@npmcli/arborist": "^7.2.2"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [6.0.4](https://github.com/npm/cli/compare/libnpmpack-v6.0.3...libnpmpack-v6.0.4) (2023-12-04)

### Dependencies

* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.2): `@npmcli/[email protected]`

## [6.0.3](https://github.com/npm/cli/compare/libnpmpack-v6.0.2...libnpmpack-v6.0.3) (2023-10-31)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmpack",
"version": "6.0.3",
"version": "6.0.4",
"description": "Programmatic API for the bits behind npm pack",
"author": "GitHub Inc.",
"main": "lib/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"bugs": "https://github.com/npm/libnpmpack/issues",
"homepage": "https://npmjs.com/package/libnpmpack",
"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 Down

0 comments on commit eb87d59

Please sign in to comment.