Bump serverless-offline from 8.8.1 to 9.3.1
Bumps serverless-offline from 8.8.1 to 9.3.1.
Release notes
Sourced from serverless-offline's releases.
v9.3.1
Bug Fixes
Maintenance Improvements
- remove unsupported dotnet, dotnet core runtimes (b967b37)
- rename time to millis (c1158b2)
- simplify ruby runner (10e7e82)
v9.3.0
Features
Bug Fixes
Maintenance Improvements
- examples (83835dd)
- examples to use es6 imports (6953f23)
- move examples handlers to src directory (724b9e8)
- simplify (dc8c46a)
v9.2.6
Bug Fixes
- add handler exception logging (06d348d)
- Log uncaught exceptions in worker thread handlers (#1544) (498ce29) thank you
@aldenquimbyMaintenance Improvements
- move child process deprecation to the end for more visibility (310a535)
- rename variables (26f61a4)
- simplify return (04d0ae0)
v9.2.5
Bug Fixes
v9.2.4
Note:
--useChildProcesseshas been deprecated and will be removed in the next major version, as it is redundant, has no advantages, and can be replaced with the better option of usingworker threads, the current default. It's one less option and less code to maintain. thechild processoption also originated at a time whenworker threadsweren't yet available in node.js, and handler reloading in thein-processmode was buggy and leaking memory.Bug Fixes
... (truncated)
Changelog
Sourced from serverless-offline's changelog.
9.3.1 (2022-09-01)
Bug Fixes
Maintenance Improvements
- remove unsupported dotnet, dotnet core runtimes (b967b37)
- rename time to millis (c1158b2)
- simplify ruby runner (10e7e82)
9.3.0 (2022-08-28)
Features
Bug Fixes
Maintenance Improvements
- examples (83835dd)
- examples to use es6 imports (6953f23)
- move examples handlers to src directory (724b9e8)
- simplify (dc8c46a)
9.2.6 (2022-08-21)
Bug Fixes
- add handler exception logging (06d348d)
- Log uncaught exceptions in worker thread handlers (#1544) (498ce29)
Maintenance Improvements
- move child process deprecation to the end for more visibility (310a535)
- rename variables (26f61a4)
- simplify return (04d0ae0)
9.2.5 (2022-08-18)
Bug Fixes
... (truncated)
Commits
28b6060v9.3.111cc039fix: remove package.json main fielda660813chore: remove commented code6666e35fix: millis calculationc1158b2refactor: rename time to millis10e7e82refactor: simplify ruby runnerb967b37refactor: remove unsupported dotnet, dotnet core runtimes013cc6ftest: refactor serverless-plugin-typescript to use es6 modulesac2676afix: unpin luxon47b9d59v9.3.0- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)