Skip to content

Commit eccbaa4

Browse files
chore(deps): bump valibot from 1.1.0 to 1.2.0 (#1254)
Bumps [valibot](https://github.com/open-circle/valibot) from 1.1.0 to 1.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-circle/valibot/releases">valibot's releases</a>.</em></p> <blockquote> <h2>v1.2.0</h2> <p>Many thanks to <a href="https://github.com/EskiMojo14"><code>@​EskiMojo14</code></a>, <a href="https://github.com/makenowjust"><code>@​makenowjust</code></a>, <a href="https://github.com/ysknsid25"><code>@​ysknsid25</code></a> and <a href="https://github.com/jacekwilczynski"><code>@​jacekwilczynski</code></a> for contributing to this release.</p> <blockquote> <p>Read the <a href="https://valibot.dev/blog/valibot-v1.2-release-notes/">release notes</a> on our website for a quick overview of the most exciting new features in this release.</p> </blockquote> <ul> <li>Add <code>toBigint</code>, <code>toBoolean</code>, <code>toDate</code>, <code>toNumber</code> and <code>toString</code> transformation actions (pull request <a href="https://redirect.github.com/open-circle/valibot/issues/1212">#1212</a>)</li> <li>Add <code>examples</code> action to add example values to a schema (pull request <a href="https://redirect.github.com/open-circle/valibot/issues/1199">#1199</a>)</li> <li>Add <code>getExamples</code> method to extract example values from a schema (pull request <a href="https://redirect.github.com/open-circle/valibot/issues/1199">#1199</a>)</li> <li>Add <code>isbn</code> validation action to validate ISBN-10 and ISBN-13 strings (pull request <a href="https://redirect.github.com/open-circle/valibot/issues/1097">#1097</a>)</li> <li>Add exports for <code>RawCheckAddIssue</code>, <code>RawCheckContext</code>, <code>RawCheckIssueInfo</code>, <code>RawTransformAddIssue</code>, <code>RawTransformContext</code> and <code>RawTransformIssueInfo</code> types for better developer experience with <code>rawCheck</code> and <code>rawTransform</code> actions (pull request <a href="https://redirect.github.com/open-circle/valibot/issues/1359">#1359</a>)</li> <li>Change build step to tsdown</li> <li>Fix ReDoS vulnerability in <code>EMOJI_REGEX</code> used by <code>emoji</code> action</li> </ul> <h2>v1.2.0 (to-json-schema)</h2> <p>Many thanks to <a href="https://github.com/cruzdanilo"><code>@​cruzdanilo</code></a> and <a href="https://github.com/Xiot"><code>@​Xiot</code></a> for contributing to this release.</p> <ul> <li>Add support for title, description and examples in <code>metadata</code> action (pull request <a href="https://redirect.github.com/open-circle/valibot/issues/1189">#1189</a>)</li> <li>Add new override configurations to override default behaviour of JSON Schema conversion (pull request <a href="https://redirect.github.com/open-circle/valibot/issues/1197">#1197</a>)</li> <li>Add storage for global definitions with <code>addGlobalDefs</code> and <code>getGlobalDefs</code> (pull request <a href="https://redirect.github.com/open-circle/valibot/issues/1197">#1197</a>)</li> <li>Add new <code>toJsonSchemaDefs</code> function to convert Valibot schema definitions to JSON Schema definitions (pull request <a href="https://redirect.github.com/open-circle/valibot/issues/1197">#1197</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-circle/valibot/commit/053ae9776f9a8a96a5769b83d389c0018bf18c28"><code>053ae97</code></a> Bump version to 1.2.0 and update changelog</li> <li><a href="https://github.com/open-circle/valibot/commit/de76d7c7656bede2ef142784ffe2dc0d274b7d84"><code>de76d7c</code></a> Merge pull request <a href="https://redirect.github.com/open-circle/valibot/issues/1361">#1361</a> from open-circle/v1.2-blog-post</li> <li><a href="https://github.com/open-circle/valibot/commit/c14f09217b73b15f1be7f6d44a4a1c7f6544a35c"><code>c14f092</code></a> Add security fix for ReDoS vulnerability in emoji action and update release n...</li> <li><a href="https://github.com/open-circle/valibot/commit/cfb799db301a953a0950d5c05a34a3ab121262dc"><code>cfb799d</code></a> Merge commit from fork</li> <li><a href="https://github.com/open-circle/valibot/commit/36fafd0f821cedac87751ac56486dbe9853a5b49"><code>36fafd0</code></a> Add release notes blog post for Valibot v1.2 to website</li> <li><a href="https://github.com/open-circle/valibot/commit/83c07cadf1a7b3c6c2b638f11c96aafc6000c427"><code>83c07ca</code></a> Merge pull request <a href="https://redirect.github.com/open-circle/valibot/issues/1097">#1097</a> from ysknsid25/feat/add-isbn-validation</li> <li><a href="https://github.com/open-circle/valibot/commit/6957e0d0efbd10a144e9efe97de41b7965c64453"><code>6957e0d</code></a> Add beta annotation to JSDoc comment of isbn action</li> <li><a href="https://github.com/open-circle/valibot/commit/6c7f9c0379730b1e16c3b75362db096b6d9bb69b"><code>6c7f9c0</code></a> Add docs for new isbn action to website</li> <li><a href="https://github.com/open-circle/valibot/commit/ca902e61dc134bbcb6a5bdf6316d2df78bed36f8"><code>ca902e6</code></a> Refactor ISBN regex constants and update validation logic</li> <li><a href="https://github.com/open-circle/valibot/commit/e7a4f17537bf4bb596055148a32b76f7c37f3aea"><code>e7a4f17</code></a> Refactor and improve new isbn action and update changelog</li> <li>Additional commits viewable in <a href="https://github.com/open-circle/valibot/compare/v1.1.0...v1.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=valibot&package-manager=npm_and_yarn&previous-version=1.1.0&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/unnoq/orpc/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f9e5dec commit eccbaa4

File tree

5 files changed

+26
-26
lines changed

5 files changed

+26
-26
lines changed

packages/contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"arktype": "2.1.27",
50-
"valibot": "^1.1.0",
50+
"valibot": "^1.2.0",
5151
"zod": "^4.1.12"
5252
}
5353
}

packages/durable-iterator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@orpc/server": "workspace:*",
5353
"@orpc/shared": "workspace:*",
5454
"partysocket": "^1.1.6",
55-
"valibot": "^1.1.0"
55+
"valibot": "^1.2.0"
5656
},
5757
"devDependencies": {
5858
"@cloudflare/workers-types": "^4.20251121.0",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@opentelemetry/api": "^1.9.0",
5050
"arktype": "2.1.27",
51-
"valibot": "^1.1.0",
51+
"valibot": "^1.2.0",
5252
"zod": "^4.1.12"
5353
}
5454
}

packages/valibot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@valibot/to-json-schema": "^1.3.0"
4444
},
4545
"devDependencies": {
46-
"valibot": "^1.1.0",
46+
"valibot": "^1.2.0",
4747
"zod": "^4.1.12"
4848
}
4949
}

pnpm-lock.yaml

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)