fix(deps): update dependency type-fest to v4 #177
Merged
+19
−30
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:
0.20.2
->4.20.1
Release Notes
sindresorhus/type-fest (type-fest)
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
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
v4.7.1
Compare Source
PartialDeep
: Ensure it doesn't recurse into prototype properties" (#743)9f47b11
v4.7.0
Compare Source
New types
PickDeep
(#737)c60caba
Paths
(#741)996171b
SetFieldType
(#721)964466c
UnknownArray
(#740)30aa0ad
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
ArrayValues
(#720)6c76e4a
ArrayIndices
(#716)c330852
SetParameterType
(#722)9f2388d
Fixes
LastArrayElement
: Fix handling of tuple with spread elements (#727)9630089
PartialDeep
: Skip constructor (#730)75edeef
ReadonlyDeep
: Skip constructor (#728)3ee234a
WritableDeep
: Fix array handling (#724)9baccc3
Meta
8a52129
v4.5.0
Compare Source
New types
UndefinedOnPartialDeep
(#700)d8b44cb
KeysOfUnion
(#709)0517399
IntRange
(#707)e5d145d
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
IsLiteral
: Don't restrict generic type (#684)4378507
Jsonify
: Fix handling of arrays (#673)025f6e9
v4.3.2
Compare Source
Jsonify
: Fix handling of nested objects with only aname
property (#691)5351533
v4.3.1
Compare Source
181c203
v4.3.0
Compare Source
New types
Tagged
(#672)277ada2
Opaque
type that supports multiple tags (nesting).UnwrapTagged
(#672)277ada2
NonEmptyObject
(#623)98bb74d
v4.2.0
Compare Source
UnknownRecord
type (#660)b2bcc38
ReadonlyDeep
: Reduce likelyhood of "instantiation excessively deep" errors (#650)cff9808
v4.1.0
Compare Source
RequireOneOrNone
type (#654)0a098c6
v4.0.0
Compare Source
Breaking
ca94c3b
RemoveIndexSignature
forOmitIndexSignature
03703f0
RemoveIndexSignature
, simply rename it toOmitIndexSignature
.Improvements
Jsonify
: Fix handling of tuples (#638)d743202
LastArrayElement
: Avoid recursion (#647)3475a02
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
Jsonify
: Fix handling of tuples (#638)"9fdac37
type-fest
.v3.13.0
Compare Source
New types
HasReadonlyKeys
(#640)a8d6ad0
HasWritableKeys
(#640)a8d6ad0
Fixes
Jsonify
: Fix handling of tuples (#638)605b901
prototype
property when usingClass
andAbstractClass
types (#632)8edb681
v3.12.0
Compare Source
SetReadonly
type (#624)b2e22fb
v3.11.1
Compare Source
PackageJson
: Fix undefined being allowed in exports (#626)dc38b70
SetRequired
: Fix performance regression (#628)6a82900
v3.11.0
Compare Source
New types
WritableKeysOf
(#619)a3e1589
ReadonlyKeysOf
(#619)a3e1589
RequiredDeep
(#614)c2bf374
Fixes
typescript
as a peer dependencyf7139de
v3.10.0
Compare Source
Improvements
typescript
as a peer dependency (#606)5e6d9e8
Fixes
SetRequired
: Fix it incorrectly combining individual key types (#611)9c12497
OverrideProperties
: Fix a missing case (#609)44ec7ec
v3.9.0
Compare Source
OverrideProperties
type (#597)c365837
Join
: Support more cases (#594)bb81314
v3.8.0
Compare Source
IsX
/IfX
types forany
/never
/unknown
(#564)4045737
LiteralToPrimitiveDeep
type (#584)5374588
v3.7.2
Compare Source
Merge
with optionalany
value (#583)60a057b
v3.7.1
Compare Source
3deac35
v3.7.0
Compare Source
New types
TaggedUnion
(#566)2e1cec8
IsLiteral
(#563)9d00bac
IsStringLiteral
(#563)9d00bac
IsNumericLiteral
(#563)9d00bac
IsBooleanLiteral
(#563)9d00bac
IsSymbolLiteral
(#563)9d00bac
AbstractClass
(#559)9b12767
AbstractConstructor
(#559)9b12767
Improvements
Except
: AddrequireExactProps
option (#560)c5743c9
TsConfigJson
: Add TypeScript 5.0 options (#573)aafc938
v3.6.1
Compare Source
Join
: Fix usage of single element const tuple (#558)747e29b
v3.6.0
Compare Source
New types
WritableDeep
(#540)7538c05
Fixes
PackageJson
: FixImports
andExports
types (#555)3ebab0d
v3.5.7
Compare Source
TsConfigJson
: FixPlugin
type (#554)e3b1e96
v3.5.6
Compare Source
Simplify
to actually expand type-hints (#553)aaef3e3
v3.5.5
Compare Source
v3.5.4
Compare Source
JsonValue
: Fix support for readonly arrays (#549)311051c
v3.5.3
Compare Source
Exact
: Fix handling of deep optional unions (#546)5125e1b
v3.5.2
Compare Source
CamelCase
: Fix some cases where it would incorrectly resolve tonever
Trim
: Remove all whitespace, not just spacesv3.5.1
Compare Source
TsConfigJson
: Add missingES2022
(#536)1e76932
v3.5.0
Compare Source
New types
IsEqual
(#522)e5a3a57
Improvements
Join
: Support const tuple values (#533)db81191
TsConfigJson
: Sync with latest TypeScript version (#529)9f04028
Fixes
CamelCase
: Fix handling of non-literal strings (#531)00b13f8
v3.4.0
Compare Source
New types
GlobalThis
(#511)17dace9
Fixes
Exact
: Fix handling ofOpaque
types (#525)84269a7
v3.3.0
Compare Source
Improvements
Jsonify
: Add "jump to definition" andany
support (#519)2071f47
Fixes
SetNonNullable
: Fix usage in type predicate context (#515)9bae03b
v3.2.0
Compare Source
New types
Jsonifiable
(#492)e11ab80
Improvements
TupleToUnion
: Support array (#504)a68f6b2
CamelCase
: AddpreserveConsecutiveUppercase
option (#501)b11f017
PackageJson
: Strict check forimports
(#478)846f4db
Fixes
Jsonify
: Make it look deeper (#498)e11d30b
Jsonify
: Fix usage with emptySet
andMap
(#497)f24821b
v3.1.0
Compare Source
MergeDeep
type (#452)fedbc44
SetNonNullable
: Make it possible to apply it to all keys (#482)7d492c8
v3.0.0
Compare Source
Meta
f3a5e4e
Breaking
cca3ca2
cca3ca2
Mutable
type toWritable
ff0de63
PromiseValue
type in favor of the built-inAwaited
type28f3e48
Get
: Make thestrict
optiontrue
by defaulta7f367d
PartialDeep
: Make therecurseIntoArrays
optionfalse
by defaultdb89d9c
Simplify
: Remove thedeep
option (#441)bbccfb8
SimplifyDeep
type. So if you depend on this type, defer upgrading until it's added.New types
EmptyObject
(#447)f46b85a
IsEmptyObject
(#447)f46b85a
TupleToUnion
(#440)eac8c6f
OmitIndexSignature
(#453)28e55b9
PickIndexSignature
(#453)28e55b9
ConditionalPickDeep
(#444)3cb67d7
ConditionalSimplify
(#442)beaabe1
ConditionalSimplifyDeep
(#442)beaabe1
Improvements
Merge
: Add index signatures support and improve performances (#455)850ac04
DelimiterCase
: Support screaming snake case as input (#448)f53e3dc
Jsonify
: Add support for optional object keys (#445)d83d62c
PackageJson
: AddpackageManager
field (#446)ac5b821
TsConfigJson
: Add someModule
values1003d5d
Fixes
DelimiterCase
: Fix regression after TypeScript 4.8 (#464)2a2f310
Merge
: Fix index signature type overwrite (#460)eb7f08b
Merge
: Fix optional keys and type override (#456)2e443e2
PackageJson
: Fix the type (#465)f3b13e3
JsonObject
: Fix the type (#465)f3b13e3
v2.19.0
Compare Source
New types
SetNonNullable
(#431)1a69e63
Improvements
Exact
: Support array union (#421)edcad04
PackageJson
: Support condition object inexports
array (#439)290e3a2
v2.18.1
Compare Source
Jsonify
: Do not downgrade tuples to arrays (#433)8a014e5
Spread
: Support arrays/tuples (#435)96acab1
v2.18.0
Compare Source
New types
Spread
(#427)efba9f4
PartialOnUndefinedDeep
(#426)1cbd351
v2.17.0
Compare Source
recurseIntoArrays
option forPartialDeep
(#400)3777469
v2.16.0
Compare Source
New types
OptionalKeysOf
(#405)f0b1c3f
HasOptionalKeys
(#405)f0b1c3f
RequiredKeysOf
(#405)f0b1c3f
HasRequiredKeys
(#405)f0b1c3f
Improvements
Simplify
: Adddeep
option (#414)96fe795
Fixes
Replace
: Fix theall
option (#416)1483de3
Includes
: Fix false-positive when the array containsnull
and you are checking againstundefined
(#413)de5e7fc
Simplify
: Fix handling of some types (#414)96fe795
v2.15.1
Compare Source
BigInt
(#412)095831c
v2.15.0
Compare Source
Jsonify
type more correct (#410)8ca2959
v2.14.0
Compare Source
UnwrapOpaque
type (#403)d4d4481
v2.13.1
Compare Source
TsConfigJson
to requirepaths
array (#404)74891f0
v2.13.0
Compare Source
New types
Exact
(#259)9394d54
ReadonlyTuple
(#383)f445cc6
Replace
(#389)5c793ce
Improvements
Mutable
toWritable
(#398)638d597
Mutable
still works and is now just a deprecated alias.Fixes
PackageJson
andTsConfigJson
(#269)f2aae51
v2.12.2
Compare Source
Get
: Fix TypeScript 4.7 compatibility (#388)6c7ac47
TsConfig
: AddwatchOptions
field (#384)7aa0605
Jsonify
: Handleundefined
in array (#310)17b0235
v2.12.1
Compare Source
PackageJson
: Allownull
targets inExports
type (#377)25d0204
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.