-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR-URL: #36829 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
- Loading branch information
1 parent
c23cca2
commit 1c9ec25
Showing
129 changed files
with
600 additions
and
889 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 |
---|---|---|
|
@@ -741,3 +741,8 @@ Daniel Fischer <[email protected]> | |
Yash-Singh1 <[email protected]> | ||
Edu93Jer <[email protected]> | ||
Tieg Zaharia <[email protected]> | ||
Aki <[email protected]> | ||
fuhao.xu <[email protected]> | ||
marsonya <[email protected]> | ||
Jeff Griffiths <[email protected]> | ||
Michael Garvin <[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,49 @@ | ||
## v7.4.0 (2021-01-07) | ||
|
||
### FEATURES | ||
|
||
* [`47ed2dfd8`](https://github.com/npm/cli/commit/47ed2dfd865566643bc1d39e8a4f98d2e1add99a) | ||
[#2456](https://github.com/npm/cli/issues/2456) add | ||
`--foreground-scripts` option ([@isaacs](https://github.com/isaacs)) | ||
|
||
### BUG FIXES | ||
|
||
* [`d01746a5a`](https://github.com/npm/cli/commit/d01746a5a6dde115ee6a600cdf54c9b35afcab3f) | ||
[#2444](https://github.com/npm/cli/issues/2444) | ||
[#1103](https://github.com/npm/cli/issues/1103) Remove deprecated | ||
`process.umask()` ([@isaacs](https://github.com/isaacs)) | ||
* [`b2e2edf8a`](https://github.com/npm/cli/commit/b2e2edf8aee57347c96a61209c7a10139a0cc85a) | ||
[#2422](https://github.com/npm/cli/issues/2422) npm publish --dry-run | ||
should not check login status ([@buyan302](https://github.com/buyan302)) | ||
* [`99156df80`](https://github.com/npm/cli/commit/99156df8099f55bc69dfa99d7ddcf8d1d569016e) | ||
[#2448](https://github.com/npm/cli/issues/2448) | ||
[#2425](https://github.com/npm/cli/issues/2425) pass extra arguments | ||
directly to run-script as an array ([@nlf](https://github.com/nlf)) | ||
* [`907b34b2e`](https://github.com/npm/cli/commit/907b34b2ecc34ac376d989f824f7492064e43ef4) | ||
[#2455](https://github.com/npm/cli/issues/2455) fix(ci): pay attention to | ||
--ignore-scripts ([@wraithgar](https://github.com/wraithgar)) | ||
|
||
### DEPENDENCIES | ||
|
||
* [`7a49fd4af`](https://github.com/npm/cli/commit/7a49fd4afc8cd24db40aee008031ea648583d0bc) | ||
`[email protected]`, `[email protected]` | ||
* [`54a7bd16c`](https://github.com/npm/cli/commit/54a7bd16c130525ade71ec9894af71c2825d8584) | ||
`@npmcli/[email protected]` | ||
|
||
### DOCUMENTATION | ||
|
||
* [`a390d7456`](https://github.com/npm/cli/commit/a390d74561b72f0b13cba65844ce60c379198087) | ||
[#2440](https://github.com/npm/cli/issues/2440) Updated the url for RFC | ||
19 so that it isn't a 404. | ||
([@therealjeffg](https://github.com/therealjeffg)) | ||
* [`e02b46ad7`](https://github.com/npm/cli/commit/e02b46ad7acdeb9fbb63f782e546c2f8db94ae6e) | ||
[#2436](https://github.com/npm/cli/issues/2436) Grammatical Fix in npm-ls | ||
Documentation 'Therefore' is spelled 'Therefor' | ||
([@marsonya](https://github.com/marsonya)) | ||
* [`0fed44dea`](https://github.com/npm/cli/commit/0fed44dea12f125b639b5e3575adcea74a86d3a0) | ||
[#2417](https://github.com/npm/cli/issues/2417) Fix npm bug reporting url | ||
([@AkiaCode](https://github.com/AkiaCode)) | ||
|
||
## 7.3.0 (2020-12-18) | ||
|
||
### 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>npm@7.3.0 /path/to/npm | ||
<pre lang="bash"><code>npm@7.4.0 /path/to/npm | ||
└─┬ [email protected] | ||
└── [email protected] | ||
</code></pre> | ||
|
@@ -185,7 +185,7 @@ <h3 id="note-design-changes-pending">Note: Design Changes Pending</h3> | |
“underneath” their dependents in the dependency graph, but are always | ||
physically at or above their location on disk.</p> | ||
<p>Also, in the years since npm got an <code>ls</code> command (in version 0.0.2!), | ||
dependency graphs have gotten much larger as a general rule. Therefor, in | ||
dependency graphs have gotten much larger as a general rule. Therefore, in | ||
order to avoid dumping an excessive amount of content to the terminal, <code>npm ls</code> now only shows the <em>top</em> level dependencies, unless <code>--all</code> is | ||
provided.</p> | ||
<p>A thorough re-examination of the use cases, intention, behavior, and output | ||
|
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
Oops, something went wrong.