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-offline from 9.3.1 to 11.0.1 in /examples/serverless-offline #174

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps serverless-offline from 9.3.1 to 11.0.1.

Release notes

Sourced from serverless-offline's releases.

v11.0.1

Bug Fixes

Performance Improvements

  • create api keys only when needed (again) (d614fc8)

v11.0.0

⚠ BREAKING CHANGES

  • remove apiKey option (#1585)
    • MIGRATION: if you want to specify the apiKey value yourself, please define it under provider.apiGateway.apiKeys in the serverless config
  • remove disableScheduledEvents option (#1582)
    • MIGRATION: if you want to disable the event, please define it in the events.schedule.enabled section of the serverless config

Bug Fixes

v10.3.2

Performance Improvements

  • create api keys set only when needed (a6df83a)

Maintenance Improvements

  • private endpoint with api keys (8638635)
  • private endpoint with api keys, Part 2 (9d57872)

v10.3.1

Bug Fixes

v10.3.0

Features

  • deprecate disableScheduledEvents option (e7ad109)

Bug Fixes

v10.2.1

Bug Fixes

... (truncated)

Changelog

Sourced from serverless-offline's changelog.

11.0.1 (2022-10-01)

Bug Fixes

Performance Improvements

  • create api keys only when needed (again) (d614fc8)

11.0.0 (2022-09-29)

⚠ BREAKING CHANGES

  • remove apiKey option (#1585)
  • remove disableScheduledEvents option (#1582)

Bug Fixes

10.3.2 (2022-09-27)

Performance Improvements

  • create api keys set only when needed (a6df83a)

Maintenance Improvements

  • private endpoint with api keys (8638635)
  • private endpoint with api keys, Part 2 (9d57872)

10.3.1 (2022-09-27)

Bug Fixes

10.3.0 (2022-09-25)

Features

  • deprecate disableScheduledEvents option (e7ad109)

Bug Fixes

  • --disableCookieValidation flag throws error (7ebcc65)
  • set cookies to undefined (bf7fed6)

... (truncated)

Commits


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: