Skip to content

Releases: npm/cli

v11.0.0-pre.1

06 Dec 17:18
Compare
Choose a tag to compare
v11.0.0-pre.1 Pre-release
Pre-release

11.0.0-pre.1 (2024-12-06)

⚠️ BREAKING CHANGES

  • Upon publishing, in order to apply a default "latest" dist tag, the command now retrieves all prior versions of the package. It will require that the version you're trying to publish is above the latest semver version in the registry, not including pre-release tags.
  • npm init now has a type prompt, and sorts the entries the created packages differently
  • bun.lockb files are now included in the strict ignore list during packing

Features

Bug Fixes

Documentation

Dependencies

Chores

libnpmpack: v9.0.0-pre.1

06 Dec 17:18
Compare
Choose a tag to compare
Pre-release

9.0.0-pre.1 (2024-12-06)

⚠️ BREAKING CHANGES

  • bun.lockb files are now included in the strict ignore list during packing

Dependencies

libnpmorg: v8.0.0-pre.1

06 Dec 17:18
Compare
Choose a tag to compare
Pre-release

8.0.0-pre.1 (2024-12-06)

⚠️ BREAKING CHANGES

  • Upon publishing, in order to apply a default "latest" dist tag, the command now retrieves all prior versions of the package. It will require that the version you're trying to publish is above the latest semver version in the registry, not including pre-release tags.

Features

libnpmfund: v7.0.0-pre.1

06 Dec 17:18
Compare
Choose a tag to compare
Pre-release

Dependencies

libnpmexec: v10.0.0-pre.1

06 Dec 17:18
Compare
Choose a tag to compare
Pre-release

10.0.0-pre.1 (2024-12-06)

⚠️ BREAKING CHANGES

  • bun.lockb files are now included in the strict ignore list during packing

Dependencies

libnpmdiff: v8.0.0-pre.1

06 Dec 17:18
Compare
Choose a tag to compare
Pre-release

8.0.0-pre.1 (2024-12-06)

⚠️ BREAKING CHANGES

  • bun.lockb files are now included in the strict ignore list during packing

Dependencies

config: v10.0.0-pre.1

06 Dec 17:18
Compare
Choose a tag to compare
config: v10.0.0-pre.1 Pre-release
Pre-release

10.0.0-pre.1 (2024-12-06)

Documentation

Dependencies

arborist: v9.0.0-pre.1

06 Dec 17:18
Compare
Choose a tag to compare
Pre-release

9.0.0-pre.1 (2024-12-06)

⚠️ BREAKING CHANGES

  • Upon publishing, in order to apply a default "latest" dist tag, the command now retrieves all prior versions of the package. It will require that the version you're trying to publish is above the latest semver version in the registry, not including pre-release tags.
  • bun.lockb files are now included in the strict ignore list during packing

Features

Dependencies

v10.9.2

04 Dec 23:37
Compare
Choose a tag to compare

10.9.2 (2024-12-04)

Dependencies

v11.0.0-pre.0

26 Nov 19:49
Compare
Choose a tag to compare
v11.0.0-pre.0 Pre-release
Pre-release

11.0.0-pre.0 (2024-11-26)

⚠️ BREAKING CHANGES

  • When publishing a package with a pre-release version, you must explicitly specify a tag.
  • --ignore-scripts now applies to all lifecycle scripts, include prepare
  • npm will no longer fall back to the old audit endpoint if the bulk advisory request fails.
  • npm will no longer switch to global mode if aliased to "npmg" or "npm-g" etc.
  • The npm hook command has been removed
  • Attestations made by this package will no longer validate in npm versions prior to 10.6.0
  • npm now supports node ^20.17.0 || >=22.9.0
  • @npmcli/docs now supports node ^20.17.0 || >=22.9.0

Features

Bug Fixes

Documentation

Dependencies

Chores