Releases: serverless-heaven/serverless-webpack
Releases · serverless-heaven/serverless-webpack
Release list
5.16.2
5.16.1
5.16.0
Note
That version wasn't published to NPM because of a misconfiguration in the publish process.
Human changelog
- NPM >= 11 is now required
- Bluebird got remove (finally)
- Biome is used instead of ESLint
What's Changed
- Remove bluebird and use native Promise by @j0k3r in #2409
- Fix Biome config by @j0k3r in #2477
- Add osls to the tests suite by @j0k3r in #2476
- Remove
@serverless/testby @j0k3r in #2478 - Use
tinyglobbyinstead ofglobby @j0k3r in #2479 - Define 7 days of minimum age for new deps by @j0k3r in #2480
- Remove
fs-extraby @j0k3r in #2483 - Prepare 5.16.0 by @j0k3r in #2484
Full Changelog: v5.15.4...v5.16.0
5.15.4
What's Changed
- chore: drop is-builtin-module by @43081j in #2308
- Ditch ESLint and use Biome by @j0k3r in #2355
- Drop Node 18 support by @j0k3r in #2356
- Fix
image.namenot bundled when ECR image is provided by @j0k3r in #2358 - Prepare 5.15.4 by @j0k3r in #2359
New Contributors
Full Changelog: v5.15.3...v5.15.4
5.15.3
5.15.2
5.15.1
5.15.0
Main change
We've added support for Serverless v4 🎉
If you want to use Serverless v4 you must disable the default builtin ESBuild support in your serverless.yml (because it conflicts with serverless-webpack):
build:
esbuild: falseWhat's Changed
- Update deps by @j0k3r in #1951
- Add support for Serverless v4 by @j0k3r in #1959
- Update glob by @j0k3r in #1960
- Prepare 5.15.0 by @j0k3r in #1963
Full Changelog: v5.14.2...v5.15.0
5.14.2
What's Changed
- Apply
promisify()tofsmodule functions to avoid error with Serverless v4 by @ronkot in #1917 - Prepare 5.14.2 by @j0k3r in #1926
Meta stuff (examples, deps, etc.)
- Update all deps to have fast-xml-parser@4.4.1 by @j0k3r in #1901
- Update all examples by @j0k3r in #1922
- Remove
fbgraphfrom examples by @j0k3r in #1924 - Remove unused
coverallsdeps by @j0k3r in #1925
New Contributors
Full Changelog: v5.14.1...v5.14.2
5.14.1
What's Changed
- fix: make
ts-nodedependency truly optional by @G-Rath in #1825 - When using
SLS_DEBUGenv var, more log will be dumped by @kennyhyun in #1803 - Prepare 5.14.1 by @j0k3r in #1830
New Contributors
- @G-Rath made their first contribution in #1825
- @kennyhyun made their first contribution in #1803
Full Changelog: v5.14.0...v5.14.1