chore(deps): update dependency serverless-webpack to v5.15.1 #942
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.9.1
->5.15.1
Release Notes
serverless-heaven/serverless-webpack (serverless-webpack)
v5.15.1
: 5.15.1Compare Source
What's Changed
image.name
property by @ilyesBen in https://github.com/serverless-heaven/serverless-webpack/pull/1885New Contributors
Full Changelog: serverless-heaven/serverless-webpack@v5.15.0...v5.15.1
v5.15.0
: 5.15.0Compare Source
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 withserverless-webpack
):What's Changed
Full Changelog: serverless-heaven/serverless-webpack@v5.14.2...v5.15.0
v5.14.2
: 5.14.2Compare Source
What's Changed
promisify()
tofs
module functions to avoid error with Serverless v4 by @ronkot in https://github.com/serverless-heaven/serverless-webpack/pull/1917Meta stuff (examples, deps, etc.)
fbgraph
from examples by @j0k3r in https://github.com/serverless-heaven/serverless-webpack/pull/1924coveralls
deps by @j0k3r in https://github.com/serverless-heaven/serverless-webpack/pull/1925New Contributors
Full Changelog: serverless-heaven/serverless-webpack@v5.14.1...v5.14.2
v5.14.1
: 5.14.1Compare Source
What's Changed
ts-node
dependency truly optional by @G-Rath in https://github.com/serverless-heaven/serverless-webpack/pull/1825SLS_DEBUG
env var, more log will be dumped by @kennyhyun in https://github.com/serverless-heaven/serverless-webpack/pull/1803New Contributors
Full Changelog: serverless-heaven/serverless-webpack@v5.14.0...v5.14.1
v5.14.0
: 5.14.0Compare Source
What's Changed
spawn EINVAL
on Windows when using Node > 20.12.2 by @j0k3r in https://github.com/serverless-heaven/serverless-webpack/pull/1793Full Changelog: serverless-heaven/serverless-webpack@v5.13.0...v5.14.0
v5.13.0
: 5.13.0Compare Source
What's Changed
Full Changelog: serverless-heaven/serverless-webpack@v5.12.0...v5.13.0
v5.12.0
: 5.12.0Compare Source
Main Changes
This adds a new config parameter for both NPM & Yarn:
copyPackageSectionNames
which list entries in yourpackage.json
to copy to the outputpackage.json
(for ESM output).What's Changed
New Contributors
Full Changelog: serverless-heaven/serverless-webpack@v5.11.0...v5.12.0
v5.11.0
: 5.11.0Compare Source
What's Changed
New Contributors
Full Changelog: serverless-heaven/serverless-webpack@v5.10.0...v5.11.0
v5.10.0
: 5.10.0Compare Source
Main Changes
The lib is finally compatible with Yarn 2 (and above)! Thanks to @jagonzalr (and others involved in #642).
You need to define the option
noNonInteractive
totrue
in thepackagerOptions
inserverless.yml
.What's Changed
packagerOptions
:noNonInteractive
to disable interactive mode when using Yarn 2 or above by @jagonzalr in https://github.com/serverless-heaven/serverless-webpack/pull/1246New Contributors
Full Changelog: serverless-heaven/serverless-webpack@v5.9.1...v5.10.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.