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-05-11eslint@7.26.0Gar
2021-05-10@npmcli/arborist@2.4.4Gar
2021-05-10fix(packages): locale-agnostic string sortingisaacs
This adds the 'en' locale to all instances of String.localeCompare within the CLI codebase. Tests added for the cases where we're sorting arbitrary user-generated data. The tests rely on the fact that 'ch' sorts after 'd' in the `'sk'` locale, but ahead of `'d'` in the `'en'` locale. To ensure that this is the default behavior if no locale is specified, `LC_ALL=sk` is set in the test environment. Other instances of `localeCompare` sort data that the cli controls, so no tests were added. Re: https://github.com/npm/cli/issues/2829 PR-URL: https://github.com/npm/cli/pull/3203 Credit: @isaacs Close: #3203 Reviewed-by: @ruyadorno
2021-05-10@npmcli/arborist@2.4.3Gar
2021-05-10glob@7.1.7Gar
2021-05-10libnpmexec@1.1.1Gar
2021-05-07tap@15.0.9Gar
2021-05-067.12.0v7.12.0release/v7.12.0Gar
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-05-06libnpmexec@1.1.0Gar
* feat: add walk up dir lookup to satisfy local bins
2021-05-06eslint-plugin-promise@5.1.0Gar
2021-05-06eslint@7.25.0Gar
2021-04-297.11.2v7.11.2release/v7.11.2nlf
2021-04-29@npmcli/arborist@2.4.1nlf
2021-04-29tap@15.0.6nlf
2021-04-29ls: do not warn on missing optional depsisaacs
There was code checking node[_type], but we didn't include that field on the object that is actually checked when we are looking for problems. Fix: #3137 PR-URL: https://github.com/npm/cli/pull/3140 Credit: @isaacs Close: #3140 Reviewed-by: @ruyadorno
2021-04-247.11.1v7.11.1isaacs
2021-04-24npm-registry-fetch@10.1.1isaacs
Second piece of the fix for https://github.com/npm/cli/issues/3130
2021-04-24@npmcli/config@2.2.0isaacs
Partially fixes https://github.com/npm/cli/issues/3130
2021-04-23pacote@11.3.3Gar
* fix(registry): normalize manfest
2021-04-237.11.0release/v7.11.0Gar
2021-04-23npm-registry-fetch@10.1.0Gar
2021-04-22npm-profile@5.0.3Gar
2021-04-22libnpmteam@2.0.3Gar
2021-04-22libnpmsearch@3.1.1Gar
2021-04-22libnpmpublish@4.0.1Gar
2021-04-22libnpmorg@2.0.2Gar
2021-04-22libnpmhook@6.0.2Gar
2021-04-22@npmcli/run-script@1.8.5Gar
2021-04-22libnpmaccess@4.0.2Gar
2021-04-22@npmcli/arborist@2.4.0Gar
2021-04-22npm-registry-fetch@10.0.0Gar
2021-04-22pacote@11.3.2Gar
2021-04-22feat: add init workspacesRuy Adorno
Add workspaces support to `npm init` - Fixes `npm exec` respecting `script-shell` option value - Refactored `lib/exec.js` into `libnpmexec` - Updates init-package-json@2.0.3 - Added ability to create a new workspace using the -w config PR-URL: https://github.com/npm/cli/pull/3095 Credit: @ruyadorno Close: #3095 Reviewed-by: @wraithgar
2021-04-157.10.0v7.10.0release/v7.10.0Gar
2021-04-14tap@15.0.2Gar
PR-URL: https://github.com/npm/cli/pull/3069 Credit: @isaacs Close: #3069 Reviewed-by: @ruyadorno, @nlf
2021-04-14libnpmversion@1.2.0Gar
2021-04-13libnpmversion@1.1.1Gar
2021-04-087.9.0v7.9.0release/v7.9.0Gar
2021-04-017.8.0v7.8.0release/v7.8.0Gar
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-297.7.6v7.7.6release/v7.7.6Ruy Adorno
2021-03-29libnpmversion@1.1.0Ruy Adorno
2021-03-29jsdom@16.5.2Ruy Adorno
2021-03-29eslint@7.23.0Ruy Adorno
2021-03-267.7.5v7.7.5release/v7.7.5Ruy Adorno
2021-03-26add smoke testsRuy Adorno
Lightweight smoke test suite that runs common commands so that we can also have a holistic check during CI. PR-URL: https://github.com/npm/cli/pull/2959 Credit: @ruyadorno Close: #2959 Reviewed-by: @nlf
2021-03-257.7.4v7.7.4release/v7.7.4Ruy Adorno
2021-03-247.7.3v7.7.3release/v7.7.3Gar