fix(deps): update dependency type-plus to v7 #232
Merged
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:
^6.5.0
->^7.0.0
Release Notes
unional/type-plus
v7.0.1
Compare Source
Patch Changes
946c602
: Remove@internal
. It is causing those types to be skipped from output (cjs/esm/*.d.ts).v7.0.0
Compare Source
Major Changes
91c954f
: RemoveDigit
andDigitArray
.They are internal types to begin with.
They were exported probably to fix the "type cannot be named" error.
469c8bd
: Fix arrayPadStart
/PadLeft
that triggers an infinite loop.Change default
PadWith
fromany
tounknown
(breaking).Minor Changes
e11d43c
: ExposeFindLast
also asArrayPlus.FindList
.Improved its handling of array.
25e5fcb
: addNumericPlus
ee14247
: AddArrayPlus.SplitAt
a49abe2
: Mark the following code as deprecated:isType.t()
isType.f()
isType.never()
4352d51
: AddStringToNumber
,StringToBigint
, andStringToNumeric
e93e366
: Add alternativePartial<T>
type that works withexactOptionalPropertyTypes
.10af363
: AddArrayPlus.Reverse<A>
82ffd7d
: AddNumericToString
72aca9d
: AddMathPlus.ToNegative
09495be
: AddArrayPlus.Entries<A>
.3e0e199
: Add remaining types totestType.*
.testType
is changed to a proxy to simplify implementation.73bbcf0
: AddPadStart
, deprecasePadLeft
65e84c4
: ExposeFindFirst
also asArrayPlus.Find
.Improved its handling of array.
d2997de
: DeprecateEqual
andNotEqual
. They are renamed toIsEqual
andIsNotEqual
.Equal
andNotEqual
will be changed tofilter
variant (a.k.a.parse
variant) in the future.180a455
: AddTuplePlus.PadStart
.7bf5d39
: AddStrictCanAssign<A,B>
andtestType.strictCanAssign()
010a788
: DeprecateassertType(subject constructor)
.Add
T/F
toExtendable
andNotExtendable
.74cc654
: AliasSome
underArrayPlus.Some
.4054c64
:GreaterThan
andMax
now support floating point and negative numbers, andbigint
Patch Changes
8461752
:At
should returnV | undefined
for tuple whenN
isnumber
(orany
which includesnumber
).aaffd23
: fixSome<Array<number | string>, number>
to returnboolean
.This is because besides
Array<number | string>
can be[1, 'a']
,it can also be:
So
Some<Array<number | string>, number>
should distribute and returnboolean
.4878eb0
:At
should returnV | undefined
for array.afc1840
: AddUpper
andLower
forIndexAt
.This allow fine-grained control over the
IndexAt
behavior,when the value is out of bounds.
This is used in cases where out-of-bounds values are coarsen to the upper and lower bound of the subject array.
d31ea31
: ImproveAbs
to work withbigint
v6.8.1
Compare Source
Patch Changes
caa70e9
: Support isolated stub.builder use case.v6.8.0
Compare Source
Minor Changes
38b59e9
: Addstub.builder()
c2b6f37
: Add moretestType.*
:testType.undefined()
testType.null()
testType.bigint()
testType.strictBigint()
testType.string()
testType.strictString()
Patch Changes
38b59e9
:stub.build()
should not accept noinit
value.v6.7.1
Compare Source
Patch Changes
963f8a4
: Pass stub value to init function forstub()
v6.7.0
Compare Source
Minor Changes
cf32375
: AddNoInfer<T>
and improvestub()
v6.6.0
Compare Source
Minor Changes
e098b7c
: AddStringSplit
6a4bfd7
: AddStringIncludes
type.Patch Changes
a9825e6
: Update JSDocs7496bba
: Remove extra unique symbol.f52c794
: FixEqual<A, B>
to handle optional param.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.
This PR has been generated by Mend Renovate. View repository job log here.