cli

the package manager for JavaScript

OTHER License

Downloads
77.6M
Stars
8.1K
Committers
909

Bot releases are visible (Hide)

cli - v8.19.0

Published by github-actions[bot] about 2 years ago

8.19.0 (2022-08-31)

Features

  • d94a9f5 #5347 feat: add deprecation warnings to access commands (@wraithgar)

Bug Fixes

Documentation

  • 3569094 #5321 docs: fix link to dependency selectors page (@hghmn)
  • 414667a #5328 docs(dependency-selectors): fix Arborist example in docs (@kyle-west)

Dependencies

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 - arborist: v5.6.0

Published by github-actions[bot] about 2 years ago

5.6.0 (2022-08-17)

Features

  • arborist: add :overridden pseudo selector (d221f72)
  • arborist: add overridden getter to Node class (e6d4304)
  • query: support :overridden pseudo selector (0d4ed0f)
cli - libnpmexec: v4.0.11

Published by github-actions[bot] about 2 years ago

4.0.11 (2022-08-17)

Bug Fixes

  • don't prompt on npm exec [directory] (#5298) (6eba131)
  • npm exec does not use script-shell option to run commands (#5297) (e5a9162)
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 - libnpmexec: v4.0.10

Published by github-actions[bot] about 2 years ago

4.0.10 (2022-08-10)

Bug Fixes

  • ignore global prefix if --prefix is used (#5291) (daaf461)
  • look up local command bins from local tree (#5273) (c992fd6)
  • only try to run global bin if the bin name exists (#5253) (95ae9f2)
cli - arborist: v5.5.0

Published by github-actions[bot] about 2 years ago

5.5.0 (2022-08-10)

Features

  • arborist: add option to forcibly skip loading a virtual tree (96b6781)

Bug Fixes

  • query: tell arborist to load an actual tree, not a virtual one (9078e27)

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 - libnpmexec: v4.0.9

Published by github-actions[bot] about 2 years ago

4.0.9 (2022-08-03)

Bug Fixes

  • fix exec tests and clean up workspace-location-msg (3b30af2)
  • properly find and run global scoped packages (#5250) (19a8346)
  • properly find locally/globally/npxCache packages (ea44995)
  • use binPaths (19f1497)

Dependencies

cli - arborist: v5.4.0

Published by github-actions[bot] about 2 years ago

5.4.0 (2022-08-03)

Features

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

Bug Fixes

  • arborist: fix bare attribute queries (#5248) (8233fca)
  • arborist: pass the edge to fromPath in order to determine correct path (#5233) (050284d)
  • arborist: use the sourceReference root rather than the node root for overrides (#5227) (47cc95d), closes #4395

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 - arborist: v5.3.1

Published by github-actions[bot] about 2 years ago

5.3.1 (2022-07-27)

Bug Fixes

cli - v8.15.0

Published by fritzy over 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 - arborist: v5.3.0

Published by github-actions[bot] over 2 years ago

5.3.0 (2022-07-11)

Features

  • arborist: add support for dependencies script (#5094) (e9b4214)
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 - libnpmversion: v3.0.6

Published by github-actions[bot] over 2 years ago

3.0.6 (2022-06-23)

Dependencies

cli - libnpmexec: v4.0.8

Published by github-actions[bot] over 2 years ago

4.0.8 (2022-06-23)

Dependencies

cli - arborist: v5.2.3

Published by github-actions[bot] over 2 years ago

5.2.3 (2022-06-23)

Dependencies