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.3.5 to 5.4.0 #265

Merged
merged 1 commit into from Mar 18, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2021

Bumps serverless-webpack from 5.3.5 to 5.4.0.

Release notes

Sourced from serverless-webpack's releases.

5.4.0

After a long silence, here the latest release ✌️ We have new options, new arguments and some optimizations 🚀

📚 The full changelog is available here. But here are some highlights:

New options:

  • noFrozenLockfile (boolean) under the packagerOptions for the Yarn packager allows you to not have an up to date yarn.lock. See #687
  • excludeRegex (string) allows you to filter files that match the regex before adding to the zip. See #612
  • serializedCompile (boolean) allows you to run each webpack buid one at a time to reduce memory usage. See #517
  • allowCustomRuntime (boolean) added to the function level in your serverless.yml allows you force the packaging when you are using a nodejs custom runtime ONLY. See #675
  • concurrency (integer) allow to set the concurrency (defaults to the number of available cores), only works when packing functions individually. See #681

New arguments:

  • the --no-build used when deploying won't re-build everything if you already build it (using sls webpack for example). See #560

Optimizations:

  • switched to bestzip instead of archiver to use natine zip command if it exists. See #596
  • speed up cleanup process when removing .webpack folder. See #462
Changelog

Sourced from serverless-webpack's changelog.

  • 5.4.0
    • Skip compile & packaging if --no-build is set #560
    • Serialized compile to address #299 #517
    • Add concurrency support for more than one thread #681
    • Option to exclude files using regular expression #612
    • Speed up cleanup process #462
    • Allow custom runtime if Nodejs based #675
    • Convert packageModules to use bestzip instead of archiver #596
    • Fix external modules version for transitive dependencies #541 (see #507)
    • Support noFrozenLockfile options #687
    • Don't package non-node functions (fix for #644) #663
    • Testing with Node.js 14.x #688
    • Replace babel-eslint by @babel/eslint-parser #713
Commits
  • 8212cfc Merge pull request #732 from serverless-heaven/release/5.4.0
  • 0f52f5a 5.4.0
  • 94df210 Merge pull request #729 from serverless-heaven/dependabot/npm_and_yarn/husky-...
  • 430aed2 Bump husky from 4.3.0 to 4.3.8
  • f2bf9d2 Merge pull request #728 from serverless-heaven/dependabot/npm_and_yarn/babel/...
  • 1d2d860 Bump @babel/core from 7.13.8 to 7.13.10
  • a920be6 Merge pull request #727 from serverless-heaven/dependabot/npm_and_yarn/babel/...
  • 0861ef9 Bump @babel/eslint-parser from 7.13.8 to 7.13.10
  • f8aefb2 Merge pull request #713 from serverless-heaven/fix/ditch-babel-eslint
  • 33a90f4 Update changelog
  • 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 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 dependabot bot added the dependencies Pull requests that update a dependency file label Mar 18, 2021
@dependabot dependabot bot requested a review from j0k3r March 18, 2021 01:03
@j0k3r j0k3r merged commit 2067715 into master Mar 18, 2021
@j0k3r j0k3r deleted the dependabot/npm_and_yarn/serverless-webpack-5.4.0 branch March 18, 2021 07:34
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
Development

Successfully merging this pull request may close these issues.

None yet

1 participant