Skip to content

Commit 7839655

Browse files
committed
- Ensure that root is added when root.meta is set - Include all edges in explain() output when a root edge exists - Do not conflict on meta-peers that will not be replaced - Install peerOptionals if explicitly requested, or dev Fix: #1997 Fix: #2000 Fix: #2005
1 parent 47640eb commit 7839655

File tree

8 files changed

+70
-44
lines changed

8 files changed

+70
-44
lines changed

node_modules/@npmcli/arborist/lib/add-rm-pkg-deps.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js

Lines changed: 36 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@npmcli/arborist/lib/arborist/load-actual.js

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@npmcli/arborist/lib/arborist/load-virtual.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@npmcli/arborist/lib/node.js

Lines changed: 22 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@npmcli/arborist/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"./package.json": "./package.json"
4343
},
4444
"dependencies": {
45-
"@npmcli/arborist": "^1.0.3",
45+
"@npmcli/arborist": "^1.0.4",
4646
"@npmcli/ci-detect": "^1.2.0",
4747
"@npmcli/config": "^1.2.1",
4848
"@npmcli/run-script": "^1.7.0",

0 commit comments

Comments
 (0)