stack.pulse
#stacks/valibot/library

Valibot release notes, breaking changes, and upgrade notes.

The modular and type-safe schema library StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.

releases
6
breaking
0
security
0
deprecated
0
migrations
0

Get source-linked upgrade notes and occasional sponsor recommendations. No GitHub login required.

what stackpulse tracks

Valibot releases from GitHub

StackPulse watches Valibot release notes and keeps the original source link close to every summary.

upgrade risk

Breaking changes and deprecations

Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.

migration notes

Source-backed next steps

Migration steps and recommended actions are only shown when the upstream release notes support them.

# latest_releases

source-backed
v1.4.2mediumfeatureJun 28, 2026

v1.4.2

Bug fixes for word count actions caching, flatten method handling, and intersect schema merging.

affected

Users utilizing word count actions, flatten method, or intersect schema may be affected by these fixes.

action

Update to the latest version to benefit from the fixes.

view source on github->
v1.7.1-to-json-schemamediumfeatureJun 8, 2026

v1.7.1 (to-json-schema)

This release fixes the generation of `$ref` values to properly encode definition keys containing `/` or `~` as JSON Pointer tokens.

affected

Users generating JSON schemas with definition keys containing `/` or `~` are affected.

action

Update to this version to ensure proper encoding of `$ref` values.

view source on github->
v1.4.1mediumfeatureMay 24, 2026

v1.4.1

This release fixes a type inference issue in the `intersect` schema for non-tuple array options.

affected

Users relying on the `intersect` schema with non-tuple array options may be affected by incorrect type inference.

action

Update to v1.4.1 to ensure correct type inference for `intersect` schema.

view source on github->
v1.7.0-to-json-schemamediumfeatureMay 5, 2026

v1.7.0 (to-json-schema)

This release updates the build target to ES2020 for broader compatibility and adjusts the Valibot peer dependency to v1.4.0.

affected

Users relying on environments with older JavaScript syntax support will benefit from this update.

action

Ensure your environment supports ES2020 syntax or update accordingly.

view source on github->
v1.2.0-i18nmediumfeatureMay 5, 2026

v1.2.0 (i18n)

This release introduces Uzbek translations and updates the Valibot peer dependency version.

affected

Users requiring Uzbek translations or using Valibot as a peer dependency are affected.

action

Update the Valibot peer dependency to `^1.4.0` if necessary.

release_signals
+Added Uzbek (uz) translations
view source on github->
v1.4.0mediumfeatureMay 5, 2026

v1.4.0

This release introduces new validation and transformation actions, improves TypeScript type performance, and optimizes runtime performance. Several internal changes ensure compatibility with older environments.

affected

Developers using Valibot for validation and transformation will benefit from new features and performance improvements.

action

Update to v1.4.0 to take advantage of new validation and transformation actions.

release_signals
+Add `isoDateTimeSecond` validation action to validate ISO date times with seconds
+Add `toCamelCase`, `toKebabCase`, `toPascalCase`, and `toSnakeCase` transformation actions
view source on github->
Valibot release notes, breaking changes, and upgrade notes · StackPulse