Skip to content

Commit 6e88393

Browse files
authoredApr 2, 2025··
fix: relax version constraint for react-hook-form 7.55.0 → ^7.55.0 (#758)
1 parent a54d05a commit 6e88393

File tree

22 files changed

+90
-70
lines changed

22 files changed

+90
-70
lines changed
 

‎.github/ISSUE_TEMPLATE/bug_report.md

-50
This file was deleted.

‎.github/ISSUE_TEMPLATE/bug_report.yml

+70
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
name: Bug Report
2+
description: File a bug report
3+
title: 'issue: '
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for taking the time to fill out this bug report!
9+
- type: input
10+
id: version
11+
attributes:
12+
label: Version Number
13+
description: What's the version number?
14+
placeholder: Version number.
15+
validations:
16+
required: true
17+
- type: input
18+
id: codesandbox
19+
attributes:
20+
label: Codesandbox/Expo snack
21+
description: Codesandbox/Expo snack link
22+
validations:
23+
required: true
24+
- type: markdown
25+
attributes:
26+
value: |
27+
- [JS](https://codesandbox.io/s/great-paper-deove) Template
28+
- [TS](https://codesandbox.io/s/eager-sun-jt4df) Template
29+
- type: textarea
30+
id: what-happened
31+
attributes:
32+
label: Steps to reproduce
33+
placeholder: Tell us what you see!
34+
value: |
35+
1. Go to '...'
36+
2. Click on '....'
37+
3. Scroll down to '....'
38+
4. See error
39+
validations:
40+
required: true
41+
- type: textarea
42+
id: what-expect
43+
attributes:
44+
label: Expected behaviour
45+
validations:
46+
required: true
47+
- type: dropdown
48+
id: browsers
49+
attributes:
50+
label: What browsers are you seeing the problem on?
51+
multiple: true
52+
options:
53+
- Firefox
54+
- Chrome
55+
- Safari
56+
- Edge
57+
- type: textarea
58+
id: logs
59+
attributes:
60+
label: Relevant log output
61+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
62+
render: shell
63+
- type: checkboxes
64+
id: terms
65+
attributes:
66+
label: Code of Conduct
67+
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)
68+
options:
69+
- label: I agree to follow this project's Code of Conduct
70+
required: true

‎ajv/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"types": "dist/index.d.ts",
1212
"license": "MIT",
1313
"peerDependencies": {
14-
"react-hook-form": "7.55.0",
14+
"react-hook-form": "^7.55.0",
1515
"@hookform/resolvers": "^2.0.0",
1616
"ajv": "^8.12.0",
1717
"ajv-errors": "^3.0.0"

‎arktype/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"types": "dist/index.d.ts",
1212
"license": "MIT",
1313
"peerDependencies": {
14-
"react-hook-form": "7.55.0",
14+
"react-hook-form": "^7.55.0",
1515
"@hookform/resolvers": "^2.0.0",
1616
"arktype": "^2.0.0"
1717
}

‎bun.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"zod": "^3.24.2",
5858
},
5959
"peerDependencies": {
60-
"react-hook-form": "7.55.0",
60+
"react-hook-form": "^7.55.0",
6161
},
6262
},
6363
},

‎computed-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"types": "dist/index.d.ts",
1212
"license": "MIT",
1313
"peerDependencies": {
14-
"react-hook-form": "7.55.0",
14+
"react-hook-form": "^7.55.0",
1515
"@hookform/resolvers": "^2.0.0"
1616
}
1717
}

‎effect-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"peerDependencies": {
1414
"@hookform/resolvers": "^2.0.0",
1515
"effect": "^3.10.3",
16-
"react-hook-form": "7.55.0"
16+
"react-hook-form": "^7.55.0"
1717
}
1818
}

‎fluentvalidation-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"types": "dist/index.d.ts",
1212
"license": "MIT",
1313
"peerDependencies": {
14-
"react-hook-form": "7.55.0",
14+
"react-hook-form": "^7.55.0",
1515
"@hookform/resolvers": "^2.0.0",
1616
"fluentvalidation-ts": "^3.0.0"
1717
}

‎io-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"types": "dist/index.d.ts",
1212
"license": "MIT",
1313
"peerDependencies": {
14-
"react-hook-form": "7.55.0",
14+
"react-hook-form": "^7.55.0",
1515
"@hookform/resolvers": "^2.0.0",
1616
"io-ts": "^2.0.0",
1717
"fp-ts": "^2.7.0"

‎joi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"types": "dist/index.d.ts",
1212
"license": "MIT",
1313
"peerDependencies": {
14-
"react-hook-form": "7.55.0",
14+
"react-hook-form": "^7.55.0",
1515
"@hookform/resolvers": "^2.0.0"
1616
}
1717
}

‎nope/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"types": "dist/index.d.ts",
1212
"license": "MIT",
1313
"peerDependencies": {
14-
"react-hook-form": "7.55.0",
14+
"react-hook-form": "^7.55.0",
1515
"@hookform/resolvers": "^2.0.0",
1616
"nope-validator": "^0.12.0"
1717
}

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
"zod": "^3.24.2"
318318
},
319319
"peerDependencies": {
320-
"react-hook-form": "7.55.0"
320+
"react-hook-form": "^7.55.0"
321321
},
322322
"dependencies": {
323323
"@standard-schema/utils": "^0.3.0"

‎standard-schema/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"types": "dist/index.d.ts",
1212
"license": "MIT",
1313
"peerDependencies": {
14-
"react-hook-form": "7.55.0",
14+
"react-hook-form": "^7.55.0",
1515
"@standard-schema/spec": "^1.0.0",
1616
"@standard-schema/utils": "^0.3.0",
1717
"@hookform/resolvers": "^2.0.0"

‎superstruct/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"types": "dist/index.d.ts",
1212
"license": "MIT",
1313
"peerDependencies": {
14-
"react-hook-form": "7.55.0",
14+
"react-hook-form": "^7.55.0",
1515
"@hookform/resolvers": "^2.0.0",
1616
"superstruct": ">=0.12.0"
1717
}

‎typanion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"types": "dist/index.d.ts",
1212
"license": "MIT",
1313
"peerDependencies": {
14-
"react-hook-form": "7.55.0",
14+
"react-hook-form": "^7.55.0",
1515
"@hookform/resolvers": "^2.0.0",
1616
"typanion": "^3.3.2"
1717
}

‎typebox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"types": "dist/index.d.ts",
1212
"license": "MIT",
1313
"peerDependencies": {
14-
"react-hook-form": "7.55.0",
14+
"react-hook-form": "^7.55.0",
1515
"@hookform/resolvers": "^2.0.0",
1616
"@sinclair/typebox": "^0.25.24"
1717
}

‎typeschema/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"types": "dist/index.d.ts",
1212
"license": "MIT",
1313
"peerDependencies": {
14-
"react-hook-form": "7.55.0",
14+
"react-hook-form": "^7.55.0",
1515
"@hookform/resolvers": "^2.0.0",
1616
"@typeschema/main": "^0.13.7"
1717
}

‎valibot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "MIT",
1313
"peerDependencies": {
1414
"@hookform/resolvers": "^2.0.0",
15-
"react-hook-form": "7.55.0",
15+
"react-hook-form": "^7.55.0",
1616
"valibot": "^1.0.0 || ^1.0.0-beta.4 || ^1.0.0-rc"
1717
}
1818
}

‎vest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"types": "dist/index.d.ts",
1212
"license": "MIT",
1313
"peerDependencies": {
14-
"react-hook-form": "7.55.0",
14+
"react-hook-form": "^7.55.0",
1515
"@hookform/resolvers": "^2.0.0",
1616
"vest": ">=3.0.0"
1717
}

‎vine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"types": "dist/index.d.ts",
1212
"license": "MIT",
1313
"peerDependencies": {
14-
"react-hook-form": "7.55.0",
14+
"react-hook-form": "^7.55.0",
1515
"@hookform/resolvers": "^2.0.0",
1616
"@vinejs/vine": "^2.0.0"
1717
}

‎yup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"types": "dist/index.d.ts",
1212
"license": "MIT",
1313
"peerDependencies": {
14-
"react-hook-form": "7.55.0",
14+
"react-hook-form": "^7.55.0",
1515
"@hookform/resolvers": "^2.0.0"
1616
}
1717
}

‎zod/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"types": "dist/index.d.ts",
1212
"license": "MIT",
1313
"peerDependencies": {
14-
"react-hook-form": "7.55.0",
14+
"react-hook-form": "^7.55.0",
1515
"@hookform/resolvers": "^2.0.0"
1616
}
1717
}

0 commit comments

Comments
 (0)
Please sign in to comment.