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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump serverless-webpack from 5.3.2 to 5.4.1 #61

Merged
merged 1 commit into from Apr 8, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2021

Bumps serverless-webpack from 5.3.2 to 5.4.1.

Release notes

Sourced from serverless-webpack's releases.

5.4.1

Here is a small release with few fixes. Thanks to contributors! 馃 There are still some bugs reported since 5.4.0 was released that we need to work on.

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

5.3.5

  • Improve runtime validation #629
  • Move ts-node as optional dependency #636
  • Upgrade deps #637

5.3.4

Release Notes

  • Bump lodash from 4.17.15 to 4.17.19 #597
  • Bump lodash from 4.17.15 to 4.17.19 in /examples/typescript #598
  • Bump lodash from 4.17.4 to 4.17.19 in /examples/multiple-statically-entries #599
  • Bump lodash from 4.17.4 to 4.17.19 in /examples/include-external-npm-packages #600
  • Bump lodash from 4.17.4 to 4.17.19 in /examples/babel-multiple-statically-entries #601
  • Bump lodash from 4.17.4 to 4.17.19 in /examples/babel #603
  • Ignore more files from NPM #609
  • Update all examples #626

5.3.3

... (truncated)

Changelog

Sourced from serverless-webpack's changelog.

#735: serverless-heaven/serverless-webpack#735 #742: serverless-heaven/serverless-webpack#742 #748: serverless-heaven/serverless-webpack#748 #766: serverless-heaven/serverless-webpack#766 #746: serverless-heaven/serverless-webpack#746 #767: serverless-heaven/serverless-webpack#767

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

    • Improve runtime validation #629
    • Move ts-node as optional dependency #636
    • Upgrade deps #637
  • 5.3.4

    • Bump lodash from 4.17.15 to 4.17.19 #597
    • Bump lodash from 4.17.15 to 4.17.19 in /examples/typescript #598
    • Bump lodash from 4.17.4 to 4.17.19 in /examples/multiple-statically-entries #599
    • Bump lodash from 4.17.4 to 4.17.19 in /examples/include-external-npm-packages #600
    • Bump lodash from 4.17.4 to 4.17.19 in /examples/babel-multiple-statically-entries #601
    • Bump lodash from 4.17.4 to 4.17.19 in /examples/babel #603
    • Ignore more files from NPM #609
    • Update all examples #626
  • 5.3.3

    • default webpackConfig.node should be false #502
    • Fix yarn list --json stdOut parsing #516
    • Updated release notes #585
    • Updated Node versions in CI #587
    • Remove optional peer dependencies #542

... (truncated)

Commits
  • 320dea7 Merge pull request #768 from serverless-heaven/release/5.4.1
  • 56ace5a Release 5.4.1
  • 9d1c4e9 Merge pull request #767 from apancutt/master
  • 4d15b03 Allow webpack config to be exported as an ES6 module from a custom webpack file
  • 5cdefda Merge pull request #746 from janicduplessis/webpack-5-fix
  • 4744341 Fix external modules with webpack 5
  • 89b2c99 Merge pull request #766 from apancutt/master
  • 680c07b Added test that ensures ts-node is not registered twice
  • 0fd5ea0 Prevent ts-node being registered twice
  • ac82119 Merge pull request #748 from daryl-c/fix-keepoutputdirectory-cleanup
  • 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 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 @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 8, 2021

Dependabot tried to add @vinayakkulkarni and @ganesh-geospoc as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/pronitdas/ci-cd-nodejs-ts-lambda/pulls/61/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the pronitdas/ci-cd-nodejs-ts-lambda repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 8, 2021
@pronitdas pronitdas merged commit a8d3505 into main Apr 8, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/serverless-webpack-5.4.1 branch April 8, 2021 04:02
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant