activescott / serverless-aws-static-file-handler

Easily serve static files with the Serverless Framework on AWS Lambda.
MIT License
52 stars 14 forks source link

chore: bump serverless-webpack from 5.9.1 to 5.10.0 in /test-files/webpack-project #188

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps serverless-webpack from 5.9.1 to 5.10.0.

Release notes

Sourced from serverless-webpack's releases.

5.10.0

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 to true in the packagerOptions in serverless.yml.

What's Changed

New Contributors

Full Changelog: https://github.com/serverless-heaven/serverless-webpack/compare/v5.9.1...v5.10.0

Commits
  • b27a8b4 Merge pull request #1248 from serverless-heaven/release/5.10.0
  • 22f774b 5.10.0
  • 48e7aea Merge pull request #1245 from NoxHarmonium/issue-1242-duplicate-artifact-log
  • 3442b98 Merge branch 'master' into issue-1242-duplicate-artifact-log
  • 606c560 Merge pull request #1247 from serverless-heaven/dependabot/npm_and_yarn/eslin...
  • 3c572c6 chore(deps-dev): bump eslint from 8.23.1 to 8.24.0
  • 85c1803 chore: fix typo
  • c45a570 fix: prevent duplicate artifact assignment
  • 070395d Merge pull request #1246 from jagonzalr/bug/non-interactive-yarn-2
  • 7f82877 Add new packagerOptions noNonInteractive to disable interactive mode when usi...
  • 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)
github-actions[bot] commented 1 year ago

:tada: This PR is included in version 4.0.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: