Skip to content

Releases: nodejs/corepack

v0.29.3

21 Jul 14:57
bc13d40
Compare
Choose a tag to compare

0.29.3 (2024-07-21)

Bug Fixes

  • fallback to shasum when integrity is not defined (#542) (eb63873)
  • make DEBUG=corepack more useful (#538) (6019d7b)

v0.29.2

13 Jul 09:38
d337b34
Compare
Choose a tag to compare

0.29.2 (2024-07-13)

Bug Fixes

  • trigger release after 0.29.1 failed to publish (18e29ce)

v0.29.1

13 Jul 08:29
b835608
Compare
Choose a tag to compare

0.29.1 (2024-07-13)

Bug Fixes

  • trigger release after 0.29.0 failed to publish (e6ba066)

v0.29.0

12 Jul 22:30
aa6fd83
Compare
Choose a tag to compare

0.29.0 (2024-07-12)

Features

  • parallelize linking, unlinking and installing (#524) (f0734e6)
  • update package manager versions (#492) (3e3b046)

Bug Fixes

  • replace npm registry domain in tarball URL (#502) (db6fae5)
  • selectively import required semver functions (#511) (e7ad533)

v0.28.2

31 May 10:50
e1d8ffd
Compare
Choose a tag to compare

0.28.2 (2024-05-31)

Features

v0.28.1

10 May 08:36
119fd2f
Compare
Choose a tag to compare

0.28.1 (2024-05-10)

Features

Bug Fixes

  • COREPACK_NPM_REGISTRY should allow for username/password auth (#466) (6efa349)

v0.28.0

20 Apr 19:58
78781fa
Compare
Choose a tag to compare

0.28.0 (2024-04-20)

⚠ BREAKING CHANGES

  • call executePackageManagerRequest directly (#430)

Bug Fixes

  • call executePackageManagerRequest directly (#430) (0f9b748)

v0.27.0

19 Apr 08:24
df1b773
Compare
Choose a tag to compare

0.27.0 (2024-04-19)

⚠ BREAKING CHANGES

  • attempting to download a version from the npm registry (or a mirror) that was published using the now deprecated PGP signature without providing a hash will trigger an error. Users can disable the signature verification using a environment variable.

Features

  • separate read and write operations on lastKnownGood.json (#446) (c449adc)
  • update package manager versions (#425) (1423190)
  • update package manager versions (#462) (56816c2)
  • verify integrity signature when downloading from npm registry (#432) (e561dd0)

Bug Fixes

  • add path to package.json in error message (#456) (32a93ea)
  • correctly set Dispatcher prototype for ProxyAgent (#451) (73d9a1e)
  • download fewer metadata from npm registry (#436) (082fabf)
  • hash check when downloading Yarn Berry from npm (#439) (4672162)
  • Incorrect authorization prefix for basic auth, and undocumented env var (#454) (2d63536)
  • re-add support for custom registries with auth (#397) (d267753)

v0.26.0

08 Mar 10:49
a3e3e97
Compare
Choose a tag to compare

0.26.0 (2024-03-08)

Features

  • Pins the package manager as it's used for the first time (#413) (8b6c6d4)
  • update package manager versions (#415) (e8edba7)

Bug Fixes

  • group the download prompt together (#391) (00506b2)
  • ignore EROFS errors (#421) (b7ec137)
  • improve support for COREPACK_NPM_REGISTRY with Yarn Berry (#396) (47be27c)
  • Windows malicious file analysis waiting problem (#398) (295a1cd)

v0.25.2

21 Feb 15:58
476b7dc
Compare
Choose a tag to compare

0.25.2 (2024-02-21)

Features

Bug Fixes

  • do not hard fail if Corepack home folder cannot be created (#382) (9834f57)
  • do not show download prompt when downloading JSON (#383) (bc137a0)