Compare Versions - corepack
npm / corepack / Compare Versions
→
0.33.0 (2025-06-02)
Features
- Disables auto-pinning by default (#709) (77fff3c1f3b99c19dcf89cab736d8fb5f1ef85d9)
- Adds guard to avoid stepping on Yarn's feet (#714) (5fc3691354eb5bdeca17a9495b234584353f0151)
- update package manager versions (#671) (b45b3a3244bacfbaf65188ae8c04209a1e98307d)
Bug Fixes
- debug text typo (#698) (0b94797f96e30e46e466873fe7d437d0471cd92c)
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.jsonin error message (#456) (32a93ea) - correctly set
Dispatcherprototype forProxyAgent(#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)
0.25.0 (2024-02-20)
⚠ BREAKING CHANGES
- remove
--allflag (#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
- add
corepack cachecommand (#363) (f442366) - add support for URL in
"packageManager"(#359) (4a8ce6d) - bump Known Good Release when downloading new version (#364) (a56c13b)
- prompt user before downloading software (#360) (6b8d87f)
- remove
--allflag (#351) (d9c70b9) - remove old install folder migration (#373) (54e9510)
- use
fetch(#365) (fe6a307)