TeamOpencampus / opencampus

[WIP] Open-source campus management system.
https://opencampus.vercel.app
GNU General Public License v3.0
7 stars 6 forks source link

Bump @hookform/resolvers from 2.8.8 to 2.9.3 #91

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @hookform/resolvers from 2.8.8 to 2.9.3.

Release notes

Sourced from @​hookform/resolvers's releases.

v2.9.3

2.9.3 (2022-06-24)

Breaking Change

  • compile error with UnpackNestedValue

BREAKING CHANGE: This change will update package dependency with react-hook-form to 7.33.0 above (52a6e07)

v2.9.2

2.9.2 (2022-06-23)

Bug Fixes

  • exchange fp-ts/Either over fp-ts/lib/Either (#419) (7951951)

v2.9.1

2.9.1 (2022-06-10)

Bug Fixes

  • ajv resolver to work with unlimited layers of nesting (#412) (692fe65)

v2.9.0

2.9.0 (2022-06-03)

Features

import { useForm } from 'react-hook-form';
import { ajvResolver } from '@hookform/resolvers/ajv';

// must use minLength: 1 to implement required field const schema = { type: 'object', properties: { username: { type: 'string', minLength: 1, errorMessage: { minLength: 'username field is required' }, }, </tr></table>

... (truncated)

Commits
  • 52a6e07 fix: compile error with UnpackNestedValue BREAKING CHANGE: This change will ...
  • 7951951 fix: exchange fp-ts/Either over fp-ts/lib/Either (#419)
  • ad4ae4a close #414
  • 115db62 build(deps-dev): bump @​typescript-eslint/parser from 5.16.0 to 5.27.0 (#410)
  • 692fe65 fix: ajv resolver to work with unlimited layers of nesting (#412)
  • 0cad904 feat: add ajv (#408)
  • c560af3 fix: update for other resolvers with new option (#404)
  • 259b4dc fix(zod): add ability to skip zod's parsing (#401)
  • 350d255 build(deps-dev): bump @​types/react from 17.0.38 to 17.0.43 (#381)
  • 9017a82 build(deps-dev): bump zod from 3.14.1 to 3.14.3 (#383)
  • Additional commits viewable in compare view


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)
vercel[bot] commented 2 years ago

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

Name Status Preview Updated
opencampus ✅ Ready (Inspect) Visit Preview Jul 6, 2022 at 2:01PM (UTC)
dependabot[bot] commented 2 years ago

Superseded by #93.