Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump valibot from 0.19.0 to 0.24.1 #157

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps valibot from 0.19.0 to 0.24.1.

Release notes

Sourced from valibot's releases.

v0.24.1

Many thanks to @​NotWorkingCode for contributing to this release.

  • Fix output type of optional object and objectAsync entries with default value (issue #286)
  • Fix output type of nullable, nullableAsync, nullish, nullishAsync, optional and optionalAsync schema with default value (issue #286)

v0.24.0

Many thanks to @​genki and @​NotWorkingCode for contributing to this release.

  • Add support for special schema as key of record schema (issue #291)
  • Add support for special and specialAsync schema as key of recordAsync schema (issue #291)
  • Fix input and output type of optional object keys with default value (issue #286)

v0.23.0

Many thanks to @​ariskemper, @​ivands and @​emilgpa for contributing to this release.

  • Add bic validation function (pull request #284)
  • Add mac, mac48 and mac64 validation function (pull request #270)
  • Change PicklistOptions, UnionOptions and UnionOptionsAsync type from tuple to array (issue #279)
  • Change IntersectOptions, IntersectOptionsAsync, UnionOptions and UnionOptionsAsync type to support readonly values (issue #279)
  • Fix optional keys of ObjectInput and ObjectOutput type (issue #242)

v0.22.0

Many thanks to @​ecyrbe, @​Demivan, @​GriefMoDz, @​demarchenac, @​TFX0019, @​AbePlays, @​irg1008, @​skotenko, @​dukeofsoftware, @​xxxhussein, @​JortsEnjoyer0, @​Karakatiza666, @​micahjon, @​lulucas, @​xsjcTony, @​ziyak97, @​micha149, @​anhzf and @​jonlambert for contributing to this release.

  • Add support for boolean to notValue validation (pull request #261)
  • Add .typed to schema validation result and execute pipeline of complex schemas if output is typed (issue #76, #145)
  • Add forward method that forwards issues of pipelines to nested fields (issue #76, #145)
  • Add skipPipe option to is type guard method (pull request #166)
  • Change return type of safeParse and safeParseAsync method
  • Rename and change util functions and refactor codebase
  • Fix RecordInput and RecordOuput type when using unionAsync as key
  • Fix output type for nullable, nullableAsync, nullish, nullishAsync, optional and optionalAsync when using a default value (issue #271)

v0.21.0

Many thanks to @​Saeris, @​lo1tuma, @​david-plugge, @​ciscoheat, @​kazizi55 and @​BastiDood for contributing to this release.

  • Change structure of schemas, validations and transformations to make properties accessible (pull request #211)
  • Fix errors in JSDoc comments and add JSDoc ESLint plugin (pull request #205)
  • Fix missing file extension for Deno (pull request #249)

Migration guide

The internal structure of schema and pipeline functions has changed as a result of #211. These changes affect people who have created their own schema, validation, or transformation functions.

import { type BaseValidation, type ErrorMessage, getOutput, getPipeIssues } from 'valibot';
// Change this
</tr></table>

... (truncated)

Commits
  • 09f24b4 Bump version to v0.24.1 and update changelog
  • 24a654f Fix output type for schemas with default value #286
  • 7eb1c4f Add blob API reference to website
  • b2d7b7d Add bigint API reference to website
  • 8288277 Add any API reference to website
  • 4cf5b8c Improve string API reference on website
  • da4ea73 Bump version to v0.24.0 and update changelog
  • 17d2966 Fix type of optional object keys with default value #286
  • 6ce50d4 Add support for special as key of record #291
  • b58a974 Improve code example of Input and Output API reference
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 11, 2023
Copy link

vercel bot commented Dec 11, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dice-spec-v2 🛑 Canceled (Inspect) Dec 12, 2023 0:37am

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/valibot-0.24.1 branch 2 times, most recently from ab165d2 to 82fb6f0 Compare December 12, 2023 00:21
Bumps [valibot](https://github.com/fabian-hiller/valibot) from 0.19.0 to 0.24.1.
- [Release notes](https://github.com/fabian-hiller/valibot/releases)
- [Commits](fabian-hiller/valibot@v0.19.0...v0.24.1)

---
updated-dependencies:
- dependency-name: valibot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/valibot-0.24.1 branch from 82fb6f0 to e3c898e Compare December 12, 2023 00:22
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2024

Superseded by #185.

@dependabot dependabot bot closed this Jan 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/valibot-0.24.1 branch January 1, 2024 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants