Skip to content

⬆️ bump: Bump @hookform/resolvers from 3.10.0 to 4.1.3 in /frontend - #108

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/frontend/develop/hookform/resolvers-4.1.3
Closed

⬆️ bump: Bump @hookform/resolvers from 3.10.0 to 4.1.3 in /frontend#108
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/frontend/develop/hookform/resolvers-4.1.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 5, 2025

Copy link
Copy Markdown
Contributor

Bumps @hookform/resolvers from 3.10.0 to 4.1.3.

Release notes

Sourced from @​hookform/resolvers's releases.

v4.1.3

4.1.3 (2025-03-03)

Bug Fixes

  • escape square brackets in field name regex pattern (#752) (50dd4ad)

v4.1.2

4.1.2 (2025-02-24)

Bug Fixes

  • standard-schema: move @​standard-schema/utils to dependencies (#748) (ded1746)

v4.1.1

4.1.1 (2025-02-22)

Bug Fixes

  • standard-schema: Propertly handle object path segments (#746) (8ffada0)

v4.1.0

4.1.0 (2025-02-15)

Features

  • automatically infer values from schema (#739) (caaff8d)

v4.0.0

4.0.0 (2025-02-10)

Bug Fixes

  • add support for names option (#713) (985c48d)
  • arktypeResolver: resolve type error when schema is defined from an ArkType scope (#732) (3233667)
  • handle raw: true option to pass form submission values correctly (#733) (7807f95)
  • validateFieldsNatively: handle undefined object when reading 'refs' (#734) (3da2054)

Features

  • ajv: Keep original validation type while using errorMessage (#728) (5030a59)
  • effectResolver: returns either all errors or only the first one based on criteriaMode (#737) (12d7d8e)
  • standard-schema: add standard-schema resolver (#738) (b75a95a)

... (truncated)

Commits
  • 50dd4ad fix: escape square brackets in field name regex pattern (#752)
  • ded1746 fix(standard-schema): move @​standard-schema/utils to dependencies (#748)
  • 8ffada0 fix(standard-schema): Propertly handle object path segments (#746)
  • 8ea953c update README.md
  • caaff8d feat: automatically infer values from schema (#739)
  • f9f9187 docs: update resolver documentation link (#740)
  • b75a95a feat(standard-schema): add standard-schema resolver (#738)
  • 12d7d8e feat(effectResolver): returns either all errors or only the first one based o...
  • 9a94555 chore: update dependencies (#736)
  • 3da2054 fix(validateFieldsNatively): handle undefined object when reading 'refs' (#734)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 5, 2025
@codecov

codecov Bot commented Jun 6, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.69%. Comparing base (f045b33) to head (90b0177).
⚠️ Report is 16 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #108   +/-   ##
========================================
  Coverage    83.69%   83.69%           
========================================
  Files           48       48           
  Lines         1398     1398           
========================================
  Hits          1170     1170           
  Misses         228      228           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/develop/hookform/resolvers-4.1.3 branch 2 times, most recently from 564aa23 to 1b26e13 Compare June 20, 2025 09:23
@tomy0000000
tomy0000000 force-pushed the develop branch 4 times, most recently from a2c460b to baad9cb Compare June 20, 2025 09:46
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/develop/hookform/resolvers-4.1.3 branch 2 times, most recently from a784cd9 to 2ea4c91 Compare June 27, 2025 09:00
@tomy0000000

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 3.10.0 to 4.1.3.
- [Release notes](https://github.com/react-hook-form/resolvers/releases)
- [Commits](react-hook-form/resolvers@v3.10.0...v4.1.3)

---
updated-dependencies:
- dependency-name: "@hookform/resolvers"
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/develop/hookform/resolvers-4.1.3 branch from 2ea4c91 to 90b0177 Compare September 6, 2025 07:52
@vercel

vercel Bot commented Sep 6, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
kayman Ready Ready Preview Comment Sep 6, 2025 8:02am

@dependabot @github

dependabot Bot commented on behalf of github May 21, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/frontend/develop/hookform/resolvers-4.1.3 branch May 21, 2026 08:18
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