Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v7.20.0 #3550

Merged
merged 27 commits into from
Jul 15, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
339145f
fix(docs): clarify what install type gets .bins
wraithgar Jul 1, 2021
4755b07
fix: friendlier errors for ERR_SOCKET_TIMEOUT
nlf Jul 1, 2021
74c9975
fix(docs): add npm update example
wraithgar Jul 1, 2021
f17aca5
feat: npm pkg
ruyadorno Jun 28, 2021
3ecf19c
fix(config): fix noproxy
wraithgar Jul 2, 2021
c3bd10e
fix(update-notifier): don't force black background
wraithgar Jul 1, 2021
89483e8
fix(usage): better audit/boolean flag usage output
wraithgar Jul 1, 2021
feeb8e4
fix(publish): obey --ignore-scripts flag
wraithgar Jul 1, 2021
103c8c3
chore(exit): log any un-ended timings
wraithgar Jun 25, 2021
efc4313
chore(refactor): refactor exit handler and tests
wraithgar Jun 29, 2021
d8eb49b
fix(bundle-and-ignore): case sensitivity cleanup
wraithgar Jul 13, 2021
801a523
fix(docs): correct Node.js JavaScript stylings
relrelb Jul 13, 2021
98905ae
feat(config): introduce 'location' parameter
nlf Jun 26, 2021
8371d7d
feat(pkg): add support to empty bracket syntax
ruyadorno Jul 12, 2021
c11aa53
chore: use better name on nodejs commits
ruyadorno Jul 13, 2021
7914167
Instructions for seeing background script output
cinderblock Jul 14, 2021
691816f
@npmcli/arborist@2.7.1
ruyadorno Jul 15, 2021
ba89b1c
fix: removed unused arb-target-or
ruyadorno Jul 15, 2021
b9597e9
make-fetch-happen@9.0.4
ruyadorno Jul 15, 2021
f573e7c
minipass-fetch@1.3.4
ruyadorno Jul 15, 2021
2d5797e
pacote@11.3.5
ruyadorno Jul 15, 2021
5bb1e04
eslint@7.30.0
ruyadorno Jul 15, 2021
8b1a12e
update gitignore file
ruyadorno Jul 15, 2021
5a305c7
fix(docs): add missing npm pkg to nav.yml
ruyadorno Jul 15, 2021
293a4c7
docs: changelog for v7.20.0
ruyadorno Jul 15, 2021
ecfc9e1
update AUTHORS
ruyadorno Jul 15, 2021
1a2159d
7.20.0
ruyadorno Jul 15, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
@npmcli/arborist@2.7.1
  • Loading branch information
ruyadorno committed Jul 15, 2021
commit 691816f3de2a679152644a60f3e2c5962df6a81d
2 changes: 1 addition & 1 deletion lib/ls.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class LS extends ArboristWorkspaceCmd {
!(node instanceof Arborist.Node) || (currentDepth > depthToPrint)
return (shouldSkipChildren)
? []
: [...(node.target || node).edgesOut.values()]
: [...(node.target).edgesOut.values()]
.filter(filterBySelectedWorkspaces)
.filter(filterByEdgesTypes({
currentDepth,
Expand Down
27 changes: 16 additions & 11 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.

2 changes: 1 addition & 1 deletion node_modules/@npmcli/arborist/lib/arborist/index.js

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.

6 changes: 3 additions & 3 deletions node_modules/@npmcli/arborist/lib/arborist/rebuild.js

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

23 changes: 17 additions & 6 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.

6 changes: 3 additions & 3 deletions node_modules/@npmcli/arborist/lib/calc-dep-flags.js

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

8 changes: 3 additions & 5 deletions node_modules/@npmcli/arborist/lib/diff.js

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

14 changes: 11 additions & 3 deletions node_modules/@npmcli/arborist/lib/node.js

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

10 changes: 5 additions & 5 deletions node_modules/@npmcli/arborist/lib/shrinkwrap.js

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

5 changes: 4 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.

Loading