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
2021-09-027.22.0v7.22.0release/v7.22.0Luke Karrys
2021-09-02update AUTHORSLuke Karrys
2021-09-02docs: changelog for v7.22.0Luke Karrys
2021-09-02@npmcli/arborist@2.8.3Gar
* fix: do not fail adding unresolvable optional dep
2021-09-02deps: npmlog@5.0.1Gar
2021-09-02deps: string_decoder@1.3.0Luke Karrys
2021-09-02deps: read-package-json@4.1.1Luke Karrys
* feat: add types lookup * fix(man): don't lose relative man path
2021-09-01deps: are-we-there-yet@1.1.6Gar
2021-08-31deps: minpass-fetch@1.4.1Gar
* Made rejectUnauthorized depend on NODE_TLS_REJECT_UNAUTHORIZED
2021-08-31docs: Fix one “see also” linktripu
PR-URL: https://github.com/npm/cli/pull/3690 Credit: @tripu Close: #3690 Reviewed-by: @wraithgar
2021-08-31deps: @npmcli/config@2.3.0nlf
* feat: export npm_config_local_prefix and npm_config_global_prefix to the environment
2021-08-267.21.1v7.21.1release/v7.21.1Nathan Fritz
2021-08-26docs: changelog for v7.21.1Nathan Fritz
2021-08-26cacache@15.3.0Gar
* feat: introduce @npmcli/fs for tmp dir methods
2021-08-26tests(config): fix snapshot cleanerGar
Order matters here so we clean the more specific things before the generic ones. PR-URL: https://github.com/npm/cli/pull/3687 Credit: @wraithgar Close: #3687 Reviewed-by: @nlf
2021-08-26fix(config): respect --global, --package-lock-onlynlf
This corrects two things, `--global` implies `--location=global` and `--package-lock-only` implies `--package-lock` It also introduces a new sandbox runner for testing purposes. it's not the prettiest thing i've ever written, but it seems to do the job pretty nicely and doesn't require keeping track of wild shenanigans everywhere. Fixes #2747 Fixes #3572 PR-URL: https://github.com/npm/cli/pull/3684 Credit: @nlf Close: #3684 Reviewed-by: @wraithgar
2021-08-26tar@6.1.11Gar
* fix: perf regression on hot string munging path
2021-08-26chore: fix gitHead snapshots againGar
Somehow the last one didn't take?
2021-08-26chore: fix gitHead snapshotsGar
2021-08-26chore: eslint-plugin-import@2.24.2Gar
2021-08-26read-package-json@4.0.1Gar
* fix: Add gitHead in subdirectories too * fix(man): don't resolve paths to man files
2021-08-24docs: clarify uninstall lifecycle scriptNathan Fritz
PR-URL: https://github.com/npm/cli/pull/3681 Credit: @fritzy Close: #3681 Reviewed-by: @wraithgar
2021-08-24chore: update config snapshot when manually making docsisaacs
The better to avoid having to do patches like 771a1cbf7. PR-URL: https://github.com/npm/cli/pull/3664 Credit: @isaacs Close: #3664 Reviewed-by: @wraithgar
2021-08-24make-fetch-happen@9.1.0Gar
* fix: use the same strictSSL default as tls.connect
2021-08-19chore(deps): prune extraneous depsGar
Not sure why this only happened during publish
2021-08-197.21.0v7.21.0release/v7.21.0Gar
2021-08-19update AUTHORSGar
2021-08-19docs: changelog for v7.21.0Gar
2021-08-19chore(tests): fix snapshotsGar
2021-08-19spdx-license-ids@3.0.10Gar
* update license list to v3.14
2021-08-19make-fetch-happen@9.0.5Gar
2021-08-19smart-buffer@4.2.0Gar
2021-08-19is-core-module@2.6.0Gar
2021-08-19fix(docs): update npm-publish access flag infoaustincho
PR-URL: https://github.com/npm/cli/pull/3630 Credit: @austincho Close: #3630 Reviewed-by: @wraithgar EDIT(@isaacs): rebased and edited to put config documentation in the correct location.
2021-08-19tar@6.1.10Gar
* fix: prune dirCache properly for unicode, windows * fix: reserve paths properly for unicode, windows * fix: prevent path escape using drive-relative paths * fix: drop dirCache for symlink on all platforms
2021-08-19@npmcli/arborist@2.8.2Gar
* fix: treat top-level global packages as "top" nodes * fix: load global symlinks implicitly as file: deps * fix(reify): debug crash when extracting into symlink * fix: node_modules must be a directory * fix: make Node.children() a case-insensitive Map * fix(reify): verify existing deps in nm are dirs
2021-08-19read-package-json@4.0.0Gar
2021-08-19init-package-json@2.0.4Gar
2021-08-18fix(error-message): look for er.path not er.fileGar
The attribute is here, er.file was used in error on another lib, the lib got changed, and this code wasn't fixed. PR-URL: https://github.com/npm/cli/pull/3661 Credit: @wraithgar Close: #3661 Reviewed-by: @fritzy
2021-08-18feat(cache): initial implementation of ls and rmNathan Fritz
PR-URL: https://github.com/npm/cli/pull/3592 Credit: @fritzy Close: #3592 Reviewed-by: @nlf
2021-08-18normalize-package-data@3.0.3Gar
* fix: account for "licence" as spelling variant
2021-08-17@npmcli/run-script@1.8.6Gar
2021-08-17fix(logging): sanitize logged argvGar
Wraps logged process.argv in `replaceInfo` Removes logged process.argv from EJSONPARSE warning for top level package.json merge conflicts. It is currently not even working (er.file is not being populated by the parsing library right now), and process.argv contains fullly resolved paths which isn't very nice looking. The user knows what they typed, it's enough to tell them to retry. PR-URL: https://github.com/npm/cli/pull/3658 Credit: @wraithgar Close: #3658 Reviewed-by: @nlf
2021-08-17chore(ci): check that docs are up to date in ciisaacs
When we accidentally edit the auto-generated portions of the docs, this will catch the error and cause CI to fail. Later phase automated safety check that the early-stage human commenting in the last commit also addresses. Re: #3654 Re: #3630 PR-URL: https://github.com/npm/cli/pull/3655 Credit: @isaacs Close: #3655 Reviewed-by: @nlf
2021-08-17chore(docs): add more 'autogenerated' commentsisaacs
This should prevent the kind of thing we've seen where people edit the generated docs, as in #3654 and #3630, and provide them with a helpful pointer so they put the config documentation changes in the right place.
2021-08-17fix(docs): revert auto-generated portion of docsGar
The content in this portion of the docs is auto-generated. PR-URL: https://github.com/npm/cli/pull/3654 Credit: @wraithgar Close: #3654 Reviewed-by: @nlf
2021-08-17fix(did-you-mean): switch levenshtein librariesGar
`leven` dropped support for node10 and we still currently have to support it. Moved to https://github.com/ka-weihe/fastest-levenshtein Originally discussed in https://github.com/npm/cli/pull/2403, but the did-you-mean lib moved quite a bit since then and there were conflicts so I made a new PR PR-URL: https://github.com/npm/cli/pull/3640 Credit: @wraithgar Close: #3640 Reviewed-by: @nlf
2021-08-127.20.6v7.20.6release/v7.20.6Gar
2021-08-12update AUTHORSGar
2021-08-12docs: changelog for v7.20.6Gar