-
-
Notifications
You must be signed in to change notification settings - Fork 138
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.33.0 #711
base: main
Are you sure you want to change the base?
Conversation
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
00d7347
to
c66e3ec
Compare
8f78176
to
15ed553
Compare
3b94f9f
to
f54c4bf
Compare
cb29c6d
to
c8ba669
Compare
8953183
to
d795848
Compare
2eb8617
to
e24b60b
Compare
c8946a9
to
c4a5c43
Compare
9eac70d
to
e2bd3f6
Compare
Deployment failed with the following error:
|
e2bd3f6
to
dce5b41
Compare
Deployment failed with the following error:
|
dce5b41
to
f3e3922
Compare
f3e3922
to
28b77a7
Compare
Deployment failed with the following error:
|
28b77a7
to
4308d8d
Compare
4308d8d
to
7851a61
Compare
7851a61
to
4f51760
Compare
4f51760
to
9346e66
Compare
Deployment failed with the following error:
|
218bad9
to
b535951
Compare
Deployment failed with the following error:
|
d757859
to
ea4857c
Compare
ea4857c
to
018c08b
Compare
018c08b
to
413da0f
Compare
Deployment failed with the following error:
|
This PR contains the following updates:
4.14.0
->4.33.0
Release Notes
sindresorhus/type-fest (type-fest)
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
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
v4.23.0
Compare Source
Paths
: AddmaxRecursionDepth
option (#920)052e887
v4.22.1
Compare Source
v4.22.0
Compare Source
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
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
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
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.