Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/v8.4.1' into latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyadorno committed Feb 3, 2022
2 parents f5a7360 + e3e8153 commit 892b66e
Show file tree
Hide file tree
Showing 72 changed files with 1,338 additions and 5,014 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -818,3 +818,4 @@ Emin Buğra Saral <[email protected]>
Tierney Cyren <[email protected]>
Guillaume Grossetie <[email protected]>
linkgoron <[email protected]>
Quentin Barbe <[email protected]>
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,58 @@
## v8.4.1 (2022-02-03)

### Bug Fixes

* [`1b9338554`](https://github.com/npm/cli/commit/1b9338554fc006954fae54c25c33e64e26ae997e)
[#4359](https://github.com/npm/cli/pull/4359)
fix(log): pass in logger to external modules
([@wraithgar](https://github.com/wraithgar))
* [`457e0ae61`](https://github.com/npm/cli/commit/457e0ae61bbc55846f5af44afa4066921923490f)
[#4363](https://github.com/npm/cli/pull/4363)
fix(ci): lock file validation
([@ruyadorno](https://github.com/ruyadorno))
* [`c0519edc1`](https://github.com/npm/cli/commit/c0519edc16f66370b2153430342247b4ec5cb496)
[#4364](https://github.com/npm/cli/pull/4364)
fix(ci): should not use package-lock config
([@ruyadorno](https://github.com/ruyadorno))
* [`ebb428375`](https://github.com/npm/cli/commit/ebb428375cd417c096d5a648df92620dc4215a3d)
[#4365](https://github.com/npm/cli/pull/4365)
fix(outdated): parse aliased modules
([@ruyadorno](https://github.com/ruyadorno))

### Documentation

* [`0b0a7cc76`](https://github.com/npm/cli/commit/0b0a7cc767947ea738da50caa832d8a922e20ac6)
[#4361](https://github.com/npm/cli/pull/4361)
docs: bundleDependencies can be a boolean.
([@forty](https://github.com/forty))

### Dependencies

* [`3d41447b9`](https://github.com/npm/cli/commit/3d41447b961a72f1ce541fea252d0cd462399c76)
[#4353](https://github.com/npm/cli/pull/4353)
deps: `[email protected]`
* [`dc1a0573a`](https://github.com/npm/cli/commit/dc1a0573ace328d985a741af76d03752b1dbf1ff)
[#4353](https://github.com/npm/cli/pull/4353)
deps: `[email protected]`
* [`adcefef6b`](https://github.com/npm/cli/commit/adcefef6b953e0804f4a2de3a1912321f44c4a7e)
[#4353](https://github.com/npm/cli/pull/4353)
deps: `[email protected]`
* [`d7e2499e0`](https://github.com/npm/cli/commit/d7e2499e073301a62607266d3ab8f9b63d630fb5)
[#4353](https://github.com/npm/cli/pull/4353)
deps: `[email protected]`
* [`f0f307140`](https://github.com/npm/cli/commit/f0f30714002db979a2707d85c65bb92ae0ff76fe)
[#4353](https://github.com/npm/cli/pull/4353)
deps: `@npmcli/[email protected]`
* [`1cb107d33`](https://github.com/npm/cli/commit/1cb107d33d7e1499d92c3405fa0694142bdee8df)
[#4353](https://github.com/npm/cli/pull/4353)
deps: `[email protected]`
* [`e198ac0d1`](https://github.com/npm/cli/commit/e198ac0d1c1e536db57e84af6e7f40089b4c1bfc)
[#4354](https://github.com/npm/cli/pull/4354)
deps: `[email protected]`
* [`5a84e6515`](https://github.com/npm/cli/commit/5a84e6515a0331be20395ce2a6b1e892ecea20f8)
[#4355](https://github.com/npm/cli/pull/4355)
deps: `[email protected]`

## v8.4.0 (2022-01-27)

### Features
Expand Down
4 changes: 4 additions & 0 deletions docs/content/configuring-npm/package-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,10 @@ include any versions, as that information is specified in `dependencies`.

If this is spelled `"bundleDependencies"`, then that is also honored.

Alternatively, `"bundledDependencies"` can be defined as a boolean value. A
value of `true` will bundle all dependencies, a value of `false` will bundle
none.

### optionalDependencies

If a dependency can be used, but you would like npm to proceed if it cannot
Expand Down
2 changes: 2 additions & 0 deletions docs/content/using-npm/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -1190,6 +1190,8 @@ When package package-locks are disabled, automatic pruning of extraneous
modules will also be disabled. To remove extraneous modules with
package-locks disabled use `npm prune`.

This configuration does not affect `npm ci`.

<!-- automatically generated, do not edit manually -->
<!-- see lib/utils/config/definitions.js -->

Expand Down
Loading

0 comments on commit 892b66e

Please sign in to comment.