Skip to content

fix: relax version constraint for react-hook-form 7.55.0 → ^7.55.0 #758

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 0 additions & 50 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

70 changes: 70 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
name: Bug Report
description: File a bug report
title: 'issue: '
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
id: version
attributes:
label: Version Number
description: What's the version number?
placeholder: Version number.
validations:
required: true
- type: input
id: codesandbox
attributes:
label: Codesandbox/Expo snack
description: Codesandbox/Expo snack link
validations:
required: true
- type: markdown
attributes:
value: |
- [JS](https://codesandbox.io/s/great-paper-deove) Template
- [TS](https://codesandbox.io/s/eager-sun-jt4df) Template
- type: textarea
id: what-happened
attributes:
label: Steps to reproduce
placeholder: Tell us what you see!
value: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: textarea
id: what-expect
attributes:
label: Expected behaviour
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Edge
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/react-hook-form/resolvers/blob/master/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
2 changes: 1 addition & 1 deletion ajv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"types": "dist/index.d.ts",
"license": "MIT",
"peerDependencies": {
"react-hook-form": "7.55.0",
"react-hook-form": "^7.55.0",
"@hookform/resolvers": "^2.0.0",
"ajv": "^8.12.0",
"ajv-errors": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion arktype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"types": "dist/index.d.ts",
"license": "MIT",
"peerDependencies": {
"react-hook-form": "7.55.0",
"react-hook-form": "^7.55.0",
"@hookform/resolvers": "^2.0.0",
"arktype": "^2.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"zod": "^3.24.2",
},
"peerDependencies": {
"react-hook-form": "7.55.0",
"react-hook-form": "^7.55.0",
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion computed-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"types": "dist/index.d.ts",
"license": "MIT",
"peerDependencies": {
"react-hook-form": "7.55.0",
"react-hook-form": "^7.55.0",
"@hookform/resolvers": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion effect-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"peerDependencies": {
"@hookform/resolvers": "^2.0.0",
"effect": "^3.10.3",
"react-hook-form": "7.55.0"
"react-hook-form": "^7.55.0"
}
}
2 changes: 1 addition & 1 deletion fluentvalidation-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"types": "dist/index.d.ts",
"license": "MIT",
"peerDependencies": {
"react-hook-form": "7.55.0",
"react-hook-form": "^7.55.0",
"@hookform/resolvers": "^2.0.0",
"fluentvalidation-ts": "^3.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion io-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"types": "dist/index.d.ts",
"license": "MIT",
"peerDependencies": {
"react-hook-form": "7.55.0",
"react-hook-form": "^7.55.0",
"@hookform/resolvers": "^2.0.0",
"io-ts": "^2.0.0",
"fp-ts": "^2.7.0"
Expand Down
2 changes: 1 addition & 1 deletion joi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"types": "dist/index.d.ts",
"license": "MIT",
"peerDependencies": {
"react-hook-form": "7.55.0",
"react-hook-form": "^7.55.0",
"@hookform/resolvers": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion nope/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"types": "dist/index.d.ts",
"license": "MIT",
"peerDependencies": {
"react-hook-form": "7.55.0",
"react-hook-form": "^7.55.0",
"@hookform/resolvers": "^2.0.0",
"nope-validator": "^0.12.0"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
"zod": "^3.24.2"
},
"peerDependencies": {
"react-hook-form": "7.55.0"
"react-hook-form": "^7.55.0"
},
"dependencies": {
"@standard-schema/utils": "^0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion standard-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"types": "dist/index.d.ts",
"license": "MIT",
"peerDependencies": {
"react-hook-form": "7.55.0",
"react-hook-form": "^7.55.0",
"@standard-schema/spec": "^1.0.0",
"@standard-schema/utils": "^0.3.0",
"@hookform/resolvers": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion superstruct/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"types": "dist/index.d.ts",
"license": "MIT",
"peerDependencies": {
"react-hook-form": "7.55.0",
"react-hook-form": "^7.55.0",
"@hookform/resolvers": "^2.0.0",
"superstruct": ">=0.12.0"
}
Expand Down
2 changes: 1 addition & 1 deletion typanion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"types": "dist/index.d.ts",
"license": "MIT",
"peerDependencies": {
"react-hook-form": "7.55.0",
"react-hook-form": "^7.55.0",
"@hookform/resolvers": "^2.0.0",
"typanion": "^3.3.2"
}
Expand Down
2 changes: 1 addition & 1 deletion typebox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"types": "dist/index.d.ts",
"license": "MIT",
"peerDependencies": {
"react-hook-form": "7.55.0",
"react-hook-form": "^7.55.0",
"@hookform/resolvers": "^2.0.0",
"@sinclair/typebox": "^0.25.24"
}
Expand Down
2 changes: 1 addition & 1 deletion typeschema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"types": "dist/index.d.ts",
"license": "MIT",
"peerDependencies": {
"react-hook-form": "7.55.0",
"react-hook-form": "^7.55.0",
"@hookform/resolvers": "^2.0.0",
"@typeschema/main": "^0.13.7"
}
Expand Down
2 changes: 1 addition & 1 deletion valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "MIT",
"peerDependencies": {
"@hookform/resolvers": "^2.0.0",
"react-hook-form": "7.55.0",
"react-hook-form": "^7.55.0",
"valibot": "^1.0.0 || ^1.0.0-beta.4 || ^1.0.0-rc"
}
}
2 changes: 1 addition & 1 deletion vest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"types": "dist/index.d.ts",
"license": "MIT",
"peerDependencies": {
"react-hook-form": "7.55.0",
"react-hook-form": "^7.55.0",
"@hookform/resolvers": "^2.0.0",
"vest": ">=3.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion vine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"types": "dist/index.d.ts",
"license": "MIT",
"peerDependencies": {
"react-hook-form": "7.55.0",
"react-hook-form": "^7.55.0",
"@hookform/resolvers": "^2.0.0",
"@vinejs/vine": "^2.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"types": "dist/index.d.ts",
"license": "MIT",
"peerDependencies": {
"react-hook-form": "7.55.0",
"react-hook-form": "^7.55.0",
"@hookform/resolvers": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"types": "dist/index.d.ts",
"license": "MIT",
"peerDependencies": {
"react-hook-form": "7.55.0",
"react-hook-form": "^7.55.0",
"@hookform/resolvers": "^2.0.0"
}
}