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 libnpmexec 4.0.8github-actions[bot]
2022-06-23deps: @npmcli/run-script@4.1.3 (#5064)nlf
* deps: @npmcli/run-script@4.1.3
2022-06-23chore(latest): release libnpmexec 4.0.7github-actions[bot]
2022-06-22deps: @npmcli/run-script@4.1.0nlf
2022-06-22deps: pacote@13.6.1nlf
2022-06-02chore(latest): release libnpmexec 4.0.6github-actions[bot]
2022-06-02fix(libnpmexec): fix bug not install latest pkg (#4929)Jihun Lee
* fix(libnpmexec): fix bug not install latest pkg * chore: simplify code Co-authored-by: Jordan Harband <ljharb@gmail.com> Co-authored-by: Jordan Harband <ljharb@gmail.com>
2022-05-11chore: @npmcli/template-oss@3.5.0 (#4882)Gar
2022-04-27chore(latest): release libnpmexec 4.0.5github-actions[bot]
2022-04-26deps: npmlog@6.0.2Luke Karrys
2022-04-26chore(deps): @npmcli/template-oss@3.4.2Luke Karrys
2022-04-21chore(latest): release libnpmexec 4.0.4 (#4780)libnpmexec-v4.0.4github-actions[bot]
* chore(latest): release libnpmexec 4.0.4 * deps: libnpmexec@4.0.4 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: npm cli ops bot <ops+npm-cli@npmjs.com>
2022-04-20fix(exec): workspaces supportRuy Adorno
Fixes the proper path location to use when targetting specific workspaces. Fixes: https://github.com/npm/cli/issues/3520 Relates to: https://github.com/npm/statusboard/issues/403
2022-04-20fix(libnpmexec): fix read mixed local/registry pkgRuy Adorno
Refactor / clean up of the logic around reading installed packages. Fixes reading packages from mixed sources (one being from the local installed tree and the other from the registry using pacote.manifest). Makes it so that libnpmexec is always reading from the Arborist actual tree instead of reading `node_modules` from the file system when retrieving local package data. Fixes: https://github.com/npm/cli/issues/3668 Relates to: https://github.com/npm/cli/pull/4643 Relates to: https://github.com/npm/cli/issues/4619 Relates to: https://github.com/npm/statusboard/issues/403
2022-04-12chore: remove unnecessary check-coverage tap options (#4707)Luke Karrys
2022-04-07chore(latest): release libnpmexec 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-07chore: tap@16.0.1Gar
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 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-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 libnpmexec 4.0.1 (#4502)libnpmexec-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: libnpmexec@4.0.0libnpmexec@4.0.0libnpmexec-v4.0.0Luke Karrys
2022-02-24deps:@npmcli/arborist@5.0.0arborist-v5.0.0@npmcli/arborist@5.0.0@npmcli/arborist-v5.0.0Luke Karrys
2022-02-24fix: ignore integrity values for git dependencies (#4468)Luke Karrys
This updates pacote@13.0.3 and @npmcli/run-script@3.0.0
2022-02-24chore(libnpmexec): remove log optionLuke Karrys
BREAKING CHANGE: this drops support for the `log` property
2022-02-24deps(libnpmexec): update to latest major versions of npm depsLuke Karrys
BREAKING CHANGE: the log option is no longer passed to the updated deps
2022-02-16deps: @npmcli/ci-detect@2.0.0 (#4403)Gar
2022-01-27chore(release): libnpmexec@3.0.3libnpmexec@3.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-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