-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Commit
PR-URL: #37968 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -768,3 +768,5 @@ kbayrhammer <[email protected]> | |
James Chen-Smith <[email protected]> | ||
Yash Singh <[email protected]> | ||
Danielle Church <[email protected]> | ||
Seth Thomas <[email protected]> | ||
Andreas <[email protected]> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,31 @@ | ||
## v7.7.6 (2021-03-29) | ||
|
||
### BUG FIXES | ||
|
||
* [`9dd2ed518`](https://github.com/npm/cli/commit/9dd2ed5189b6f283094664e9e192cf1598ec3f79) | ||
fix empty newline printed to stderr | ||
([@ruyadorno](https://github.com/ruyadorno)) | ||
* [`9d391462a`](https://github.com/npm/cli/commit/9d391462a25f637219501e2430ef1f7b89710816) | ||
[#2973](https://github.com/npm/cli/issues/2973) | ||
fix spelling in workspaces.md file | ||
([@sethomas](https://github.com/sethomas)) | ||
* [`4b100249a`](https://github.com/npm/cli/commit/4b100249a6cad67e002186816e64817313b636c7) | ||
[#2979](https://github.com/npm/cli/issues/2979) | ||
change 'maxsockets' default value back to 15 | ||
([@wallrat](https://github.com/wallrat)) | ||
|
||
### DEPENDENCIES | ||
|
||
* [`a28f89572`](https://github.com/npm/cli/commit/a28f89572a708cced69cc938f877eaa969dbad9e) | ||
`[email protected]` | ||
* fix reading `script-shell` config on `npm version` lifecycle scripts | ||
* [`03734c29e`](https://github.com/npm/cli/commit/03734c29e00191d17f164d1c0e75d9f228268842) | ||
`[email protected]` | ||
* fix packaging `bundledDependencies` | ||
* [`80ce2a019`](https://github.com/npm/cli/commit/80ce2a019526632b01b70e1c75c42608dc160332) | ||
`@npmcli/[email protected]` | ||
* fix error auditing package documents with missing dependencies | ||
|
||
## v7.7.5 (2021-03-25) | ||
|
||
### BUG FIXES | ||
|
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].5 /path/to/npm | ||
<pre lang="bash"><code>[email protected].6 /path/to/npm | ||
└─┬ [email protected] | ||
└── [email protected] | ||
</code></pre> | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.