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-14chore(latest): release arborist 5.0.6github-actions[bot]
2022-04-14chore(latest): release libnpmversion 3.0.3github-actions[bot]
2022-04-14fix(arborist): dont skip adding advisories to audit based on name/rangeLuke Karrys
When generating an audit report, a cache of seen advisories is kept to avoid doing any repeat fanout work on its nodes. Previously this cache was also preventing audits from being added to the report. This has been fixed so the cache is only used to prevent extra work, but all valid advisories are added to the output. Fixes #4681
2022-04-12deps: remove stringify-package (#4714)Gar
It was not being used
2022-04-12fix(arborist): when reloading an edge, also refresh overridesnlf
this fixes some scenarios where overrides were not being properly applied, especially those where a node_modules or package-lock.json already exists
2022-04-12chore(arborist): update printable tree test to be a valid treenlf
2022-04-12chore: remove unnecessary check-coverage tap options (#4707)Luke Karrys
2022-04-07chore(latest): release libnpmpublish 6.0.3github-actions[bot]
2022-04-07chore(latest): release libnpmpack 4.0.3github-actions[bot]
2022-04-07chore(latest): release libnpmteam 4.0.3github-actions[bot]
2022-04-07chore(latest): release libnpmsearch 5.0.3github-actions[bot]
2022-04-07chore(latest): release libnpmexec 4.0.3github-actions[bot]
2022-04-07chore(latest): release libnpmhook 8.0.3github-actions[bot]
2022-04-07chore(latest): release libnpmversion 3.0.2github-actions[bot]
2022-04-07chore(latest): release libnpmfund 3.0.2github-actions[bot]
2022-04-07chore(latest): release libnpmaccess 6.0.3github-actions[bot]
2022-04-07chore(latest): release libnpmorg 4.0.3github-actions[bot]
2022-04-07chore(latest): release libnpmdiff 4.0.3github-actions[bot]
2022-04-07chore(latest): release arborist 5.0.5github-actions[bot]
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: minimatch@5.0.1Gar
2022-04-07chore: tap@16.0.1Gar
2022-04-07deps: ssri@9.0.0Gar
2022-04-07deps: @npmcli/node-gyp@2.0.0Gar
2022-04-07deps: @npmcli/move-file@2.0.0Gar
2022-04-07deps: npm-install-checks@5.0.0Gar
2022-04-07deps: @npmcli/disparity-colors@2.0.0Gar
2022-04-07deps: treeverse@2.0.0Gar
2022-04-07deps: @npmcli/package-json@2.0.0Gar
2022-04-04chore: npm audit snapshot fix (#4677)Gar
new metavuln-calculator fields
2022-04-04fix: replace deprecated String.prototype.substr() (#4667)CommanderRoot
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-04-01fix: update readme badges (#4658)Luke Karrys
2022-04-01chore(latest): release arborist 5.0.4arborist-v5.0.4Luke Karrys
2022-03-31fix: only call npmlog progress methods if explicitly requested (#4644)Luke Karrys
Fixes #3314
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: @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: nock@13.2.4Gar
2022-03-28fix: make sure we loadOverrides on the root node in loadVirtual()nlf
by loading the overrides on the root of the virtual tree, we effectively ensure that `npm ci` will throw an error when your package.json overrides are not in sync with the tree in your package-lock.json
2022-03-28fix(arborist): identify and repair invalid nodes in the virtual treenlf
2022-03-28fix(arborist): make sure resolveParent exists before checking propsnlf
2022-03-28fix(arborist): handle link nodes in old lockfiles correctlynlf
2022-03-17chore: release libnpmexec 4.0.2 (#4569)libnpmexec-v4.0.2github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-03-17chore: release libnpmdiff 4.0.2 (#4568)libnpmdiff-v4.0.2github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-03-17chore: release @npmcli/arborist 5.0.3 (#4567)arborist-v5.0.3github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-03-17chore: release libnpmpublish 6.0.2 (#4542)libnpmpublish-v6.0.2github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-03-17chore: release libnpmhook 8.0.2 (#4541)libnpmhook-v8.0.2github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-03-17chore: release libnpmorg 4.0.2 (#4539)libnpmorg-v4.0.2github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-03-17chore: release libnpmsearch 5.0.2 (#4538)libnpmsearch-v5.0.2github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-03-17chore: release libnpmaccess 6.0.2 (#4537)libnpmaccess-v6.0.2github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>