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.15.1 #3340

Merged
merged 10 commits into from May 31, 2021
Merged

Release/v7.15.1 #3340

merged 10 commits into from May 31, 2021

Conversation

ruyadorno
Copy link
Collaborator

v7.15.1 (2021-05-31)

BUG FIXES

DEPENDENCIES

  • 1290ea31c @npmcli/arborist@2.6.1
    • fixes reifying deps with mismatching version ranges between actual and virtual trees
  • e06f16761 libnpmexec@1.2.0

ruyadorno and others added 7 commits May 31, 2021 18:21
The npm output function refers to this.log.  libnpmexec has that passed
in, which decoupled the function from the npm object.  This fixes it,
and sets the tests up in a way where if the output function ever becomes
detached from this.npm in the same way, tests will fail.

PR-URL: #3329
Credit: @wraithgar
Close: #3329
Reviewed-by: @ruyadorno
renames read-local-package to read-package-name

The global check needed to be moved outside this function, because it
was handled differently (and will be even moreso when we implement diff
workspaces) in each function.  This allowed us to now pass in the prefix
itself instead of the npm object, so we can reuse this function to look
up package names when we refactor npm diff for workspaces.

PR-URL: #3331
Credit: @wraithgar
Close: #3331
Reviewed-by: @ruyadorno
@ruyadorno ruyadorno merged commit 73633e5 into latest May 31, 2021
@nlf nlf deleted the release/v7.15.1 branch March 28, 2022 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants