Skip to content

Conversation

@dependabot
Copy link

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

Bumps serverless-offline from 8.8.1 to 10.0.2.

Release notes

Sourced from serverless-offline's releases.

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

Bug Fixes

  • add node.js v16 to unsupported docker runtimes (6ab3928)
  • remove child process option (#1545) (db395dd)
  • remove hide stack traces option (1820771)
  • remove print output option (#1559) (9f31825)

Maintenance Improvements

  • rename option to terminate lambda time (3b9e45f)
  • unsupported docker runtimes (c4a53d9)

v9.3.1

Bug Fixes

Maintenance Improvements

  • remove unsupported dotnet, dotnet core runtimes (b967b37)
  • rename time to millis (c1158b2)

... (truncated)

Changelog

Sourced from serverless-offline's changelog.

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

Bug Fixes

  • add node.js v16 to unsupported docker runtimes (6ab3928)
  • remove child process option (#1545) (db395dd)
  • remove hide stack traces option (1820771)
  • remove print output option (#1559) (9f31825)

Maintenance Improvements

  • rename option to terminate lambda time (3b9e45f)
  • unsupported docker runtimes (c4a53d9)

9.3.1 (2022-09-01)

Bug Fixes

Maintenance Improvements

  • remove unsupported dotnet, dotnet core runtimes (b967b37)
  • rename time to millis (c1158b2)

... (truncated)

Commits
  • d5f68f8 v10.0.2
  • 84dd8e0 test: remove arrow function, use object shorthand
  • 9099847 chore" remove .only from tests
  • a3f5ae5 test: add chrome-aws-lambda http api scenario tests
  • 53a799e perf: create instance in worker thread helper module scope
  • ad6833a v10.0.1
  • acb821c chore: remove outdated maintainers section from package.json
  • 1b993ed chore: bump deps
  • aea5b6e chore: rename test file
  • 335993e fix: await promise
  • 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)

Bumps [serverless-offline](https://github.com/dherault/serverless-offline) from 8.8.1 to 10.0.2.
- [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.0.2)

---
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 12, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 19, 2022

Superseded by #177.

@dependabot dependabot bot closed this Sep 19, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/serverless-offline-10.0.2 branch September 19, 2022 10:42
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