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.3 #825

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps type-fest from 2.19.0 to 4.10.3.

Release notes

Sourced from type-fest's releases.

v4.10.3

  • PartialOnUndefinedDeep: Fix it incorrectly removing non-optional properties when the input type contains an index signature (#764) 2f4b55a

https://github.com/sindresorhus/type-fest/compare/v4.10.2...v4.10.3

v4.10.2

  • MergeDeep: Fix compatibility with TypeScript 5.4 (#807) 5f6165a

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

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.

... (truncated)

Commits
  • 3ef12b0 4.10.3
  • 2f4b55a PartialOnUndefinedDeep: Fix it incorrectly removing non-optional properties...
  • e02f228 4.10.2
  • 5f6165a MergeDeep: Fix compatibility with TypeScript 5.4 (#807)
  • 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...
  • 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 7 months ago

Superseded by #833.