-
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: #36459 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Myles Borins <[email protected]>
- Loading branch information
Showing
127 changed files
with
4,159 additions
and
764 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,3 +1,50 @@ | ||
## 7.1.1 (2020-12-08) | ||
|
||
### DEPENDENCIES | ||
|
||
* [`bf09e719c`](https://github.com/npm/cli/commit/bf09e719c7f563a255b1e9af6b1237ebc5598db6) | ||
`@npmcli/[email protected]` | ||
* Much stricter tree integrity guarantees | ||
* Fix issues where the root project is a symlink, or linked as a | ||
workspace | ||
* [`7ceb5b728`](https://github.com/npm/cli/commit/7ceb5b728b9f326c567f5ffe5831c9eccf013aa0) | ||
`[email protected]` | ||
* [`77c6ced2a`](https://github.com/npm/cli/commit/77c6ced2a6daaadbff715c8f05b2e61ba76e9bab) | ||
`[email protected]` | ||
* Avoid caching headers that are hazardous or unnecessary to leave | ||
lying around (authorization, npm-session, etc.) | ||
* [#38](https://github.com/npm/make-fetch-happen/pull/38) Include query | ||
string in cache key ([@jpb](https://github.com/jpb)) | ||
* [`0ef25b6cd`](https://github.com/npm/cli/commit/0ef25b6cd2921794d36f066e2b11c406342cf167) | ||
`[email protected]`: | ||
* Update to accept query params as options, so we can paginate. | ||
([@nlf](https://github.com/nlf)) | ||
* [`518a66450`](https://github.com/npm/cli/commit/518a664500bcde30475788e8c1c3e651f23e881b) | ||
`@npmcli/[email protected]`: | ||
* Do not allow path options to be set to a boolean `false` value | ||
* [`3d7aff9d8`](https://github.com/npm/cli/commit/3d7aff9d8dd1cf29956aa306464cd44fbc2af426) | ||
update all dependencies using latest npm to install them | ||
|
||
### TESTS | ||
|
||
* [`2848f5940`](https://github.com/npm/cli/commit/2848f594034b87939bfc5546e3e603f123d98a01) | ||
[npm/statusboard#173](https://github.com/npm/statusboard/issues/173) | ||
[#2293](https://github.com/npm/cli/issues/2293) npm shrinkwrap | ||
([@ruyadorno](https://github.com/ruyadorno)) | ||
* [`f6824459a`](https://github.com/npm/cli/commit/f6824459ae0c86e2fa9c84b3dcec85f572ae8e1b) | ||
[#2302](https://github.com/npm/cli/issues/2302) npm deprecate | ||
([@nlf](https://github.com/nlf)) | ||
* [`b7d74b627`](https://github.com/npm/cli/commit/b7d74b627859f08fca23209d6e0d3ec6657a4489) | ||
[npm/statusboard#180](https://github.com/npm/statusboard/issues/180) | ||
[#2304](https://github.com/npm/cli/issues/2304) npm unpublish | ||
([@ruyadorno](https://github.com/ruyadorno)) | ||
|
||
### FEATURES | ||
|
||
* [`3db90d944`](https://github.com/npm/cli/commit/3db90d94474f673591811fdab5eb6a5bfdeba261) | ||
[#2303](https://github.com/npm/cli/issues/2303) allow for passing object | ||
keys to searchopts to allow pagination ([@nlf](https://github.com/nlf)) | ||
|
||
## 7.1.0 (2020-12-04) | ||
|
||
### 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -156,7 +156,7 @@ <h3 id="description">Description</h3> | |
limit 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
Oops, something went wrong.