cli

the package manager for JavaScript

OTHER License

Downloads
77.6M
Stars
8.1K
Committers
909

Bot releases are visible (Hide)

cli - libnpmdiff: v5.0.0-pre.3

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

5.0.0-pre.3 (2022-10-19)

Dependencies

cli - libnpmaccess: v7.0.0-pre.2

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

7.0.0-pre.2 (2022-10-19)

Dependencies

cli - arborist: v6.0.0-pre.5

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

6.0.0-pre.5 (2022-10-19)

⚠️ BREAKING CHANGES

  • deprecate boolean install flags in favor of --install-strategy
    • deprecate --global-style, --global now sets --install-strategy=shallow
    • deprecate --legacy-bundling, now sets --install-strategy=nested
  • this package no longer attempts to change file ownership automatically

Features

  • de2d33f add --install-strategy=hoisted|nested|shallow, deprecate --global-style, --legacy-bundling (#5709) (@fritzy)
  • 475e9b6 #5703 do not alter file ownership (@nlf)

Bug Fixes

  • 1afe5ba account for new npm-package-arg behavior (@wraithgar)

Dependencies

cli - v9.0.0-pre.6

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

9.0.0-pre.6 (2022-10-19)

⚠️ BREAKING CHANGES

  • npm now outputs some json errors on stdout. Previously npm would output all json formatted errors on stderr, making it difficult to parse as the stderr stream usually has logs already written to it. In the future, npm will differentiate between errors and crashes. Errors, such as E404 and ERESOLVE, will be handled and will continue to be output on stdout. In the case of a crash, npm will log the error as usual but will not attempt to display it as json, even in --json mode. Moving a case from the category of an error to a crash will not be considered a breaking change. For more information see npm/rfcs#482.
  • npm config set will no longer accept deprecated or invalid config options.
  • timing and loglevel changes
    • timing has been removed as a value for --loglevel
    • --timing will show timing information regardless of
      --loglevel, except when --silent
  • deprecate boolean install flags in favor of --install-strategy
    • deprecate --global-style, --global now sets --install-strategy=shallow
    • deprecate --legacy-bundling, now sets --install-strategy=nested
  • npm will no longer attempt to modify ownership of files it creates
  • this package no longer attempts to change file ownership automatically
  • this package no longer attempts to change file ownership automatically

Features

  • d3543e9 output json formatted errors on stdout (#5716) (@lukekarrys)
  • be642c6 refuse to set deprecated/invalid config (#5719) (@wraithgar)
  • 332914b separate configs for --timing and --loglevel (@lukekarrys)
  • f653785 deprecated key, cert config options and updated registry scoped auth docs (@fritzy)
  • de2d33f add --install-strategy=hoisted|nested|shallow, deprecate --global-style, --legacy-bundling (#5709) (@fritzy)
  • 58065bc #5704 do not alter file ownership (@nlf)
  • 475e9b6 #5703 do not alter file ownership (@nlf)

Bug Fixes

  • 6ffa5b7 npm hook ls duplicates hook name prefixes (#5295) (@gennadiygashev)
  • 1afe5ba account for new npm-package-arg behavior (@wraithgar)
  • 353b5bb #5710 remove chownr and mkdirp-infer-owner (@nlf)

Documentation

  • 9e74d3e update supported engines in readme (#5725) (@lukekarrys)

Dependencies

cli - libnpmpublish: v7.0.0-pre.3

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

7.0.0-pre.3 (2022-10-13)

Dependencies

cli - libnpmpack: v5.0.0-pre.3

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

5.0.0-pre.3 (2022-10-13)

Bug Fixes

cli - v9.0.0-pre.5

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

9.0.0-pre.5 (2022-10-13)

⚠️ BREAKING CHANGES

  • the presence of auth related settings that are not scoped to a specific registry found in a config file is no longer supported and will throw errors
  • the node-version and npm-version configs have been removed.
  • links generated from git urls will now use HEAD instead of master as the default ref

Features

  • a09e19d #5696 introduce the npm config fix command (@nlf)
  • d2963c6 explicitly validate config within the cli (@nlf)
  • a5fec08 rewrite docs generation (@lukekarrys)

Bug Fixes

  • a35c784 #5691 config: remove node-version and npm-version (@wraithgar)

Documentation

  • a8532eb #5661 typo missing parentheses (@hbrls)
  • 542efdb update folders page for modern npm (@shalvah)

Dependencies

cli - libnpmpublish: v7.0.0-pre.2

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

7.0.0-pre.2 (2022-10-05)

Dependencies

cli - libnpmpack: v5.0.0-pre.2

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

5.0.0-pre.2 (2022-10-05)

Bug Fixes

  • e4e8ae2 libnpmpack: obey foregroundScripts (@winterqt)

Dependencies

cli - libnpmfund: v4.0.0-pre.4

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

4.0.0-pre.4 (2022-10-05)

Dependencies

cli - libnpmexec: v5.0.0-pre.4

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

cli - libnpmdiff: v5.0.0-pre.2

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

cli - arborist: v6.0.0-pre.4

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

6.0.0-pre.4 (2022-10-05)

Features

  • 9609e9e #5605 use v3 lockfiles by default (#5605) (@fritzy)

Dependencies

cli - v9.0.0-pre.4

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

9.0.0-pre.4 (2022-10-05)

Features

  • 9609e9e #5605 use v3 lockfiles by default (#5605) (@fritzy)

Bug Fixes

  • e4e8ae2 libnpmpack: obey foregroundScripts (@winterqt)
  • 07fabc9 #5633 npm link should override --install-links (#5633) (@fritzy)
  • 02fcbb6 #5634 ensure Arborist constructor gets passed around everywhere for pacote (#5634) (@nlf)

Documentation

  • f37caad #5606 accurately describe install-links effect on relative paths (#5606) (@lukekarrys)
  • 97c32ed #5637 remove link to cache command (#5637) (@wraithgar)
  • 130bc9f #5626 Remove circular reference (#5626) (@giovanniPepi)

Dependencies

cli - libnpmpublish: v7.0.0-pre.1

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

7.0.0-pre.1 (2022-09-30)

⚠️ BREAKING CHANGES

  • The default value of access is now public

Features

  • 525654e default access to public (@wraithgar)

Documentation

  • f0e7584 #5601 update docs/logging for new --access default (@wraithgar)
cli - libnpmpack: v5.0.0-pre.1

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

5.0.0-pre.1 (2022-09-30)

⚠️ BREAKING CHANGES

  • npm pack now follows a strict order of operations when applying ignore rules. If a files array is present in the package.json, then rules in .gitignore and .npmignore files from the root will be ignored.

Features

  • 3ae796d implement new npm-packlist behavior (@lukekarrys)

Dependencies

cli - libnpmfund: v4.0.0-pre.3

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

4.0.0-pre.3 (2022-09-30)

Dependencies

cli - libnpmexec: v5.0.0-pre.3

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

5.0.0-pre.3 (2022-09-30)

⚠️ BREAKING CHANGES

  • npm pack now follows a strict order of operations when applying ignore rules. If a files array is present in the package.json, then rules in .gitignore and .npmignore files from the root will be ignored.

Features

  • 3ae796d implement new npm-packlist behavior (@lukekarrys)

Dependencies

cli - libnpmdiff: v5.0.0-pre.1

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

5.0.0-pre.1 (2022-09-30)

⚠️ BREAKING CHANGES

  • npm pack now follows a strict order of operations when applying ignore rules. If a files array is present in the package.json, then rules in .gitignore and .npmignore files from the root will be ignored.

Features

  • 3ae796d implement new npm-packlist behavior (@lukekarrys)

Dependencies

cli - arborist: v6.0.0-pre.3

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

6.0.0-pre.3 (2022-09-30)

⚠️ BREAKING CHANGES

  • npm pack now follows a strict order of operations when applying ignore rules. If a files array is present in the package.json, then rules in .gitignore and .npmignore files from the root will be ignored.

Features

  • 3ae796d implement new npm-packlist behavior (@lukekarrys)