FlavioAandres / FinancesApp

FinancesAPP to keep your finances handled
0 stars 0 forks source link

Bump got, nodemon, serverless and serverless-offline #121

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps got, nodemon, serverless and serverless-offline. These dependencies needed to be updated together. Updates got from 9.6.0 to 11.8.5

Release notes

Sourced from got's releases.

v11.8.5

https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5

v11.8.3

  • Bump cacheable-request dependency (#1921) 9463bb6
  • Fix HTTPError missing .code property (#1739) 0e167b8

https://github.com/sindresorhus/got/compare/v11.8.2...v11.8.3

v11.8.2

  • Make the dnsCache option lazy (#1529) 3bd245f This slightly improves Got startup performance and fixes an issue with Jest.

https://github.com/sindresorhus/got/compare/v11.8.1...v11.8.2

v11.8.1

  • Do not throw on custom stack traces (#1491) 4c815c3a609eb74d0eb139414d9996b4f65dc3c0

v11.8.0

  • Fix for sending files with size 0 on stat (#1488) 7acd380
  • beforeRetry allows stream body if different from original (#1501) 3dd2273
  • Set default value for an options object (#1495) 390b145

https://github.com/sindresorhus/got/compare/v11.7.0...v11.8.0

v11.7.0

Improvements

  • Add pfx HTTPS option (#1364) c33df7f
  • Update body after beforeRequest (#1453) e1c1844
  • Don't allocate buffer twice (#1403) 7bc69d9

Fixes

  • Fix a regression where body was sent after redirect 88b32ea
  • Fix destructure error on promise.json() c97ce7c
  • Do not ignore userinfo on a redirect to the same origin 52de13b

https://github.com/sindresorhus/got/compare/v11.6.2...v11.7.0

v11.6.2

Bug fixes

  • Inherit the prefixUrl option from parent if it's undefined (#1448) a3da70a78aeb7f44dd3e0d0fa47cebe9541eb91e
  • Prepare a fix for hanging promise on Node.js 14.10.x 29d4e325b110ccf7571d4265d40760be4175f7ff
  • Prepare for Node.js 15.0.0 c126ff19c4e893975cbf6c2c8bebce6ed7631276

... (truncated)

Commits


Updates nodemon from 2.0.7 to 2.0.19

Release notes

Sourced from nodemon's releases.

v2.0.19

2.0.19 (2022-07-05)

Bug Fixes

v2.0.18

2.0.18 (2022-06-23)

Bug Fixes

  • revert update-notifier forcing esm (1b3bc8c)

v2.0.17

2.0.17 (2022-06-23)

Bug Fixes

v2.0.16

2.0.16 (2022-04-29)

Bug Fixes

  • support windows by using path.delimiter (e26aaa9)

v2.0.15

2.0.15 (2021-11-09)

Bug Fixes

v2.0.14

2.0.14 (2021-10-19)

Bug Fixes

v2.0.13

... (truncated)

Commits


Updates serverless from 2.51.0 to 3.22.0

Release notes

Sourced from serverless's releases.

3.22.0 (2022-08-16)

Features

Bug Fixes

Maintenance Improvements


Comparison since last release

3.21.0 (2022-07-14)

Features

Bug Fixes


Comparison since last release

3.20.0 (2022-07-08)

Take the 2022 Serverless Community Survey 🎉

Features

Bug Fixes

Maintenance Improvements

... (truncated)

Changelog

Sourced from serverless's changelog.

3.22.0 (2022-08-16)

Features

Bug Fixes

Maintenance Improvements

3.21.0 (2022-07-14)

Features

Bug Fixes

3.20.0 (2022-07-08)

Features

Bug Fixes

Maintenance Improvements

... (truncated)

Commits
  • 076661f chore: Release v3.22.0
  • 45307d6 chore: Bump dependencies
  • 91aff1d refactor: Remove obsolete comment
  • 6bc8615 fix: Fix bug introduced with to .flat() refactor
  • 8eae19f docs: Fix typo in documentation (#11324)
  • 7dcfcce docs: Add missing line in Shared Authorizer example (#11315)
  • 2b98e35 test: Convert promise returning functions to async (#11312)
  • fb8852e docs: Improve RELEASE_PROCESS.md
  • 63bd00c docs: Change endpoint type to uppercase in documentation (#11307)
  • 19dfde9 test: Remove obsolete template tests
  • Additional commits viewable in compare view


Updates serverless-offline from 6.5.0 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will 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](https://github.com/FlavioAandres/FinancesApp/network/alerts).
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.