Skip to content

Comments

build(deps): bump @vinejs/vine from 3.0.1 to 4.1.0#424

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vinejs/vine-4.1.0
Closed

build(deps): bump @vinejs/vine from 3.0.1 to 4.1.0#424
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vinejs/vine-4.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps @vinejs/vine from 3.0.1 to 4.1.0.

Release notes

Sourced from @​vinejs/vine's releases.

Accept confirmation field alias via "as" property

4.1.0 (2025-10-27)

Features

  • accept confirmation field alias via "as" property (cacc3ca)

Full Changelog: vinejs/vine@v4.0.1...v4.1.0

Fix date rule to work when the field has been marked as optional

4.0.1 (2025-10-21)

Bug Fixes

What's Changed

Full Changelog: vinejs/vine@v4.0.0...v4.0.1

Bug fixes, support for standard schema, file validation, optional and nullable unions

Breaking changes

Removed BaseModifiers class

This release refactors parts of VineJS internals and removes the BaseModifiers class. In most cases, this change will not affect your application. However, if you were extending or directly using BaseModifiers for a custom use case, you may need to adjust your implementation. If you run into any issues, please open an issue on GitHub.


Report confirmed rule errors on the confirmation field

The confirmed rule is commonly used for fields like password to ensure a matching field (for example, password_confirmation) has the same value. Previously, when the values didn’t match, the validation error was reported on the original field (e.g. password).

This created a poor user experience — you would see an error message like

“The values of password and password_confirmation must be the same” next to the password field, even though the issue was with the confirmation field.

This behavior has now been corrected. Errors from the confirmed rule are now reported on the confirmation field (e.g. password_confirmation). Since this changes the location of validation errors, it is considered a breaking change.


... (truncated)

Commits
  • 9b57c02 chore(release): 4.1.0
  • cacc3ca feat: accept confirmation field alias via "as" property
  • bce9116 docs: add featured sponsors
  • 3702153 chore(release): 4.0.1
  • 721377d fix: optional date (#126)
  • 70d5d8c chore(release): 4.0.0
  • a1624b2 ci: remove pre-release flag from the release script
  • 3eca133 docs: update benchmarks
  • ab60e9e chore(release): 4.0.0-next.1
  • 2e74503 fix: Update logic of converting string values to DayJS instances
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @abtion-internal-projects.


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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

---
updated-dependencies:
- dependency-name: "@vinejs/vine"
  dependency-version: 4.1.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 Oct 27, 2025
Copy link

@abtion-internal-projects abtion-internal-projects left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2025

Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2025

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 27, 2026

Superseded by #439.

@dependabot dependabot bot closed this Jan 27, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vinejs/vine-4.1.0 branch January 27, 2026 00:27
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.

1 participant