-
Notifications
You must be signed in to change notification settings - Fork 0
Bump serverless-webpack from 5.4.2 to 5.5.1 #343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
dependabot-preview
merged 1 commit into
master
from
dependabot/npm_and_yarn/serverless-webpack-5.5.1
Jul 1, 2021
Merged
Bump serverless-webpack from 5.4.2 to 5.5.1 #343
dependabot-preview
merged 1 commit into
master
from
dependabot/npm_and_yarn/serverless-webpack-5.5.1
Jul 1, 2021
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
|
@dependabot merge
…On Thu, 1 Jul 2021 at 18:22, dependabot-preview[bot] < ***@***.***> wrote:
Bumps serverless-webpack
<https://github.com/serverless-heaven/serverless-webpack> from 5.4.2 to
5.5.1.
Release notes
*Sourced from serverless-webpack's releases
<https://github.com/serverless-heaven/serverless-webpack/releases>.*
5.5.1
Here is a small release with few fixes with one important improvement in
memory usage when packaging function individually.
Thanks to contributors! 🤝
- Use processed options to improve non-AWS provider support (#834
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/834>
@CorentinDoue <https://github.com/CorentinDoue>)
- Reduce memory usage by releasing webpack stats objects after compile
(#858
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/858>
@janicduplessis <https://github.com/janicduplessis>)
- Allow boolean or number values in slsw.lib.options (#857
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/857>
@coyoteecd <https://github.com/coyoteecd>)
- Fix packaging for non-node functions (#876
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/876>
@FatalTouch <https://github.com/FatalTouch>)
5.5.0
New features were added in that release 🎉
Again, thanks to contributors! 🤝
We added the ability to specify the node_modules relative dir
*In #689
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/689>,
thanks to @ypxing <https://github.com/ypxing>*
This'll help people using monorepo. You define this option like that:
# serverless.yml
custom:
webpack:
includeModules:
nodeModulesRelativeDir: '../../' # relative path to current working directory.
Fix the spawn E2BIG error when zipping
*In #813
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/813>,
thanks to @j0k3r <https://github.com/j0k3r>*
While fixing a bug when using the excludeRegex option a new one appear
when we give a huge files list to the zip command. It crashed with the
E2BIG error. Now, if you define the excludeRegex option, we'll never use
the zip command but the NodeJS way to create the zip to avoid that error.
It'll be slower but it'll work.
Extends the --no-build option to serverless offline start
*In #770
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/770>,
#649
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/649>
& #501
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/501>,
thanks to @nponeccop <https://github.com/nponeccop>, @francisu
<https://github.com/francisu> & @todda00 <https://github.com/todda00>*
Extends the --no-build option to serverless offline start and serverless
offline, allowing the ability to use previously compiled files from
either a previous serverless offline start (when keeping output files) or
from a direct serverless webpack
Add Serverless Container Support
*In #723
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/723>,
thanks to @rogersgt <https://github.com/rogersgt>*
It adds support for Docker Images as Custom Runtimes. Check the doc about
that:
https://github.com/serverless-heaven/serverless-webpack#support-for-docker-images-as-custom-runtimes
Add support for Yarn network-concurrency option
*In #550
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/550>,
thanks @cfroese <https://github.com/cfroese>*
It adds the ability to specify the network-concurrency option when using
Yarn as the packager.
</tr></table>
... (truncated)
Changelog
*Sourced from serverless-webpack's changelog
<https://github.com/serverless-heaven/serverless-webpack/blob/master/CHANGELOG.md>.*
- 5.5.1
- chore: use processedOptions (#834
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/834>[]
@CorentinDoue <https://github.com/CorentinDoue>)
- Reduce memory usage by releasing webpack stats objects after
compile (#858
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/858>[]
@janicduplessis <https://github.com/janicduplessis>)
- (fix) allow boolean or number values in slsw.lib.options (#857
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/857>[]
@coyoteecd <https://github.com/coyoteecd>)
- Fix packaging for non-node functions (#876
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/876>[]
@FatalTouch <https://github.com/FatalTouch>)
#834
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/834>:
serverless-heaven/serverless-webpack#834
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/pull/834>
#858
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/858>:
serverless-heaven/serverless-webpack#858
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/pull/858>
#876
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/876>:
serverless-heaven/serverless-webpack#876
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/pull/876>
#857
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/857>:
serverless-heaven/serverless-webpack#857
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/pull/857>
- 5.5.0
- Add ability to specify the node_modules relative dir (#689
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/689>[]
@ypxing <https://github.com/ypxing>)
- Fix the spawn E2BIG error when zipping (#813
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/813>[]
@j0k3r <https://github.com/j0k3r>)
- Extends the --no-build option to serverless offline start (#770
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/770>[]
@nponeccop <https://github.com/nponeccop>)
- Add Serverless Container Support (#723
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/723>[]
@rogersgt <https://github.com/rogersgt>)
- Add support for Yarn network-concurrency option (#550
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/550>[]
@cfroese <https://github.com/cfroese>)
#689
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/689>:
serverless-heaven/serverless-webpack#689
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/pull/689>
#813
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/813>:
serverless-heaven/serverless-webpack#813
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/pull/813>
#770
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/770>:
serverless-heaven/serverless-webpack#770
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/pull/770>
#723
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/723>:
serverless-heaven/serverless-webpack#723
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/pull/723>
#550
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/550>:
serverless-heaven/serverless-webpack#550
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/pull/550>
Commits
- 033f504
<serverless-heaven/serverless-webpack@033f504>
Merge pull request #863
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/863>
from serverless-heaven/release/5.5.1
- c40466b
<serverless-heaven/serverless-webpack@c40466b>
Update changelog
- 578fa36
<serverless-heaven/serverless-webpack@578fa36>
Force Node 10 minimum
- e7f94e3
<serverless-heaven/serverless-webpack@e7f94e3>
5.5.1
- 4e7c90e
<serverless-heaven/serverless-webpack@4e7c90e>
Prepare 5.5.1
- 69db76d
<serverless-heaven/serverless-webpack@69db76d>
Merge pull request #876
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/876>
from FatalTouch/non-node-packaging-fix-2021-06-10
- b4a7014
<serverless-heaven/serverless-webpack@b4a7014>
Increase coverage
- b51bd58
<serverless-heaven/serverless-webpack@b51bd58>
Merge branch 'master' into non-node-packaging-fix-2021-06-10
- dab8ef3
<serverless-heaven/serverless-webpack@dab8ef3>
Merge pull request #871
<https://github-redirect.dependabot.com/serverless-heaven/serverless-webpack/issues/871>
from serverless-heaven/dependabot/npm_and_yarn/exampl...
- 9887c73
<serverless-heaven/serverless-webpack@9887c73>
Fix packaging for non-node functions
- Additional commits viewable in compare view
<serverless-heaven/serverless-webpack@v5.4.2...v5.5.1>
[image: Dependabot compatibility score]
<https://dependabot.com/compatibility-score/?dependency-name=serverless-webpack&package-manager=npm_and_yarn&previous-version=5.4.2&new-version=5.5.1>
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting @dependabot
rebase.
------------------------------
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits
that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot ignore this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
- @dependabot use these labels will set the current labels as the
default for future PRs for this repo and language
- @dependabot use these reviewers will set the current reviewers as
the default for future PRs for this repo and language
- @dependabot use these assignees will set the current assignees as
the default for future PRs for this repo and language
- @dependabot use this milestone will set the current milestone as the
default for future PRs for this repo and language
- @dependabot badge me will comment on this PR with code to add a
"Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard
<https://app.dependabot.com>:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
------------------------------
You can view, comment on, or merge this pull request online at:
#343
Commit Summary
- Bump serverless-webpack from 5.4.2 to 5.5.1
File Changes
- *M* package-lock.json
<https://github.com/jmannau/serverless-ts-template/pull/343/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519>
(125)
- *M* package.json
<https://github.com/jmannau/serverless-ts-template/pull/343/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519>
(2)
Patch Links:
- https://github.com/jmannau/serverless-ts-template/pull/343.patch
- https://github.com/jmannau/serverless-ts-template/pull/343.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#343>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABK6JJ72KGIW54XZUN4ZIDTVQQVDANCNFSM47T7SEYA>
.
|
Bumps [serverless-webpack](https://github.com/serverless-heaven/serverless-webpack) from 5.4.2 to 5.5.1. - [Release notes](https://github.com/serverless-heaven/serverless-webpack/releases) - [Changelog](https://github.com/serverless-heaven/serverless-webpack/blob/master/CHANGELOG.md) - [Commits](serverless-heaven/serverless-webpack@v5.4.2...v5.5.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
4b88201 to
2490a55
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps serverless-webpack from 5.4.2 to 5.5.1.
Release notes
Sourced from serverless-webpack's releases.
... (truncated)
Changelog
Sourced from serverless-webpack's changelog.
Commits
033f504Merge pull request #863 from serverless-heaven/release/5.5.1c40466bUpdate changelog578fa36Force Node 10 minimume7f94e35.5.14e7c90ePrepare 5.5.169db76dMerge pull request #876 from FatalTouch/non-node-packaging-fix-2021-06-10b4a7014Increase coverageb51bd58Merge branch 'master' into non-node-packaging-fix-2021-06-10dab8ef3Merge pull request #871 from serverless-heaven/dependabot/npm_and_yarn/exampl...9887c73Fix packaging for non-node functionsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @jmannau.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard: