Skip to content

deps: update dependency valibot to v1.4.0#82

Open
mogyugyu-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/valibot-1.x
Open

deps: update dependency valibot to v1.4.0#82
mogyugyu-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/valibot-1.x

Conversation

@mogyugyu-renovate
Copy link
Copy Markdown
Contributor

@mogyugyu-renovate mogyugyu-renovate Bot commented May 1, 2026

This PR contains the following updates:

Package Change Age Confidence
valibot (source) 1.2.01.4.0 age confidence

Release Notes

open-circle/valibot (valibot)

v1.4.0

Compare Source

Many thanks to @​ksaurav24, @​heiwen, @​compulim, @​ysknsid25, @​alaycock-stripe, @​IlyaSemenov, @​wszgrcy, @​LMGO, @​yslpn, @​EltonLobo07 and @​Eronmmer 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 isoDateTimeSecond validation action to validate ISO date times with seconds (pull request #​1418)
  • Add toCamelCase, toKebabCase, toPascalCase and toSnakeCase transformation actions to convert strings between common naming conventions (pull request #​1457)
  • Change internal ReadonlyOutputKeys and OutputWithReadonly types of object schemas and WithReadonly type of record schemas to improve TypeScript type performance (pull request #​1442)
  • Change hot paths to reduce object allocations and improve runtime performance (pull request #​1437)
  • Change build target to ES2020 so distributed output stays compatible with environments that lack support for newer syntax (pull request #​1455)
  • Change internal _LruCache to use a TypeScript private method instead of a #private class field to avoid runtime helpers in the transpiled output (pull request #​1455)
  • Change internal _isValidObjectKey to use Object.prototype.hasOwnProperty.call instead of Object.hasOwn so the distributed output stays compatible with runtimes that lack the ES2022 Object.hasOwn builtin (pull request #​1421)
  • Change flatten method to accept readonly issue arrays (pull request #​1269)
  • Fix potential RangeError caused by spreading large issue arrays (pull request #​1437)
  • Fix creditCard validation action to reject Mastercard numbers with invalid lengths (pull request #​1462)
  • Fix intersect schema to no longer mutate input values, allowing frozen objects and arrays to be merged (pull request #​1463)

v1.3.1

Compare Source

  • Change MAC48_REGEX, MAC64_REGEX and MAC_REGEX to drop the i flag for better JSON Schema compatibility (pull request #​1430)
  • Change hash action to use case-expanded character classes instead of the i flag (pull request #​1430)

v1.3.0

Compare Source

Many thanks to @​EskiMojo14, @​yslpn, @​alexilyaev, @​idleberg, @​BerkliumBirb and @​frenzzy 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 guard transformation action to narrow types using type predicates (pull request #​1204)
  • Add parseBoolean transformation action to parse boolean values from strings and other types (pull request #​1251)
  • Add isrc validation action to validate ISRC codes (pull request #​1373)
  • Add cache method for caching schema output by input (pull request #​1170)
  • Add domain validation action to validate domain names (pull request #​1284)
  • Add jwsCompact validation action to validate JWS compact strings (pull request #​1348)
  • Fix creditCard validation action to allow 13-digit Visa card numbers (pull request #​1347)
  • Fix isoTimestamp validation action to allow optional space before UTC offset for PostgreSQL timestamptz compatibility (pull request #​1195)
  • Fix types for deeply readonly default and fallback values

Configuration

📅 Schedule: (UTC)

  • 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.

@mogyugyu-renovate mogyugyu-renovate Bot requested a review from Mogyuchi May 1, 2026 20:00
@mogyugyu-renovate mogyugyu-renovate Bot force-pushed the renovate/valibot-1.x branch from 64c7596 to 8c6a9ba Compare May 19, 2026 00:01
@mogyugyu-renovate mogyugyu-renovate Bot changed the title deps: update dependency valibot to v1.3.1 deps: update dependency valibot to v1.4.0 May 19, 2026
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| npm        | valibot | 1.2.0 | 1.4.0 |
@mogyugyu-renovate mogyugyu-renovate Bot force-pushed the renovate/valibot-1.x branch from 8c6a9ba to 03b396a Compare May 19, 2026 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant