Releases: nodejs/corepack
Releases · nodejs/corepack
v0.29.3
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
0.29.2 (2024-07-13)
Bug Fixes
- trigger release after 0.29.1 failed to publish (18e29ce)
v0.29.1
0.29.1 (2024-07-13)
Bug Fixes
- trigger release after 0.29.0 failed to publish (e6ba066)
v0.29.0
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.1
0.28.1 (2024-05-10)
Features
Bug Fixes
- COREPACK_NPM_REGISTRY should allow for username/password auth (#466) (6efa349)
v0.28.0
0.28.0 (2024-04-20)
⚠ BREAKING CHANGES
- call
executePackageManagerRequest
directly (#430)
Bug Fixes
- call
executePackageManagerRequest
directly (#430) (0f9b748)
v0.27.0
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
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)