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-04-278.8.0v8.8.0release/v8.8.0Ruy Adorno
2022-04-26deps: cli-table3@0.6.2Luke Karrys
2022-04-26deps: semver@7.3.7Luke Karrys
2022-04-26deps: glob@8.0.1Luke Karrys
2022-04-26deps: read-package-json@5.0.1Luke Karrys
2022-04-26deps: npmlog@6.0.2Luke Karrys
2022-04-26deps: npm-profile@6.0.3Luke Karrys
2022-04-26deps: cacache@16.0.6Luke Karrys
2022-04-26deps: @npmcli/map-workspaces@2.0.3Luke Karrys
2022-04-26chore(deps): @npmcli/template-oss@3.4.2Luke Karrys
2022-04-15deps: npm-registry-fetch@13.1.1Gar
2022-04-148.7.0v8.7.0Luke Karrys
2022-04-14deps: remove ansicolorsGar
2022-04-14deps: remove ansistylesGar
chalk is already in use elsewhere and does what we need
2022-04-14deps: @npmcli/config@4.1.0Luke Karrys
2022-04-14chore: refactor smoke-testsLuke Karrys
2022-04-07chore: @npmcli/template-oss@3.3.2 (#4694)Gar
2022-04-07chore: @npmcli/template-oss@3.3.1 (#4692)Gar
2022-04-07deps: semver@7.3.6Gar
2022-04-07deps: graceful-fs@4.2.10Gar
2022-04-07deps: npm-package-arg@9.0.2Gar
2022-04-07chore: tap@16.0.1Gar
2022-04-07deps: ini@3.0.0Gar
2022-04-07deps: ssri@9.0.0Gar
2022-04-07deps: pacote@13.1.1Gar
2022-04-07deps: cacache@16.0.4Gar
2022-04-07deps: npm-install-checks@5.0.0Gar
2022-04-07deps: npm-pick-manifest@7.0.1Gar
2022-04-07deps: @npmcli/config@4.0.2Gar
2022-04-07deps: make-fetch-happen@10.1.2Gar
2022-04-07deps: treeverse@2.0.0Gar
2022-04-07deps: @npmcli/package-json@2.0.0Gar
2022-04-01chore: make authors commit a chore (#4661)Luke Karrys
2022-04-018.6.0v8.6.0Luke Karrys
2022-04-01deps: @npmcli/arborist@5.0.4Luke Karrys
2022-03-30deps: @npmcli/template-oss@3.2.2 (#4639)Luke Karrys
- add some basic tests for docs - make dockhand script work on windows - cleanup main CI to match template-oss - add a git status check for cli ci tests - use resetdeps for ci steps
2022-03-30deps: validate-npm-package-name@4.0.0Gar
* use latest builtins
2022-03-30deps: init-package-json@3.0.2Gar
2022-03-30deps: make-fetch-happen@10.1.1nlf
2022-03-30deps: @npmcli/template-oss@3.2.1Luke Karrys
- `no-shadow` was disabled for the cli and arborist due to the amount of changes required. These should be fixed later. - Manually updated linting in the cli root to match closer to what template-oss does - Included docs to be managed with template-oss. This required adding an empty test for now, with the plan to add real tests later.
2022-03-29chore: tap@15.2.3Gar
2022-03-29chore: eslint@8.12.0Gar
2022-03-29deps: parse-conflict-json@2.0.2Gar
2022-03-29deps: proc-log@2.0.1Gar
2022-03-28deps: npm-audit-report@3.0.0Gar
* properly track which vuln was printed to remove duplicates
2022-03-28deps: make-fetch-happen@10.1.0nlf
2022-03-24fix: 100% coverage in tests (#4607)Gar
* fix: 100% coverage in tests * Removed dead code in `lib/utils/usage.js`. * Removed dead code in `lib/base-command.js`. * Removed "load-all" test, we currently have 100% coverage and new PRs without tests will be rejected if they don't add coverage for new files. * Removed `check-coverage` script as a separate command. * Removed separate coverage test in ci.yml. * Removed `coverage` flag from tap config, the default is already to enforce 100% coverage. Removed a tiny bit of dead code resulting from this * fix: clean up usage output Removed usage lib, rolled logic into base-command.js Cleaned up usage output to be less redundant
2022-03-24deps: cacache@16.0.3Luke Karrys
2022-03-24deps: npm-registry-fetch@13.1.0Luke Karrys
2022-03-24feat: add logs-dir config to set custom logging locationLuke Karrys
This also allows logs-max to be set to 0 to disable log file writing. Closes #4466 Closes #4206