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-03-04chore: release libnpmhook 8.0.1release-libnpmhook-v8.0.1github-actions[bot]
2022-03-048.5.3v8.5.3Gar
2022-03-04docs: changelog for v8.5.3Gar
2022-03-03fix: ignore implicit workspace for whoami (#4493)nlf
2022-03-03fix: set proper workspace repo urls in package.json (#4476)Jordan Harband
2022-03-02chore: @npmcli/template-oss@2.9.2 (#4491)Gar
Should get release-please working in workspaces
2022-03-02deps: lru-cache@7.4.0Gar
2022-03-02minimatch@3.1.2Gar
2022-03-02deps: socks@2.6.2Gar
2022-03-02deps: gauge@4.0.2Gar
2022-03-02chore: @npmcli/template-oss@2.9.1Gar
2022-03-02deps: write-file-atomic@4.0.1Gar
2022-03-02deps: npm-registry-fetch@13.0.1Gar
2022-03-02deps: make-fetch-happen@10.0.4Gar
2022-03-02deps: @npmcli/config@4.0.1Gar
2022-03-02node-gyp@9.0.0Gar
2022-03-02@npmcli/run-script@3.0.1Gar
2022-03-02fix(ls): respect `--include-workspace-root` (#4481)Nathan Fritz
2022-03-02fix: ignore implict workspace for some commands (#4479)Nathan Fritz
Closes #4404 Special thanks to @mshima for submitting a similar PR #4439
2022-03-02fix: publish of tarballs includes README in packument (#4480)Nathan Fritz
2022-02-248.5.2v8.5.2Luke Karrys
2022-02-24docs: changelog for v8.5.2Luke Karrys
2022-02-24deps: libnpmversion@3.0.0libnpmversion@3.0.0libnpmversion-v3.0.0Luke Karrys
2022-02-24deps: libnpmteam@4.0.0libnpmteam@4.0.0libnpmteam-v4.0.0Luke Karrys
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