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

Update type dependencies (major) #113

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 19, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/express (source) ^4.17.11 -> ^5.0.0 age adoption passing confidence
@types/node-fetch (source) ^1.6.9 -> ^2.6.12 age adoption passing confidence
type-fest ^0.20.2 -> ^4.30.1 age adoption passing confidence
typescript (source) ^4.1.3 -> ^5.7.2 age adoption passing confidence

Release Notes

sindresorhus/type-fest (type-fest)

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

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

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

v3.6.1

Compare Source

v3.6.0

Compare Source

New types
Fixes

v3.5.7

Compare Source

v3.5.6

Compare Source

v3.5.5

Compare Source

v3.5.4

Compare Source

v3.5.3

Compare Source

v3.5.2

Compare Source

  • CamelCase: Fix some cases where it would incorrectly resolve to never
  • Trim: Remove all whitespace, not just spaces

v3.5.1

Compare Source

v3.5.0

Compare Source

New types
Improvements
Fixes

v3.4.0

Compare Source

New types
Fixes

v3.3.0

Compare Source

Improvements
Fixes
  • SetNonNullable: Fix usage in type predicate context (#​515) 9bae03b

v3.2.0

Compare Source

New types
Improvements
Fixes

v3.1.0

Compare Source

  • Add (experimental) MergeDeep type (#​452) fedbc44
    • Feedback wanted
  • SetNonNullable: Make it possible to apply it to all keys (#​482) 7d492c8
    • Just leave out the second generic parameter to make it apply to all keys.

v3.0.0

Compare Source

Meta

Configuration

📅 Schedule: Branch creation - "* 5 */14 * *" in timezone Europe/Stockholm, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 force-pushed the renovate/major-types branch from d2fa05a to c5bc591 Compare August 5, 2022 10:43
@renovate renovate bot changed the title Update type dependencies (major) Update type dependencies to v2 (major) Aug 5, 2022
@renovate renovate bot force-pushed the renovate/major-types branch from c5bc591 to 7dd2f77 Compare March 27, 2023 23:16
@renovate renovate bot changed the title Update type dependencies to v2 (major) Update type dependencies (major) Mar 27, 2023
@renovate renovate bot force-pushed the renovate/major-types branch from 7dd2f77 to 88ba3a1 Compare March 30, 2023 22:16
@renovate renovate bot force-pushed the renovate/major-types branch from 88ba3a1 to 95e1e21 Compare April 17, 2023 22:24
@renovate renovate bot force-pushed the renovate/major-types branch 3 times, most recently from 537203e to 46292c9 Compare May 22, 2023 22:58
@renovate renovate bot force-pushed the renovate/major-types branch from 46292c9 to 8b3ff6e Compare June 5, 2023 23:12
@renovate renovate bot force-pushed the renovate/major-types branch from 8b3ff6e to ad74d48 Compare June 15, 2023 23:26
@renovate renovate bot force-pushed the renovate/major-types branch from ad74d48 to ab3475c Compare June 30, 2023 01:30
@renovate renovate bot force-pushed the renovate/major-types branch from ab3475c to bdc004c Compare July 10, 2023 22:11
@renovate renovate bot force-pushed the renovate/major-types branch from bdc004c to e86d10c Compare July 18, 2023 02:17
@renovate renovate bot force-pushed the renovate/major-types branch from e86d10c to a112750 Compare August 7, 2023 22:57
@renovate renovate bot force-pushed the renovate/major-types branch from a112750 to 2beeade Compare August 15, 2023 02:31
@renovate renovate bot force-pushed the renovate/major-types branch from 2beeade to 5dc143b Compare August 28, 2023 22:36
@renovate renovate bot force-pushed the renovate/major-types branch from 5dc143b to 246d752 Compare September 18, 2023 22:53
@renovate renovate bot force-pushed the renovate/major-types branch from 246d752 to 3828b50 Compare September 25, 2023 23:11
@renovate renovate bot force-pushed the renovate/major-types branch 2 times, most recently from 53d7fcb to 8302d7a Compare October 10, 2023 00:19
@renovate renovate bot force-pushed the renovate/major-types branch from 8302d7a to 469aa1d Compare October 24, 2023 01:32
@renovate renovate bot force-pushed the renovate/major-types branch from 469aa1d to 2f90255 Compare October 31, 2023 01:59
@renovate renovate bot force-pushed the renovate/major-types branch 2 times, most recently from cbbb8de to b76d52b Compare November 14, 2023 00:46
@renovate renovate bot force-pushed the renovate/major-types branch 2 times, most recently from 256508c to 9a72ceb Compare November 21, 2023 12:35
@renovate renovate bot force-pushed the renovate/major-types branch from 9a72ceb to cfecdcf Compare December 4, 2023 23:03
@renovate renovate bot force-pushed the renovate/major-types branch from cfecdcf to 1a78f30 Compare December 12, 2023 00:54
@renovate renovate bot force-pushed the renovate/major-types branch from 1a78f30 to f0c98ae Compare January 2, 2024 01:33
@renovate renovate bot force-pushed the renovate/major-types branch 2 times, most recently from 59b82fa to 2643a18 Compare January 30, 2024 01:37
@renovate renovate bot force-pushed the renovate/major-types branch from 2643a18 to 71260f2 Compare February 6, 2024 00:08
@renovate renovate bot force-pushed the renovate/major-types branch 2 times, most recently from 8cd1b07 to 3bcbb53 Compare March 5, 2024 00:08
@renovate renovate bot force-pushed the renovate/major-types branch 2 times, most recently from d41fb7f to 35d433e Compare March 12, 2024 02:34
@renovate renovate bot force-pushed the renovate/major-types branch 2 times, most recently from fad48a7 to 7f7df22 Compare March 26, 2024 01:47
@renovate renovate bot force-pushed the renovate/major-types branch 2 times, most recently from ef45417 to c8d414d Compare April 15, 2024 22:07
@renovate renovate bot force-pushed the renovate/major-types branch 2 times, most recently from 91a28ed to dad41fb Compare April 29, 2024 22:31
@renovate renovate bot force-pushed the renovate/major-types branch from dad41fb to 528dfe9 Compare May 6, 2024 22:48
@renovate renovate bot force-pushed the renovate/major-types branch from 528dfe9 to c734338 Compare May 28, 2024 00:02
@renovate renovate bot force-pushed the renovate/major-types branch from c734338 to 23038ce Compare June 10, 2024 22:13
@renovate renovate bot force-pushed the renovate/major-types branch from 23038ce to 909e51c Compare June 17, 2024 22:47
@renovate renovate bot force-pushed the renovate/major-types branch from 909e51c to 857ea7f Compare June 25, 2024 00:27
@renovate renovate bot force-pushed the renovate/major-types branch 2 times, most recently from 578fd7d to c7e1e90 Compare July 4, 2024 10:52
@renovate renovate bot force-pushed the renovate/major-types branch from c7e1e90 to 9360e85 Compare July 17, 2024 02:03
@renovate renovate bot force-pushed the renovate/major-types branch from 9360e85 to 23a1607 Compare July 29, 2024 03:21
@renovate renovate bot force-pushed the renovate/major-types branch from 23a1607 to 187498f Compare August 15, 2024 03:10
@renovate renovate bot force-pushed the renovate/major-types branch from 187498f to bb508d3 Compare September 1, 2024 03:52
@renovate renovate bot force-pushed the renovate/major-types branch from bb508d3 to eade250 Compare October 1, 2024 03:15
@renovate renovate bot force-pushed the renovate/major-types branch from eade250 to c21a91e Compare October 15, 2024 03:54
@renovate renovate bot force-pushed the renovate/major-types branch from c21a91e to 3b57060 Compare November 15, 2024 04:48
@renovate renovate bot force-pushed the renovate/major-types branch from 3b57060 to ef6cc3b Compare November 29, 2024 04:56
@renovate renovate bot force-pushed the renovate/major-types branch from ef6cc3b to b663aa3 Compare December 15, 2024 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants