Skip to content

Bump @hookform/resolvers from 2.9.11 to 3.1.0#33

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/hookform/resolvers-3.1.0
Closed

Bump @hookform/resolvers from 2.9.11 to 3.1.0#33
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/hookform/resolvers-3.1.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 17, 2023

Bumps @hookform/resolvers from 2.9.11 to 3.1.0.

Release notes

Sourced from @​hookform/resolvers's releases.

v3.1.0

3.1.0 (2023-04-15)

Features

v3.0.1

3.0.1 (2023-04-05)

Bug Fixes

v3.0.0

3.0.0 (2023-03-20)

BREAKING CHANGES

  • Yup resolver require Yup v1
  • rename rawValues option to raw
  • classValidationResolver: schema options now includes validator and transformer options
  • Please note that ajv and ajv-errors need to be installed separately, as they are not bundled with resolvers

Before:

schemaOptions?: ValidatorOptions,

After:

schemaOptions?: {
    validator?: ValidatorOptions;
    transformer?: ClassTransformOptions;
  }

Bug Fixes

Features

  • add option to keep raw values (f22d57c)
  • classValidationResolver: add transform and validator options (#524) (2749bd9)
  • yupResolver: add support Yup v1 (#520) (f3da212)

... (truncated)

Commits

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 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 [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 2.9.11 to 3.1.0.
- [Release notes](https://github.com/react-hook-form/resolvers/releases)
- [Commits](react-hook-form/resolvers@v2.9.11...v3.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 17, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 1, 2023

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.

@RodriCabrera RodriCabrera reopened this Jun 1, 2023
@github-actions
Copy link

github-actions bot commented Jun 1, 2023

Visit the preview URL for this PR (updated for commit b744cba):

https://react-app-boilerplate23--pr33-dependabot-npm-and-y-2v7l97vt.web.app

(expires Thu, 08 Jun 2023 14:15:13 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: c9213eba309b6f770fcf27653a443d89c910ab43

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 13, 2023

Superseded by #79.

@dependabot dependabot bot closed this Jun 13, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hookform/resolvers-3.1.0 branch June 13, 2023 05:15
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.

1 participant