You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes two typo-related bugs:
- ignoring bundled edges in the isolate reifier when assigning common
properties in the tree
- propagating legacy peer deps in children when calculating place-dep.
Copy file name to clipboardExpand all lines: workspaces/arborist/CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@
172
172
*[`e290352`](https://github.com/npm/cli/commit/e290352c6b9fd3bc7fa4b8ea2cc2000fb20fdec7)[#7499](https://github.com/npm/cli/pull/7499) revert DepsQueue to re-sort on pop() (#7499) (@lukekarrys)
173
173
*[`56a27fa`](https://github.com/npm/cli/commit/56a27fa400f157fb9a56182900278c41efc6aba1)[#7494](https://github.com/npm/cli/pull/7494) avoid caching manifests as promises (@wraithgar)
174
174
*[`722c0fa`](https://github.com/npm/cli/commit/722c0faa387ae6e35886f08eefb238c03ae85db1)[#7463](https://github.com/npm/cli/pull/7463) limit packument cache size based on heap size (@wraithgar)
175
-
*[`effe910`](https://github.com/npm/cli/commit/effe9109d6bc7828bf916c4dee49b2a53c72f39d)[#7475](https://github.com/npm/cli/pull/7475)dont omit license from stored manifests (#7475) (@lukekarrys)
175
+
*[`effe910`](https://github.com/npm/cli/commit/effe9109d6bc7828bf916c4dee49b2a53c72f39d)[#7475](https://github.com/npm/cli/pull/7475)don't omit license from stored manifests (#7475) (@lukekarrys)
176
176
177
177
### Dependencies
178
178
@@ -213,7 +213,7 @@
213
213
214
214
### Features
215
215
216
-
*[`9123de4`](https://github.com/npm/cli/commit/9123de4d282bfd19ea17ad613f5a2acab0e0e162)[#7373](https://github.com/npm/cli/pull/7373) do all ouput over proc-log events (@lukekarrys)
216
+
*[`9123de4`](https://github.com/npm/cli/commit/9123de4d282bfd19ea17ad613f5a2acab0e0e162)[#7373](https://github.com/npm/cli/pull/7373) do all output over proc-log events (@lukekarrys)
***arborist:**dont skip adding advisories to audit based on name/range ([aa4a4da](https://github.com/npm/cli/commit/aa4a4da336a6ec1963394fdbd06acb173c842d26)), closes [#4681](https://github.com/npm/cli/issues/4681)
804
+
***arborist:**don't skip adding advisories to audit based on name/range ([aa4a4da](https://github.com/npm/cli/commit/aa4a4da336a6ec1963394fdbd06acb173c842d26)), closes [#4681](https://github.com/npm/cli/issues/4681)
805
805
***arborist:** when reloading an edge, also refresh overrides ([4d676e3](https://github.com/npm/cli/commit/4d676e31a68f081b8553eff4e79db1f29acf47e1))
0 commit comments