chore(deps): update devdependency valibot to v1 - #161
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
|
⏳ Deployment in progress! A preview url will be shown here when the deployment has finished. |
renovate
Bot
force-pushed
the
renovate/valibot-1.x
branch
from
May 10, 2025 12:19
f10bc61 to
292607d
Compare
renovate
Bot
force-pushed
the
renovate/valibot-1.x
branch
from
November 25, 2025 02:32
292607d to
d196c01
Compare
renovate
Bot
force-pushed
the
renovate/valibot-1.x
branch
from
December 31, 2025 16:45
d196c01 to
7be0421
Compare
renovate
Bot
force-pushed
the
renovate/valibot-1.x
branch
from
January 19, 2026 17:33
7be0421 to
696e2e2
Compare
renovate
Bot
force-pushed
the
renovate/valibot-1.x
branch
from
February 2, 2026 19:04
696e2e2 to
0537b96
Compare
renovate
Bot
force-pushed
the
renovate/valibot-1.x
branch
from
February 12, 2026 14:14
0537b96 to
bcc13b6
Compare
renovate
Bot
force-pushed
the
renovate/valibot-1.x
branch
2 times, most recently
from
March 19, 2026 00:44
5ee5bd3 to
28ccf37
Compare
renovate
Bot
force-pushed
the
renovate/valibot-1.x
branch
from
May 6, 2026 00:56
28ccf37 to
f0b3d2a
Compare
renovate
Bot
force-pushed
the
renovate/valibot-1.x
branch
from
May 26, 2026 02:01
f0b3d2a to
07ab658
Compare
renovate
Bot
force-pushed
the
renovate/valibot-1.x
branch
from
June 29, 2026 18:15
07ab658 to
02997e1
Compare
renovate
Bot
force-pushed
the
renovate/valibot-1.x
branch
from
July 21, 2026 03:14
02997e1 to
930a980
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:
0.37.0→1.4.2Release Notes
open-circle/valibot (valibot)
v1.4.2Compare Source
Many thanks to @Faze-up and @chatman-media for contributing to this release.
Intl.Segmenterfor non-primitive locales, preventing it from being recreated on everywords,minWords,maxWordsandnotWordsvalidation (pull request #1521)flattenmethod to handle issue path keys that collide withObject.prototypemembers liketoStringinstead of throwing aTypeError(pull request #1522)intersectschema to merge object keys that collide withObject.prototypemembers liketoStringinstead of failing to merge them (pull request #1522)v1.4.1Compare Source
intersectschema to infer correct input and output types for non-tuple array options instead ofnever(pull request #1478)v1.4.0Compare Source
Many thanks to @ksaurav24, @heiwen, @compulim, @ysknsid25, @alaycock-stripe, @IlyaSemenov, @wszgrcy, @LMGO, @yslpn, @EltonLobo07 and @Eronmmer for contributing to this release.
isoDateTimeSecondvalidation action to validate ISO date times with seconds (pull request #1418)toCamelCase,toKebabCase,toPascalCaseandtoSnakeCasetransformation actions to convert strings between common naming conventions (pull request #1457)ReadonlyOutputKeysandOutputWithReadonlytypes ofobjectschemas andWithReadonlytype ofrecordschemas to improve TypeScript type performance (pull request #1442)_LruCacheto use a TypeScriptprivatemethod instead of a#privateclass field to avoid runtime helpers in the transpiled output (pull request #1455)_isValidObjectKeyto useObject.prototype.hasOwnProperty.callinstead ofObject.hasOwnso the distributed output stays compatible with runtimes that lack the ES2022Object.hasOwnbuiltin (pull request #1421)flattenmethod to accept readonly issue arrays (pull request #1269)RangeErrorcaused by spreading large issue arrays (pull request #1437)creditCardvalidation action to reject Mastercard numbers with invalid lengths (pull request #1462)intersectschema to no longer mutate input values, allowing frozen objects and arrays to be merged (pull request #1463)v1.3.1Compare Source
MAC48_REGEX,MAC64_REGEXandMAC_REGEXto drop theiflag for better JSON Schema compatibility (pull request #1430)hashaction to use case-expanded character classes instead of theiflag (pull request #1430)v1.3.0Compare Source
Many thanks to @EskiMojo14, @yslpn, @alexilyaev, @idleberg, @BerkliumBirb and @frenzzy for contributing to this release.
guardtransformation action to narrow types using type predicates (pull request #1204)parseBooleantransformation action to parse boolean values from strings and other types (pull request #1251)isrcvalidation action to validate ISRC codes (pull request #1373)cachemethod for caching schema output by input (pull request #1170)domainvalidation action to validate domain names (pull request #1284)jwsCompactvalidation action to validate JWS compact strings (pull request #1348)creditCardvalidation action to allow 13-digit Visa card numbers (pull request #1347)isoTimestampvalidation action to allow optional space before UTC offset for PostgreSQLtimestamptzcompatibility (pull request #1195)v1.2.0Compare Source
Many thanks to @EskiMojo14, @makenowjust, @ysknsid25 and @jacekwilczynski for contributing to this release.
toBigint,toBoolean,toDate,toNumberandtoStringtransformation actions (pull request #1212)examplesaction to add example values to a schema (pull request #1199)getExamplesmethod to extract example values from a schema (pull request #1199)isbnvalidation action to validate ISBN-10 and ISBN-13 strings (pull request #1097)RawCheckAddIssue,RawCheckContext,RawCheckIssueInfo,RawTransformAddIssue,RawTransformContextandRawTransformIssueInfotypes for better developer experience withrawCheckandrawTransformactions (pull request #1359)EMOJI_REGEXused byemojiactionv1.1.0Compare Source
Many thanks to @EltonLobo07, @sacrosanctic, @muningis, @EskiMojo14, @MOZGIII, @vktrl and @jasperteo for contributing to this release.
messagemethod to overwrite local error message configuration of a schema (pull request #1103)summarizemethod to summarize issues into a pretty-printable multi-line string (pull request #1158)getTitle,getDescriptionandgetMetadatamethods to extract metadata of a schema (pull request #1154)minEntriesandmaxEntriesvalidation action to validate number of object entries (pull request #1100)entriesandnotEntriesvalidation action to validate number of object entries (pull request #1156)parseJsonandstringifyJsontransformation action to parse and stringify JSON (pull request #1137)flavortransformation action to flavor the output type of a schema (pull request #950)multipleOfvalidation action (pull request #1164)variantandvariantAsyncschema to improve performance by aborting validation of discriminators early (pull request #1110)NanoIDActionandNanoIDIssueinterface toNanoIdActionandNanoIdIssue(pull request #1171)MarkOptionaltype to fix input and output type of objects in edge cases (issue #1176)v1.0.0Compare Source
This is a summary of the changes between v0 and v1. Many thanks to everyone who contributed to this release.
assertmethod to assert values (issue #862)checkItemsAsyncaction (pull request #856)graphemes,maxGraphemes,minGraphemesandnotGraphemesaction (pull request #853)words,maxWords,minWordsandnotWordsactionargsandreturnsaction to transform functions (issue #243)rfcEmailaction to validate RFC 5322 email addresses (pull request #912)gtValueandltValueaction for greater than and less than validation (pull request #978, #985)valuesandnotValuesaction for easier multi-value validation (pull request #919)slugaction to validate URL slugs (pull request #910)ReadonlyMapandReadonlySettoreadonlyaction (issue #1059)entriesFromObjectsutil to improve tree shaking (pull request #1023)pipeandpipeAyncmethod to support unlimited pipe items of same input and output type (issue #852)@__NO_SIDE_EFFECTS__notation to improve tree shaking (pull request #995)exactOptionalandexactOptionalAsyncschema (PR #1013)minValueandmaxValueforNaN(pull request #843)nullable,nullableAsync,nullish,nullishAsync,optional,optionalAsync,undefinedableandundefinedableAsyncfor undefined default value (issue #878)partialCheckandpartialCheckAsyncaction to add.pathListproperty in a type-safe wayfindItemaction to support type predicates (issue #867)looseObject,looseObjectAsync,object,objectAsync,objectWithRest,objectWithRestAsync,strictObjectandstrictObject(PR #1013)optionalandoptionalAsyncwhen used within an object schema (PR #1013)MarkOptionaltype to fix order of entries and TS error when using generic schemas (issue #1021)VariantOptionandVariantOptionAsynctype to fix TS error when using generic schemas (issue #842)variantandvariantAsyncto support optional discriminators usingexactOptional,exactOptionalAsync,optional,optionalAsync,nullishornullishAsync_addIssueto not ignore empty strings as error message (pull request #1065)ISO_DATE_TIME_REGEXandISO_TIMESTAMP_REGEXto support space as separator (pull request #1064)pipeandpipeAsyncto be readonly by defaultforward,forwardCheck,partialCheckandpartialCheckAsyncto improve TypeScript performance (issue #987)DECIMAL_REGEXto support floats that start with a dot (pull request #1086)bytes,maxBytes,minBytesandnotBytesactionnonOptional,nonOptionalAsync,nonNullable,nonNullableAsync,nonNullishandnonNullishAsyncschema in edge cases (issue #909)anyinPathKeystype (issue #929)keyofmethod for objects with many keys (pull request #988)enum_schema (pull request #941)partialCheckandpartialCheckAsyncaction for typed data with issuesv0.42.1Compare Source
_runpropertyv0.42.0Compare Source
Many thanks to @ajfhs812, @andrew-d-jackson and @declanlscott for contributing to this release.
metadataaction to add custom metadata to a schematitlemetadata action to add a title to a schema (discussion #826)decimalaction to validate integer and float strings (pull request #823)decimalaction todigits(pull request #823)NoPipetype toSchemaWithoutPipeIssueDotPathtype (issue #814)v0.41.0Compare Source
Many thanks to @EltonLobo07, @ZerNico, @Andarist, @ruiaraujo012 and @merodiro for contributing to this release.
referenceproperty of all action base types to be less strict (issue #799)variantandvariantAsyncto improve performance and issues generation for nested variants with different discriminators (pull request #809)v0.40.0Compare Source
Many thanks to @jasperteo, @alecmev and @cruzdanilo for contributing to this release.
nanoidaction to validate Nano IDs (pull request #789)undefinedableandundefinedableAsyncschema (issue #385)v0.39.0Compare Source
Many thanks to @tpetry, @incompletude, @ComradeVanti, @istonikula and @ShlokDesai33 for contributing to this release.
exactOptionalPropertyTypesconfig (issue #385)IssueDotPathtype forpipeandpipeAsyncmethod (issue #793)IssueDotPathtype forvariantandvariantAsyncschema (issue #700)v0.38.0Compare Source
Many thanks to @EltonLobo07, @samuba, @alecmev, @gflohr, @threehams and @carcinocron for contributing to this release.
expectsandexpectedproperty by enclosing combined values in parenthesesoptional,optionalAsync,nullishandnullishAsyncschemas in objectsTuplePathandQuestionMarkSchematype (issue #659, #776)pipeandpipeAsyncmethod (pull request #785)Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.