-
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
Unpublish npm docs #3602
Closed
collinskoech11
wants to merge
384
commits into
npm:baj-/update-unpublish-docs
from
collinskoech11:latest
Closed
Unpublish npm docs #3602
collinskoech11
wants to merge
384
commits into
npm:baj-/update-unpublish-docs
from
collinskoech11:latest
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
PR-URL: npm#3069 Credit: @isaacs Close: npm#3069 Reviewed-by: @ruyadorno, @nlf
If a bugs url is not provided, but a `mailto` is, then that is used. PR-URL: npm#3052 Credit: @Yash-Singh1 Close: npm#3052 Reviewed-by: @wraithgar
PR-URL: npm#3055 Credit: @wraithgar Close: npm#3055 Reviewed-by: @darcyclarke
PR-URL: npm#3086 Credit: @nlf Close: npm#3086 Reviewed-by: @wraithgar, @ruyadorno
Adds workspace/json config PR-URL: npm#3101 Credit: @wraithgar Close: npm#3101 Reviewed-by: @ruyadorno
Normalizes usage of `--ws` in docs. Fixes: npm/statusboard#313 PR-URL: npm#3109 Credit: @ruyadorno Close: npm#3109 Reviewed-by: @wraithgar
Running `npm ls --json --long --all` was broken for any project containing a missing dependency from the node_modules folder. This fixes it by avoiding trying to read the extra data required by the --long option in case a dependency is missing. Fixes: npm#2724 PR-URL: npm#3119 Credit: @ruyadorno Close: npm#3119 Reviewed-by: @wraithgar
Add workspaces support to `npm init` - Fixes `npm exec` respecting `script-shell` option value - Refactored `lib/exec.js` into `libnpmexec` - Updates [email protected] - Added ability to create a new workspace using the -w config PR-URL: npm#3095 Credit: @ruyadorno Close: npm#3095 Reviewed-by: @wraithgar
If name and version are missing, the filename won't make sense. This also slightly reorders operations so that it will bail early on multiple packages, not potentially packing some before hitting an invalid package and bailing. PR-URL: npm#3115 Credit: @wraithgar Close: npm#3115 Reviewed-by: @nlf
PR-URL: npm#3126 Credit: @wraithgar Close: npm#3126 Reviewed-by: @darcyclarke
PR-URL: npm#3562 Credit: @wraithgar Close: npm#3562 Reviewed-by: @lukekarrys
PR-URL: npm#3523 Credit: @DemiraDimitrova Close: npm#3523 Reviewed-by: @wraithgar
If the exit handler wasn't called it is always a problem, even if there is no exit code. PR-URL: npm#3561 Credit: @wraithgar Close: npm#3561 Reviewed-by: @lukekarrys
The config value for `color` should never be directly read by npm, or its submodules. The derived value `npm.color` or `npm.flatOptions.color` is what we want to use. This PR consolidates the use of these values, makes sure there is only one place the value is actually calculated, and stops relying on duplicated code in the setup-log.js file for setting one of them. PR-URL: npm#3563 Credit: @wraithgar Close: npm#3563 Reviewed-by: @lukekarrys
- feat: load directories.bin as a bin object
PR-URL: npm#3591 Credit: @wraithgar Close: npm#3591 Reviewed-by: @isaacs
* Refactor ideal tree building to handle more complicated peerDependencies use cases. * Do not modify ideal tree while checking if a peerSet can be placed. Fix: npm#3377
Fix: npm#3138 PR-URL: npm#3588 Credit: @isaacs Close: npm#3588 Reviewed-by: @wraithgar
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.
References