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

Unpublish npm docs #3602

Closed

Conversation

collinskoech11
Copy link

References

wraithgar and others added 30 commits April 14, 2021 09:22
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
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
ruyadorno and others added 27 commits July 15, 2021 15:35
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
* 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
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.