Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

5.7.0

Compare
Choose a tag to compare
@jesec jesec released this 18 May 02:52
· 31 commits to main since this release

Highlights

  • Node 18 is now supported!

What's Changed

  • Bump to vercel/pkg-fetch@v3.4.1 by @jesec in #1616
    • No longer take NODE_OPTIONS from the environment of the end-user. Only the users (developers who use pkg to package their project) should have control over the flags via the "bake in" (--options) mechanism (Fixes: #954, #989, #1194, #1517)
    • Patched Node: bump to 16.15.0, add 18.1.0 and drop 17
  • fix broken tests on node 12; latest pnpm requires node >= 14.19 by @kldzj in #1613
  • dependencies: bump (minor) by @jesec in #1615
  • fix(bootstrap): prevent to override existing node addon file by @renkei in #1611

New Contributors

Full Changelog: 5.6.0...5.7.0