New
5.7.0
Highlights
- Node 18 is now supported!
What's Changed
- Bump to vercel/pkg-fetch@v3.4.1 by @jesec in https://github.com/vercel/pkg/pull/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: https://github.com/vercel/pkg/issues/954, https://github.com/vercel/pkg/issues/989, https://github.com/vercel/pkg/issues/1194, https://github.com/vercel/pkg/issues/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 https://github.com/vercel/pkg/pull/1613
- dependencies: bump (minor) by @jesec in https://github.com/vercel/pkg/pull/1615
- fix(bootstrap): prevent to override existing node addon file by @renkei in https://github.com/vercel/pkg/pull/1611
New Contributors
- @renkei made their first contribution in https://github.com/vercel/pkg/pull/1611
Full Changelog: https://github.com/vercel/pkg/compare/5.6.0...5.7.0