-
Notifications
You must be signed in to change notification settings - Fork 30k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR-URL: #37496 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Beth Griggs <[email protected]>
- Loading branch information
Showing
301 changed files
with
19,353 additions
and
7,454 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 |
---|---|---|
|
@@ -750,3 +750,6 @@ Gar <[email protected]> | |
dr-js <[email protected]> | ||
Pavan Bellamkonda <[email protected]> | ||
Alexander Riccio <[email protected]> | ||
RA80533 <[email protected]> | ||
Ikko Ashimine <[email protected]> | ||
MrBrain295 <[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,3 +1,179 @@ | ||
## v7.5.6 (2021-02-22 | ||
|
||
### BUG FIXES | ||
|
||
* [`4e58274ed`](https://github.com/npm/cli/commit/4e58274ed0fd2dd29d3c8d6c7c47f37a37dc0f0f) | ||
[#2742](https://github.com/npm/cli/issues/2742) | ||
Do not print error banner for shell proxy commands | ||
([@isaacs](https://github.com/isaacs)) | ||
|
||
### DOCS | ||
|
||
* [`3c72ab441`](https://github.com/npm/cli/commit/3c72ab4412111c708736e3a7b8342150372a4af4) | ||
[#2749](https://github.com/npm/cli/issues/2749) | ||
Capitalize Package in a Heading | ||
([@MrBrain295](https://github.com/MrBrain295)) | ||
|
||
### DEPENDENCIES | ||
|
||
* [`f3ae6ed0d`](https://github.com/npm/cli/commit/f3ae6ed0d25ce80868f59353ef71c09ac77b1cf5) | ||
`[email protected]`, `[email protected]` | ||
* [`9b311fe52`](https://github.com/npm/cli/commit/9b311fe522077c7f8a242b94b0e1dbe746992bef) | ||
[#2736](https://github.com/npm/cli/issue/2736) `@npmcli/[email protected]`: | ||
* Do not rely on underscore fields in `package.json` files | ||
* Do not remove global packages when updating by name | ||
* Keep `yarn.lock` and `package-lock.json` more in sync | ||
|
||
## v7.5.5 (2021-02-22) | ||
|
||
### BUG FIXES | ||
* [`49c95375a`](https://github.com/npm/cli/commit/49c95375af49308e2db6ba28e91c65193754e091) | ||
[#2688](https://github.com/npm/cli/issues/2688) | ||
fix shrinkwrap in node v10.0 | ||
([@ljharb](https://github.com/ljharb)) | ||
* [`00afa3161`](https://github.com/npm/cli/commit/00afa316195f2db903146110a07ffdaec9bb6aa2) | ||
[#2718](https://github.com/npm/cli/issues/2718) | ||
restore the prefix on output from `npm version <inc>` | ||
([@nlf](https://github.com/nlf)) | ||
* [`69e0c4e8c`](https://github.com/npm/cli/commit/69e0c4e8cd684c475a4450c40dfb32c995061aea) | ||
[#2716](https://github.com/npm/cli/issues/2716) | ||
throw an error when trying to dedupe in global mode | ||
([@nlf](https://github.com/nlf)) | ||
* [`b018eb842`](https://github.com/npm/cli/commit/b018eb84266dc5a02274849135ca148cb59cc349) | ||
[#2719](https://github.com/npm/cli/issues/2719) | ||
obey silent loglevel in run-script | ||
([@wraithgar](https://github.com/wraithgar)) | ||
|
||
### DEPENDENCIES | ||
* [`8c36697df`](https://github.com/npm/cli/commit/8c36697dfffe8b5e853fe889c9ead5578100c413) | ||
`@npmcli/[email protected]` | ||
* [#1875](https://github.com/npm/cli/issues/1875) | ||
[arborist#230](https://github.com/npm/arborist/pull/230) | ||
Set default advisory `severity`/`vulnerable_range` when missing from audit endpoint data | ||
([@isaacs](https://github.com/isaacs)) | ||
* [npm/arborist#231](https://github.com/npm/arborist/pull/231) | ||
skip optional deps with mismatched platform or engine | ||
([@nlf](https://github.com/nlf)) | ||
* [#2251](https://github.com/npm/cli/issues/2251) | ||
Unpack shrinkwrapped deps not already unpacked | ||
([@isaacs](https://github.com/isaacs), | ||
[@nlf](https://github.com/nlf)) | ||
* [#2714](https://github.com/npm/cli/issues/2714) | ||
Do not write package.json if nothing changed | ||
([@isaacs](https://github.com/isaacs)) | ||
* [npm/rfcs#324](https://github.com/npm/rfcs/issues/324) | ||
Prefer peer over prod dep, if both specified | ||
([@isaacs](https://github.com/isaacs)) | ||
* [npm/arborist#236](https://github.com/npm/arborist/issues/236) | ||
Fix additional peerOptional conflict cases | ||
([@isaacs](https://github.com/isaacs)) | ||
* [`d865b101f`](https://github.com/npm/cli/commit/d865b101f72142619531311645479f0596a68a1a) | ||
`[email protected]` | ||
* respect silent loglevel | ||
* [`e606953e5`](https://github.com/npm/cli/commit/e606953e5795803a7c4eddb4ea993735ef65ec95) | ||
`[email protected]` | ||
* respect silent loglevel | ||
* [`9c51005a1`](https://github.com/npm/cli/commit/9c51005a19fd4c3e7cd4c987d2e39d1b763036bf) | ||
`[email protected]` | ||
* do a better job of detecting git specifiers like `[email protected]:npm/cli` | ||
* [`8b6bf0db4`](https://github.com/npm/cli/commit/8b6bf0db49a3378bd85a0d1ffdd19fbdd68a944a) | ||
`[email protected]` | ||
* respect silent loglevel | ||
* fix INVALID_URL errors for certain git dependencies | ||
|
||
### TESTS | ||
* [`80c2ac995`](https://github.com/npm/cli/commit/80c2ac995170a05b26856a2b72fe9c8163b2c999) | ||
[#2717](https://github.com/npm/cli/issues/2717) | ||
refactor publish tests | ||
([@wraithgar](https://github.com/wraithgar)) | ||
* [`9d81e0ceb`](https://github.com/npm/cli/commit/9d81e0ceba7d69e0651662508415ee3705bddfd9) | ||
[#2729](https://github.com/npm/cli/issues/2729) | ||
fix typo in shrinkwrap tests | ||
([@eltociear](https://github.com/eltociear)) | ||
|
||
### DOCUMENTATION | ||
* [`e3de7befb`](https://github.com/npm/cli/commit/e3de7befb3a9e2fcb7aac5b740d09b3b7d99d724) | ||
[#2685](https://github.com/npm/cli/issues/2685) | ||
docs(readme): add note back about branding/origin | ||
([@darcyclarke](https://github.com/darcyclarke)) | ||
* [`38d87e7c2`](https://github.com/npm/cli/commit/38d87e7c24aea13b0f1c1157aad58d9d15bf8e63) | ||
[#2698](https://github.com/npm/cli/issues/2698) | ||
mention nodenv in README.md | ||
([@RA80533](https://github.com/RA80533)) | ||
* [`af4422cdb`](https://github.com/npm/cli/commit/af4422cdbc110f93203667efc08b16f7aa74ac2f) | ||
[#2711](https://github.com/npm/cli/issues/2711) | ||
validate that the docs can be parsed by mdx | ||
([@ethomson](https://github.com/ethomson)) | ||
|
||
|
||
## v7.5.4 (2021-02-12) | ||
|
||
### BUG FIXES | ||
|
||
* [`ef687f545`](https://github.com/npm/cli/commit/ef687f545b177d0496ce74faacf1bf738978355a) | ||
[#2655](https://github.com/npm/cli/issues/2655) | ||
fix(env): Do not clobber defined 'env' script | ||
([@isaacs](https://github.com/isaacs)) | ||
* [`868954a72`](https://github.com/npm/cli/commit/868954a72c06ff2210b35e1e75571f4ec3357c43) | ||
[#2654](https://github.com/npm/cli/issues/2654) | ||
[fix] node v10.0 lacks `fs.promises` | ||
([@ljharb](https://github.com/ljharb)) | ||
|
||
|
||
### DEPENDENCIES | ||
|
||
* [`14dd93853`](https://github.com/npm/cli/commit/14dd9385358b3815c2285526f7c2e53ed3c5e8da) | ||
fix(package.json): resetdeps | ||
([@wraithgar](https://github.com/wraithgar)) | ||
* [`39e4a6401`](https://github.com/npm/cli/commit/39e4a640130b85d62199a33cc2026b04390520ee) | ||
`[email protected]` | ||
* [`96dffab98`](https://github.com/npm/cli/commit/96dffab988048164516d8cf73c1fbf66781f86df) | ||
`[email protected]` | ||
* [`9a6e9d38a`](https://github.com/npm/cli/commit/9a6e9d38abccec793b6ac14871c2b639d62a6c41) | ||
`@npmcli/[email protected]` | ||
* fix fs.promises reference to run in node v10.0 | ||
* [`584b746a2`](https://github.com/npm/cli/commit/584b746a2c8cdc697629298be27dd23d19de1231) | ||
`@npmcli/[email protected]` | ||
* [`6305ebde4`](https://github.com/npm/cli/commit/6305ebde43796737014aedbe019db8cd81dcbbec) | ||
`[email protected]` | ||
* [`e99881117`](https://github.com/npm/cli/commit/e998811170ce5df00a725b2d683b4bff124c6792) | ||
`[email protected]` | ||
* [`554d91cdf`](https://github.com/npm/cli/commit/554d91cdf82e9c92c2ac3752ed91e7081c2271e5) | ||
chore(package-lock): rebuild package-lock | ||
([@wraithgar](https://github.com/wraithgar)) | ||
* [`37e8cc507`](https://github.com/npm/cli/commit/37e8cc507b2ce0b89f92e7e77b1d909d1bf5513f) | ||
`@npmcli/[email protected]` | ||
* [#2505](https://github.com/npm/cli/issues/2505) properly install | ||
dependenciess of linked dependencies | ||
([@ruyadorno](https://github.com/ruyadorno)) | ||
* [#2504](https://github.com/npm/cli/issues/2504) Allow `--force` to | ||
override conflicted optional peerDependencies | ||
([@isaacs](https://github.com/isaacs)) | ||
* Ensure correct flags on shrinkwrapped module deps | ||
([@isaacs](https://github.com/isaacs)) | ||
* Correct relative paths for global packages installed from tarball files | ||
([nlf](https://github.com/nlf)) | ||
* [`7788ce47b`](https://github.com/npm/cli/commit/7788ce47bc264d9d951055da85f2b695eb8b3f15) | ||
`@npmcli/[email protected]` | ||
|
||
### TESTS | ||
|
||
* [`3a159d27e`](https://github.com/npm/cli/commit/3a159d27e976933098ec18fa9c3e474c85b5b332) | ||
[#2681](https://github.com/npm/cli/issues/2681) | ||
fix(tests): rewrite doctor tests | ||
([@ljharb](https://github.com/ljharb)) | ||
* [`abcc96a20`](https://github.com/npm/cli/commit/abcc96a204ed581fc7cd603f47cdca0afe299530) | ||
[#2682](https://github.com/npm/cli/issues/2682) | ||
[tests] separate tests from linting and license validation | ||
([@ljharb](https://github.com/ljharb)) | ||
|
||
### DOCUMENTATION | ||
|
||
* [`7e1e84181`](https://github.com/npm/cli/commit/7e1e84181ccaca8a8b499a21b1aa7d731a14d5b7) | ||
[#2662](https://github.com/npm/cli/issues/2662) | ||
fix(docs): fix angle brackets in npm diff docs | ||
([@ethomson](https://github.com/ethomson)) | ||
|
||
## v7.5.3 (2021-02-08) | ||
|
||
### 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 |
---|---|---|
|
@@ -159,7 +159,7 @@ <h3 id="description">Description</h3> | |
the results to only the paths to the packages named. Note that nested | ||
packages will <em>also</em> show the paths to the specified packages. For | ||
example, running <code>npm ls promzard</code> in npm’s source tree will show:</p> | ||
<pre lang="bash"><code>[email protected].3 /path/to/npm | ||
<pre lang="bash"><code>[email protected].6 /path/to/npm | ||
└─┬ [email protected] | ||
└── [email protected] | ||
</code></pre> | ||
|
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
Oops, something went wrong.