-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5a2e334
commit a73bab3
Showing
17 changed files
with
98 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters