-
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
3ac703c
commit f871064
Showing
17 changed files
with
129 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.1.0", | ||
"workspaces/arborist": "7.1.0", | ||
".": "10.2.0", | ||
"workspaces/arborist": "7.2.0", | ||
"workspaces/libnpmaccess": "8.0.0", | ||
"workspaces/libnpmdiff": "6.0.1", | ||
"workspaces/libnpmexec": "7.0.1", | ||
"workspaces/libnpmfund": "4.1.1", | ||
"workspaces/libnpmdiff": "6.0.2", | ||
"workspaces/libnpmexec": "7.0.2", | ||
"workspaces/libnpmfund": "5.0.0", | ||
"workspaces/libnpmhook": "10.0.0", | ||
"workspaces/libnpmorg": "6.0.0", | ||
"workspaces/libnpmpack": "6.0.1", | ||
"workspaces/libnpmpack": "6.0.2", | ||
"workspaces/libnpmpublish": "9.0.0", | ||
"workspaces/libnpmsearch": "7.0.0", | ||
"workspaces/libnpmteam": "6.0.0", | ||
"workspaces/libnpmversion": "5.0.0", | ||
"workspaces/config": "7.2.0" | ||
"workspaces/config": "8.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 |
---|---|---|
|
@@ -898,3 +898,5 @@ joaootavios <[email protected]> | |
Saquib <[email protected]> | ||
Dan Rose <[email protected]> | ||
Yuku Kotani <[email protected]> | ||
Vlad-Ștefan Harbuz <[email protected]> | ||
siemhesda <[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,33 @@ | ||
# Changelog | ||
|
||
## [10.2.0](https://github.com/npm/cli/compare/v10.1.0...v10.2.0) (2023-09-26) | ||
|
||
### Features | ||
|
||
* [`81a460f`](https://github.com/npm/cli/commit/81a460f6e6317aca2288d16cda591aa6541540c6) [#6732](https://github.com/npm/cli/pull/6732) add package-lock-only mode to npm query (@wraithgar) | ||
* [`0d29855`](https://github.com/npm/cli/commit/0d2985535c9cc3dfc3e1f355580570c9cce37d61) [#6732](https://github.com/npm/cli/pull/6732) add no-package-lock mode to npm audit (@wraithgar) | ||
|
||
### Bug Fixes | ||
|
||
* [`2207628`](https://github.com/npm/cli/commit/22076286a46499e3d0b3f8564b7ba07008317be4) [#6823](https://github.com/npm/cli/pull/6823) use strip-ansi module instead of internal regex (#6823) (@wraithgar) | ||
* [`d46d052`](https://github.com/npm/cli/commit/d46d0526be12eae2cd458fd08dd5c0a0320cc8bd) [#6798](https://github.com/npm/cli/pull/6798) tolerate null bugs URLs (#6798) (@vladh) | ||
* [`fb1b674`](https://github.com/npm/cli/commit/fb1b6741bd52d865b8f8a93ad3fd6c8afa758b6a) [#6758](https://github.com/npm/cli/pull/6758) deprecate: ignore implicit workspace mode (#6758) (@wraithgar) | ||
|
||
### Documentation | ||
|
||
* [`3ac703c`](https://github.com/npm/cli/commit/3ac703c95e7bb851d0f6145f1d612749ed479fef) [#6831](https://github.com/npm/cli/pull/6831) add `include `param to commands that have `omit` param (#6831) (@siemhesda) | ||
* [`03912db`](https://github.com/npm/cli/commit/03912dbaeb92559270ab3f7df75b507b2f35a119) [#6819](https://github.com/npm/cli/pull/6819) add init-specific params to init docs/help (#6819) (@wraithgar) | ||
* [`8088325`](https://github.com/npm/cli/commit/8088325281bc976e8a8aea4d7527b54f4e25fb5f) [#6800](https://github.com/npm/cli/pull/6800) Update npm-doctor.md (#6800) (@siemhesda) | ||
|
||
### Dependencies | ||
|
||
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.0): `@npmcli/[email protected]` | ||
* [Workspace](https://github.com/npm/cli/releases/tag/config-v8.0.0): `@npmcli/[email protected]` | ||
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.0.2): `[email protected]` | ||
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.2): `[email protected]` | ||
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v5.0.0): `[email protected]` | ||
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v6.0.2): `[email protected]` | ||
|
||
## [10.1.0](https://github.com/npm/cli/compare/v10.0.0...v10.1.0) (2023-09-08) | ||
|
||
### Features | ||
|
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": "7.2.0", | ||
"version": "8.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,11 @@ | ||
# Changelog | ||
|
||
## [6.0.2](https://github.com/npm/cli/compare/libnpmdiff-v6.0.1...libnpmdiff-v6.0.2) (2023-09-26) | ||
|
||
### Dependencies | ||
|
||
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.0): `@npmcli/[email protected]` | ||
|
||
## [6.0.1](https://github.com/npm/cli/compare/libnpmdiff-v6.0.0...libnpmdiff-v6.0.1) (2023-09-08) | ||
|
||
### 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.2](https://github.com/npm/cli/compare/libnpmexec-v7.0.1...libnpmexec-v7.0.2) (2023-09-26) | ||
|
||
### Dependencies | ||
|
||
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.0): `@npmcli/[email protected]` | ||
|
||
## [7.0.1](https://github.com/npm/cli/compare/libnpmexec-v7.0.0...libnpmexec-v7.0.1) (2023-09-08) | ||
|
||
### 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,19 @@ | ||
# Changelog | ||
|
||
## [5.0.0](https://github.com/npm/cli/compare/libnpmfund-v4.1.1...libnpmfund-v5.0.0) (2023-09-26) | ||
|
||
### ⚠️ BREAKING CHANGES | ||
|
||
* libnpmfund now supports node ^16.14.0 || >=18.0.0 | ||
|
||
### Bug Fixes | ||
|
||
* [`43241f6`](https://github.com/npm/cli/commit/43241f6fc44f50ceca2572032eb37972a9a921d5) [#6807](https://github.com/npm/cli/pull/6807) set engines to ^16.14.0 || >=18.0.0 (@lukekarrys) | ||
|
||
### Dependencies | ||
|
||
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.0): `@npmcli/[email protected]` | ||
|
||
## [4.1.1](https://github.com/npm/cli/compare/libnpmfund-v4.1.0...libnpmfund-v4.1.1) (2023-09-08) | ||
|
||
### 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.2](https://github.com/npm/cli/compare/libnpmpack-v6.0.1...libnpmpack-v6.0.2) (2023-09-26) | ||
|
||
### Dependencies | ||
|
||
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.2.0): `@npmcli/[email protected]` | ||
|
||
## [6.0.1](https://github.com/npm/cli/compare/libnpmpack-v6.0.0...libnpmpack-v6.0.1) (2023-09-08) | ||
|
||
### 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