generated from dev-protocol/clubs-plugin-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency type-fest to v4.40.1 #7
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/type-fest-4.x-lockfile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3b7740c
to
d8be6d8
Compare
d8be6d8
to
01dc576
Compare
01dc576
to
1db9c2a
Compare
1db9c2a
to
90d76fa
Compare
90d76fa
to
59f3a87
Compare
59f3a87
to
de9021c
Compare
de9021c
to
2bf4a97
Compare
2bf4a97
to
19e7351
Compare
9e5b8d6
to
c596617
Compare
10d3401
to
04c904a
Compare
04c904a
to
c18de59
Compare
c18de59
to
8bb434e
Compare
5b1b200
to
b80e0c6
Compare
b80e0c6
to
d92024d
Compare
d92024d
to
5720960
Compare
5720960
to
391f2cc
Compare
391f2cc
to
198c2e8
Compare
198c2e8
to
a3b31d4
Compare
a3b31d4
to
650faa1
Compare
650faa1
to
ebacc9a
Compare
ebacc9a
to
ce7a32f
Compare
ce7a32f
to
2e889c2
Compare
2e889c2
to
c518f47
Compare
c518f47
to
8a346dc
Compare
8a346dc
to
9fe8665
Compare
9fe8665
to
eaa1d44
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.7.1
->4.40.1
Release Notes
sindresorhus/type-fest (type-fest)
v4.40.1
Compare Source
PartialDeep
: Fix behaviour with functions containing properties (#1108)86a3a69
CamelCasedPropertiesDeep
/DelimiterCasedPropertiesDeep
/KebabCasedPropertiesDeep
/PascalCasedPropertiesDeep
/SnakeCasedPropertiesDeep
: Fix behaviour when property value isunknown
(#1112)cfcf9ec
v4.40.0
Compare Source
NonEmptyString
type (#1103)19a9c37
UnknownMap
type (#1106)b4ace2d
UnknownSet
type (#1106)b4ace2d
IsFloat
/IsInteger
: Fix instantiations with numbers represented using exponential notation (#1101)21a92f6
v4.39.1
Compare Source
OptionalKeysOf
/WritableKeysOf
: Fix generic assignability withkeyof T
(#1098)1b41ed3
v4.39.0
Compare Source
ArrayTail
: AddpreserveReadonly
option (#1091)544271e
PartialDeep
: Fix behaviour whenstrictNullChecks
is disabled (#1096)7536bae
OptionalKeysOf
/RequiredKeysOf
: Fix instantiations with unions and arrays (#1089)e1ac7b2
WritableKeysOf
/ReadonlyKeysOf
: Fix behavior with unions and optional properties (#1088)bbf9137
v4.38.0
Compare Source
AsyncReturnType
: Add support forPromiseLike
(#1082)72ccde9
DelimiterCase
/SnakeCase
/ScreamingSnakeCase
/KebabCase
: Fix instantiations containing punctuations (#1080)063e28d
DelimiterCase
: PassOptions
generic to all related types (#1078)1974944
CamelCasedPropertiesDeep
: Make nested array objects respect the options (#1077)c11c9ca
v4.37.0
Compare Source
Sum
: Add negative return value support (#1068)af5bfb7
Subtract
: Add negative return value support (#1061)2b85ae2
Split
: AddstrictLiteralChecks
option (#1067)cc93f85
Split
: Fix instantiations with unions (#1067)cc93f85
Replace
: Fix instantiations with unions (#1065)a733698
DelimiterCase
/SnakeCase
/ScreamingSnakeCase
/KebabCase
: Fix default value forsplitOnNumbers
option (#1073)e462e72
v4.36.0
Compare Source
TsConfigJson
: Add TypeScript 5.8 fields (#1064)918156a
Replace
: Add support for generating longer strings (#1060)3c03a0d
DelimiterCase
: Internal improvements (#930)a463c30
v4.35.0
Compare Source
TupleToObject
type (#1055)c8149ec
Paths
: Adddepth
option (#1058)2633e5b
v4.34.1
Compare Source
OmitDeep
: Fix import statement (#1052)e5b66a4
v4.34.0
Compare Source
AllUnionFields
type (#997)9aba4c3
Paths
: AddleavesOnly
option (#1050)7dfb307
OmitDeep
: Fix removal of multiple paths within arrays (#1049)fa6e31b
v4.33.0
Compare Source
StringRepeat
: Add support for generating longer strings & fix instantiations with unions (#1046)fbccaab
Split
: Add support for longer strings (#1042)49605b9
Get
: Optimize performance (#1031)cfb5947
KeysOfUnion
: Fix assignability withkeyof
(#1009)4789c7c
IsStringLiteral
: Fix instantiations with infinite string types (#1044)e7800af
SetRequiredDeep
: Fix handling of unions in nested keys (#1037)bf5ce3c
StringSlice
: Fix return type when passing in non-literal (#1036)979eccf
Sum
/Subtract
: Fix instantiations with unions (#1034)69bfd51
v4.32.0
Compare Source
New types
IsTuple
(#1024)1e0872d
SetRequiredDeep
(#939)3d54627
Improvements
PartialDeep
: AddallowUndefinedInNonTupleArrays
option (#1019)278df80
Fixes
SetRequired
: Fix support for removal of optional modifiers from tuples (#1030)c897aad
v4.31.0
Compare Source
SetFieldType
: Add option to preserve property modifiers (#1017)59517cb
IsEqual
: Fix identity issue (#1012)591700a
SetOptional
: Fix instantiations with index signatures (#1014)cb269ff
SetRequired
: Fix instantiations with index signatures (#1014)cb269ff
SetReadonly
: Fix instantiations with index signatures (#1014)cb269ff
v4.30.2
Compare Source
527d600
SetOptional
/SetRequired
/SetReadonly
: Fix when the second argument isany
(#1007)fdbcb11
SetOptional
: Fix when instantiated with unions (#1007)fdbcb11
v4.30.1
Compare Source
Arrayable
: Make it more usable by removingreadonly
(#1003)a128f69
v4.30.0
Compare Source
SharedUnionFields
type (#994)a716c29
ArrayTail
: Fix support for optional parameters (#977)f6b1387
v4.29.1
Compare Source
IsAny
: Fix circular constraint error on TypeScript 5.4+ (#993)32d94dd
v4.29.0
Compare Source
IntClosedRange
type (#992)d7b692b
Schema
: AddrecurseIntoArrays
option (#960)fbbb8ba
v4.28.1
Compare Source
SharedUnionFieldsDeep
: Fix support for optional fields (#988)4b49b93
v4.28.0
Compare Source
TsConfigJson
: Add TypeScript 5.7 fields (#987)9d6fff3
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
Words
type (#975)13c0c83
Get
: Fix handling of paths with number template literal (#968)b93f54a
TsConfigJson
: AddnoCheck
tocompilerOptions
(#981)a470913
v4.26.1
Compare Source
Exact
: Fix usage with recursive types and unions (#949)91f6d39
v4.26.0
Compare Source
UnionToTuple
type (#945)1f4f7a1
v4.25.0
Compare Source
StringRepeat
type (#938)a83e87e
Arrayable
type #270 (#935)9aabcb9
v4.24.0
Compare Source
Path
: AddbracketNotation
option (#926)3b15a94
v4.23.0
Compare Source
Paths
: AddmaxRecursionDepth
option (#920)052e887
v4.22.1
Compare Source
4b74444
v4.22.0
Compare Source
New types
ArrayTail
(#913)128b21e
NonEmptyTuple
(#915)bb57638
FindGlobalType
(#908)0086cd6
FindGlobalInstanceType
(#908)0086cd6
Improvements
RequireX
types' second parameter is optional (#907)fee4e04
StructuredCloneable
: Include web-specific types when available (#908)0086cd6
Fixes
Exact
: Fix type when class is present (#911)bf85819
v4.21.0
Compare Source
New types
StructuredCloneable
(#897)737550b
Fixes
Jsonify
: Convertundefined
tonull
in union element of array (#901)60c1024
Exact
: Fix support forDate
in union (#902)d89a709
CamelCasedPropertiesDeep
: Fix handling of non-recursive types inside target type (#890)476024d
v4.20.1
Compare Source
Schema
: Fix handling of arrays (#887)c570ec2
Paths
: Prevent infinite recursion (#891)7d4e875
v4.20.0
Compare Source
SimplifyDeep
: Support array (#888)a6ab051
IsLiteral
: Returnfalse
for tagged types (#886)587380c
v4.19.0
Compare Source
SimplifyDeep
type (#882)3a04fcf
v4.18.3
Compare Source
ConditionalKeys
: Fix filtering out never type (#881)863511d
v4.18.2
Compare Source
CamelCasedPropertiesDeep
: Fix tuple being incorrectly turned into array (#818)4e7bb18
v4.18.1
Compare Source
ed860e9
v4.18.0
Compare Source
New types
Or
909c38e
And
9d628aa
Improvements
TsConfigJson
: Addpreserve
module type andES2022
lib types (#874)7096613
Opaque
: Mark as deprecated (#867)ef7b580
UnwrapOpaque
: Mark as deprecated (#867)ef7b580
v4.17.0
Compare Source
New types
IsNull
d639574
Fixes
Zero
: Fix missing export (#870)91a2b1e
v4.16.0
Compare Source
New types
IsInteger
IsFloat
Fixes
Integer
: Fix handling of some edge-cases (#857)f5b09de
Float
: Fix handling of some edge-cases (#857)f5b09de
v4.15.0
Compare Source
New types
SingleKeyObject
(#849)fa1c3f3
IfEmptyObject
(#849)fa1c3f3
Fixes
ConditionalKeys
: Fix TypeScript 5.4 compatibility (#852)0fb2d62
WritableDeep
: Fix TypeScript 5.4 compatibility (#839)2878773
ReadonlyDeep
: Fix TypeScript 5.4 compatibility (#839)2878773
v4.14.0
Compare Source
DistributedPick
type (#841)fa4099c
v4.13.1
Compare Source
SetParameterType
: Properly fix compatibility with TypeScript 5.4 (#836)a186adb
v4.13.0
Compare Source
New types
DistributedOmit
(#820)bc49577
Improvements
ArraySlice
: Support array spread (#832)d2d0d01
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
ArraySlice
StringSlice
IsNegative
GreaterThan
GreaterThanOrEqual
LessThan
LessThanOrEqual
Sum
Subtract
v4.11.1
Compare Source
OmitDeep
: Fix internally imported type (#824)2061925
v4.11.0
Compare Source
New types
OmitDeep
(#816)0e196aa
ArraySplice
(#816)0e196aa
Improvements
Tagged
: Add metadata support (#723)3ec8dba
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
MergeDeep
: Fix compatibility with TypeScript 5.4 (#807)5f6165a
v4.10.1
Compare Source
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
SharedUnionFieldsDeep
(#783)94bb3d3
Improvements
ReadonlyDeep
: Fix usage with properties defined withvoid
(#782)a919f93
ConditionalPickDeep
: Support interface (#776)ebb7a59
v4.8.3
Compare Source
MergeDeep
: Fix optional key when value type isany
ornever
(#777)609c097
Paths
: Ensure it doesn't recurse intoMap
orSet
'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 arrayf8019c2
Element
to typeBuiltIns
(#745)"1b25feb
DOM
types are not available.v4.8.0
Compare Source
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 intoHTMLElement
(#745)d42ea80
preserveConsecutiveUppercase
toPascalCase
and friends (#749)e58127a
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.