cli

the package manager for JavaScript

OTHER License

Downloads
77.6M
Stars
8.1K
Committers
909

Bot releases are hidden (Show)

cli - libnpmfund: v4.2.0

Published by lukekarrys about 1 year ago

cli - config: v6.3.0

Published by lukekarrys about 1 year ago

cli - arborist: v6.4.0

Published by lukekarrys about 1 year ago

cli - v8.18.0

Published by fritzy about 2 years ago

v8.18.0 (2022-08-17)

Features

  • e6d4304 #5306 feat(arborist): add overridden getter to Node class (@nlf)
  • d221f72 #5306 feat(arborist): add :overridden pseudo selector (@nlf)
  • 0d4ed0f #5306 feat(query): support :overridden pseudo selector (@nlf)

Bug Fixes

  • 05d9bcf #5306 fix(ls): display overridden nodes (@nlf)
  • cd2b1e6 #5306 fix(explain): display override information (@nlf)
  • e5a9162 #5297 fix: npm exec does not use script-shell option to run commands (@lux01)
  • 6eba131 #5298 fix: don't prompt on npm exec [directory] (@wraithgar)

Documentation

  • bc66ffa #5304 docs: update --no-optional to --omit=optional (@wraithgar)

Dependencies

cli - v8.17.0

Published by wraithgar about 2 years ago

v8.17.0 (2022-08-10)

Features

  • 96b6781 #5263 feat(arborist): add option to forcibly skip loading a virtual tree (@nlf)

Bug Fixes

  • 9078e27 #5263 fix(query): tell arborist to load an actual tree, not a virtual one (@nlf)
  • c992fd6 #5273 fix: look up local command bins from local tree (@wraithgar)
  • 95ae9f2 #5253 fix: only try to run global bin if the bin name exists (@wraithgar)
  • daaf461 #5291 fix: ignore global prefix if --prefix is used (@wraithgar)

Documentation

  • f281ec8 #5257 docs: Fix link syntax in dependency-selectors.md (@aried3r)

Dependencies

cli - v8.16.0

Published by nlf about 2 years ago

v8.16.0 (2022-08-03)

Features

  • 3c024ac #5000 feat: add npm query cmd (@ruyadorno) (@wraithgar)
  • 703dbbf #4860 feat: add --replace-registry-host=<npmjs|always|never> (@fritzy)

Bug Fixes

  • eac1bf2 #5164 fix(ls): when filtering workspaces, make sure the edge has a to before checking if its a workspace (@nlf)
  • 47cc95d #5227 fix(arborist): use the sourceReference root rather than the node root for overrides (@nlf)
  • 050284d #5233 fix(arborist): pass the edge to fromPath in order to determine correct path (@nlf)
  • d315ead #5243 fix: gracefully exit login and publish commands on Ctrl+C (SIGINT) in the new webAuthn flow (@neeldani)
  • ea44995 #5244 fix: properly find locally/globally/npxCache packages (@wraithgar)
  • 19f1497 #5244 fix: use binPaths (@wraithgar)
  • 3b30af2 #5244 fix: fix exec tests and clean up workspace-location-msg (@wraithgar)
  • 8233fca #5248 fix(arborist): fix bare attribute queries (@darcyclarke)
  • 19a8346 #5250 fix: properly find and run global scoped packages (@wraithgar)

Documentation

  • a6153cf #5240 docs: Use the full proper name of Travis CI (@tnir)

Dependencies

cli - v8.15.1

Published by lukekarrys about 2 years ago

v8.15.1 (2022-07-27)

Bug Fixes

  • 9905d0e #5197 fix: don't fail immediately if cache dir is not accessible (@lukekarrys)
  • 0e3660e #5206 fix(init): allow for spec on scope-only arg (@wraithgar)
  • 62b95a0 #5122 fix: allow hash character in paths (@AgainPsychoX)

Documentation

  • f9abee7 #5205 docs: update commit-ish default branch (@dijonkitchen)
  • 77bf2e1 #5218 docs: update npm-ls.md (@MapleCCC)
  • de40c31 #5207 docs: sync ci params with install (@wraithgar)
  • 4d1d8a9 #5221 docs: describe implicit workspace and prefix configuration (@fritzy) (@lukekarrys) (@wraithgar)

Dependencies

cli - v8.15.0

Published by fritzy about 2 years ago

v8.15.0 (2022-07-20)

Features

  • 5ef53ee #5160 feat: accept registry-scoped certfile and keyfile as credentials (@jenseng)
  • c8bdb4a #5098 feat: Support pure web authentication for commands (@jumoel) (@ljharb) (@hfaulds) (@sandeepmeduru)

Bug Fixes

  • 9c590fa #5172 fix: disable progress bar on publish (@wraithgar)
  • 2fa3271 #5196 fix: add missing ` in adduser warning (@MylesBorins)

Documentation

  • 7efad06 #5168 docs: Update audit signatures cmd (@feelepxyz)
  • 8ab5fca #5171 docs: correct bundledDependencies -> bundleDependencies (@nlf)

Dependencies

cli - v8.14.0

Published by wraithgar over 2 years ago

v8.14.0 (2022-07-13)

Features

  • f032e1c #4827 feat: add npm audit signatures (@feelepxyz)
  • e8102c1 #5076 feat: Add web auth type (@jumoel)
  • e9b4214 #5094 feat(arborist): add support for dependencies script (@nlf)
  • c6c4ba3 #5149 feat: notify on adduser of upcoming cmds, login and register (@fritzy)
  • e58f02f #5149 feat: warn on config --auth-type=sso/saml/oauth, undeprecate --auth-type (@fritzy)

Bug Fixes

  • 52ec5ec #5154 fix: properly open package arg repo inside workspace (@wraithgar)

Documentation

  • 9697f16 #5118 docs: typo in npm command (@crisanmm)
  • da5a4ba #5079 docs: update reference to deprecated spdx package (@kachick)
  • 25b3058 #5043 docs: naming of files in example code should be consistent (@xc1427)
  • ac56fc4 #5095 docs: document dependencies script (@nlf)

Dependencies

cli - v8.13.2

Published by lukekarrys over 2 years ago

v8.13.2 (2022-06-29)

Documentation

  • 5be7d6e #5087 docs: add foreground-scripts to run-script page (@ruyadorno)

Dependencies

cli - v8.13.1

Published by fritzy over 2 years ago

v8.13.1 (2022-06-23)

Dependencies

cli - v8.13.0

Published by fritzy over 2 years ago

v8.13.0 (2022-06-22)

Features

  • 06fd788 #4960 feat: prompt before opening web-login URL when performing login/adduser (@jumoel)

Bug Fixes

  • e03009f #5042 fix: Add space to SemVer log message (@dnicolson)
  • 2953983 #5035 fix(view): error on missing version (@wraithgar)

Documentation

Dependencies

cli - v8.12.2

Published by wraithgar over 2 years ago

v8.12.2 (2022-06-15)

Dependencies

cli - v8.12.1

Published by nlf over 2 years ago

v8.12.1 (2022-06-02)

Bug Fixes

  • 40c823c #4982 fix: undeprecate and remove warnings for --global, -g, --local (@fritzy)
cli - v8.12.0

Published by ruyadorno over 2 years ago

v8.12.0 (2022-06-01)

Features

  • aee6fc8 #4892 feat(init): reify on init new workspace (@ruyadorno)
  • a8ae177 #4931 feat: Add --auth-type=webauthn flag (@jumoel)

Bug Fixes

  • 646b6b5 #4963 fix(arborist): use rawSpec for bundled and shrinkwrapped deps (@nlf)
  • fcc72dd #4929 fix(libnpmexec): fix bug not install latest pkg (@jihunleekr)

Dependencies

cli - v8.11.0

Published by lukekarrys over 2 years ago

v8.11.0 (2022-05-25)

Features

  • 8898710 #4879 feat: deprecated set-script, birthday, --global, and --local (@fritzy)
  • 7307c8d #4940 feat(libnpmpack): bump pacote for better workspace awareness (@nlf)

Bug Fixes

  • 400c80f #4913 fix(ci): remove node_modules post-validation (@wraithgar)
  • 124df81 #4910 fix: clean up npm cache tests (@wraithgar)
  • ee3308a fix: remove dead code from get-identity (@wraithgar)
  • 357b0af #4917 fix: pass prefix and workspaces to libnpmpack (@nlf)
  • 0f89e07 #4935 fix: add global getter to npm class (@nlf)

Documentation

  • 83ed8d0 #4922 docs: update roadmap link in readme (@OmriBarZik)
  • ed054d4 #4933 docs: fix broken link in changelog (@yonran)

Dependencies

cli - v8.10.0

Published by wraithgar over 2 years ago

v8.10.0 (2022-05-11)

Features

Bug Fixes

  • 48d2db6 #4862 fix: remove test coverage map (@wraithgar)
  • 38cf29a #4868 fix: cleanup star/unstar (@wraithgar)
  • 5baa4a7 #4857 fix: consolidate bugs, docs, repo command logic (@wraithgar)
  • 5a50762 #4875 fix(arborist): link deps lifecycle scripts (@ruyadorno)

Dependencies

cli - v8.9.0

Published by nlf over 2 years ago

v8.9.0 (2022-05-04)

Features

  • 62af3a1 #4835 feat: make npm owner workspace aware (@wraithgar)

Bug Fixes

  • d654e7e #4781 fix: start consolidating color output (@wraithgar)
  • b9a966c #4843 fix(exec): ignore packageLockOnly flag (@nlf)

Documentation

  • 8fd7eec #4845 docs: remove incorrect v6 auto prune info (@wraithgar)
  • 5f59f80 #4847 docs: show complex object interactions in npm pkg (@wraithgar)

Dependencies

cli -

Published by ruyadorno over 2 years ago

6.14.17 (2022-04-28)

DEPENDENCIES