Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update dependency type-fest to v4 #1321

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 16, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
type-fest 2.19.0 -> 4.37.0 age adoption passing confidence

Release Notes

sindresorhus/type-fest (type-fest)

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
  • Jsonify: Convert undefined to null in union element of array (#​901) 60c1024
  • Exact: Fix support for Date in union (#​902) d89a709
  • CamelCasedPropertiesDeep: Fix handling of non-recursive types inside target type (#​890) 476024d

v4.20.1

Compare Source

v4.20.0

Compare Source

v4.19.0

Compare Source

v4.18.3

Compare Source

v4.18.2

Compare Source

  • CamelCasedPropertiesDeep: Fix tuple being incorrectly turned into array (#​818) 4e7bb18

v4.18.1

Compare Source

v4.18.0

Compare Source

New types
Improvements

v4.17.0

Compare Source

New types
Fixes

v4.16.0

Compare Source

New types
Fixes

v4.15.0

Compare Source

New types
Fixes

v4.14.0

Compare Source

v4.13.1

Compare Source

  • SetParameterType: Properly fix compatibility with TypeScript 5.4 (#​836) a186adb

v4.13.0

Compare Source

New types
Improvements
Fixes
  • SetParameterType: Fix compatibility with TypeScript 5.4 (#​835) 2bc451e
  • OmitDeep: Fix handling for when the given path is not matched (#​834) 4f14bff

v4.12.0

Compare Source

New types

v4.11.1

Compare Source

v4.11.0

Compare Source

New types
Improvements

v4.10.3

Compare Source

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

v4.10.2

Compare Source

v4.10.1

Compare Source

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

v4.10.0

Compare Source

  • 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

v4.9.0

Compare Source

New types
Improvements

v4.8.3

Compare Source

  • 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

v4.8.2

Compare Source

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

v4.8.1

Compare Source

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

v4.8.0

Compare Source

v4.7.1

Compare Source

  • Revert "PartialDeep: Ensure it doesn't recurse into prototype properties" (#​743) 9f47b11

v4.7.0

Compare Source

New types
Improvements
  • Writable: Support array, map, and set (#​726) b9723d4
  • PartialDeep: Ensure it doesn't recurse into prototype properties (#​738) 5eeac02
  • ConditionalPickDeep: Ensure it doesn't recurse into prototype properties (#​736) 9960ba4

v4.6.0

Compare Source

New types
Fixes
Meta

v4.5.0

Compare Source

New types
Improvements
  • Jsonify: Improve type inference for objects with .toJSON() extending primitives (#​690) 157ed07
  • OverrideProperties: Fix autocomplete in the type (#​712) fcdcfe9

v4.4.0

Compare Source

  • UnionToIntersection: Allow indexing by the resulting type (#​682) 61f2ff9

v4.3.3

Compare Source

v4.3.2

Compare Source

  • Jsonify: Fix handling of nested objects with only a name property (#​691) 5351533

v4.3.1

Compare Source

v4.3.0

Compare Source

New types

v4.2.0

Compare Source

v4.1.0

Compare Source

v4.0.0

Compare Source

Breaking
  • Require Node.js 16 and TypeScript 5.1 ca94c3b
  • Remove alias RemoveIndexSignature for OmitIndexSignature 03703f0
    • The alias was deprecated a long time ago. If you have RemoveIndexSignature, simply rename it to OmitIndexSignature.
Improvements
Note

The next major version of type-fest will move to ESM. It's time to start thinking about migrating if you haven't already. Learn more.


v3.13.1

Compare Source

  • Revert "Jsonify: Fix handling of tuples (#​638)" 9fdac37
    • It caused problems in TypeScript 4.7 and 4.8. It will be brought back in the next major release of type-fest.

v3.13.0

Compare Source

New types
Fixes
  • Jsonify: Fix handling of tuples (#​638) 605b901
  • Fix accessing prototype property when using Class and AbstractClass types (#​632) 8edb681

v3.12.0

Compare Source

v3.11.1

Compare Source

v3.11.0

Compare Source

New types
Fixes
  • Remove typescript as a peer dependency f7139de
    • It was added in 3.10.0, but it caused some problems, so we are reverting it.

v3.10.0

Compare Source

Improvements
Fixes

v3.9.0

Compare Source

v3.8.0

Compare Source

v3.7.2

Compare Source

v3.7.1

Compare Source

v3.7.0

Compare Source

New types
Improvements

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 added the dependencies Pull requests that update a dependency file label Jul 16, 2023
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch from 9f4501e to be7ffc7 Compare July 30, 2023 16:00
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch from be7ffc7 to 3afe2d1 Compare August 8, 2023 10:44
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch 2 times, most recently from 5589783 to 4a884f5 Compare August 27, 2023 22:51
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch 2 times, most recently from 4bfbbfd to fe5330d Compare September 30, 2023 16:42
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch from fe5330d to 4e3cb15 Compare October 7, 2023 07:02
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch 2 times, most recently from aca9e53 to 305fa6a Compare October 25, 2023 15:12
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch 2 times, most recently from 41c3c4b to 16864ee Compare November 9, 2023 09:08
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch 2 times, most recently from ceedcf6 to 216e1c4 Compare November 21, 2023 11:31
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch from 216e1c4 to fb2a74a Compare December 5, 2023 23:36
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch from fb2a74a to 1386b13 Compare December 15, 2023 04:42
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch from 1386b13 to c71315e Compare December 27, 2023 19:14
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch 2 times, most recently from 59ee3ae to 9b6e83e Compare January 24, 2024 11:40
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch from 9b6e83e to d7db7da Compare January 30, 2024 13:49
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch from d7db7da to da346ed Compare February 22, 2024 09:51
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch 3 times, most recently from cc860e7 to 0cc60ae Compare March 8, 2024 17:25
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch 3 times, most recently from abf9114 to 146e8c5 Compare March 24, 2024 09:54
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch from 146e8c5 to 0f320c2 Compare April 3, 2024 06:54
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch 2 times, most recently from 9e11a92 to 30733cb Compare April 24, 2024 11:14
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch from 6964789 to 489acaa Compare May 25, 2024 12:26
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch 2 times, most recently from e9e4c1c to faf974b Compare June 7, 2024 15:27
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch from faf974b to 2c92d31 Compare June 16, 2024 00:25
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch from 2c92d31 to ad82e6c Compare July 2, 2024 13:53
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch 3 times, most recently from fcc0688 to 170b641 Compare July 22, 2024 16:39
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch from 170b641 to 5c2af0b Compare August 8, 2024 12:53
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch from 5c2af0b to 5273bd6 Compare August 18, 2024 08:39
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch from 5273bd6 to ae880d4 Compare August 28, 2024 17:24
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch from ae880d4 to 809d8a7 Compare September 8, 2024 06:50
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch from 809d8a7 to 4f20944 Compare November 15, 2024 07:25
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch 4 times, most recently from 76b0385 to 5c3569e Compare November 27, 2024 20:20
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch 2 times, most recently from 74d3db3 to 8b4b55c Compare December 2, 2024 23:05
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch 2 times, most recently from 213b647 to 0889a5b Compare December 16, 2024 23:21
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch from 0889a5b to cab29a9 Compare December 25, 2024 19:56
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch from cab29a9 to ba0fc61 Compare January 9, 2025 06:56
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch from ba0fc61 to c94f5ee Compare January 20, 2025 19:50
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch 2 times, most recently from 8de0683 to 7667f0d Compare February 9, 2025 17:14
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch from 7667f0d to 697afb2 Compare February 17, 2025 06:08
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch from 697afb2 to 81fea03 Compare March 1, 2025 10:22
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch from 81fea03 to 0d5cdc1 Compare March 4, 2025 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants