fix(deps): update dependency runtypes to v7 #1577
Closed
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.7.0->7.0.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
runtypes/runtypes (runtypes)
v7.0.1Compare Source
What's Changed
inspectby @yuhr in https://github.com/runtypes/runtypes/pull/471Maybeby @yuhr in https://github.com/runtypes/runtypes/pull/472Runtype.Coreby @yuhr in https://github.com/runtypes/runtypes/pull/474Full Changelog: runtypes/runtypes@v7.0.0...v7.0.1
v7.0.0Compare Source
Migration From v6
Notable breaking changes from v6:
Recordhas been renamed toObjectDictionaryhas been renamed toRecordand the order of arguments is nowRecord(Key, Value).Or(...)and.And(...)utility have been renamed to.or(...)and.and(...)Optionalis no longer a runtype, but a contextual wrapper only meaningful inObjectfields.validate(...)method has been renamed to.inspect(...)and performs parsing by defaultFailurehas been changed drastically to include full details of validation failuresHighlighted new features:
What's Changed
typescriptto5.3.3by @yuhr in https://github.com/runtypes/runtypes/pull/337Constraintruntype by @yuhr in https://github.com/runtypes/runtypes/pull/345sort-exports/sort-exportsby @yuhr in https://github.com/runtypes/runtypes/pull/346jdx/mise-action@v2instead ofjdx/rtx-action@v1by @yuhr in https://github.com/runtypes/runtypes/pull/347RecordtoObjectby @yuhr in https://github.com/runtypes/runtypes/pull/349DictionarytoRecordby @yuhr in https://github.com/runtypes/runtypes/pull/350Recordby @yuhr in https://github.com/runtypes/runtypes/pull/351deno.lockby @yuhr in https://github.com/runtypes/runtypes/pull/354Optionalto conformnoUncheckedIndexedAccessby @yuhr in https://github.com/runtypes/runtypes/pull/355OrtoorandAndtoandby @yuhr in https://github.com/runtypes/runtypes/pull/356Partialby @yuhr in https://github.com/runtypes/runtypes/pull/358Objectby @yuhr in https://github.com/runtypes/runtypes/pull/360dntby @yuhr in https://github.com/runtypes/runtypes/pull/361README.mdby @yuhr in https://github.com/runtypes/runtypes/pull/362Staticby @yuhr in https://github.com/runtypes/runtypes/pull/365anyby @yuhr in https://github.com/runtypes/runtypes/pull/368import/no-unused-modulesESLint rule by @yuhr in https://github.com/runtypes/runtypes/pull/371package.jsonfor npm releases by @yuhr in https://github.com/runtypes/runtypes/pull/372Runtypefundamentally by @yuhr in https://github.com/runtypes/runtypes/pull/375Dictionaryby @yuhr in https://github.com/runtypes/runtypes/pull/376Guardconstructor by @yuhr in https://github.com/runtypes/runtypes/pull/377Constraintby @yuhr in https://github.com/runtypes/runtypes/pull/378withAssertionhelper by @yuhr in https://github.com/runtypes/runtypes/pull/380withConstraintby @yuhr in https://github.com/runtypes/runtypes/pull/381withby @yuhr in https://github.com/runtypes/runtypes/pull/384Optionalpseudo-runtype by @yuhr in https://github.com/runtypes/runtypes/pull/388overrideby @yuhr in https://github.com/runtypes/runtypes/pull/390Objectby @yuhr in https://github.com/runtypes/runtypes/pull/393SameValueZeroequality forLiteralby @yuhr in https://github.com/runtypes/runtypes/pull/394conformhelper method by @yuhr in https://github.com/runtypes/runtypes/pull/397defaultinObjectby @yuhr in https://github.com/runtypes/runtypes/pull/401Uniontypes of common utilities by @yuhr in https://github.com/runtypes/runtypes/pull/402UnionandIntersectby @yuhr in https://github.com/runtypes/runtypes/pull/405UnionofLiterals in key ofRecordby @yuhr in https://github.com/runtypes/runtypes/pull/406Recordby @yuhr in https://github.com/runtypes/runtypes/pull/407SymbolForby @yuhr in https://github.com/runtypes/runtypes/pull/408Unionby @yuhr in https://github.com/runtypes/runtypes/pull/415Brandby @yuhr in https://github.com/runtypes/runtypes/pull/416Unionby @yuhr in https://github.com/runtypes/runtypes/pull/418Intersectby @yuhr in https://github.com/runtypes/runtypes/pull/419inspectmethod in place ofvalidateby @yuhr in https://github.com/runtypes/runtypes/pull/423Constraintby @yuhr in https://github.com/runtypes/runtypes/pull/424Runtypeas class by @yuhr in https://github.com/runtypes/runtypes/pull/426Objectby @yuhr in https://github.com/runtypes/runtypes/pull/428ValidationErrortemporarily by @yuhr in https://github.com/runtypes/runtypes/pull/432matchrequirewhenby @yuhr in https://github.com/runtypes/runtypes/pull/433matchutility ofUnionby @yuhr in https://github.com/runtypes/runtypes/pull/435innertodetailinFailureby @yuhr in https://github.com/runtypes/runtypes/pull/440PROPERTY_PRESENTandNOTHING_EXPECTEDby @yuhr in https://github.com/runtypes/runtypes/pull/441IntersectofObjects by @yuhr in https://github.com/runtypes/runtypes/pull/442IntersectofObjects by @yuhr in https://github.com/runtypes/runtypes/pull/443Tupleby @yuhr in https://github.com/runtypes/runtypes/pull/445Failuretype by @yuhr in https://github.com/runtypes/runtypes/pull/446Tupleby @yuhr in https://github.com/runtypes/runtypes/pull/448InstanceOfby @yuhr in https://github.com/runtypes/runtypes/pull/449defaultValuetodefaultby @yuhr in https://github.com/runtypes/runtypes/pull/451Parserby @yuhr in https://github.com/runtypes/runtypes/pull/452returnstoresolvesinAsyncContractby @yuhr in https://github.com/runtypes/runtypes/pull/453Objectcorrectly by @yuhr in https://github.com/runtypes/runtypes/pull/455UnionandIntersectby @yuhr in https://github.com/runtypes/runtypes/pull/457Symbolcorrectly by @yuhr in https://github.com/runtypes/runtypes/pull/458ContractandAsyncContractby @yuhr in https://github.com/runtypes/runtypes/pull/460index.tsby @yuhr in https://github.com/runtypes/runtypes/pull/462Full Changelog: runtypes/runtypes@v6.7.0...v7.0.0
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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.