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.7.5 #2967

Merged
merged 8 commits into from Mar 25, 2021
Merged

Release/v7.7.5 #2967

merged 8 commits into from Mar 25, 2021

Conversation

ruyadorno
Copy link
Collaborator

v7.7.5 (2021-03-25)

BUG FIXES

TESTS

dmchurch and others added 8 commits March 25, 2021 17:30
The current regex will match any .[0-9]. pattern anywhere in the path, which will give incorrect results if npm is installed to a path like .../node-v14.5.5/...

This change restricts it to only the last path element.

PR-URL: #2949
Credit: @dmchurch
Close: #2949
Reviewed-by: @wraithgar
This ensures that we get a npm_command env set to, eg 'run-script'
instead of the shorthand 'run'.

PR-URL: #2958
Credit: @isaacs
Close: #2958
Reviewed-by: @wraithgar
Lightweight smoke test suite that runs common commands so that we can
also have a holistic check during CI.

PR-URL: #2959
Credit: @ruyadorno
Close: #2959
Reviewed-by: @nlf
This config item is a bit of a unique one, as it can be set as a
template, but then gets translated and also populated to
process.env.npm_config_user_agent.  This adds that logic back in during
the flattening.

PR-URL: #2964
Credit: @wraithgar
Close: #2964
Reviewed-by: @nlf
Each affects the other

PR-URL: #2965
Credit: @wraithgar
Close: #2965
Reviewed-by: @nlf
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

5 participants