Skip to content

chore(deps): update dependency valibot to v1#1445

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/valibot-1.x
Open

chore(deps): update dependency valibot to v1#1445
renovate[bot] wants to merge 1 commit intomainfrom
renovate/valibot-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 19, 2025

This PR contains the following updates:

Package Change Age Confidence
valibot (source) 0.42.11.2.0 age confidence

Release Notes

open-circle/valibot (valibot)

v1.2.0

Compare Source

Many thanks to @​EskiMojo14, @​makenowjust, @​ysknsid25 and @​jacekwilczynski for contributing to this release.

Read the release notes on our website for a quick overview of the most exciting new features in this release.

  • Add toBigint, toBoolean, toDate, toNumber and toString transformation actions (pull request #​1212)
  • Add examples action to add example values to a schema (pull request #​1199)
  • Add getExamples method to extract example values from a schema (pull request #​1199)
  • Add isbn validation action to validate ISBN-10 and ISBN-13 strings (pull request #​1097)
  • Add exports for RawCheckAddIssue, RawCheckContext, RawCheckIssueInfo, RawTransformAddIssue, RawTransformContext and RawTransformIssueInfo types for better developer experience with rawCheck and rawTransform actions (pull request #​1359)
  • Change build step to tsdown
  • Fix ReDoS vulnerability in EMOJI_REGEX used by emoji action

v1.1.0

Compare Source

Many thanks to @​EltonLobo07, @​sacrosanctic, @​muningis, @​EskiMojo14, @​MOZGIII, @​vktrl and @​jasperteo for contributing to this release.

Read the release notes on our website for a quick overview of the most exciting new features in this release.

  • Add message method to overwrite local error message configuration of a schema (pull request #​1103)
  • Add summarize method to summarize issues into a pretty-printable multi-line string (pull request #​1158)
  • Add getTitle, getDescription and getMetadata methods to extract metadata of a schema (pull request #​1154)
  • Add minEntries and maxEntries validation action to validate number of object entries (pull request #​1100)
  • Add entries and notEntries validation action to validate number of object entries (pull request #​1156)
  • Add parseJson and stringifyJson transformation action to parse and stringify JSON (pull request #​1137)
  • Add flavor transformation action to flavor the output type of a schema (pull request #​950)
  • Add support for bigints to multipleOf validation action (pull request #​1164)
  • Change implementation of variant and variantAsync schema to improve performance by aborting validation of discriminators early (pull request #​1110)
  • Change name of NanoIDAction and NanoIDIssue interface to NanoIdAction and NanoIdIssue (pull request #​1171)
  • Fix internal MarkOptional type to fix input and output type of objects in edge cases (issue #​1176)

v1.0.0

Compare Source

This is a summary of the changes between v0 and v1. Many thanks to everyone who contributed to this release.

  • Add assert method to assert values (issue #​862)
  • Add checkItemsAsync action (pull request #​856)
  • Add graphemes, maxGraphemes, minGraphemes and notGraphemes action (pull request #​853)
  • Add words, maxWords, minWords and notWords action
  • Add args and returns action to transform functions (issue #​243)
  • Add rfcEmail action to validate RFC 5322 email addresses (pull request #​912)
  • Add gtValue and ltValue action for greater than and less than validation (pull request #​978, #​985)
  • Add values and notValues action for easier multi-value validation (pull request #​919)
  • Add slug action to validate URL slugs (pull request #​910)
  • Add support for ReadonlyMap and ReadonlySet to readonly action (issue #​1059)
  • Add entriesFromObjects util to improve tree shaking (pull request #​1023)
  • Add new overload signature to pipe and pipeAync method to support unlimited pipe items of same input and output type (issue #​852)
  • Add @__NO_SIDE_EFFECTS__ notation to improve tree shaking (pull request #​995)
  • Add exactOptional and exactOptionalAsync schema (PR #​1013)
  • Change types and implementation to support Standard Schema
  • Change behaviour of minValue and maxValue for NaN (pull request #​843)
  • Change type and behaviour of nullable, nullableAsync, nullish, nullishAsync, optional, optionalAsync, undefinedable and undefinedableAsync for undefined default value (issue #​878)
  • Change type signature of partialCheck and partialCheckAsync action to add .pathList property in a type-safe way
  • Change type signature of findItem action to support type predicates (issue #​867)
  • Change validation of missing object entries in looseObject, looseObjectAsync, object, objectAsync, objectWithRest, objectWithRestAsync, strictObject and strictObject (PR #​1013)
  • Change type signature of optional and optionalAsync when used within an object schema (PR #​1013)
  • Change MarkOptional type to fix order of entries and TS error when using generic schemas (issue #​1021)
  • Change VariantOption and VariantOptionAsync type to fix TS error when using generic schemas (issue #​842)
  • Change implementation of variant and variantAsync to support optional discriminators using exactOptional, exactOptionalAsync, optional, optionalAsync, nullish or nullishAsync
  • Change _addIssue to not ignore empty strings as error message (pull request #​1065)
  • Change ISO_DATE_TIME_REGEX and ISO_TIMESTAMP_REGEX to support space as separator (pull request #​1064)
  • Change pipe tuple of pipe and pipeAsync to be readonly by default
  • Change forward, forwardCheck, partialCheck and partialCheckAsync to improve TypeScript performance (issue #​987)
  • Change DECIMAL_REGEX to support floats that start with a dot (pull request #​1086)
  • Change exports to export only public types to reduce noise
  • Refactor bytes, maxBytes, minBytes and notBytes action
  • Fix implementation of nonOptional, nonOptionalAsync, nonNullable, nonNullableAsync, nonNullish and nonNullishAsync schema in edge cases (issue #​909)
  • Fix instantiation error for any in PathKeys type (issue #​929)
  • Fix TypeScript error of keyof method for objects with many keys (pull request #​988)
  • Fix options filtering in enum_ schema (pull request #​941)
  • Fix partialCheck and partialCheckAsync action for typed data with issues

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Mar 19, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
sk0r Ready Ready Preview, Comment Jan 8, 2026 6:15pm

@github-actions
Copy link

github-actions bot commented Mar 19, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 49.69% (🎯 50%) 247 / 497
🔵 Statements 50.09% (🎯 50%) 256 / 511
🔵 Functions 45.74% (🎯 45%) 86 / 188
🔵 Branches 44.13% (🎯 45%) 64 / 145
File CoverageNo changed files found.
Generated in workflow #7622 for commit 0951129 by the Vitest Coverage Report Action

@renovate renovate bot force-pushed the renovate/valibot-1.x branch from 1e4be90 to a330cef Compare April 5, 2025 05:22
@renovate renovate bot force-pushed the renovate/valibot-1.x branch from a330cef to 3e1b50c Compare May 6, 2025 05:42
@renovate renovate bot force-pushed the renovate/valibot-1.x branch from 3e1b50c to 083efdf Compare August 7, 2025 13:45
@renovate renovate bot force-pushed the renovate/valibot-1.x branch from 083efdf to 3bc2a96 Compare August 10, 2025 15:03
@renovate renovate bot force-pushed the renovate/valibot-1.x branch from 3bc2a96 to 712d18e Compare August 13, 2025 11:54
@renovate renovate bot force-pushed the renovate/valibot-1.x branch from 712d18e to 65ed216 Compare August 19, 2025 16:03
@renovate renovate bot force-pushed the renovate/valibot-1.x branch from 65ed216 to 56b09f2 Compare August 31, 2025 11:25
@renovate renovate bot force-pushed the renovate/valibot-1.x branch from 56b09f2 to 85b0118 Compare September 25, 2025 20:58
@renovate renovate bot force-pushed the renovate/valibot-1.x branch from 85b0118 to a7308d5 Compare October 2, 2025 05:00
@renovate renovate bot force-pushed the renovate/valibot-1.x branch from a7308d5 to e69bae3 Compare October 2, 2025 10:46
@renovate renovate bot force-pushed the renovate/valibot-1.x branch from e69bae3 to c48661a Compare October 21, 2025 10:41
@renovate renovate bot force-pushed the renovate/valibot-1.x branch from c48661a to 1e0c1c6 Compare November 10, 2025 20:52
@renovate renovate bot force-pushed the renovate/valibot-1.x branch from 1e0c1c6 to a815922 Compare November 25, 2025 00:49
@renovate renovate bot force-pushed the renovate/valibot-1.x branch from a815922 to 7c57604 Compare December 27, 2025 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments