Skip to content

Releases: nodejs/corepack

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)

v0.25.1

20 Feb 14:34
49ad334
Compare
Choose a tag to compare

0.25.1 (2024-02-20)

Bug Fixes

  • use valid semver range for engines.node (#378) (f2185fe)

v0.25.0

20 Feb 08:13
6168938
Compare
Choose a tag to compare

0.25.0 (2024-02-20)

⚠ BREAKING CHANGES

  • remove --all flag (#351)
  • remove Node.js 19.x from the range of supported versions (#375)
  • use fetch (#365)
  • remove old install folder migration (#373)
  • prompt user before downloading software (#360)

Features

Bug Fixes

  • remove unsafe remove of install folder (#372) (65880ca)

Miscellaneous Chores

  • remove Node.js 19.x from the range of supported versions (#375) (9a1cb38)

v0.24.1

13 Jan 09:09
a3f271c
Compare
Choose a tag to compare

0.24.1 (2024-01-13)

Features

Bug Fixes

  • use: create package.json when calling corepack use on empty dir (#350) (2950a8a)

v0.24.0

29 Dec 23:22
9bdd296
Compare
Choose a tag to compare

0.24.0 (2023-12-29)

Features

  • add support for HTTP redirect (#341) (6df5063)
  • add support for rangeless commands (#338) (9bee415)
  • update package manager versions (#330) (cfcc280)
  • yarn: fallback to npm when COREPACK_NPM_REGISTRY is set (#339) (0717c6a)

Bug Fixes

v0.23.0

05 Nov 10:40
b7aa576
Compare
Choose a tag to compare

0.23.0 (2023-11-05)

Features

v0.22.0

21 Oct 17:58
0e89bfa
Compare
Choose a tag to compare

0.22.0 (2023-10-21)

Features

  • allow fallback to application/json for custom registries (#314) (92f8e71)
  • update package manager versions (#318) (0bd2577)