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-06-23chore(latest): release libnpmdiff 4.0.4github-actions[bot]
2022-06-22deps: pacote@13.6.1nlf
2022-06-14chore(tests): fix libnpmdiff tests for execPaths with spaces (#4988)nlf
2022-05-11chore: @npmcli/template-oss@3.5.0 (#4882)Gar
2022-04-26chore(deps): @npmcli/template-oss@3.4.2Luke Karrys
2022-04-12chore: remove unnecessary check-coverage tap options (#4707)Luke Karrys
2022-04-07chore(latest): release libnpmdiff 4.0.3github-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: @npmcli/disparity-colors@2.0.0Gar
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-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-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-15deps: npm-package-arg@9.0.1Gar
2022-03-15deps: pacote@13.0.5Gar
2022-03-15deps: pacote@13.0.4Gar
2022-03-10chore: release libnpmdiff 4.0.1 (#4506)libnpmdiff-v4.0.1github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-03-03fix: set proper workspace repo urls in package.json (#4476)Jordan Harband
2022-03-02chore: @npmcli/template-oss@2.9.2 (#4491)Gar
Should get release-please working in workspaces
2022-03-02chore: @npmcli/template-oss@2.9.1Gar
2022-02-24deps: libnpmdiff@4.0.0libnpmdiff@4.0.0libnpmdiff-v4.0.0Luke Karrys
2022-02-24deps(libnpmdiff): update to latest major versions of npm depsLuke Karrys
BREAKING CHANGE: the log option is no longer passed to the updated deps
2022-01-11fix: added arborist action and updated template-oss (#4215)Nathan Fritz
- updated template-oss and manually added arborist ci - updated arborist ci to include path - fixed workspace reference and upgraded template-oss - upgraded template-oss properly
2021-12-16Bring in all libnpm modules + arborist as workspaces (#4166)Nathan Fritz
Added libnpm workspaces and arborist
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