-
Notifications
You must be signed in to change notification settings - Fork 30.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR-URL: #37177 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
- Loading branch information
Showing
104 changed files
with
1,027 additions
and
198 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 |
---|---|---|
|
@@ -748,3 +748,5 @@ Jeff Griffiths <[email protected]> | |
Michael Garvin <[email protected]> | ||
Gar <[email protected]> | ||
dr-js <[email protected]> | ||
Pavan Bellamkonda <[email protected]> | ||
Alexander Riccio <[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,45 @@ | ||
## v7.5.1 (2021-02-01 | ||
|
||
### BUG FIXES | ||
|
||
* [`0ea134e41`](https://github.com/npm/cli/commit/0ea134e4190f322138299c51672eab5387ec41bb) | ||
[#2587](https://github.com/npm/cli/issues/2587) | ||
pass all settings through to pacote.packument, fixes #2060 | ||
([@nlf](https://github.com/nlf)) | ||
* [`8c5ca2f51`](https://github.com/npm/cli/commit/8c5ca2f516f5ac87f3bbd7f1fd95c0b283a21f14) | ||
Add test for npm-usage.js, and fix 'npm --long' output | ||
([@isaacs](https://github.com/isaacs)) | ||
|
||
### DEPENDENCIES | ||
|
||
* [`7e4e88e93`](https://github.com/npm/cli/commit/7e4e88e938323e34a2a41176472d8e43e84bd4dd) | ||
`@npmcli/[email protected]`, `[email protected]` | ||
* Properly raise ERESOLVE errors on root dev dependencies | ||
* Ignore ERESOLVE errors when performing git dep 'prepare' scripts | ||
* Always reinstall packages that are explicitly requested | ||
* fix global update all so it actually updates things | ||
* Install bins properly when global root is a link | ||
([@isaacs](https://github.com/isaacs)) | ||
|
||
### DOCUMENTATION | ||
|
||
* [`23dac2fef`](https://github.com/npm/cli/commit/23dac2feff1d02193791c7e39d9e93bc9bf8e624) | ||
[#2557](https://github.com/npm/cli/issues/2557) | ||
npm team revamp | ||
([@ruyadorno](https://github.com/ruyadorno)) | ||
* [`dd05ba0c0`](https://github.com/npm/cli/commit/dd05ba0c0b2f4c70eb8558c0ecc54889efbe98f5) | ||
[#2572](https://github.com/npm/cli/issues/2572) | ||
add note about `--force` overriding peer dependencies | ||
([@isaacs](https://github.com/isaacs)) | ||
* [`e27639780`](https://github.com/npm/cli/commit/e276397809aceb01cc468e02a83bc6f2265376d9) | ||
[#2584](https://github.com/npm/cli/issues/2584) | ||
Fixed the spelling of contributor as it was written as conributor | ||
([@pavanbellamkonda](https://github.com/pavanbellamkonda)) | ||
* [`13a5e3178`](https://github.com/npm/cli/commit/13a5e31781cdaa37d3f007e1c8583c7cb591c62a) | ||
[#2502](https://github.com/npm/cli/issues/2502) | ||
elaborate that npm help uses browser | ||
([@ariccio](https://github.com/ariccio)) | ||
|
||
## v7.5.0 (2021-01-28) | ||
|
||
### 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
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].0 /path/to/npm | ||
<pre lang="bash"><code>[email protected].1 /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
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,7 +1,3 @@ | ||
function ansiTrim (str) { | ||
var r = new RegExp('\x1b(?:\\[(?:\\d+[ABCDEFGJKSTm]|\\d+;\\d+[Hfm]|' + | ||
'\\d+;\\d+;\\d+m|6n|s|u|\\?25[lh])|\\w)', 'g') | ||
return str.replace(r, '') | ||
} | ||
|
||
module.exports = ansiTrim | ||
const r = new RegExp('\x1b(?:\\[(?:\\d+[ABCDEFGJKSTm]|\\d+;\\d+[Hfm]|' + | ||
'\\d+;\\d+;\\d+m|6n|s|u|\\?25[lh])|\\w)', 'g') | ||
module.exports = str => str.replace(r, '') |
Oops, something went wrong.