This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
Releases: vercel/pkg
Releases Β· vercel/pkg
5.8.1
Patches
- Producer: properly call "prebuild-install" if N-API is used: dd9de59
- Chore: clean up obsolete eslint disable comments: #1760
- Chore: add prettier check in linting step: #1764
- Chore: separate individual test scripts: #1759
- Chore: use
@types/babel__generator
package: #1755 - Chore: remove unused entry: #1766
- Chore: upgrade actions runners: #1767
- Style: fix typo in test-99-#1192/main.js: #1790
- Chore: bump [email protected]: #1788
- Fix: add force flag to codesign to avoid already signed error: #1756
Credits
Huge thanks to @ignatiusmb, @eltociear, @PraveenAnaparthi, and @brianunlam for helping!
5.8.0
Highlights
- Support more language features, including but not limited to
classPrivateMethods
(#1248, #1249)- Note: pkg uses Babel to trace dependencies. It does NOT transform your sources. You should make sure that your code can run on the target Node.js version.
What's Changed
- Bump to vercel/[email protected] by @jesec in #1693
- Add Node 14.20.0, 16.16.0 and 18.5.0 binaries
- https://nodejs.org/en/blog/vulnerability/july-2022-security-releases
- detector: use Babel AST and default plugins by @jesec in #1648
- test: rearrange and fix order by @jesec in #1650
- fix: typo in fabricator.ts by @eltociear in #1661
New Contributors
- @eltociear made their first contribution in #1661
Full Changelog: 5.7.0...5.8.0
5.7.0
Highlights
- Node 18 is now supported!
What's Changed
- Bump to vercel/[email protected] by @jesec in #1616
- 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
5.6.0
What's Changed
- Update README.md by @jonaugustine in #1483
- Copy module folders always to temporary folder by @trippier1 in #1492
- fix: fs readdir and readdirSync (#1130/#1299) by @kldzj in #1495
- fix: usage of .node files not in node_modules by @paul-marechal in #1435
- Bump node-fetch from 2.6.6 to 2.6.7 by @dependabot in #1497
- fix: copyFile and copyFileSync patch by @robertsLando in #1484
- fix: fs.stat/fstat promises by @kldzj in #1511
- build(deps): bump simple-get from 3.1.0 to 3.1.1 by @dependabot in #1512
- feat: add simple type export (TS) by @louisgv in #1557
- chore: replace deprecated String.prototype.substr() by @CommanderRoot in #1560
- fix:
bytecode
option is a boolean by @paul-marechal in #1554 - fix: do not overwrite temp .node files by @paul-marechal in #1547
- Bump to vercel/[email protected] by @jesec in #1578
New Contributors
- @jonaugustine made their first contribution in #1483
- @trippier1 made their first contribution in #1492
- @paul-marechal made their first contribution in #1435
- @louisgv made their first contribution in #1557
- @CommanderRoot made their first contribution in #1560
Full Changelog: 5.5.2...5.6.0