Releases: vercel/ncc
Releases · vercel/ncc
0.33.2
Patches
- Fix: use
sha256
instead of deprecatedmd5
for hash algorithm: #868 - Fix: typo in build script: #835
- Chore(test) Add Node.js 16 to CI: #801
- Chore(deps): bump nodemailer from 6.5.0 to 6.7.2: #833
- Chore(deps-dev): bump terser from 5.7.1 to 5.10.0: #840
- Chore(deps-dev): bump passport from 0.4.1 to 0.5.2: #839
- Chore(deps-dev): bump sequelize from 6.6.5 to 6.12.4: #843
- Chore(deps-dev): bump analytics-node from 5.0.0 to 6.0.0: #838
- Chore(deps): bump follow-redirects from 1.14.5 to 1.14.7: #846
- Chore(deps): bump cached-path-relative from 1.0.2 to 1.1.0: #854
- Chore(deps-dev): bump license-webpack-plugin from 2.3.20 to 4.0.1: #859
- Chore(deps): bump simple-get from 3.1.0 to 3.1.1: #864
- Chore(deps-dev): bump aws-sdk from 2.1024.0 to 2.1068.0: #867
Credits
Huge thanks to @shakefu for helping!
0.33.1
0.33.0
Minor Changes
- Chore(deps-dev): bump @vercel/webpack-asset-relocator-loader: #826
- Fix: Fix source maps: #818
- Feat: Allow using matches from externals for regex matching: #825
Patches
- Chore(deps-dev): bump koa from 2.13.1 to 2.13.4: #822
- Chore(deps-dev): bump mariadb from 2.5.4 to 2.5.5: #823
Credits
Huge thanks to @fenix20113 for helping!
0.32.0
Changes
- Feat: bump to webpack@5.61.0: #809
- Docs: add debug command description: #800
- Chore(deps): bump object-path from 0.11.7 to 0.11.8: #778
- Chore(deps): bump tmpl from 1.0.4 to 1.0.5: #779
- Chore(deps-dev): bump vm2 from 3.9.3 to 3.9.4: #795
- Chore(deps-dev): bump axios from 0.21.1 to 0.21.2: #810
- Chore(deps-dev): bump aws-sdk from 2.958.0 to 2.1024.0: #812
- Chore(deps-dev): bump webpack from 5.61.0 to 5.62.1: #813
- Chore(deps): bump passport-oauth2 from 1.5.0 to 1.6.1: #811
- Chore(deps): bump url-parse from 1.5.1 to 1.5.3: #815
Credits
Huge thanks to @fireairforce and @jesec for helping!
0.31.1
0.31.0
0.30.0
Changes
- Major: Change asset builds to opt-in with new option
--asset-builds
: #756 - Chore: bump typescript from 3.9.9 to 4.3.5: #739
- Chore: bump codecov to 3.8.3: #752
Description
Previous, fs.readFile('./asset.js')
would compile asset.js
instead of including as an asset.
With this release, the default behavior has been changed to include asset.js
as an asset only.
If you want the old behavior, you can use the --asset-builds
option.
Credits
Huge thanks to @guybedford for helping!
0.29.2
0.29.1
Patches
- Fix: add stringify-loader: #742
- Fix: package.json asset type module setting: #733
- Chore(deps): update dependencies: #736
- Chore(deps): bump tar from 4.4.13 to 4.4.15: #743
- Chore(deps): bump path-parse from 1.0.6 to 1.0.7: #745
- Chore(deps-dev): bump pdfkit from 0.12.1 to 0.12.3: #740
Credits
Huge thanks to @guybedford, @mmorel-35, and @jpcloureiro for helping!
0.29.0
Changes
- Major: output ESM for
.mjs
ortype=module
builds: #720 - Feat: update to webpack-asset-reloactor-loader@1.5.0: #718
- Feat: update to webpack@5.42.0: #723
- Feat: update to webpack@5.43.0: #724
- Chore: bump set-getter from 0.1.0 to 0.1.1: #719
- Fix: typo in readme: #712
Credits
Huge thanks to @rethab and @guybedford for helping!