Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-03deps: add semver@7.3.7Gar
2022-08-03deps: add @npmcli/fs@2.1.1Gar
2022-08-03feat: add --replace-registry-host=<npmjs|always|never> (#4860)Nathan Fritz
feat: add --replace-registry-host=<npmjs|always|never>|<hostname>
2022-08-02deps: npm-profile@6.2.1 (#5245)nlf
2022-08-02fix: gracefully exit login and publish commands on Ctrl+C (SIGINT) in the ↵Neel Dani
new webAuthn flow (#5243)
2022-08-01feat: add npm query cmd (#5000)Ruy Adorno
Co-authored-by: Gar <gar+gh@danger.computer>
2022-08-01fix(arborist): pass the edge to fromPath in order to determine correct path ↵nlf
(#5233) by passing in the edge we can determine if the edge is overridden, and if it is the path we want to return is the project root since that's what user's will have define their overrides relative to
2022-08-01fix(arborist): use the sourceReference root rather than the node root for ↵nlf
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
2022-08-01docs: Use the full proper name of Travis CI (#5240)Takuya N
Use the full proper name of Travis CI Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2022-08-01fix(ls): when filtering workspaces, make sure the edge has a to before ↵nlf
checking if its a workspace (#5164)
2022-07-288.15.1v8.15.1Luke Karrys
2022-07-28chore: update AUTHORSLuke Karrys
2022-07-28chore: changelog for v8.15.1Luke Karrys
2022-07-28deps: @npmcli/arborist@5.3.1arborist-v5.3.1npm CLI robot
2022-07-28chore(latest): release arborist 5.3.1github-actions[bot]
2022-07-28docs: describe implicit workspace and prefix configuration (#5221)Nathan Fritz
* 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>
2022-07-28fix: allow hash character in paths (#5122)Patryk Ludwikowski
* fix: allow link from path with hash character * fix: allow hash character in path in other places * Remove extra semicolon
2022-07-28docs: sync ci params with install (#5207)Gar
2022-07-28fix(init): allow for spec on scope-only arg (#5206)Gar
2022-07-28docs: update npm-ls.md (#5218)MapleCCC
2022-07-21docs: update commit-ish default branch (#5205)JC (Jonathan Chen)
* 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
2022-07-21fix: don't fail immediately if cache dir is not accessible (#5197)Luke Karrys
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
2022-07-208.15.0v8.15.0release-nextNathan Fritz
2022-07-20chore: update AUTHORSNathan Fritz
2022-07-20chore: changelog for v8.15.0Nathan Fritz
2022-07-20feat: Support pure web authentication for commandsJulian Møller Ellehauge
* 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>
2022-07-20chore(contributing.md): add conventional commit info (#5169)Gar
Update info on coverage too, it's auto-enforce now no separate command needed.
2022-07-20chore: add dependency graph to dependencies script (#5186)Gar
2022-07-20deps: make-fetch-happen@10.2.0 (#5190)Gar
* store link header in cached responses
2022-07-20docs: correct bundledDependencies -> bundleDependencies (#5171)nlf
arborist normalizes `bundledDependencies` to `bundleDependencies`, this change corrects the documentation to match that reality
2022-07-20fix: add missing ` in adduser warning (#5196)Myles Borins
2022-07-20fix: disable progress bar on publish (#5172)Gar
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.
2022-07-20docs: Update audit signatures cmd (#5168)Philip Harrison
fix: Update docs for audit signatures cmd Update command documentation for `npm audit signatures` added in this PR: https://github.com/npm/cli/pull/4827
2022-07-20feat: accept registry-scoped certfile and keyfile as credentials (#5160)Jon Jensen
Closes #4765 RFC: https://github.com/npm/rfcs/pull/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: * https://github.com/npm/npm-registry-fetch/pull/125 * https://github.com/npm/config/pull/69
2022-07-19deps: npm-registry-fetch@13.3.0Gar
2022-07-19deps: @npmcli/config@4.2.0Gar
2022-07-138.14.0v8.14.0Gar
2022-07-13chore: update AUTHORSGar
2022-07-13chore: changelog for v8.14.0Gar
2022-07-13chore: fix arborist tests for new npm-package-arg behaviourGar
2022-07-13chore: fix arborist tests for new run-script behaviourGar
2022-07-13chore: suggest dogfooding npm when developing it (#5159)Gar
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.
2022-07-12deps: npm-profile@6.2.0 (#5158)Gar
2022-07-12deps: npm-registry-fetch@13.2.0 (#5157)Gar
2022-07-12feat: Add `web` auth type (#5076)Julian Møller Ellehauge
2022-07-12chore: nock@13.2.8Gar
2022-07-12chore: tap@16.3.0Gar
2022-07-12deps: @npmcli/run-script@4.1.7Gar
* unique filename for temporary script files * correctly translate paths when using bash in windows
2022-07-12deps: npm-package-arg@9.1.0Gar
2022-07-12deps: just-diff-apply@5.3.1Gar