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-02-24deps: libnpmsearch@5.0.0libnpmsearch@5.0.0libnpmsearch-v5.0.0Luke Karrys
2022-02-24deps: libnpmpublish@6.0.0libnpmpublish@6.0.0libnpmpublish-v6.0.0Luke Karrys
2022-02-24deps: libnpmpack@4.0.0libnpmpack@4.0.0libnpmpack-v4.0.0Luke Karrys
2022-02-24deps: libnpmorg@4.0.0libnpmorg@4.0.0libnpmorg-v4.0.0Luke Karrys
2022-02-24deps: libnpmhook@8.0.0libnpmhook@8.0.0libnpmhook-v8.0.0Luke Karrys
2022-02-24deps: libnpmfund@3.0.0libnpmfund@3.0.0libnpmfund-v3.0.0Luke Karrys
2022-02-24deps: libnpmexec@4.0.0libnpmexec@4.0.0libnpmexec-v4.0.0Luke Karrys
2022-02-24deps: libnpmdiff@4.0.0libnpmdiff@4.0.0libnpmdiff-v4.0.0Luke Karrys
2022-02-24deps: libnpmaccess@6.0.0libnpmaccess@6.0.0libnpmaccess-v6.0.0Luke Karrys
2022-02-24deps:@npmcli/arborist@5.0.0arborist-v5.0.0@npmcli/arborist@5.0.0@npmcli/arborist-v5.0.0Luke Karrys
2022-02-24fix: ignore integrity values for git dependencies (#4468)Luke Karrys
This updates pacote@13.0.3 and @npmcli/run-script@3.0.0
2022-02-24docs: auto-generate npm usage for each command (#4450)Wassim Chegham
Closes #4189 * docs: auto-generate synopsis sections * feat: improve usage auto-generation' * chore: auto-generate npm usage for each command * docs: print default usage when usage is missing * docs: add special case for npx * fix: remove optional chaining
2022-02-24feat(arborist): refactor arborist bin to use consistent timing/loggingLuke Karrys
This attempts to make the arborist bin script behave more like the npm cli with regards to the handing of timing and logging. It also adds the a `logfile` argument to write logs to a file instead of (or in addition to) stderr. This can be helpful for benchmarking performance of loggins or terminal display.
2022-02-24chore(cli): remove log option from being passed anywhereLuke Karrys
2022-02-24feat(libnpmversion): rm log opt and add silent opt to control run scriptLuke Karrys
BREAKING CHANGE: this removes the log option
2022-02-24chore(libnpmexec): remove log optionLuke Karrys
BREAKING CHANGE: this drops support for the `log` property
2022-02-24chore(arborist): remove log optionLuke Karrys
BREAKING CHANGE: this drops support for the `log` property
2022-02-24feat(libnpmpack): use silent boolean instead of log.levelLuke Karrys
BREAKING CHANGE: this drops support for the `log` property and the banner is shown using the silent option
2022-02-24chore(cli): install and resetdepsLuke Karrys
2022-02-24deps(libnpmversion): update to latest major versions of npm depsLuke Karrys
BREAKING CHANGE: the log option is no longer passed to the updated deps
2022-02-24deps(libnpmteam): update to latest major versions of npm depsLuke Karrys
BREAKING CHANGE: the log option is no longer passed to the updated deps
2022-02-24deps(libnpmsearch): update to latest major versions of npm depsLuke Karrys
BREAKING CHANGE: the log option is no longer passed to the updated deps
2022-02-24deps(libnpmpublish): update to latest major versions of npm depsLuke Karrys
BREAKING CHANGE: the log option is no longer passed to the updated deps
2022-02-24deps(libnpmpack): update to latest major versions of npm depsLuke Karrys
BREAKING CHANGE: the log option is no longer passed to the updated deps
2022-02-24deps(libnpmorg): update to latest major versions of npm depsLuke Karrys
BREAKING CHANGE: the log option is no longer passed to the updated deps
2022-02-24deps(libnpmhook): update to latest major versions of npm depsLuke Karrys
BREAKING CHANGE: the log option is no longer passed to the updated deps
2022-02-24deps(libnpmexec): update to latest major versions of npm depsLuke Karrys
BREAKING CHANGE: the log option is no longer passed to the updated deps
2022-02-24deps(libnpmdiff): update to latest major versions of npm depsLuke Karrys
BREAKING CHANGE: the log option is no longer passed to the updated deps
2022-02-24deps(libnpmaccess): update to latest major versions of npm depsLuke Karrys
BREAKING CHANGE: the log option is no longer passed to the updated deps
2022-02-24deps(arborist): update to latest major versions of npm depsLuke Karrys
BREAKING CHANGE: the log option is no longer passed to the updated deps
2022-02-23fix(arborist): convert all sorting to string-locale-compare (#4465)Luke Karrys
2022-02-23fix(arborist): fix superfluous arguments (#4464)XhmikosR
2022-02-23fix(libnpmpublish): remove superfluous argument (#4463)XhmikosR
2022-02-23fix(arborist): fix unescaped periods (#4462)XhmikosR
2022-02-23deps: columnify@1.6.0 and dedupe vulnerable deps (#4459)Luke Karrys
2022-02-22docs: explain $INIT_CWD on using scripts page (#4436)Gar
2022-02-22fix: remove html comments from man entries (#4457)Gar
2022-02-22docs: clarify npm init @latest behavior (#4435)Gar
Closes: https://github.com/npm/cli/issues/3821
2022-02-22fix(arborist): use full location as tracker key when inflating (#4300)Luke Karrys
Fixes: #4273 Ref: #4298 Co-authored-by: Kirtan Gajjar <8456197+kirtangajjar@users.noreply.github.com>
2022-02-188.5.1v8.5.1Nathan Fritz
2022-02-18update AUTHORSNathan Fritz
2022-02-18docs: changelog for v8.5.1Nathan Fritz
2022-02-17Merge branch 'latest' into release-nextGar
2022-02-17docs: update docs for npm install <folder> (#4428)Wassim Chegham
npm install <folder> doesn't install dependencies if <folder> is outside of root project. Fixes #3358
2022-02-17docs: update usage example for npm pkg (#4424)Wassim Chegham
Add example for setting array values Fixes #4320
2022-02-16deps: @npmcli/ci-detect@2.0.0 (#4403)Gar
2022-02-16fix(arborist): do not audit in offline mode (#4410)Mohamed Akram
2022-02-16docs: update workspaces guide for consistency (#4426)Tierney Cyren
Signed-off-by: Tierney Cyren <hello@bnb.im>
2022-02-16docs: update documentation for ping (#4423)F. Hinkelmann
Fixes https://github.com/npm/cli/issues/4136
2022-02-15deps: gauge@4.0.1 (#4416)nlf