Skip to content

build(deps): bump @vinejs/vine from 3.0.1 to 4.4.0 in /admin#1010

Open
dependabot[bot] wants to merge 1 commit into
rcfrom
dependabot/npm_and_yarn/admin/rc/vinejs/vine-4.4.0
Open

build(deps): bump @vinejs/vine from 3.0.1 to 4.4.0 in /admin#1010
dependabot[bot] wants to merge 1 commit into
rcfrom
dependabot/npm_and_yarn/admin/rc/vinejs/vine-4.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor

Bumps @vinejs/vine from 3.0.1 to 4.4.0.

Release notes

Sourced from @​vinejs/vine's releases.

Substitute nested field names in custom message

4.4.0 (2026-04-27)

Features

  • substitue nested field names in custom message (#143) (bfcc3fb)

What's Changed

New Contributors

Full Changelog: vinejs/vine@v4.3.1...v4.4.0

Update dependencies

4.3.1 (2026-04-07)

What's Changed

Full Changelog: vinejs/vine@v4.3.0...v4.3.1

JSON Schema Support

4.3.0 (2026-02-06)

VineJS now supports converting validation schemas to JSON Schema Draft 7 format, enabling interoperability with standard JSON Schema validators and tools.

Converting to JSON Schema

Use the .toJSONSchema() method to convert any VineJS validator to JSON Schema:

import vine from '@vinejs/vine'
const validator = vine.create({
name: vine.string(),
email: vine.string().email(),
age: vine.number().min(18),
})
const jsonSchema = validator.toJSONSchema()
console.log(jsonSchema)

Output:

{
</tr></table> 

... (truncated)

Commits
  • 660fd72 chore(release): 4.4.0
  • bfcc3fb feat: substitue nested field names in custom message (#143)
  • b497bdf chore(release): 4.3.1
  • 1030d71 chore: bump tsdown version to fix node:module static import (#142)
  • a087703 chore(release): 4.3.0
  • 2ec2056 doc: update docblocks
  • 571bc3e fix: handling of optional properties
  • 5a99348 fix: Handle use-case when convertEmptyStringsToNull flag is applied on a stri...
  • af754fd test: add json schema validator tests
  • f92883f chore: update dependencies
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​vinejs/vine since your current version.


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 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)

Bumps [@vinejs/vine](https://github.com/vinejs/vine) from 3.0.1 to 4.4.0.
- [Release notes](https://github.com/vinejs/vine/releases)
- [Commits](vinejs/vine@v3.0.1...v4.4.0)

---
updated-dependencies:
- dependency-name: "@vinejs/vine"
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 10, 2026
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants