cli

the package manager for JavaScript

OTHER License

Downloads
77.6M
Stars
8.1K
Committers
909

Bot releases are visible (Hide)

cli - v9.0.0-pre.3

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

9.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.
  • --timing file changes:
    • When run with the --timing flag, npm now writes timing data to a
      file alongside the debug log data, respecting the logs-dir option and
      falling back to /_logs/ dir, instead of directly inside the
      cache directory.
    • The timing file data is no longer newline delimited JSON, and instead
      each run will create a uniquely named -timing.json file, with the
      `` portion being the same as the debug log.
    • Finally, the data inside the file now has three top level keys,
      metadata, timers, and unfinishedTimers` instead of everything being
      a top level key.

Features

  • 3ae796d implement new npm-packlist behavior (@lukekarrys)
  • e64d69a #5581 write eresolve error files to the logs directory (@lukekarrys)
  • 3445da0 timings are now written alongside debug log files (@lukekarrys)

Documentation

  • f0e7584 #5601 update docs/logging for new --access default (@wraithgar)

Dependencies

cli - libnpmfund: v4.0.0-pre.2

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

4.0.0-pre.2 (2022-09-23)

Dependencies

cli - libnpmexec: v5.0.0-pre.2

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

5.0.0-pre.2 (2022-09-23)

Dependencies

cli - arborist: v6.0.0-pre.2

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

6.0.0-pre.2 (2022-09-23)

Features

  • ebf167b add :outdated pseudo selector (@nlf)

Documentation

  • 8402fd8 #5547 add :outdated pseudo selector to docs (@nlf)

Dependencies

cli - v9.0.0-pre.2

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

9.0.0-pre.2 (2022-09-23)

⚠️ BREAKING CHANGES

  • the default auth-type config value is now web
  • login, adduser, and auth-type changes
    • This removes all auth-type configs except web and legacy.
    • login and adduser are now separate commands that send different data to the registry.
    • auth-type config values web and legacy only try
      their respective methods, npm no longer tries them all and waits to see
      which one doesn't fail.

Features

  • 66ed584 #5551 default auth-type to web (#5551) (@wraithgar)
  • 6ee5b32 query: display queryContext in results (@nlf)
  • 314311c #5550 separate login/adduser, remove auth types (#5550) (@wraithgar)

Bug Fixes

  • 0d90a01 #5480 audit: add a condition to allow third-party registries returning E400 (#5480) (@juanheyns, Juan Heyns)

Documentation

  • 2d756cb #5527 add instruction to query objects with npm view (#5527) (@moonith)
  • 8743366 #5519 add hash to "tag" config link (#5519) (@mrienstra, @lukekarrys)
  • 5645c51 #5521 link mentions of config parameters (#5521) (@mrienstra)
  • 19762b4 #5529 modify Misleading doc about bins (@Hafizur046)
  • 19762b4 #5529 modify misleading doc about package.json:bin (#5529) (@Hafizur046)
  • 8402fd8 #5547 add :outdated pseudo selector to docs (@nlf)

Dependencies

cli - libnpmfund: v4.0.0-pre.1

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

4.0.0-pre.1 (2022-09-14)

Dependencies

cli - libnpmexec: v5.0.0-pre.1

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

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

Dependencies

cli - libnpmaccess: v7.0.0-pre.1

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

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

⚠️ BREAKING CHANGES

  • the api for libnpmaccess is different now

Features

  • 854521b rewrite: Rewrite libnpmaccess (@wraithgar)
cli - arborist: v6.0.0-pre.1

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

6.0.0-pre.1 (2022-09-14)

Bug Fixes

  • f3b0c43 keep saveTypes separate for each add (@wraithgar)
cli - v9.0.0-pre.1

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

9.0.0-pre.1 (2022-09-14)

⚠️ BREAKING CHANGES

  • renames most of the npm access subcommands
  • the api for libnpmaccess is different now

Features

  • 9c32c6c rewrite: rewrite npm access (@wraithgar)
  • 854521b rewrite: Rewrite libnpmaccess (@wraithgar)

Bug Fixes

  • c3d7549 add tag to publish log message (@wraithgar)

Documentation

  • fd0eebe update registry docs header (@hughlilly)

Dependencies

cli - libnpmfund: v3.0.4

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

3.0.4 (2022-09-13)

Dependencies

cli - libnpmexec: v4.0.13

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

4.0.13 (2022-09-13)

Dependencies

cli - arborist: v5.6.2

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

5.6.2 (2022-09-13)

Bug Fixes

  • cc2c784 #5500 keep saveTypes separate for each add (@wraithgar)
cli - v8.19.2

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

cli - libnpmversion: v4.0.0-pre.0

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

4.0.0-pre.0 (2022-09-08)

⚠ BREAKING CHANGES

  • workspaces: all workspace packages are now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • e95017a #5485 feat(workspaces): update supported node engines in package.json (@lukekarrys)
cli - libnpmteam: v5.0.0-pre.0

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

5.0.0-pre.0 (2022-09-08)

⚠ BREAKING CHANGES

  • workspaces: all workspace packages are now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • e95017a #5485 feat(workspaces): update supported node engines in package.json (@lukekarrys)
cli - libnpmsearch: v6.0.0-pre.0

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

6.0.0-pre.0 (2022-09-08)

⚠ BREAKING CHANGES

  • workspaces: all workspace packages are now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • e95017a #5485 feat(workspaces): update supported node engines in package.json (@lukekarrys)
cli - libnpmpublish: v7.0.0-pre.0

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

7.0.0-pre.0 (2022-09-08)

⚠ BREAKING CHANGES

  • workspaces: all workspace packages are now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • e95017a #5485 feat(workspaces): update supported node engines in package.json (@lukekarrys)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • libnpmpack bumped from ^4.1.3 to ^5.0.0-pre.0
cli - libnpmpack: v5.0.0-pre.0

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

5.0.0-pre.0 (2022-09-08)

⚠ BREAKING CHANGES

  • workspaces: all workspace packages are now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • e95017a #5485 feat(workspaces): update supported node engines in package.json (@lukekarrys)
cli - libnpmorg: v5.0.0-pre.0

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

5.0.0-pre.0 (2022-09-08)

⚠ BREAKING CHANGES

  • workspaces: all workspace packages are now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • e95017a #5485 feat(workspaces): update supported node engines in package.json (@lukekarrys)