-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Comparing changes
Open a pull request
base repository: npm/cli
base: v10.1.0
head repository: npm/cli
compare: v10.2.0
Commits on Sep 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f01ae18 - Browse repository at this point
Copy the full SHA f01ae18View commit details
Commits on Sep 11, 2023
-
chore: update benchmark script to send a target spec
This allows us to specify the base to benchmark against which is detected from the base ref of the PR. This also rewrites the benchmark script using github-script since that seemed easier then making sure I got my shell substring matching correct.
Configuration menu - View commit details
-
Copy full SHA for c8c2cc7 - Browse repository at this point
Copy the full SHA c8c2cc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bef82f5 - Browse repository at this point
Copy the full SHA bef82f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb1b674 - Browse repository at this point
Copy the full SHA fb1b674View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0355153 - Browse repository at this point
Copy the full SHA 0355153View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d29855 - Browse repository at this point
Copy the full SHA 0d29855View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81a460f - Browse repository at this point
Copy the full SHA 81a460fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d9821c - Browse repository at this point
Copy the full SHA 0d9821cView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 6ec6ff0 - Browse repository at this point
Copy the full SHA 6ec6ff0View commit details
Commits on Sep 13, 2023
-
fix: tolerate null bugs URLs (#6798)
Currently, if the bugs URL returned from `package.json`, which is processed through [hosted-git-info](https://github.com/npm/hosted-git-info), is falsy, an error is thrown. However, hosted-git-info may well return a falsy bugs URL. This can happen when there is no bugs URL in the repo, but hosted-git-info tries to infer one, but one cannot be inferred, for example if the repository URL is a SourceHut URL. This is described here: npm/hosted-git-info#213 For this reason, we should tolerate falsy URLs and fall back to whatever is defined in `bugs.js`, in this case being sent to https://www.npmjs.com/package/<packageName>.
Configuration menu - View commit details
-
Copy full SHA for d46d052 - Browse repository at this point
Copy the full SHA d46d052View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dc6332 - Browse repository at this point
Copy the full SHA 0dc6332View commit details
Commits on Sep 15, 2023
-
fix: query with workspace descendents (#6782)
Fixes a query bug which omits some dependencies in scenarios where a workspace has a dependency on another workspace in the project.
Configuration menu - View commit details
-
Copy full SHA for bef7481 - Browse repository at this point
Copy the full SHA bef7481View commit details -
Configuration menu - View commit details
-
Copy full SHA for fec08ad - Browse repository at this point
Copy the full SHA fec08adView commit details -
fix: set engines to ^16.14.0 || >=18.0.0
BREAKING CHANGE: @npmcli/config now supports node ^16.14.0 || >=18.0.0
Configuration menu - View commit details
-
Copy full SHA for 92e3f3f - Browse repository at this point
Copy the full SHA 92e3f3fView commit details -
fix: set engines to ^16.14.0 || >=18.0.0
BREAKING CHANGE: libnpmfund now supports node ^16.14.0 || >=18.0.0
Configuration menu - View commit details
-
Copy full SHA for 43241f6 - Browse repository at this point
Copy the full SHA 43241f6View commit details -
This align all private workspaces to the same engines as the CLI and all public workspaces to ^16.14.0 || >=18.0.0
Configuration menu - View commit details
-
Copy full SHA for 0270a7d - Browse repository at this point
Copy the full SHA 0270a7dView commit details
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8088325 - Browse repository at this point
Copy the full SHA 8088325View commit details
Commits on Sep 20, 2023
-
5
Configuration menu - View commit details
-
Copy full SHA for 03912db - Browse repository at this point
Copy the full SHA 03912dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2207628 - Browse repository at this point
Copy the full SHA 2207628View commit details -
chore: use proxy instead of http-proxy (#6814)
The proxy package is more spec compliant and works out-of-the-box so we no longer have to pass --registry=PROXY to the tests. The goal here is to make it simpler to help debug #6793.
Configuration menu - View commit details
-
Copy full SHA for 9ffeb69 - Browse repository at this point
Copy the full SHA 9ffeb69View commit details -
chore: benchmark script fixes (#6824)
This passes the token to the github-script action and now skips the PR workflow for forks in the if statement instead of while running the script
Configuration menu - View commit details
-
Copy full SHA for 6500218 - Browse repository at this point
Copy the full SHA 6500218View commit details
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3ac703c - Browse repository at this point
Copy the full SHA 3ac703cView commit details
Commits on Sep 27, 2023
-
feat: add npm sbom command (#6801)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
1Configuration menu - View commit details
-
Copy full SHA for 7c459d2 - Browse repository at this point
Copy the full SHA 7c459d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0860159 - Browse repository at this point
Copy the full SHA 0860159View commit details
Commits on Sep 28, 2023
-
docs: update
CONTRIBUTING.md
to prevent errors (#6844)Update CONTRIBUTING.md - following the previous steps with a fresh clone of `npm/cli` will error out if your try to run `node . install` because the `@npmcli/config` dep is missing - need to run `node ./scripts/resetdeps.js` prior to running any `node .`/`npm` command
2Configuration menu - View commit details
-
Copy full SHA for 68031f2 - Browse repository at this point
Copy the full SHA 68031f2View commit details
Commits on Oct 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 284cbfd - Browse repository at this point
Copy the full SHA 284cbfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba4d099 - Browse repository at this point
Copy the full SHA ba4d099View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ebc474 - Browse repository at this point
Copy the full SHA 3ebc474View commit details -
Configuration menu - View commit details
-
Copy full SHA for af93130 - Browse repository at this point
Copy the full SHA af93130View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a47af5 - Browse repository at this point
Copy the full SHA 0a47af5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39d7f04 - Browse repository at this point
Copy the full SHA 39d7f04View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce9089f - Browse repository at this point
Copy the full SHA ce9089fView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa6728b - Browse repository at this point
Copy the full SHA aa6728bView commit details
Commits on Oct 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 57a8957 - Browse repository at this point
Copy the full SHA 57a8957View commit details
There are no files selected for viewing