-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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.1.0 #2287
Merged
Merged
Release/v7.1.0 #2287
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This removes all other arg/shell escaping mechanisms, as they are no longer needed, and will be un-done by puka in @npmcli/run-script anyway. Adds an interactive shell mode when `npm exec` is run without any arguments, allowing users to interactively test out commands in an npm script environment. Previously, this would do nothing, and just exit. Prevent weird behavior from `npm explore ../blah`. `explore` now can _only_ be used to explore packages that are actually found in the relevant `node_modules` folder.
Credit: @isaacs PR-URL: #2202 Close: #2202 Reviewed-by: @darcyclarke
Fixes: npm/statusboard#181 PR-URL: #2275 Credit: @ruyadorno Close: #2275 Reviewed-by: @nlf
Introduces the set-script command. It accepts two arguments, the script name and the command ref: https://github.com/npm/rfcs/blob/latest/accepted/0016-set-script-command.md PR-URL: #2237 Credit: @Yash-Singh1 Close: #2237 Reviewed-by: @ruyadorno
Fixes: npm/statusboard#179 PR-URL: #2269 Credit: @ruyadorno Close: #2269 Reviewed-by: @darcyclarke
Some markdown parsers don't like this. PR-URL: #2271 Credit: @ethomson Close: #2271 Reviewed-by: @darcyclarke
PR-URL: #2279 Credit: @ruyadorno Close: #2279 Reviewed-by: @darcyclarke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
7.1.0 (2020-12-04)
FEATURES
6b1575110
#2237 addnpm set-script
command (@Yash-Singh1)15d7333f8
add interactivenpm exec
(@isaacs)BUG FIXES
2a1192e4b
#2202 Do not run interactivenpm exec
in CI when a TTY (@isaacs)DOCUMENTATION
0599cc37d
#2271 don't wrap code block (@ethomson)DEPENDENCIES
def85c726
@npmcli/arborist@1.0.14
npm exec
from file system root folder4c94673ab
semver@7.3.4