-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
ad98cba
commit 2f6fb25
Showing
22 changed files
with
230 additions
and
44 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.8.3", | ||
".": "11.0.0", | ||
"workspaces/arborist": "7.5.4", | ||
"workspaces/libnpmaccess": "8.0.6", | ||
"workspaces/libnpmaccess": "9.0.0", | ||
"workspaces/libnpmdiff": "6.1.4", | ||
"workspaces/libnpmexec": "8.1.4", | ||
"workspaces/libnpmfund": "5.0.12", | ||
"workspaces/libnpmhook": "10.0.5", | ||
"workspaces/libnpmorg": "6.0.6", | ||
"workspaces/libnpmhook": "11.0.0", | ||
"workspaces/libnpmorg": "7.0.0", | ||
"workspaces/libnpmpack": "7.0.4", | ||
"workspaces/libnpmpublish": "9.0.9", | ||
"workspaces/libnpmsearch": "7.0.6", | ||
"workspaces/libnpmteam": "6.0.5", | ||
"workspaces/libnpmversion": "6.0.3", | ||
"workspaces/config": "8.3.4" | ||
"workspaces/libnpmpublish": "10.0.0", | ||
"workspaces/libnpmsearch": "8.0.0", | ||
"workspaces/libnpmteam": "7.0.0", | ||
"workspaces/libnpmversion": "7.0.0", | ||
"workspaces/config": "9.0.0" | ||
} |
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 |
---|---|---|
|
@@ -947,3 +947,5 @@ AmirHossein Sakhravi <[email protected]> | |
Hiroo Ono <[email protected]> | ||
Sonny <[email protected]> | ||
Alessandro Diez <[email protected]> | ||
Rhys Evans <[email protected]> | ||
reggi <[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,79 @@ | ||
# Changelog | ||
|
||
## [11.0.0](https://github.com/npm/cli/compare/v10.8.3...v11.0.0) (2024-09-26) | ||
### ⚠️ BREAKING CHANGES | ||
* `libnpmversion` now supports node `^18.17.0 || >=20.5.0` | ||
* `libnpmteam` now supports node `^18.17.0 || >=20.5.0` | ||
* `libnpmsearch` now supports node `^18.17.0 || >=20.5.0` | ||
* `libnpmpublish` now supports node `^18.17.0 || >=20.5.0` | ||
* `libnpmorg` now supports node `^18.17.0 || >=20.5.0` | ||
* `libnpmhook` now supports node `^18.17.0 || >=20.5.0` | ||
* `libnpmaccess` now supports node `^18.17.0 || >=20.5.0` | ||
* `@npmcli/config` now supports node `^18.17.0 || >=20.5.0` | ||
* `libnpmteam` now supports node `^18.17.0 || >=20.5.0` | ||
* `libnpmsearch` now supports node `^18.17.0 || >=20.5.0` | ||
* `libnpmpublish` now supports node `^18.17.0 || >=20.5.0` | ||
* `libnpmorg` now supports node `^18.17.0 || >=20.5.0` | ||
* `libnpmhook` now supports node `^18.17.0 || >=20.5.0` | ||
* `libnpmaccess` now supports node `^18.17.0 || >=20.5.0` | ||
* `@npmcli/config` now supports node `^18.17.0 || >=20.5.0` | ||
### Bug Fixes | ||
* [`3bc7c70`](https://github.com/npm/cli/commit/3bc7c7000609567b77b317c1f90bbc4734c8b395) align to npm 10 node engine range (libnpmversion) (@reggi) | ||
* [`8b44964`](https://github.com/npm/cli/commit/8b4496428a8e4ce7ae3ed26a8bc2d5665c97174c) align to npm 10 node engine range (libnpmteam) (@reggi) | ||
* [`7661b0e`](https://github.com/npm/cli/commit/7661b0ef4324c57136399fd1d1f75ea00d7363b1) align to npm 10 node engine range (libnpmsearch) (@reggi) | ||
* [`37bc47f`](https://github.com/npm/cli/commit/37bc47f982594da1c0e7e4110f907a73a46e448d) align to npm 10 node engine range (libnpmpublish) (@reggi) | ||
* [`6fcc66e`](https://github.com/npm/cli/commit/6fcc66e7b1bbeb60806c681d59e912300cb80350) align to npm 10 node engine range (libnpmorg) (@reggi) | ||
* [`9c77dc9`](https://github.com/npm/cli/commit/9c77dc9c5f0ff9c8024a9221c2cb85415ad18efe) align to npm 10 node engine range (libnpmhook) (@reggi) | ||
* [`dc0f270`](https://github.com/npm/cli/commit/dc0f270156c1bc972f953174fefb090aa6d49832) align to npm 10 node engine range (libnpmaccess) (@reggi) | ||
* [`9e11fcf`](https://github.com/npm/cli/commit/9e11fcf7a41ad9606f2cbd71c2791db3c23c98ab) align to npm 10 node engine range (@npmcli/config) (@reggi) | ||
* [`b2ed1a4`](https://github.com/npm/cli/commit/b2ed1a4739d89b6eb6b451e1f501a9c1f28245e5) align to npm 10 node engine range (libnpmteam) (@reggi) | ||
* [`1c57428`](https://github.com/npm/cli/commit/1c574286418629dd4c5b8ac8e5db00830cdafecf) align to npm 10 node engine range (libnpmsearch) (@reggi) | ||
* [`7708336`](https://github.com/npm/cli/commit/770833692d3f1dfd07d24285e9a7a4a43d5ecf84) align to npm 10 node engine range (libnpmpublish) (@reggi) | ||
* [`e11ebbc`](https://github.com/npm/cli/commit/e11ebbcb5c904f58593f43218f2edcb7cc9fb02b) align to npm 10 node engine range (libnpmorg) (@reggi) | ||
* [`7a0b81e`](https://github.com/npm/cli/commit/7a0b81ea13c3a0f08b3acf1adbf6254f82124328) align to npm 10 node engine range (libnpmhook) (@reggi) | ||
* [`c5f818a`](https://github.com/npm/cli/commit/c5f818a787fbdfeca6dfd708c978736c96394a1b) align to npm 10 node engine range (libnpmaccess) (@reggi) | ||
* [`02c403b`](https://github.com/npm/cli/commit/02c403bb4859339692594028f9b738fbe93a5da6) align to npm 10 node engine range (@npmcli/config) (@reggi) | ||
### Documentation | ||
* [`63d6a73`](https://github.com/npm/cli/commit/63d6a732c3c0e9c19fd4d147eaa5cc27c29b168d) [#7783](https://github.com/npm/cli/pull/7783) package.json: add brief section on exports, link to Node.js docs (#7783) (@wheresrhys) | ||
* [`366c07e`](https://github.com/npm/cli/commit/366c07e2f3cb9d1c6ddbd03e624a4d73fbd2676e) [#7776](https://github.com/npm/cli/pull/7776) remove incorrect note about npm install (#7776) (@wraithgar) | ||
### Dependencies | ||
* [`ad98cba`](https://github.com/npm/cli/commit/ad98cbabcefe0e38348d25e365bf89535d999c44) `[email protected]` | ||
* [`52599e9`](https://github.com/npm/cli/commit/52599e9b9a55b7ab144a9d076ce2b0be076cf595) `[email protected]` | ||
* [`9d60b23`](https://github.com/npm/cli/commit/9d60b23f6f5283abb7eeea6b319b2771f4bce0ca) `[email protected]` | ||
* [`d49cfaa`](https://github.com/npm/cli/commit/d49cfaa5879ba431998901cbfda0789f7b2967a6) `[email protected]` | ||
* [`db2f964`](https://github.com/npm/cli/commit/db2f9644d146241d9cc84f0d1375dfb2d5009d31) `[email protected]` | ||
* [`a3a77a0`](https://github.com/npm/cli/commit/a3a77a0de2965f81ca367b6c67ed7b490659b967) `[email protected]` | ||
* [`a9d2ed0`](https://github.com/npm/cli/commit/a9d2ed0a54b6166e0bcf5980cd22d0a9dd8c6ea1) `[email protected]` | ||
* [`28b073b`](https://github.com/npm/cli/commit/28b073b53888ba8c05d8cfc66919ce5027a85da4) `[email protected]` | ||
* [`00b72b2`](https://github.com/npm/cli/commit/00b72b2cce3295b052d3626bc5fa0a2fd18a8f54) `[email protected]` | ||
* [`feb161e`](https://github.com/npm/cli/commit/feb161e9c5d4c0a1465eac47b7d4e7f27396303c) `[email protected]` | ||
* [`4593545`](https://github.com/npm/cli/commit/4593545995b3cba8e781ebe89ee4d03bb8133200) `@npmcli/[email protected]` | ||
### Chores | ||
* [`02c62b4`](https://github.com/npm/cli/commit/02c62b4aa9f9c047a2f40132c9d5919dee17c7ad) run template-oss-apply (libnpmversion) (@reggi) | ||
* [`1cfc212`](https://github.com/npm/cli/commit/1cfc212b3ef82719fb12e6a5f5ef58d44eba2b32) run template-oss-apply (libnpmteam) (@reggi) | ||
* [`25862b8`](https://github.com/npm/cli/commit/25862b84f2ed2093692d18af9addb345b22e36d9) run template-oss-apply (libnpmsearch) (@reggi) | ||
* [`27ec184`](https://github.com/npm/cli/commit/27ec184afcea7cbcfbeb7fe4a3209a35de36f73e) run template-oss-apply (libnpmpublish) (@reggi) | ||
* [`d314ebb`](https://github.com/npm/cli/commit/d314ebb457ee1c72f070e81ddb0af1b9c5ce00cf) run template-oss-apply (libnpmorg) (@reggi) | ||
* [`af7cc7a`](https://github.com/npm/cli/commit/af7cc7acdb839749e02e35659671e278dbcd470b) run template-oss-apply (libnpmhook) (@reggi) | ||
* [`639fed5`](https://github.com/npm/cli/commit/639fed52b876de35d06b0cdc4fd7c3916cfa364b) run template-oss-apply (libnpmaccess) (@reggi) | ||
* [`871237a`](https://github.com/npm/cli/commit/871237a30aa45d0c1ef6a5c04ea051e9f6b65235) run template-oss-apply (@npmcli/config) (@reggi) | ||
* [`32c277b`](https://github.com/npm/cli/commit/32c277b8e02a8e777cae6b98cd7a84360a18cf9f) run template-oss-apply (libnpmteam) (@reggi) | ||
* [`4a44504`](https://github.com/npm/cli/commit/4a4450495ca44738236999c04d4fc6f3fd8e1d9f) run template-oss-apply (libnpmsearch) (@reggi) | ||
* [`3d74a5a`](https://github.com/npm/cli/commit/3d74a5af098a7bfbd19d3e71221adc90f3ffa26e) run template-oss-apply (libnpmpublish) (@reggi) | ||
* [`97836c5`](https://github.com/npm/cli/commit/97836c52f71ff25ad2196faa8a91dcf207889457) run template-oss-apply (libnpmorg) (@reggi) | ||
* [`e162d03`](https://github.com/npm/cli/commit/e162d03d69c53d49db7545c4b4c25beb3c6d0cd5) run template-oss-apply (libnpmhook) (@reggi) | ||
* [`1c46f45`](https://github.com/npm/cli/commit/1c46f451490a138f079083e3c5855d3002a4adba) run template-oss-apply (libnpmaccess) (@reggi) | ||
* [`a48ecb7`](https://github.com/npm/cli/commit/a48ecb700f5ac1af425aa0a0bcee67dba346b09b) run template-oss-apply (@npmcli/config) (@reggi) | ||
* [`fefd509`](https://github.com/npm/cli/commit/fefd509992a05c2dfddbe7bc46931c42f1da69d7) [#7764](https://github.com/npm/cli/pull/7764) deps: bump actions/download-artifact from 3 to 4 in /.github/workflows (#7764) (@dependabot[bot], @wraithgar) | ||
* [workspace](https://github.com/npm/cli/releases/tag/config-v9.0.0): `@npmcli/[email protected]` | ||
* [workspace](https://github.com/npm/cli/releases/tag/libnpmaccess-v9.0.0): `[email protected]` | ||
* [workspace](https://github.com/npm/cli/releases/tag/libnpmhook-v11.0.0): `[email protected]` | ||
* [workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v7.0.0): `[email protected]` | ||
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v10.0.0): `[email protected]` | ||
* [workspace](https://github.com/npm/cli/releases/tag/libnpmsearch-v8.0.0): `[email protected]` | ||
* [workspace](https://github.com/npm/cli/releases/tag/libnpmteam-v7.0.0): `[email protected]` | ||
* [workspace](https://github.com/npm/cli/releases/tag/libnpmversion-v7.0.0): `[email protected]` | ||
|
||
## [10.8.3](https://github.com/npm/cli/compare/v10.8.2...v10.8.3) (2024-08-28) | ||
### Bug Fixes | ||
* [`7e61151`](https://github.com/npm/cli/commit/7e61151b9ab4f62a83e9ea8bcfa15ece11b6a1fd) [#7759](https://github.com/npm/cli/pull/7759) docs: init usage description corrected (#7759) (@milaninfy) | ||
|
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,5 +1,22 @@ | ||
# Changelog | ||
|
||
## [9.0.0](https://github.com/npm/cli/compare/config-v8.3.4...config-v9.0.0) (2024-09-26) | ||
### ⚠️ BREAKING CHANGES | ||
* `@npmcli/config` now supports node `^18.17.0 || >=20.5.0` | ||
* `@npmcli/config` now supports node `^18.17.0 || >=20.5.0` | ||
### Bug Fixes | ||
* [`9e11fcf`](https://github.com/npm/cli/commit/9e11fcf7a41ad9606f2cbd71c2791db3c23c98ab) align to npm 10 node engine range (@npmcli/config) (@reggi) | ||
* [`02c403b`](https://github.com/npm/cli/commit/02c403bb4859339692594028f9b738fbe93a5da6) align to npm 10 node engine range (@npmcli/config) (@reggi) | ||
### Dependencies | ||
* [`28b073b`](https://github.com/npm/cli/commit/28b073b53888ba8c05d8cfc66919ce5027a85da4) `[email protected]` | ||
* [`00b72b2`](https://github.com/npm/cli/commit/00b72b2cce3295b052d3626bc5fa0a2fd18a8f54) `[email protected]` | ||
* [`feb161e`](https://github.com/npm/cli/commit/feb161e9c5d4c0a1465eac47b7d4e7f27396303c) `[email protected]` | ||
* [`4593545`](https://github.com/npm/cli/commit/4593545995b3cba8e781ebe89ee4d03bb8133200) `@npmcli/[email protected]` | ||
### Chores | ||
* [`871237a`](https://github.com/npm/cli/commit/871237a30aa45d0c1ef6a5c04ea051e9f6b65235) run template-oss-apply (@npmcli/config) (@reggi) | ||
* [`a48ecb7`](https://github.com/npm/cli/commit/a48ecb700f5ac1af425aa0a0bcee67dba346b09b) run template-oss-apply (@npmcli/config) (@reggi) | ||
* [`8035725`](https://github.com/npm/cli/commit/80357253ecd8483463cd66c783c4464c330d72df) [#7756](https://github.com/npm/cli/pull/7756) `@npmcli/[email protected]` (@wraithgar) | ||
|
||
## [8.3.4](https://github.com/npm/cli/compare/config-v8.3.3...config-v8.3.4) (2024-07-09) | ||
|
||
### 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@npmcli/config", | ||
"version": "8.3.4", | ||
"version": "9.0.0", | ||
"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,19 @@ | ||
# Changelog | ||
|
||
## [9.0.0](https://github.com/npm/cli/compare/libnpmaccess-v8.0.6...libnpmaccess-v9.0.0) (2024-09-26) | ||
### ⚠️ BREAKING CHANGES | ||
* `libnpmaccess` now supports node `^18.17.0 || >=20.5.0` | ||
* `libnpmaccess` now supports node `^18.17.0 || >=20.5.0` | ||
### Bug Fixes | ||
* [`dc0f270`](https://github.com/npm/cli/commit/dc0f270156c1bc972f953174fefb090aa6d49832) align to npm 10 node engine range (libnpmaccess) (@reggi) | ||
* [`c5f818a`](https://github.com/npm/cli/commit/c5f818a787fbdfeca6dfd708c978736c96394a1b) align to npm 10 node engine range (libnpmaccess) (@reggi) | ||
### Dependencies | ||
* [`a9d2ed0`](https://github.com/npm/cli/commit/a9d2ed0a54b6166e0bcf5980cd22d0a9dd8c6ea1) `[email protected]` | ||
### Chores | ||
* [`639fed5`](https://github.com/npm/cli/commit/639fed52b876de35d06b0cdc4fd7c3916cfa364b) run template-oss-apply (libnpmaccess) (@reggi) | ||
* [`1c46f45`](https://github.com/npm/cli/commit/1c46f451490a138f079083e3c5855d3002a4adba) run template-oss-apply (libnpmaccess) (@reggi) | ||
* [`8035725`](https://github.com/npm/cli/commit/80357253ecd8483463cd66c783c4464c330d72df) [#7756](https://github.com/npm/cli/pull/7756) `@npmcli/[email protected]` (@wraithgar) | ||
|
||
## [8.0.6](https://github.com/npm/cli/compare/libnpmaccess-v8.0.5...libnpmaccess-v8.0.6) (2024-05-15) | ||
|
||
### 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,17 @@ | ||
# Changelog | ||
|
||
## [11.0.0](https://github.com/npm/cli/compare/libnpmhook-v10.0.5...libnpmhook-v11.0.0) (2024-09-26) | ||
### ⚠️ BREAKING CHANGES | ||
* `libnpmhook` now supports node `^18.17.0 || >=20.5.0` | ||
* `libnpmhook` now supports node `^18.17.0 || >=20.5.0` | ||
### Bug Fixes | ||
* [`9c77dc9`](https://github.com/npm/cli/commit/9c77dc9c5f0ff9c8024a9221c2cb85415ad18efe) align to npm 10 node engine range (libnpmhook) (@reggi) | ||
* [`7a0b81e`](https://github.com/npm/cli/commit/7a0b81ea13c3a0f08b3acf1adbf6254f82124328) align to npm 10 node engine range (libnpmhook) (@reggi) | ||
### Chores | ||
* [`af7cc7a`](https://github.com/npm/cli/commit/af7cc7acdb839749e02e35659671e278dbcd470b) run template-oss-apply (libnpmhook) (@reggi) | ||
* [`e162d03`](https://github.com/npm/cli/commit/e162d03d69c53d49db7545c4b4c25beb3c6d0cd5) run template-oss-apply (libnpmhook) (@reggi) | ||
* [`8035725`](https://github.com/npm/cli/commit/80357253ecd8483463cd66c783c4464c330d72df) [#7756](https://github.com/npm/cli/pull/7756) `@npmcli/[email protected]` (@wraithgar) | ||
|
||
## [10.0.5](https://github.com/npm/cli/compare/libnpmhook-v10.0.4...libnpmhook-v10.0.5) (2024-05-15) | ||
|
||
### 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,17 @@ | ||
# Changelog | ||
|
||
## [7.0.0](https://github.com/npm/cli/compare/libnpmorg-v6.0.6...libnpmorg-v7.0.0) (2024-09-26) | ||
### ⚠️ BREAKING CHANGES | ||
* `libnpmorg` now supports node `^18.17.0 || >=20.5.0` | ||
* `libnpmorg` now supports node `^18.17.0 || >=20.5.0` | ||
### Bug Fixes | ||
* [`6fcc66e`](https://github.com/npm/cli/commit/6fcc66e7b1bbeb60806c681d59e912300cb80350) align to npm 10 node engine range (libnpmorg) (@reggi) | ||
* [`e11ebbc`](https://github.com/npm/cli/commit/e11ebbcb5c904f58593f43218f2edcb7cc9fb02b) align to npm 10 node engine range (libnpmorg) (@reggi) | ||
### Chores | ||
* [`d314ebb`](https://github.com/npm/cli/commit/d314ebb457ee1c72f070e81ddb0af1b9c5ce00cf) run template-oss-apply (libnpmorg) (@reggi) | ||
* [`97836c5`](https://github.com/npm/cli/commit/97836c52f71ff25ad2196faa8a91dcf207889457) run template-oss-apply (libnpmorg) (@reggi) | ||
* [`8035725`](https://github.com/npm/cli/commit/80357253ecd8483463cd66c783c4464c330d72df) [#7756](https://github.com/npm/cli/pull/7756) `@npmcli/[email protected]` (@wraithgar) | ||
|
||
## [6.0.6](https://github.com/npm/cli/compare/libnpmorg-v6.0.5...libnpmorg-v6.0.6) (2024-05-15) | ||
|
||
### Dependencies | ||
|
Oops, something went wrong.