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-10-14deps: @npmcli/map-workspaces@2.0.0nlf/arborist-updatenlf
PR-URL: https://github.com/npm/cli/pull/3893 Credit: @nlf Close: #3893 Reviewed-by: @nlf
2021-10-14deps: @npmcli/arborist@4.0.1nlf
2021-10-14deps: @npmcli/ci-detect@1.4.0Gar
PR-URL: https://github.com/npm/cli/pull/3889 Credit: @wraithgar Close: #3889 Reviewed-by: @nlf
2021-10-12chore(deps): @npmcli/arborist@4.0.0isaacs
Bumped patch versions of libnpmexec and libnpmfund to dedupe
2021-10-07feat: drop node 10, 11, and programmatic apiGar
BREAKING CHANGE: - Drop official support for node versions less than v12. - Drop support for `require('npm')` - Update a few subdependencies that dropped node10 support, and brought in the latest node-gyp PR-URL: https://github.com/npm/cli/pull/3762 Credit: @wraithgar Close: #3762 Reviewed-by: @fritzy
2021-10-01Revert "deps: arborist@2.10.0"Luke Karrys
This reverts commit 8349c3c1557ac52973ad08c10db492e3a5a30204. PR-URL: https://github.com/npm/cli/pull/3817 Credit: @lukekarrys Close: #3817 Reviewed-by: @wraithgar
2021-09-30deps: arborist@2.10.0Gar
* includeWorkspaceRoot support * workspacesEnabled=false support PR-URL: https://github.com/npm/cli/pull/3815 Credit: @wraithgar Close: #3815 Reviewed-by: @isaacs
2021-09-28deps: @npmcli/arborist@2.9.0Gar
* fix: avoid infinite loops in peer dep replacements * fix: use Intl.Collator for string sorting when available * feat(vuln): expose isDirect
2021-09-02@npmcli/arborist@2.8.3Gar
* fix: do not fail adding unresolvable optional dep
2021-08-31deps: @npmcli/config@2.3.0nlf
* feat: export npm_config_local_prefix and npm_config_global_prefix to the environment
2021-08-26cacache@15.3.0Gar
* feat: introduce @npmcli/fs for tmp dir methods
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-17@npmcli/run-script@1.8.6Gar
2021-08-12@npmcli/arborist@2.8.1Gar
* [#3632] Fix "cannot read property path of null" error in 'npm dedupe' * fix(shrinkwrap): always set name on the root node
2021-08-11@npmcli/map-workspaces@1.0.4Gar
* fix: better error message for duplicate workspace names
2021-07-29@npmcli/arborist@2.8.0isaacs
* Refactor ideal tree building to handle more complicated peerDependencies use cases. * Do not modify ideal tree while checking if a peerSet can be placed. Fix: #3377
2021-07-15pacote@11.3.5Ruy Adorno
2021-07-15@npmcli/arborist@2.7.1Ruy Adorno
2021-06-25@npmcli/arborist@2.6.4Gar
* bin: allow turning off timer display with --timers=false * fix: do not try to inflate a fresh lockfile * fix(diff): walk target children if root is a link * chore: @npmcli/package-json refactor
2021-06-23chore: @npmcli/package-json refactorRuy Adorno
Refactor set-script and init to use @npmcli/package-json as a uniformed way to update and save package.json files. Fixes: https://github.com/npm/cli/issues/3234 Relates to: https://github.com/npm/statusboard/issues/368 PR-URL: https://github.com/npm/cli/pull/3455 Credit: @ruyadorno Close: #3455 Reviewed-by: @nlf
2021-06-16@npmcli/arborist@2.6.3Gar
* fix(inventory) handle old and british forms of 'license' * fix: removes [_complete] check to apply correct metadata * ensure node.fsParent is not set to node itself * fix extraneous deps on load-actual
2021-06-10chore: check less stuff into node_modulesisaacs
We bundle our deps, but we don't need to bundle docs, changelogs, editorconfigs, test coverage reports, .github workflow definitions, lint configurations, and all the rest, which we never use. This cuts about 10% off of our publish artifact file size. ``` $ ls -laF npm-7.16.0-*.tgz -rw-r--r-- 1 isaacs staff 7174497 Jun 3 13:01 npm-7.16.0-release-next.tgz -rw-r--r-- 1 isaacs staff 6782377 Jun 3 13:00 npm-7.16.0-trim-node-modules.tgz $ ls -laF npm-7.16.0-*.tar -rw-r--r-- 1 isaacs staff 19020288 Jun 3 13:01 npm-7.16.0-release-next.tar -rw-r--r-- 1 isaacs staff 17474048 Jun 3 13:00 npm-7.16.0-trim-node-modules.tar ``` PR-URL: https://github.com/npm/cli/pull/3362 Credit: @isaacs Close: #3362 Reviewed-by: @nlf
2021-06-02make-fetch-happen@9.0.1/npm-registry-fetch@11.0.0Gar
make-fetch-happen@9.0.1 * breaking: complete refactor of caching. cache will no longer grow endlessly with duplicate requests. cache will be used in cases where it should have been but wasn't before. it will cache multiple content-types of the same url. it will dedupe existing caches of their unused entries. * fix: support url-encoded proxy authorization * fix: do not lazy-load proxy agents or agentkeepalive. fixes the intermittent failures to update npm on slower connections. npm-registry-fetch@11.0.0 * breaking: drop handling of deprecated warning headers * docs: fix header type for npm-command * docs: update registry param * feat: improved logging of cache status
2021-06-01@npmcli/arborist@2.6.1Ruy Adorno
2021-05-20@npmcli/arborist@2.6.0Ruy Adorno
2021-05-13@npmcli/arborist@2.5.0Ruy Adorno
2021-05-10@npmcli/arborist@2.4.4Gar
2021-05-10@npmcli/arborist@2.4.3Gar
2021-05-06@npmcli/git@2.0.9Gar
* fix(clone): Do not allow git replacement objects by default
2021-05-06@npmcli/arborist@2.4.2Gar
* fix(add): save packages in the right place * fix(reify): do not clean up nodes with no parent * fix(audit): support alias specs & root package names
2021-04-29@npmcli/arborist@2.4.1nlf
2021-04-24@npmcli/config@2.2.0isaacs
Partially fixes https://github.com/npm/cli/issues/3130
2021-04-22@npmcli/run-script@1.8.5Gar
2021-04-22@npmcli/arborist@2.4.0Gar
2021-04-22npm-registry-fetch@10.0.0Gar
2021-04-15@npmcl/git@2.0.8Gar
2021-04-13libnpmversion@1.1.1Gar
2021-04-01@npmcli/arborist@2.3.0isaacs
* [#2896](https://github.com/npm/cli/issues/2896) Provide currentEdge in ERESOLVE if known, and address self-linking edge case. * Add/remove dependencies to/from workspaces when set, not root project * Only reify the portions of the dependency graph identified by the `workspace` configuration value. * Do not recursively `chown` the project root path.
2021-04-01@npmcli/config@2.1.0isaacs
2021-03-29@npmcli/metavuln-calculator@1.1.1Ruy Adorno
2021-03-23@npmcli/arborist@2.2.9Ruy Adorno
2021-03-18@npmcli/config@2.0.0isaacs
Eventually @npmcli/config will move back to the CLI under lib/utils/config/, so this v2 will be a short-lived release family.
2021-03-18@npmcli/run-script@1.8.4Ruy Adorno
2021-03-12@npmcli/arborist@2.2.8Ruy Adorno
2021-03-09@npmcli/arborist@2.2.7Gar
2021-03-05@npmcli/arborist@2.2.6Ruy Adorno
2021-02-25arborist@2.2.5Gar
2021-02-22@npmcli/arborist@2.2.4isaacs
* Do not rely on underscore fields in `package.json` files * [#2736](https://github.com/npm/cli/issue/2736) Do not remove global packages when updating by name Fix: #2736
2021-02-19@npmcli/arborist@2.2.3isaacs
* [#1875](https://github.com/npm/cli/issues/1875) [npm/arborist#230](https://github.com/npm/arborist/pull/230) Set default advisory `severity`/`vulnerable_range` when missing from audit endpoint data ([@isaacs](https://github.com/isaacs)) * [npm/arborist#231](https://github.com/npm/arborist/pull/231) skip optional deps with mismatched platform or engine ([@nlf](https://github.com/nlf)) * [#2251](https://github.com/npm/cli/issues/2251) Unpack shrinkwrapped deps not already unpacked ([@isaacs](https://github.com/isaacs), [@nlf](https://github.com/nlf)) * [#2714](https://github.com/npm/cli/issues/2714) Do not write package.json if nothing changed ([@isaacs](https://github.com/isaacs)) * [npm/rfcs#324](https://github.com/npm/rfcs/issues/324) Prefer peer over prod dep, if both specified ([@isaacs](https://github.com/isaacs)) * [npm/arborist#236](https://github.com/npm/arborist/issues/236) Fix additional peerOptional conflict cases ([@isaacs](https://github.com/isaacs))
2021-02-12@npmcli/map-workspaces@1.0.3Gar