agiledigital / serverless-sns-sqs-lambda

serverless plugin to make serverless-sns-sqs-lambda events
Apache License 2.0
81 stars 18 forks source link

build(deps-dev): bump type-fest from 2.19.0 to 4.10.1 #815

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps type-fest from 2.19.0 to 4.10.1.

Release notes

Sourced from type-fest's releases.

v4.10.1

  • Fix support for exactOptionalPropertyTypes: true tsconfig (#804) a54e313

https://github.com/sindresorhus/type-fest/compare/v4.10.0...v4.10.1

v4.10.0

  • Get: Fix handling of readonly array (#799) 4a38651
  • SharedUnionFieldsDeep: Skip if input type is not a union type (#798) 6f1db93
  • DelimiterCasedPropertiesDeep: Don't recurse into intersection type that include primitive value (#789) eb96609
  • Merge: Don't turn undefined into optional key (#787) 0aec247

https://github.com/sindresorhus/type-fest/compare/v4.9.0...v4.10.0

v4.9.0

New types

Improvements

  • ReadonlyDeep: Fix usage with properties defined with void (#782) a919f93
  • ConditionalPickDeep: Support interface (#776) ebb7a59

https://github.com/sindresorhus/type-fest/compare/v4.8.3...v4.9.0

v4.8.3

  • MergeDeep: Fix optional key when value type is any or never (#777) 609c097
  • Paths: Ensure it doesn't recurse into Map or Set's prototype properties (#772) 6759853

https://github.com/sindresorhus/type-fest/compare/v4.8.2...v4.8.3

v4.8.2

  • DelimiterCasedPropertiesDeep: Fix handing of string (#768) e26c779

https://github.com/sindresorhus/type-fest/compare/v4.8.1...v4.8.2

v4.8.1

  • Jsonify: Fix usage with readonly array f8019c2
  • Revert "Add Element to type BuiltIns (#745)" 1b25feb
    • It caused problems when DOM types are not available.

https://github.com/sindresorhus/type-fest/compare/v4.8.0...v4.8.1

v4.8.0

  • PickDeep: Support interface (#755) 1c65935
  • Paths: Support interface (#746) 8fa831e
  • ObjectValue: Support any kind of number index (#753) 972815c
  • Class: Fix type inference (#701) 7294cf0
  • DelimiterCasedPropertiesDeep: Improve array handling (#744) 59411c8
  • PartialDeep : Don't recurse into HTMLElement (#745) d42ea80

... (truncated)

Commits
  • eccf171 4.10.1
  • a54e313 Fix support for exactOptionalPropertyTypes: true tsconfig (#804)
  • 18a12b7 4.10.0
  • 4a38651 Get: Fix handling of readonly array (#799)
  • 6f1db93 SharedUnionFieldsDeep: Skip if input type is not a union type (#798)
  • eb96609 DelimiterCasedPropertiesDeep: Don't recurse into intersection type that inc...
  • 0aec247 Merge: Don't turn undefined into optional key (#787)
  • 02a95c5 4.9.0
  • 94bb3d3 Add SharedUnionFieldsDeep type (#783)
  • 00233da Ensure that .d.ts files are checked by tests (#785)
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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[bot] commented 8 months ago

Superseded by #818.