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-07feat(deps): @npmcli/config@3.0.0 - introduce automatic workspace roots (#4372)nlf
2022-02-03chore: run bundle and gitignore depsRuy Adorno
2022-02-02deps: graceful-fs@4.2.9Gar
2022-02-02deps: cli-table3@0.6.1Gar
2022-02-02deps: is-core-module@2.8.1Gar
2022-02-02deps: @npmcli/fs@1.1.0Gar
2022-02-02deps: debug@4.3.3Gar
2022-02-02deps: spdx-license-ids@3.0.11Gar
2022-02-02deps: socks-proxy-agent@6.1.1Gar
2022-02-02deps: wide-align@1.1.5Gar
2022-01-27deps: make-fetch-happen@10.0.0Gar
2022-01-26deps: npm-registry-fetch@12.0.1Gar
2022-01-26deps: npm-profile@6.0.0Gar
2022-01-26deps: pacote@12.0.3Gar
2022-01-20deps: bin-links@3.0.0 write-file-atomic@4.0.0 (#4254)Gar
* deps: bin-links@3.0.0 * deps: write-file-atomic@4.0.0
2022-01-11deps: @npmcli/config@2.4.0 (#4228)Ruy Adorno
2022-01-07deps: agentkeepalive@4.2.0 (#4213)nlf
2022-01-07deps: hosted-git-info@4.1.0 (#4211)Gar
* feat: Support Sourcehut
2022-01-05chore: remove some pruned deps (#4151)nlf
looks like these should've been removed in the last release but got left behind unnecessarily
2021-12-16Bring in all libnpm modules + arborist as workspaces (#4166)Nathan Fritz
Added libnpm workspaces and arborist
2021-12-09deps: minipass@3.1.6nlf
PR-URL: https://github.com/npm/cli/pull/4144 Credit: @nlf Close: #4144 Reviewed-by: @wraithgar
2021-12-09deps: @npmcli/arborist@4.1.1 parse-conflict-json@2.0.1Gar
* Fixes object property assignment bug in resolving package-locks with conflicts PR-URL: https://github.com/npm/cli/pull/4141 Credit: @wraithgar Close: #4141 Reviewed-by: @fritzy
2021-12-09deps: @npmcli/arborist@4.1.0nlf
PR-URL: https://github.com/npm/cli/pull/4116 Credit: @nlf Close: #4116 Reviewed-by: @wraithgar
2021-11-30deps: node-gyp@8.4.1Gar
PR-URL: https://github.com/npm/cli/pull/4078 Credit: @wraithgar Close: #4078 Reviewed-by: @lukekarrys
2021-11-30deps: @npmcli/config@2.3.2Gar
* fix: always load localPrefix PR-URL: https://github.com/npm/cli/pull/4102 Credit: @wraithgar Close: #4102 Reviewed-by: @lukekarrys
2021-11-18dep: @npmcli/arborist 4.0.5Nathan Fritz
PR-URL: https://github.com/npm/cli/pull/4065 Credit: @fritzy Close: #4065 Reviewed-by: @lukekarrys
2021-11-18deps: node-gyp@8.4.0Gar
* feat: support vs2022 * feat: build with config.gypi from node headers PR-URL: https://github.com/npm/cli/pull/4045 Credit: @wraithgar Close: #4045 Reviewed-by: @lukekarrys
2021-11-18deps: npmlog@6.0.0Gar
PR-URL: https://github.com/npm/cli/pull/4049 Credit: @wraithgar Close: #4049 Reviewed-by: @fritzy
2021-11-18deps: signal-exit@3.0.6, tap@15.1.2isaacs
2021-11-18separate github actions for workspacesNathan Fritz
PR-URL: https://github.com/npm/cli/pull/4050 Credit: @fritzy Close: #4050 Reviewed-by: @wraithgar PR-URL: https://github.com/npm/cli/pull/4050 Credit: @fritzy Close: #4050 Reviewed-by: @wraithgar
2021-11-08chore: eslint@8.0.0 @npmcli/eslint-config@2.0.0Gar
* Update to eslint@8 and and @npmcli/eslint-config@2.0.0 * Remove eslint-plugin-node. Also remove an unused script that was failing linting. We don't use the update-dist-tags script anymore as part of our release process. PR-URL: https://github.com/npm/cli/pull/4016 Credit: @wraithgar Close: #4016 Reviewed-by: @lukekarrys
2021-11-05chore: update to latest eslint and linting rulesGar
This brings us in line with the rest of the linting rules we are wanting to use on the npm cli repos. There were several hundred over-length lines and instead of editing them all by hand I piped the failing file through `prettier` and back through `eslint` just to save some time and energy. This means there may be some quirks in the linting those files have, but we can fix those if we see them and they bother us. Other than that there were about 50 lines that are legitimately over-length, all are now explicitly overridden. Many are tests that could be snapshots. PR-URL: https://github.com/npm/cli/pull/3995 Credit: @wraithgar Close: #3995 Reviewed-by: @lukekarrys
2021-11-04deps: @npmcli/config@2.3.1nlf/dep-npmcli-confignlf
* fix: dont load project configs in global mode PR-URL: https://github.com/npm/cli/pull/3996 Credit: @nlf Close: #3996 Reviewed-by: @wraithgar PR-URL: https://github.com/npm/cli/pull/3996 Credit: @nlf Close: #3996 Reviewed-by: @wraithgar
2021-11-04deps: @npmcli/arborist@4.0.4Luke Karrys
PR-URL: https://github.com/npm/cli/pull/3990 Credit: @lukekarrys Close: #3990 Reviewed-by: @wraithgar
2021-10-28deps: arborist@4.0.3Luke Karrys
PR-URL: https://github.com/npm/cli/pull/3953 Credit: @lukekarrys Close: #3953 Reviewed-by: @nlf
2021-10-21deps: @npmcli/arborist@4.0.2Luke Karrys
* fix: skip peer conflict check if there is a current node PR-URL: https://github.com/npm/cli/pull/3921 Credit: @lukekarrys Close: #3921 Reviewed-by: @wraithgar
2021-10-19deps: node-gyp@8.3.0Gar
* feat(gyp): update gyp to v0.10.0 PR-URL: https://github.com/npm/cli/pull/3913 Credit: @wraithgar Close: #3913 Reviewed-by: @lukekarrys
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-14deps: pacote@12.0.2Gar
* fix: preserve git+ssh url for non-hosted repos * deps: update npm-packlist@3.0.0 * fix: no longer include ignored bundled link deps PR-URL: https://github.com/npm/cli/pull/3883 Credit: @wraithgar Close: #3883 Reviewed-by: @nlf
2021-10-12chore(deps): @npmcli/arborist@4.0.0isaacs
Bumped patch versions of libnpmexec and libnpmfund to dedupe
2021-10-07chore: remove ignored depsGar
This came up after publish, looks like node_modules didn't get cleaned out properly after the last dep updates and bundle/gitignores
2021-10-07deps: cli-columns@4.0.0Luke Karrys
PR-URL: https://github.com/npm/cli/pull/3813 Credit: @lukekarrys Close: #3813 Reviewed-by: @wraithgar
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-28fix: use Intl.Collator for string sorting when availableisaacs/string-locale-compareisaacs
The npm/cli form of https://github.com/npm/arborist/pull/324 Required adding options support to package used for this. PR-URL: https://github.com/npm/cli/pull/3809 Credit: @isaacs Close: #3809 Reviewed-by: @wraithgar
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-27deps: is-core-module@2.7.0Gar