fix(deps): update moderndash package dependencies#188
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update moderndash package dependencies#188renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
❌ Deploy Preview for moderndash failed.
|
02bb1aa to
7fbd8fc
Compare
7fbd8fc to
35b7d26
Compare
35b7d26 to
cd9dd5d
Compare
17c6d93 to
ba66eec
Compare
5275638 to
1f1d132
Compare
1f1d132 to
2724457
Compare
89ad8eb to
42ebd6b
Compare
42ebd6b to
b111071
Compare
f7802d4 to
cefc5e2
Compare
cefc5e2 to
ea5fa86
Compare
ea5fa86 to
6fd24e3
Compare
6fd24e3 to
2680f89
Compare
2680f89 to
298b3a4
Compare
73cafbd to
45caab5
Compare
45caab5 to
24134d3
Compare
24134d3 to
2402a8f
Compare
209526c to
043fbe7
Compare
043fbe7 to
9276995
Compare
9276995 to
305a83b
Compare
305a83b to
c195744
Compare
c195744 to
e3f6d81
Compare
c79729a to
4966eae
Compare
353426b to
a6fa078
Compare
763a78b to
ac04a46
Compare
1926143 to
845a3d3
Compare
a3fcce3 to
35225ca
Compare
35225ca to
c3cddeb
Compare
c3cddeb to
e0bf06a
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
8.3.5→8.5.14.30.1→5.4.3Release Notes
egoist/tsup (tsup)
v8.5.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v8.5.0Compare Source
🚀 Features
fix-dts-default-cjs-exportsto transform CJS types - by @userquin in #1310 (c654e)🐞 Bug Fixes
removeNodeProtocolwork withshims- by @aryaemami59 (769aa)View changes on GitHub
v8.4.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v8.3.6Compare Source
🐞 Bug Fixes
onSuccess- by @laat in #1256 (314a6)View changes on GitHub
sindresorhus/type-fest (type-fest)
v5.4.3Compare Source
Merge: Fix idempotency, soMerge<A, A>returnsA(#1336)99e35a2Paths: Fix behavior with generic types (#1343)8f0419cv5.4.2Compare Source
SimplifyDeep: Fix behavior with arrays (#1337)a2a180dMerge: Fix behavior with unions (#1327)fa55f48v5.4.1Compare Source
MergeDeep: Remove extraundefinedfrom optional properties (#1319)a6af489v5.4.0Compare Source
New types
ObjectMerge(#1324)ac06066UnwrapPartial(#1296)99b0b07ArrayReverse(#1266)dfbefadv5.3.1Compare Source
PackageJson: Fix key type forDependencyOverrides(#1307)0430f56v5.3.0Compare Source
Improvements
PackageJson: Addoverrides(#1287)8beaa89Fixes
IsEqual: Fix generic inference (#1306)f7b2667ConditionalPickDeep/SimplifyDeep: Prevent mapping over built-ins (#1293)f14a75aArraySlice/StringSlice: Fix behavior with unions (#1291)133258bv5.2.0Compare Source
v5.1.0Compare Source
New types
TupleOf(#1247)7fb2f75Xor(#1254)ad04bc5SplitOnRestElement(#1166)34b8fadExtractRestElement(#1166)34b8fadExcludeRestElement(#1166)34b8fadImprovements
ReadonlyTuple: Deprecate in favor ofTupleOf(#1256)af4bebcTsConfigJson: Add missing lib enum values (#1263)72f491fTsConfigJson: AddrewriteRelativeImportExtensions(#1262)7d011ceFixes
PartialDeep: Fix behavior with functions containing multiple call signatures (#1259)3bd9de6IsEqual: Fix behaviour when instantiated withneverandunknown(#1251)785549fFixedLengthArray: Fix element type (#1246)ee29ef7is-equal: Fix handling with intersecting wrapped types (#1231)5af60a1v5.0.1Compare Source
4f9c248v5.0.0Compare Source
Breaking
b5b0214cc2b0f2type-festrequiresstrict: truein your tsconfig.StringKeyOf: Rename toKeyAsStringe492c9cArrayTail: EnablepreserveReadonlyby default and remove the optionb34b1d8CamelCase/CamelCasedProperties/CamelCasedPropertiesDeep/PascalCase/PascalCasedProperties/PascalCasedPropertiesDeep: DisablepreserveConsecutiveUppercaseby default8226c1bPartialDeep: DisableallowUndefinedInNonTupleArraysby defaultb3c4524Split: EnablestrictLiteralChecksby default544a846Paths: DefaultmaxRecursionDepth5 (was 10)2ab5decObservableLike: Move to sub-export2a1072eIf*types in favor of a singleIf4c2151aNew types
Alphanumeric— Single alphanumeric character (A–Z,a–z,0–9).484e030AllExtend— Evaluates totrueif every element of a tuple/array extendsU.c8c6d55ConditionalSimplify— Simplifies a type’s unions/intersections with opt-in controls.b7a4771ConditionalSimplifyDeep— Deep version ofConditionalSimplifythat recurses into objects.b7a4771DigitCharacter— Single ASCII digit character (0–9).484e030ExcludeStrict— Non-distributive, stricter variant ofExclude<T, U>.e6f62a2ExtendsStrict— Non-distributiveA extends Bcheck.d71242aExtractStrict— Non-distributive, stricter variant ofExtract<T, U>.98d24faIsLowercase— Evaluates totrueif a string literal is all lowercase.afe132cIsNullable— Evaluates totrueifTincludesnull.5067e25IsOptional— Evaluates totrueifTincludesundefined.5067e25IsOptionalKeyOf— Evaluates totrueif propertyKofTis optional.93728b5IsReadonlyKeyOf— Evaluates totrueif propertyKofTis readonly.93728b5IsRequiredKeyOf— Evaluates totrueif propertyKofTis required.93728b5IsUnion— Evaluates totrueifTis a union type.b3d92edIsUndefined— Evaluates totrueif the type is exactlyundefined.f7bc576IsUppercase— Evaluates totrueif a string literal is all uppercase.afe132cLowercaseLetter— Single lowercase Latin letter (a–z).484e030RemovePrefix— Removes a specified prefix from a string literal.18a1c04UppercaseLetter— Single uppercase Latin letter (A–Z).484e030Improvements
Jsonify: HandleunknownasJsonValue642bb13SetRequired/SetOptional/SetReadonly: Handle functions with propertiesa5e45d4Schema: Preserve arrays/remove extraneous unions8a96def; dropundefinedforrecurseIntoArrays1cb955bReadonlyKeysOf/WritableKeysOf: Addobjectconstrainta6efbe0TsConfigJson: Add TypeScript 5.9 fieldsd2bda94Fixes
Or: Fix withboolean,never,any42d6106And: Fix withboolean,never,anyb38ac60IsStringLiteral: Fix uncollapsed unions, and tagged typeseb37799/d1b35c7Paths: Fix behavior with index signatures9926e5dConditionalKeys: Fix behavior with arrays and unions4d7cc50RequiredDeep: Fix withundefinedbfcdbc4Split: Fix template strings ending with interpolation853b881ArrayTail: Fix fix non-tuple arraysf3aabd8UnionMinandUnionMaxd52d5e7Meta
Huge thanks to all the contributors to this release, especially @som-sm 🙌
v4.41.0Compare Source
SetNonNullableDeeptype (#1117)b9606e7LessThan/GreaterThan/GreaterThanOrEqual: Fix behaviour with unions (#1116)afd809aRequireAllOrNone/RequireAtLeastOne/RequireExactlyOne/RequireOneOrNone: Fix behaviour withanyandnever(#1113)8c154e9v4.40.1Compare Source
PartialDeep: Fix behaviour with functions containing properties (#1108)86a3a69CamelCasedPropertiesDeep/DelimiterCasedPropertiesDeep/KebabCasedPropertiesDeep/PascalCasedPropertiesDeep/SnakeCasedPropertiesDeep: Fix behaviour when property value isunknown(#1112)cfcf9ecv4.40.0Compare Source
NonEmptyStringtype (#1103)19a9c37UnknownMaptype (#1106)b4ace2dUnknownSettype (#1106)b4ace2dIsFloat/IsInteger: Fix instantiations with numbers represented using exponential notation (#1101)21a92f6v4.39.1Compare Source
OptionalKeysOf/WritableKeysOf: Fix generic assignability withkeyof T(#1098)1b41ed3v4.39.0Compare Source
ArrayTail: AddpreserveReadonlyoption (#1091)544271ePartialDeep: Fix behaviour whenstrictNullChecksis disabled (#1096)7536baeOptionalKeysOf/RequiredKeysOf: Fix instantiations with unions and arrays (#1089)e1ac7b2WritableKeysOf/ReadonlyKeysOf: Fix behavior with unions and optional properties (#1088)bbf9137v4.38.0Compare Source
AsyncReturnType: Add support forPromiseLike(#1082)72ccde9DelimiterCase/SnakeCase/ScreamingSnakeCase/KebabCase: Fix instantiations containing punctuations (#1080)063e28dDelimiterCase: PassOptionsgeneric to all related types (#1078)1974944CamelCasedPropertiesDeep: Make nested array objects respect the options (#1077)c11c9cav4.37.0Compare Source
Sum: Add negative return value support (#1068)af5bfb7Subtract: Add negative return value support (#1061)2b85ae2Split: AddstrictLiteralChecksoption (#1067)cc93f85Split: Fix instantiations with unions (#1067)cc93f85Replace: Fix instantiations with unions (#1065)a733698DelimiterCase/SnakeCase/ScreamingSnakeCase/KebabCase: Fix default value forsplitOnNumbersoption (#1073)e462e72v4.36.0Compare Source
TsConfigJson: Add TypeScript 5.8 fields (#1064)918156aReplace: Add support for generating longer strings (#1060)3c03a0dDelimiterCase: Internal improvements (#930)a463c30v4.35.0Compare Source
TupleToObjecttype (#1055)c8149ecPaths: Adddepthoption (#1058)2633e5bv4.34.1Compare Source
OmitDeep: Fix import statement (#1052)e5b66a4v4.34.0Compare Source
AllUnionFieldstype (#997)9aba4c3Paths: AddleavesOnlyoption (#1050)7dfb307OmitDeep: Fix removal of multiple paths within arrays (#1049)fa6e31bv4.33.0Compare Source
StringRepeat: Add support for generating longer strings & fix instantiations with unions (#1046)fbccaabSplit: Add support for longer strings (#1042)49605b9Get: Optimize performance (#1031)cfb5947KeysOfUnion: Fix assignability withkeyof(#1009)4789c7cIsStringLiteral: Fix instantiations with infinite string types (#1044)e7800afSetRequiredDeep: Fix handling of unions in nested keys (#1037)bf5ce3cStringSlice: Fix return type when passing in non-literal (#1036)979eccfSum/Subtract: Fix instantiations with unions (#1034)69bfd51v4.32.0Compare Source
New types
IsTuple(#1024)1e0872dSetRequiredDeep(#939)3d54627Improvements
PartialDeep: AddallowUndefinedInNonTupleArraysoption (#1019)278df80Fixes
SetRequired: Fix support for removal of optional modifiers from tuples (#1030)c897aadv4.31.0Compare Source
SetFieldType: Add option to preserve property modifiers (#1017)59517cbIsEqual: Fix identity issue (#1012)591700aSetOptional: Fix instantiations with index signatures (#1014)cb269ffSetRequired: Fix instantiations with index signatures (#1014)cb269ffSetReadonly: Fix instantiations with index signatures (#1014)cb269ffv4.30.2Compare Source
527d600SetOptional/SetRequired/SetReadonly: Fix when the second argument isany(#1007)fdbcb11SetOptional: Fix when instantiated with unions (#1007)fdbcb11Configuration
📅 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.