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

fix(deps): Update dependency valibot to v0.41.0 (canary) - autoclosed #1677

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
valibot (source) 0.31.1 -> 0.41.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

fabian-hiller/valibot (valibot)

v0.41.0

Compare Source

Many thanks to @​EltonLobo07, @​ZerNico, @​Andarist, @​ruiaraujo012 and @​merodiro for contributing to this release.

  • Change reference property of all action base types to be less strict (issue #​799)
  • Change implementation of variant and variantAsync to improve performance and issues generation for nested variants with different discriminators (pull request #​809)

v0.40.0

Compare Source

Many thanks to @​jasperteo, @​alecmev and @​cruzdanilo for contributing to this release.

  • Add nanoid action to validate Nano IDs (pull request #​789)
  • Add undefinedable and undefinedableAsync schema (issue #​385)
  • Fix invalid output type for transformed optional object entries (issue #​806)

v0.39.0

Compare Source

Many thanks to @​tpetry, @​incompletude, @​ComradeVanti, @​istonikula and @​ShlokDesai33 for contributing to this release.

  • Add support for exactOptionalPropertyTypes config (issue #​385)
  • Fix IssueDotPath type for pipe and pipeAsync method (issue #​793)
  • Fix IssueDotPath type for variant and variantAsync schema (issue #​700)

v0.38.0

Compare Source

Many thanks to @​EltonLobo07, @​samuba, @​alecmev, @​gflohr, @​threehams and @​carcinocron for contributing to this release.

  • Change expects and expected property by enclosing combined values in parentheses
  • Change question mark handling for optional, optionalAsync, nullish and nullishAsync schemas in objects
  • Fix TypeScript errors in TuplePath and QuestionMarkSchema type (issue #​659, #​776)
  • Fix missing TypeScript errors in pipe and pipeAsync method (pull request #​785)

v0.37.0

Compare Source

Many thanks to @​morinokami, @​xcfox, @​devcaeg, @​shayneo, @​Sandros94, @​slevithan, @​thecotne and @​EltonLobo07 for contributing to this release.

  • Add base64 action to validate Base64 strings (pull request #​644)
  • Add description metadata action (pull request #​747)
  • Add metadata feature to pipe and pipeAsync method (pull request #​747)
  • Refactor HEXADECIMAL_REGEX (pull request #​666)
  • Change unknown[] in LengthInput type to ArrayLike<unknown>
  • Change ArrayInput and ContentInput type to use MaybeReadonly
  • Change EMOJI_REGEX to be more accurate and strict (pull request #​666)
  • Fix bug in fallback and fallbackAsync method for specific schemas (pull request #​752)
  • Fix bug in fallbackAsync method for async schemas (pull request #​732)

v0.36.0

Compare Source

Many thanks to @​N0tExisting, @​ksv90, @​peterbe, @​foster-hangdaan and @​zougari47 for contributing to this release.

  • Add normalize action to normalize strings (issue #​691)
  • Add support for async schemas to entriesFromList util
  • Add support for numbers and symbols to entriesFromList util (issue #​492)
  • Add key property to SetPathItem type to improve DX (issue #​693, #​694)
  • Remove FunctionReference type and refactor code

v0.35.0

Compare Source

Many thanks to @​jindong-zhannng, @​dyljhd and @​TeChn4K for contributing to this release.

  • Increase argument limit of pipe and pipeAsync method to 19 (issue #​643)

v0.34.0

Compare Source

Many thanks to @​Saeris, @​Jimdooz, @​Kenzo-Wada and @​sillvva for contributing to this release.

  • Add file, function and promise schema
  • Add awaitAsync action to await promise in pipeline
  • Add operation property to filterItems, findItem, mapItems, reduceItems and sortItem action
  • Rename action argument of filterItems, findItem, mapItems, reduceItems and sortItem action to operation
  • Rename action argument and property of transform and transformAsync action to operation
  • Change and improve implementation of _stringify util

v0.33.3

Compare Source

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

  • Fix _isPartiallyTyped util of partialCheck and partialCheckAsync action

v0.33.2

Compare Source

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

  • Fix type exports for JSR and Deno (pull request #​663)

v0.33.1

Compare Source

  • Fix types of partialCheck and partialCheckAsync action

v0.33.0

Compare Source

Many thanks to @​Demivan, @​ruiaraujo012, @​Karakatiza666, @​micahjon, @​unlinking, @​demarchenac, @​xsjcTony, @​ziyak97 and @​Lukasz17git for contributing to this release.

  • Add export alias with reserved keywords for functions with underscore suffix
  • Add partialCheck and partialCheckAsync action (issue #​76, #​145, #​260)
  • Add checkItems, filterItems, findItem, mapItems, reduceItems and sortItem action (issue #​595)
  • Rename every and some action to everyItem and someItem
  • Rename _isAllowedObjectKey to _isValidObjectKey and add check for inherited properties
  • Remove RecordPathItem and TuplePathItem type and refactor code
  • Fix received property of issue in date schema for invalid dates (issue #​654)

v0.32.0

Compare Source

Many thanks to @​ruiaraujo012, @​jansedlon, @​ksjitendra18 and @​megacherry for contributing to this release.

  • Add rawCheck, rawCheckAsync, rawTransform and rawTransformAsync action (issue #​597)
  • Change FlatErrors type for better developer experience (discussion #​640)
  • Change pipe and pipeAsync method to mark output as untyped only when necessary (discussion #​613)
  • Remove unused skipPipe option from Config type and refactor library
  • Fix this reference in looseTuple, looseTupleAsync, strictTuple, strictTupleAsync, tuple, tupleAsync, tupleWithRest and tupleWithRestAsync schema (pull request #​649)
  • Fix type of options key in EnumSchema interface

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@renovate renovate bot requested a review from a team as a code owner June 18, 2024 07:48
@renovate renovate bot enabled auto-merge June 18, 2024 07:48
Copy link

vercel bot commented Jun 18, 2024

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

Name Status Preview Comments Updated (UTC)
visual-editing-astro ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 11, 2024 10:40am
visual-editing-next ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 11, 2024 10:40am
visual-editing-next-no-cache ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 11, 2024 10:40am
visual-editing-next-server-only ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 11, 2024 10:40am
visual-editing-next-with-i18n ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 11, 2024 10:40am
visual-editing-nuxt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 11, 2024 10:40am
visual-editing-page-builder-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 11, 2024 10:40am
visual-editing-remix ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 11, 2024 10:40am
visual-editing-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 11, 2024 10:40am
visual-editing-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 11, 2024 10:40am
visual-editing-svelte ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 11, 2024 10:40am

@renovate renovate bot changed the title fix(deps): Update dependency valibot to v0.41.0 (main) fix(deps): Update dependency valibot to v0.41.0 (canary) Sep 11, 2024
@renovate renovate bot changed the base branch from main to canary September 11, 2024 10:34
auto-merge was automatically disabled September 11, 2024 10:34

Merge commits are not allowed on this repository

@renovate renovate bot changed the title fix(deps): Update dependency valibot to v0.41.0 (canary) fix(deps): Update dependency valibot to v0.41.0 (canary) - autoclosed Sep 11, 2024
@renovate renovate bot closed this Sep 11, 2024
@renovate renovate bot deleted the renovate/valibot-0.x branch September 11, 2024 10:37
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant