Skip to content
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

Bump serverless-webpack from 5.4.2 to 5.5.1 #343

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jul 1, 2021

Bumps serverless-webpack from 5.4.2 to 5.5.1.

Release notes

Sourced from serverless-webpack's 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! 🤝

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, thanks to @​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, thanks to @​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, #649 & #501, thanks to @​nponeccop, @​francisu & @​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, thanks to @​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, thanks @​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.

#834: serverless-heaven/serverless-webpack#834 #858: serverless-heaven/serverless-webpack#858 #876: serverless-heaven/serverless-webpack#876 #857: serverless-heaven/serverless-webpack#857

#689: serverless-heaven/serverless-webpack#689 #813: serverless-heaven/serverless-webpack#813 #770: serverless-heaven/serverless-webpack#770 #723: serverless-heaven/serverless-webpack#723 #550: serverless-heaven/serverless-webpack#550

Commits
  • 033f504 Merge pull request #863 from serverless-heaven/release/5.5.1
  • c40466b Update changelog
  • 578fa36 Force Node 10 minimum
  • e7f94e3 5.5.1
  • 4e7c90e Prepare 5.5.1
  • 69db76d Merge pull request #876 from FatalTouch/non-node-packaging-fix-2021-06-10
  • b4a7014 Increase coverage
  • b51bd58 Merge branch 'master' into non-node-packaging-fix-2021-06-10
  • dab8ef3 Merge pull request #871 from serverless-heaven/dependabot/npm_and_yarn/exampl...
  • 9887c73 Fix packaging for non-node functions
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 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:

  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 1, 2021
@jmannau
Copy link
Owner

jmannau commented Jul 1, 2021 via email

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/serverless-webpack-5.5.1 branch from 4b88201 to 2490a55 Compare July 1, 2021 10:11
@dependabot-preview dependabot-preview bot merged commit 54e2ea7 into master Jul 1, 2021
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/serverless-webpack-5.5.1 branch July 1, 2021 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant