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-03chore(latest): release libnpmexec 4.0.9github-actions[bot]
2022-08-03chore(latest): release arborist 5.4.0github-actions[bot]
2022-08-03fix: properly find and run global scoped packages (#5250)Gar
2022-08-03fix(arborist): fix bare attribute queries (#5248)Darcy Clarke
2022-08-03deps: @npmcli/query@1.1.1 (#5247)Luke Karrys
2022-08-03fix: use binPathsGar
This will allow for a locally installed package to differ from the one requested on the command line, the one requested will now actually run.
2022-08-03fix: properly find locally/globally/npxCache packagesGar
Lots of bugfixes here, we properly parse ranges and versions, and we also now work with git repos and gists, and know when they are already installed.
2022-08-03deps: @npmcli/run-script@4.2.0Gar
- add `binPaths` param
2022-08-03deps: add semver@7.3.7Gar
2022-08-03deps: add @npmcli/fs@2.1.1Gar
2022-08-03feat: add --replace-registry-host=<npmjs|always|never> (#4860)Nathan Fritz
feat: add --replace-registry-host=<npmjs|always|never>|<hostname>
2022-08-01feat: add npm query cmd (#5000)Ruy Adorno
Co-authored-by: Gar <gar+gh@danger.computer>
2022-08-01fix(arborist): pass the edge to fromPath in order to determine correct path ↵nlf
(#5233) by passing in the edge we can determine if the edge is overridden, and if it is the path we want to return is the project root since that's what user's will have define their overrides relative to
2022-08-01fix(arborist): use the sourceReference root rather than the node root for ↵nlf
overrides (#5227) when we examine override references, if we look at only `this.from.root.package` the root could actually be a virtual one. in order to ensure we resolve references from the real root, we instead need to look at `this.from.sourceReference.root.package` to get the correct value. closes #4395
2022-07-28chore(latest): release arborist 5.3.1github-actions[bot]
2022-07-28fix: allow hash character in paths (#5122)Patryk Ludwikowski
* fix: allow link from path with hash character * fix: allow hash character in path in other places * Remove extra semicolon
2022-07-13chore: fix arborist tests for new npm-package-arg behaviourGar
2022-07-13chore: fix arborist tests for new run-script behaviourGar
2022-07-12chore(latest): release arborist 5.3.0github-actions[bot]
2022-07-11feat(arborist): add support for dependencies script (#5094)nlf
feat: add support for dependencies script this is a new feature that will run the `dependencies` (as well as the `pre` and `post` versions) script any time an npm action makes a change to the installed dependency tree, whether it's adding a new dependency, removing one, or just shuffling things around to dedupe/optimize
2022-06-30chore: arborist test snapshots (#5106)Gar
run-script update changed cmd signatures
2022-06-23chore(latest): release libnpmversion 3.0.6github-actions[bot]
2022-06-23chore(latest): release libnpmexec 4.0.8github-actions[bot]
2022-06-23chore(latest): release arborist 5.2.3github-actions[bot]
2022-06-23chore(latest): release libnpmpack 4.1.2github-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 arborist 5.2.2github-actions[bot]
2022-06-23chore(latest): release libnpmexec 4.0.7github-actions[bot]
2022-06-23chore(latest): release libnpmpack 4.1.1github-actions[bot]
2022-06-23chore(latest): release libnpmversion 3.0.5github-actions[bot]
2022-06-23chore(latest): release libnpmdiff 4.0.4github-actions[bot]
2022-06-22fix: Add space to SemVer log message (#5042)Dave Nicolson
Add space to SemVer log message
2022-06-22chore(tests): fix tests for @npmcli/run-script@4.1.0 updatenlf
2022-06-22deps: @npmcli/run-script@4.1.0nlf
2022-06-22deps: pacote@13.6.1nlf
2022-06-14chore(tests): fix libnpmdiff tests for execPaths with spaces (#4988)nlf
2022-06-02chore(latest): release libnpmexec 4.0.6github-actions[bot]
2022-06-02chore(latest): release arborist 5.2.1github-actions[bot]
2022-06-02chore(arborist): update readme link (#4948)Lucas Werkmeister
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-06-02fix(arborist): use rawSpec for bundled and shrinkwrapped deps (#4963)nlf
2022-05-25chore(latest): release libnpmpack 4.1.0github-actions[bot]
2022-05-25feat(libnpmpack): bump pacote for better workspace awarenessnlf
2022-05-11chore: @npmcli/template-oss@3.5.0 (#4882)Gar
2022-05-11chore(latest): release arborist 5.2.0github-actions[bot]
2022-05-10feat: add flag --omit-lockfile-registry-resolved (#4874)Nathan Fritz
* feat(arborist): added flag to omit lockfile resolved * feat: add flag --omit-lockfile-registry-resolved Co-authored-by: Caleb ツ Everett <calebev@amazon.com>
2022-05-10fix(arborist): link deps lifecycle scripts (#4875)Ruy Adorno
- Fixes running proper lifecycle scripts for linked deps and workspaces. - Added test to validate lifecycle scripts don't run twice for linked deps - Tweaked "reify workspaces bin files" test to also validate proper lifecycle scripts ran before check for linked bins. - Tweaked reify test running lifecycle scripts of unchanged link nodes to also validate that the install lifecycle scripts are also called. Fixes: https://github.com/npm/cli/issues/4277 Fixes: https://github.com/npm/cli/issues/4552 Fixes: https://github.com/npm/statusboard/issues/439 Relates to: https://github.com/npm/cli/issues/2905
2022-04-27chore(latest): release libnpmexec 4.0.5github-actions[bot]
2022-04-27chore(latest): release libnpmversion 3.0.4github-actions[bot]
2022-04-26chore(latest): release libnpmpublish 6.0.4github-actions[bot]