Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 23, 2022

Bumps serverless-offline from 8.8.1 to 10.2.0.

Release notes

Sourced from serverless-offline's releases.

v10.2.0

Features

Maintenance Improvements

  • http server instantation for websockets (4c7a034)
  • use node:fs/promises (b1a6121)
  • use optional chaining (0000ba7)
  • websocket server instantation (2843e86)
  • websocket servers instantiation (4788e04)

v10.1.0

Features

Performance Improvements

  • remove contributors from package.json (0b9f007)

v10.0.2

Performance Improvements

  • create instance in worker thread helper module scope (53a799e)

v10.0.1

Bug Fixes

v10.0.0

⚠ BREAKING CHANGES

  • remove hide stack traces option
    • MIGRATION: if you want the stack trace for some reason to be hidden you can catch any possible exception in your handler code and modify the error instance yourself
  • rename option to terminate lambda time
    • MIGRATION: the previous option was never mentioned in the documentation. just use the new flag name.
  • remove child process option (#1545)
    • MIGRATION: the --useChildProcess flag was not needed anymore since the introduction of worker-threads in node.js. just use the default (no option), which is worker-threads.
  • remove print output option (#1559)
    • MIGRATION: if you want the result to be printed in the console you can do it yourself in the handler code

Features

... (truncated)

Changelog

Sourced from serverless-offline's changelog.

10.2.0 (2022-09-22)

Features

Maintenance Improvements

  • http server instantation for websockets (4c7a034)
  • use node:fs/promises (b1a6121)
  • use optional chaining (0000ba7)
  • websocket server instantation (2843e86)
  • websocket servers instantiation (4788e04)

10.1.0 (2022-09-18)

Features

Performance Improvements

  • remove contributors from package.json (0b9f007)

10.0.2 (2022-09-11)

Performance Improvements

  • create instance in worker thread helper module scope (53a799e)

10.0.1 (2022-09-10)

Bug Fixes

  • await promise (335993e)
  • Support multiple of same query string for LambdaProxyIntegrationEventV2 (#1525) (7416c1c)

10.0.0 (2022-09-03)

⚠ BREAKING CHANGES

  • remove hide stack traces option
  • rename option to terminate lambda time
  • remove child process option (#1545)
  • remove print output option (#1559)

Features

... (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)

Bumps [serverless-offline](https://github.com/dherault/serverless-offline) from 8.8.1 to 10.2.0.
- [Release notes](https://github.com/dherault/serverless-offline/releases)
- [Changelog](https://github.com/dherault/serverless-offline/blob/master/CHANGELOG.md)
- [Commits](dherault/serverless-offline@v8.8.1...v10.2.0)

---
updated-dependencies:
- dependency-name: serverless-offline
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 23, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 26, 2022

Superseded by #179.

@dependabot dependabot bot closed this Sep 26, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/serverless-offline-10.2.0 branch September 26, 2022 11:59
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.

1 participant