serverless-plugin-log-subscription
serverless-plugin-log-subscription copied to clipboard
Bump got, serverless and ava
Bumps got to 11.8.6 and updates ancestor dependencies got, serverless and ava. These dependencies need to be updated together.
Updates got from 11.8.3 to 11.8.6
Release notes
Sourced from got's releases.
v11.8.6
- Destroy request object after successful response
https://github.com/sindresorhus/got/compare/v11.8.5...v11.8.6
v11.8.5
- Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc
https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5
Commits
2b1482c11.8.62d1497eDestroy request object after successful response (#2187)5e17bb711.8.5bce8ce7Backport 861ccd9ac2237df762a9e2beed7edd88c60782dc8ced192Fix build670eb0411.8.420f29feBackport #1543: Initialize globalResponse in case of ignored HTTPError (#2017)- See full diff in compare view
Updates serverless from 2.69.1 to 3.26.0
Release notes
Sourced from serverless's releases.
3.26.0 (2022-12-22)
Features
- Plugins: Support variables in configuration extensions (#11558) (968ddd5) (Marco Kleinlein)
- AWS Lambda:
functions[].snapStartsupport (#11576) (adf11b7) (Baerten Dennis)provider.logDataProtectionPolicyandfunctions[].logDataProtectionPolicy(#11599) (2a5e11a) (timo92)- Support
.cjsand.mjsconfiguration extensions (#11586) (9d57933) (Florian Proksch)Bug Fixes
- Variables: Support empty string environment variables (#11629) (022db9c) (Jason Rowsell)
- AWS Local Invoke: Revert breaking jackson-databind upgrade (#11589) (f00eb82) (Geoff Denning)
Maintenance Improvements
- Isolate
importinvocations (#11587) (fe62096) (Mariusz Nowak)- Remove no longer applicable setting (#11608) (dd5b8f6) (Mariusz Nowak)
- Support relative paths in
import-esmutil (#11593) (fcf17a6) (Mariusz Nowak)- Improve module name (#11587) (ac1e0db) (Mariusz Nowak)
3.25.1 (2022-11-28)
Maintenance Improvements
- Wokaround AWS-SDK issue by temporarily pinning v2 version (cb81085) (Mariusz Nowak)
- AWS Local Invocation: Upgrade Java dependencies (#11535) (eb741fe) (xiaokang)
3.25.0 (2022-11-21)
Features
- AWS Deploy:
- Recognize
nodejs.18.xruntime (#11526) (c25f854) (Piotr Grzesik)- Recognize
eu-central-2,eu-south-1andme-central-1regions (#11524) (54f4fc7) (Umut Uzgur)- AWS API Gateway: Allow CloudFormation intrinsic functions in
authorizer.scopes(#11505) (4169ae1) (franzmango)- AWS Kafka: Support
startingPositionTimestamp(#11479) (858758e) (Daniele Iasella)Bug Fixes
- AWS Deploy: Respect existing CloudFormation templates in YAML format (#11521) (20d79a2) (Nick Graffis)
- Do not crash on
nullvalue (#11506) (c4902f3) (Shogo Hida)
3.24.1 (2022-11-04)
... (truncated)
Changelog
Sourced from serverless's changelog.
3.26.0 (2022-12-22)
Features
- Plugins: Support variables in configuration extensions (#11558) (968ddd5) (Marco Kleinlein)
- AWS Lambda:
functions[].snapStartsupport (#11576) (adf11b7) (Baerten Dennis)provider.logDataProtectionPolicyandfunctions[].logDataProtectionPolicy(#11599) (2a5e11a) (timo92)- Support
.cjsand.mjsconfiguration extensions (#11586) (9d57933) (Florian Proksch)Bug Fixes
- Variables: Support empty string environment variables (#11629) (022db9c) (Jason Rowsell)
- AWS Local Invoke: Revert breaking jackson-databind upgrade (#11589) (f00eb82) (Geoff Denning)
Maintenance Improvements
- Isolate
importinvocations (#11587) (fe62096) (Mariusz Nowak)- Remove no longer applicable setting (#11608) (dd5b8f6) (Mariusz Nowak)
- Support relative paths in
import-esmutil (#11593) (fcf17a6) (Mariusz Nowak)- Improve module name (#11587) (ac1e0db) (Mariusz Nowak)
3.25.1 (2022-11-28)
Maintenance Improvements
- Wokaround AWS-SDK issue by temporarily pinning v2 version (cb81085) (Mariusz Nowak)
- AWS Local Invocation: Upgrade Java dependencies (#11535) (eb741fe) (xiaokang)
3.25.0 (2022-11-21)
Features
- AWS Deploy:
- Recognize
nodejs.18.xruntime (#11526) (c25f854) (Piotr Grzesik)- Recognize
eu-central-2,eu-south-1andme-central-1regions (#11524) (54f4fc7) (Umut Uzgur)- AWS API Gateway: Allow CloudFormation intrinsic functions in
authorizer.scopes(#11505) (4169ae1) (franzmango)- AWS Kafka: Support
startingPositionTimestamp(#11479) (858758e) (Daniele Iasella)Bug Fixes
- AWS Deploy: Respect existing CloudFormation templates in YAML format (#11521) (20d79a2) (Nick Graffis)
- Do not crash on
nullvalue (#11506) (c4902f3) (Shogo Hida)3.24.1 (2022-11-04)
Bug Fixes
- Console: Ensure errorneus resolution of url to not break deploys (#11501) (f72c595) (Mariusz Nowak)
3.24.0 (2022-10-31)
... (truncated)
Commits
007af46test: Remove mistakenly added to policy to the fixture711cc70chore: Release v3.26.04c1bccdchore: Bump dependencies022db9cfix(Variables): Support empty string environment variables (#11629)968ddd5feat(Plugins): Support variables in configuration extensions (#11558)2a5e11afeat:provider.logDataProtectionPolicyand `functions[].logDataProtectionPo...305bb7bdocs: Fix spelling (#11622)51c0c44docs: Fix typo (#11617)6c3c40ddocs: Fix YAML nesting (#11615)adf11b7feat(AWS Lambda):functions[].snapStartsupport (#11576)- Additional commits viewable in compare view
Updates ava from 3.15.0 to 5.1.0
Release notes
Sourced from ava's releases.
v5.1.0
What's Changed
- Output logs for tests that remain pending when AVA exits by
@kevo1utionin avajs/ava#3125- Check for --config file extensions after they fail to load, allowing custom loaders by
@panvain avajs/ava#3135New Contributors
@kevo1utionmade their first contribution in avajs/ava#3125@panvamade their first contribution in avajs/ava#3135Full Changelog: https://github.com/avajs/ava/compare/v5.0.1...v5.1.0
v5.0.1
Despite the major version bump this is a relatively minor release. Node.js 12 is no longer supported. The type definitions are now distributed to be compatible with TypeScript 4.7 or newer.
npm install --save-dev avaBreaking Changes
- AVA now requires Node.js 14.19, 16.15 or 18. avajs/ava#3043
- Type definition distribution assumes at least TypeScript 4.7. avajs/ava#3041
- We're now exporting types rather than interfaces. avajs/ava#3096
Improvements
- Detect
process.exit()called from tests by@gibson042in avajs/ava#3080- Improve test result accessibility by
@gibson042in avajs/ava#3082- Parse for line numbers with latest supported ECMA version by
@novemberbornin avajs/ava#3063- Work around
os.cpus()returning an empty array on unsupported platforms by@catink123in avajs/ava#3095- Count timeouts separately from the timed out tests by
@novemberbornin avajs/ava#3099- Cap idle timeouts to the maximum possible value by
@creestorin avajs/ava#3100New Contributors
@Prinzhornmade their first contribution in avajs/ava#3073@catink123made their first contribution in avajs/ava#3095@creestormade their first contribution in avajs/ava#3100@DavidVujicmade their first contribution in avajs/ava#3109Full Changelog: https://github.com/avajs/ava/compare/v4.3.3...v5.0.1
v5.0.0
Despite the major version bump this is a relatively minor release. Node.js 12 is no longer supported. The type definitions are now distributed to be compatible with TypeScript 4.7 or newer.
It's available as a pre-release under the
nexttag for the next few weeks:npm install --save-dev ava@next
... (truncated)
Commits
4ecfe7d5.1.0609b307Update dependencies647d3e1Check for --config file extensions after they fail to load, allowing custom l...9206928Output logs for tests that remain pending when AVA exits136dde3Update reporter logs for latest Node.js 167007f135.0.148dcafaUpdate dependencies; more type tweaks3ebe65cRe-organize types for maximum compatibility2d3f394Update to the browser testing recipe to use jsdom directly52b2270Cap idle timeouts to the maximum possible value- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.