Skip to content

[deps] Platform: Update type-fest to v5#16633

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/type-fest-5.x
Open

[deps] Platform: Update type-fest to v5#16633
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/type-fest-5.x

Conversation

@renovate

@renovate renovate Bot commented Sep 29, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
type-fest 2.19.05.7.0 age confidence

Release Notes

sindresorhus/type-fest (type-fest)

v5.7.0

Compare Source

New types
Improvements
Fixes
  • RemovePrefix: Fix: Remove incorrect optimization and always fallback to string for non-literal prefixes (#​1438) 9f35398
  • DelimiterCase: Fix behavior with non-single character delimiters (#​1424) 9b36590
  • RemovePrefix: Fix any prefix behavior in non-strict mode (#​1423) c49cb75
  • DelimiterCase: Fix behavior with union delimiters (#​1422) 96172c0
  • ApplyDefaultOptions: Fix behavior with generic instantiations & any values (#​1411) c46020d
  • ApplyDefaultOptions: Fix behavior with explicit undefined (#​1407) 60bfd3f

v5.6.0

Compare Source

New types
Improvements

v5.5.0

Compare Source

New types
Improvements
  • Add function parameter constraint examples to numeric comparison types (#​1357) 24be93d
  • UnionToTuple: Fix behavior when a union member is a supertype of another (#​1349) 0f923d0
  • ConditionalPickDeep: Fix returning {} instead of never when no keys match (#​1360) 6af847a
  • ConditionalPick: Fix returning {} instead of never when no keys match (#​1359) 3995003
  • GreaterThan / LessThan / GreaterThanOrEqual / LessThanOrEqual: Fix behavior with the number type (#​1363) cfea505

v5.4.4

Compare Source

  • PackageJson: Use LiteralUnion for engines field (#​1354) fc9e2bb
  • IsUnion: Fix behavior when the entire union extends all individual members (#​1353) b0321a5
  • Paths: Fix leavesOnly behavior with never leaves (#​1350) 2c34128
  • Paths: Fix behavior with WeakMaps / WeakSets (#​1348) ac3b50e
  • Paths: Fix behavior with tuples containing optional elements with a rest element (#​1346) 7c82a21

v5.4.3

Compare Source


v5.4.2

Compare Source


v5.4.1

Compare Source

  • MergeDeep: Remove extra undefined from optional properties (#​1319) a6af489

v5.4.0

Compare Source

New types

v5.3.1

Compare Source


v5.3.0

Compare Source

Improvements
Fixes

v5.2.0

Compare Source

New types
Improvements
Fixes
  • ExcludeRestElement: Fix generic assignability with arrays (#​1274) 12ef5b2
  • GreaterThanOrEqual / LessThan: Fix behavior with operands like N and N | N + >0 (#​1280) b2caa3f

v5.1.0

Compare Source

New types
Improvements
Fixes
  • PartialDeep: Fix behavior with functions containing multiple call signatures (#​1259) 3bd9de6
  • IsEqual: Fix behaviour when instantiated with never and unknown (#​1251) 785549f
  • FixedLengthArray: Fix element type (#​1246) ee29ef7
  • is-equal: Fix handling with intersecting wrapped types (#​1231) 5af60a1

v5.0.1

Compare Source


v5.0.0

Compare Source

Breaking
New types
Improvements
Fixes
Meta

Huge thanks to all the contributors to this release, especially @​som-sm 🙌


v4.41.0

Compare Source


v4.40.1

Compare Source

  • PartialDeep: Fix behaviour with functions containing properties (#​1108) 86a3a69
  • CamelCasedPropertiesDeep / DelimiterCasedPropertiesDeep / KebabCasedPropertiesDeep / PascalCasedPropertiesDeep / SnakeCasedPropertiesDeep: Fix behaviour when property value is unknown (#​1112) cfcf9ec

v4.40.0

Compare Source


v4.39.1

Compare Source

  • OptionalKeysOf / WritableKeysOf: Fix generic assignability with keyof T (#​1098) 1b41ed3

v4.39.0

Compare Source


v4.38.0

Compare Source

  • AsyncReturnType: Add support for PromiseLike (#​1082) 72ccde9
  • DelimiterCase / SnakeCase / ScreamingSnakeCase / KebabCase: Fix instantiations containing punctuations (#​1080) 063e28d
  • DelimiterCase: Pass Options generic to all related types (#​1078) 1974944
  • CamelCasedPropertiesDeep: Make nested array objects respect the options (#​1077) c11c9ca

v4.37.0

Compare Source


v4.36.0

Compare Source


v4.35.0

Compare Source


v4.34.1

Compare Source


v4.34.0

Compare Source


v4.33.0

Compare Source


v4.32.0

Compare Source

New types
Improvements
Fixes
  • SetRequired: Fix support for removal of optional modifiers from tuples (#​1030) c897aad

v4.31.0

Compare Source

v4.30.2

Compare Source

v4.30.1

Compare Source

v4.30.0

Compare Source

v4.29.1

Compare Source

  • IsAny: Fix circular constraint error on TypeScript 5.4+ (#​993) 32d94dd

v4.29.0

Compare Source

v4.28.1

Compare Source

  • SharedUnionFieldsDeep: Fix support for optional fields (#​988) 4b49b93

v4.28.0

Compare Source

v4.27.1

Compare Source

  • SharedUnionFieldsDeep: Fix propagation for non union root types (#​984) f215f9f
  • ArraySlice: Fix support for union input (#​986) 0efbae3

v4.27.0

Compare Source

v4.26.1

Compare Source

v4.26.0

Compare Source

v4.25.0

Compare Source

v4.24.0

Compare Source

v4.23.0

Compare Source

v4.22.1

Compare Source

v4.22.0

Compare Source

New types
Improvements
Fixes

v4.21.0

Compare Source

New types
Fixes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every 2nd week starting on the 2 week of the year before 4am on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested review from a team and coroiu September 29, 2025 03:14
@bitwarden-bot bitwarden-bot changed the title [deps] Platform: Update type-fest to v5 [PM-26284] [deps] Platform: Update type-fest to v5 Sep 29, 2025
@bitwarden-bot

Copy link
Copy Markdown
Collaborator

Internal tracking:

@renovate renovate Bot changed the title [PM-26284] [deps] Platform: Update type-fest to v5 [deps] Platform: Update type-fest to v5 Sep 29, 2025
@renovate renovate Bot force-pushed the renovate/type-fest-5.x branch from 92410ae to bd53c6f Compare October 6, 2025 16:42
@renovate renovate Bot force-pushed the renovate/type-fest-5.x branch from bd53c6f to 31be659 Compare October 20, 2025 07:06
@renovate renovate Bot force-pushed the renovate/type-fest-5.x branch from 31be659 to 2b0eaa9 Compare October 21, 2025 09:36
@renovate renovate Bot force-pushed the renovate/type-fest-5.x branch 2 times, most recently from f347250 to 517746d Compare November 10, 2025 15:04
@renovate renovate Bot force-pushed the renovate/type-fest-5.x branch from 517746d to 06729a3 Compare November 18, 2025 11:32
@renovate renovate Bot force-pushed the renovate/type-fest-5.x branch 2 times, most recently from ba1e923 to be7ba76 Compare December 9, 2025 09:58
@renovate renovate Bot force-pushed the renovate/type-fest-5.x branch from be7ba76 to e6340eb Compare December 14, 2025 18:24
@renovate renovate Bot force-pushed the renovate/type-fest-5.x branch 2 times, most recently from f29cfa4 to c0f536f Compare December 31, 2025 14:46
@renovate renovate Bot force-pushed the renovate/type-fest-5.x branch from c0f536f to 8ea3407 Compare January 8, 2026 16:12
@renovate renovate Bot force-pushed the renovate/type-fest-5.x branch 4 times, most recently from 6cdbe14 to 7932513 Compare January 23, 2026 16:35
@renovate renovate Bot force-pushed the renovate/type-fest-5.x branch 3 times, most recently from dfb043a to 55e11a2 Compare February 7, 2026 14:16
@renovate renovate Bot force-pushed the renovate/type-fest-5.x branch 3 times, most recently from 168bf68 to df2fda9 Compare February 17, 2026 14:58
@renovate renovate Bot force-pushed the renovate/type-fest-5.x branch from df2fda9 to e8d95e7 Compare March 5, 2026 14:13
@renovate renovate Bot force-pushed the renovate/type-fest-5.x branch from e8d95e7 to b616557 Compare March 14, 2026 19:30
@renovate renovate Bot force-pushed the renovate/type-fest-5.x branch 2 times, most recently from 7850c7d to ab42650 Compare March 26, 2026 10:57
@renovate renovate Bot force-pushed the renovate/type-fest-5.x branch 3 times, most recently from 4993d39 to f634290 Compare April 1, 2026 16:06
@renovate renovate Bot force-pushed the renovate/type-fest-5.x branch from f634290 to 9891079 Compare April 8, 2026 14:46
@renovate renovate Bot force-pushed the renovate/type-fest-5.x branch from 9891079 to 02c9712 Compare April 24, 2026 11:37
@renovate renovate Bot force-pushed the renovate/type-fest-5.x branch 2 times, most recently from 845ad04 to b7029fa Compare May 12, 2026 09:24
@renovate renovate Bot force-pushed the renovate/type-fest-5.x branch 2 times, most recently from e6456d1 to f729bf5 Compare May 18, 2026 16:36
@renovate renovate Bot force-pushed the renovate/type-fest-5.x branch 2 times, most recently from 2e6ef54 to 4c88212 Compare June 1, 2026 12:37
@renovate renovate Bot force-pushed the renovate/type-fest-5.x branch from 4c88212 to fb69179 Compare June 7, 2026 22:53
@renovate renovate Bot force-pushed the renovate/type-fest-5.x branch from fb69179 to 0a5affc Compare June 11, 2026 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant