Skip to content

Conversation

@github-actions
Copy link

🤖 I have created a release beep boop

0.31.0 (2025-01-13)

⚠ BREAKING CHANGES

  • call executePackageManagerRequest directly (#430)
  • 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.
  • 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)
  • remove support for Node.js 16.x
  • remove support for Node.js 14.x
  • add "exports" to the package.json (#239)

Features

Bug Fixes

  • add "exports" to the package.json (#239) (8e12d08)
  • add path to package.json in error message (#456) (32a93ea)
  • avoid symlinks to work on Windows (#13) (b56df30)
  • avoid using eval to get the corepack version (#45) (78d94eb)
  • bin file name for pnpm >=6.0 (#35) (8ff2499)
  • call executePackageManagerRequest directly (#430) (0f9b748)
  • ci: YAML formatting in publish workflow (#124) (01c7d63)
  • clarify EACCES errors (#343) (518bed8)
  • COREPACK_NPM_REGISTRY should allow for username/password auth (#466) (6efa349)
  • correctly set Dispatcher prototype for ProxyAgent (#451) (73d9a1e)
  • disable v8-compile-cache when using npm@>=9.7.0 (#276) (2f3678c)
  • do not hard fail if Corepack home folder cannot be created (#382) (9834f57)
  • do not show download prompt when downloading JSON (#383) (bc137a0)
  • doc: add a note about troubleshooting network errors (#259) (aa3cbdb)
  • doc: add package configuration instruction to readme (#188) (0b7abb9)
  • doc: update DESIGN.md s/engines.pm/packageManager/ (#141) (d6039c5)
  • don't override process.exitCode (#268) (17d1f3d)
  • download fewer metadata from npm registry (#436) (082fabf)
  • fallback to shasum when integrity is not defined (#542) (eb63873)
  • generate cmd shim files (a900b4d)
  • group the download prompt together (#391) (00506b2)
  • handle package managers with a bin array correctly (#20) (1836d17)
  • handle parallel installs (#84) (5cfc6c9)
  • handle prereleases (#32) (2a46b6d)
  • handle tags including numbers in prepare command (#165) (5a0727b)
  • hash check when downloading Yarn Berry from npm (#439) (4672162)
  • ignore EROFS errors (#421) (b7ec137)
  • improve support for COREPACK_NPM_REGISTRY with Yarn Berry (#396) (47be27c)
  • Incorrect authorization prefix for basic auth, and undocumented env var (#454) (2d63536)
  • make DEBUG=corepack more useful (#538) (6019d7b)
  • npm registry override (#219) (1b35362)
  • only set bins on pack (#127) (7ae489a)
  • re-add support for custom registries with auth (#397) (d267753)
  • recreate cache folder if necessary (#200) (7b5f2f9)
  • remove unsafe remove of install folder (#372) (65880ca)
  • replace npm registry domain in tarball URL (#502) (db6fae5)
  • selectively import required semver functions (#511) (e7ad533)
  • streamline the cache exploration (#135) (185da44)
  • trigger release after 0.29.0 failed to publish (e6ba066)
  • trigger release after 0.29.1 failed to publish (18e29ce)
  • update package manager versions (#146) (fdb187a)
  • use valid semver range for engines.node (#378) (f2185fe)
  • use: create package.json when calling corepack use on empty dir (#350) (2950a8a)
  • Windows malicious file analysis waiting problem (#398) (295a1cd)

Performance Improvements

  • load binaries in the same process (#97) (5ff6e82)
  • prefer module.enableCompileCache over v8-compile-cache (#574) (cba6905)

Miscellaneous Chores

  • remove Node.js 19.x from the range of supported versions (#375) (9a1cb38)
  • update supported Node.js versions (#258) (74f679d)
  • update supported Node.js versions (#309) (787e24d)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main--components--corepack branch from 39ec90c to f1b17ec Compare January 13, 2025 11:37
@github-actions github-actions bot force-pushed the release-please--branches--main--components--corepack branch from f1b17ec to f59f5c4 Compare January 13, 2025 11:46
@aduh95 aduh95 force-pushed the main branch 12 times, most recently from 1286eb1 to 59f6029 Compare January 13, 2025 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants