Skip to content

Commit

Permalink
@npmcli/arborist@1.0.9
Browse files Browse the repository at this point in the history
* Process deps for all link nodes
* Use junctions instead of symlinks
* Use @npmcli/move-file instead of fs.rename

Fixes: #1984
Fixes: #2079
Fixes: #1923
Fixes: #606
Fixes: #2031
  • Loading branch information
isaacs committed Nov 6, 2020
1 parent 96a0d28 commit 0e58e6f
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 32 deletions.
16 changes: 13 additions & 3 deletions node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 7 additions & 16 deletions node_modules/@npmcli/arborist/lib/arborist/load-virtual.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions node_modules/@npmcli/arborist/lib/arborist/reify.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion node_modules/@npmcli/arborist/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 9 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@npmcli/arborist": "^1.0.8",
"@npmcli/arborist": "^1.0.9",
"@npmcli/ci-detect": "^1.2.0",
"@npmcli/config": "^1.2.1",
"@npmcli/run-script": "^1.7.5",
Expand Down

0 comments on commit 0e58e6f

Please sign in to comment.