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-08-25deps: @npmcli/config@4.2.2nlf
2022-08-25chore(docs): add npmrc docs about scoping auth related confignlf
2022-08-24fix: create links relative to the targetGar
Added link deps need to be relative to the package they're being added to, not the project root. In the past the project root was the only place you could add things but workspaces changed this.
2022-08-24fix: inline single-use functionsGar
2022-08-24docs: fix link to dependency selectors page (#5321)Nathan Hughes
fix: correct link to dependency selectors
2022-08-24docs(dependency-selectors): fix Arborist example in docs (#5328)Kyle West
* [dependency-selectors] fix example in docs * Add async to the function declaration because awaits are used
2022-08-24fix: update `index.js` spelling error in comment (#5329)KevinBrother
Update index.js 'depdencies' has a spelling problem.
2022-08-22chore: temporarily remove extraneous deps linting from docsGar
#5309 will turn it back on
2022-08-22fix: lintingGar
In preparation for @npmcli/eslint-config@3.1.0
2022-08-22chore: lintingGar
In preparation for @npmcli/eslint-config@3.1.0
2022-08-22chore: add minify-registry-metadata to devDependenciesGar
It's used in tests
2022-08-22chore: add mkdirp to devDependenciesGar
It's used it tests
2022-08-22chore: add minimatch to devDependenciesGar
It's used in tests so it needs to be in the manifest
2022-08-22chore: add @npmcli/promise-spawn to devDependenciesGar
It's used in tests so it needs to be in the manifest
2022-08-22chore: add fs-minipass to devDependenciesGar
It's used in tests so it needs to be in the manifest
2022-08-22deps: @npmcli/eslint-config@3.1.0Luke Karrys
2022-08-178.18.0v8.18.0Nathan Fritz
2022-08-17chore: update AUTHORSNathan Fritz
2022-08-17chore: changelog for v8.18.0Nathan Fritz
2022-08-17deps: minipass-fetch@2.1.1Nathan Fritz
2022-08-17deps: write-file-atomic@4.0.2Nathan Fritz
2022-08-17deps: cacache@16.1.2Nathan Fritz
2022-08-17deps: @npmcli/move-file@2.0.1Nathan Fritz
2022-08-17deps: @npmcli/fs@2.1.2Nathan Fritz
2022-08-17deps: bin-links@3.0.2Nathan Fritz
2022-08-17deps: @npmcli/git@3.0.2Nathan Fritz
2022-08-17deps: make-fetch-happen@10.2.1Nathan Fritz
2022-08-17deps: normalize-package-data@4.0.1Nathan Fritz
2022-08-17deps: npm-registry-fetch@13.3.1 (#5316)Nathan Fritz
2022-08-17deps: pacote@13.6.2 (#5315)Nathan Fritz
2022-08-17deps: @npmcli/arborist@5.6.0arborist-v5.6.0npm CLI robot
2022-08-17chore(latest): release arborist 5.6.0github-actions[bot]
2022-08-17deps: libnpmexec@4.0.11libnpmexec-v4.0.11npm CLI robot
2022-08-17chore(latest): release libnpmexec 4.0.11github-actions[bot]
2022-08-17fix: don't prompt on `npm exec [directory]` (#5298)Gar
Local directories have to be "installed" so that their bins are linked and set up and callable, the user shouldn't need to be prompted to do that. Note that this does NOT affect anything passed via the `--package` param, because that may also contain non-directory specs so the existing behavior needs to be preserved. This is a small QOL improvement for the isolated use case of "npm exec [directory]" This also updates the hashing method used to come up with the `.npx` directory to resolve the paths to packages first, so that `npm exec .` in different directories don't share the same `.npx` directory.
2022-08-17fix: npm exec does not use script-shell option to run commands (#5297)William Marlow
2022-08-17docs: update --no-optional to --omit=optional (#5304)Gar
2022-08-17feat(query): support :overridden pseudo selectornlf
2022-08-17feat(arborist): add :overridden pseudo selectornlf
2022-08-17fix(explain): display override informationnlf
2022-08-17fix(ls): display overridden nodesnlf
2022-08-17feat(arborist): add overridden getter to Node classnlf
2022-08-108.17.0v8.17.0Gar
2022-08-10chore: update AUTHORSGar
2022-08-10chore: changelog for v8.17.0Gar
2022-08-10deps: libnpmexec@4.0.10libnpmexec-v4.0.10npm CLI robot
2022-08-10chore(latest): release libnpmexec 4.0.10github-actions[bot]
2022-08-10chore(latest): release arborist 5.5.0 (#5274)arborist-v5.5.0github-actions[bot]
* chore(latest): release arborist 5.5.0 * deps: @npmcli/arborist@5.5.0 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: npm CLI robot <npm-cli+bot@github.com>
2022-08-10chore: fix tests for @npmcli/run-script@4.2.1nlf
2022-08-10chore(arborist): fix test snapshots for @npmcli/run-script@4.2.1nlf