-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Comparing changes
Open a pull request
base repository: npm/cli
base: cb0db7c3fd1d0a4c30db9f44e9ea9e69ec327fe8
head repository: npm/cli
compare: d0e7491162965e539da51903f87fa5991d3cd04b
Commits on Jul 12, 2022
-
chore: add dependencies script (#5148)
No more having to manually remember to run this!
Configuration menu - View commit details
-
Copy full SHA for 6e68d23 - Browse repository at this point
Copy the full SHA 6e68d23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52ec5ec - Browse repository at this point
Copy the full SHA 52ec5ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6c4ba3 - Browse repository at this point
Copy the full SHA c6c4ba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e58f02f - Browse repository at this point
Copy the full SHA e58f02fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8c0580 - Browse repository at this point
Copy the full SHA b8c0580View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad72611 - Browse repository at this point
Copy the full SHA ad72611View commit details -
Configuration menu - View commit details
-
Copy full SHA for c94919d - Browse repository at this point
Copy the full SHA c94919dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18ddc57 - Browse repository at this point
Copy the full SHA 18ddc57View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2d700b - Browse repository at this point
Copy the full SHA a2d700bView commit details -
deps: @npmcli/run-script@4.1.7
* unique filename for temporary script files * correctly translate paths when using bash in windows
Configuration menu - View commit details
-
Copy full SHA for 99dc697 - Browse repository at this point
Copy the full SHA 99dc697View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13381b9 - Browse repository at this point
Copy the full SHA 13381b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3791e6 - Browse repository at this point
Copy the full SHA d3791e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8102c1 - Browse repository at this point
Copy the full SHA e8102c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a9f2dc - Browse repository at this point
Copy the full SHA 4a9f2dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45a9bde - Browse repository at this point
Copy the full SHA 45a9bdeView commit details
Commits on Jul 13, 2022
-
chore: suggest dogfooding npm when developing it (#5159)
Some folks may be running older versions of npm globally, or maybe even have aliased another package manager to `npm`. This will ensure the latest npm source is running when developing the cli itself.
Configuration menu - View commit details
-
Copy full SHA for 2dfa8a4 - Browse repository at this point
Copy the full SHA 2dfa8a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51cdee4 - Browse repository at this point
Copy the full SHA 51cdee4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1a9fc9 - Browse repository at this point
Copy the full SHA f1a9fc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40c2b19 - Browse repository at this point
Copy the full SHA 40c2b19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6462e24 - Browse repository at this point
Copy the full SHA 6462e24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c209ff - Browse repository at this point
Copy the full SHA 0c209ffView commit details
Commits on Jul 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 64fe64b - Browse repository at this point
Copy the full SHA 64fe64bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51b12a0 - Browse repository at this point
Copy the full SHA 51b12a0View commit details
Commits on Jul 20, 2022
-
feat: accept registry-scoped certfile and keyfile as credentials (#5160)
Closes #4765 RFC: npm/rfcs#591 While this doesn't directly allow top-level cert/key as credentials (per the original issue), it's a more targeted/secure approach that accomplishes the same end-result; the new options are scoped to a specific registry, and the actual cert/key contents are much less likely to be exposed. See the RFC for more context. Depends on: * npm/npm-registry-fetch#125 * npm/config#69
Configuration menu - View commit details
-
Copy full SHA for 5ef53ee - Browse repository at this point
Copy the full SHA 5ef53eeView commit details -
docs: Update audit signatures cmd (#5168)
fix: Update docs for audit signatures cmd Update command documentation for `npm audit signatures` added in this PR: #4827
Configuration menu - View commit details
-
Copy full SHA for 7efad06 - Browse repository at this point
Copy the full SHA 7efad06View commit details -
fix: disable progress bar on publish (#5172)
It is not supposed to be there, in that it doesn't get any updates and gets in the way of logging messages. We already log the server we are publishing to in the `notice` headers so the one `http` log message that we get during publish isn't needed on stdout.
Configuration menu - View commit details
-
Copy full SHA for 9c590fa - Browse repository at this point
Copy the full SHA 9c590faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fa3271 - Browse repository at this point
Copy the full SHA 2fa3271View commit details -
docs: correct bundledDependencies -> bundleDependencies (#5171)
arborist normalizes `bundledDependencies` to `bundleDependencies`, this change corrects the documentation to match that reality
Configuration menu - View commit details
-
Copy full SHA for 8ab5fca - Browse repository at this point
Copy the full SHA 8ab5fcaView commit details -
deps: make-fetch-happen@10.2.0 (#5190)
* store link header in cached responses
Configuration menu - View commit details
-
Copy full SHA for 3ae1b81 - Browse repository at this point
Copy the full SHA 3ae1b81View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf3b26c - Browse repository at this point
Copy the full SHA bf3b26cView commit details -
chore(contributing.md): add conventional commit info (#5169)
Update info on coverage too, it's auto-enforce now no separate command needed.
Configuration menu - View commit details
-
Copy full SHA for 68ade72 - Browse repository at this point
Copy the full SHA 68ade72View commit details -
feat: Support pure web authentication for commands
* feat: Add support for web auth, utilizing code from npm-profile Co-authored-by: Jordan Harband <ljharb@gmail.com> Co-authored-by: Hayden Faulds <fauldsh@gmail.com> Co-authored-by: Sandeep Meduru <sandeepmeduru@github.com>
Configuration menu - View commit details
-
Copy full SHA for c8bdb4a - Browse repository at this point
Copy the full SHA c8bdb4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6014a94 - Browse repository at this point
Copy the full SHA 6014a94View commit details -
Configuration menu - View commit details
-
Copy full SHA for a06d196 - Browse repository at this point
Copy the full SHA a06d196View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c94530 - Browse repository at this point
Copy the full SHA 4c94530View commit details
Commits on Jul 21, 2022
-
fix: don't fail immediately if cache dir is not accessible (#5197)
This also changes all the log messages about not being able to create initial directories and files to `log.verbose` since we know run those commands on init. There are a lot of valid reasons why those might fail, and we don't want to show a warning for them every time. Fixes: #4769 Fixes: #4838 Fixes: #4996
Configuration menu - View commit details
-
Copy full SHA for 9905d0e - Browse repository at this point
Copy the full SHA 9905d0eView commit details -
docs: update commit-ish default branch (#5205)
* docs: update commit-ish default branch To match with https://github.com/npm/cli/blob/latest/docs/content/using-npm/developers.md#what-is-a-package
Configuration menu - View commit details
-
Copy full SHA for f9abee7 - Browse repository at this point
Copy the full SHA f9abee7View commit details
Commits on Jul 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 77bf2e1 - Browse repository at this point
Copy the full SHA 77bf2e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e3660e - Browse repository at this point
Copy the full SHA 0e3660eView commit details -
Configuration menu - View commit details
-
Copy full SHA for de40c31 - Browse repository at this point
Copy the full SHA de40c31View commit details -
fix: allow hash character in paths (#5122)
* fix: allow link from path with hash character * fix: allow hash character in path in other places * Remove extra semicolon
Configuration menu - View commit details
-
Copy full SHA for 62b95a0 - Browse repository at this point
Copy the full SHA 62b95a0View commit details -
docs: describe implicit workspace and prefix configuration (#5221)
* docs: describe implicit workspace and prefix configuration * Update docs/content/using-npm/workspaces.md Co-authored-by: Gar <gar+gh@danger.computer> Co-authored-by: Luke Karrys <luke@lukekarrys.com> Co-authored-by: Gar <gar+gh@danger.computer>
Configuration menu - View commit details
-
Copy full SHA for 4d1d8a9 - Browse repository at this point
Copy the full SHA 4d1d8a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a02cce5 - Browse repository at this point
Copy the full SHA a02cce5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bbb293 - Browse repository at this point
Copy the full SHA 3bbb293View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1f6d97 - Browse repository at this point
Copy the full SHA a1f6d97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17b1dea - Browse repository at this point
Copy the full SHA 17b1deaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58cc362 - Browse repository at this point
Copy the full SHA 58cc362View commit details
Commits on Aug 1, 2022
-
fix(ls): when filtering workspaces, make sure the edge has a to befor…
…e checking if its a workspace (#5164)
Configuration menu - View commit details
-
Copy full SHA for eac1bf2 - Browse repository at this point
Copy the full SHA eac1bf2View commit details -
docs: Use the full proper name of Travis CI (#5240)
Use the full proper name of Travis CI Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a6153cf - Browse repository at this point
Copy the full SHA a6153cfView commit details -
fix(arborist): use the sourceReference root rather than the node root…
… for overrides (#5227) when we examine override references, if we look at only `this.from.root.package` the root could actually be a virtual one. in order to ensure we resolve references from the real root, we instead need to look at `this.from.sourceReference.root.package` to get the correct value. closes #4395
Configuration menu - View commit details
-
Copy full SHA for 47cc95d - Browse repository at this point
Copy the full SHA 47cc95dView commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.