`react-hook-form` `v7.66.0` requires typescript 5.x
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 140
- Forks
- 100
- Avg merge
- 1h 3m
- Merged PRs (30d)
- 30
Description
We currently have it pinned as
When doing a full lockfile regen in https://github.com/openedx/paragon/pull/4217 I started hitting typescript errors. I traced it down to https://github.com/react-hook-form/react-hook-form/releases/tag/v7.66.0
I'm hesitant to bump the typescript version in Paragon while frontend-build still uses typescript 4.x, so any full regen until then might encounter this issue.
I could have pinned it in the www/package.json, but I'd prefer to have the issue at least reappear on full regens so we remember to deal with it.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the pinned dependency in www/package.json and review the full lockfile regeneration described in pull request 4217. Then inspect how frontend-build uses TypeScript 4.x and reproduce the TypeScript errors caused by react-hook-form v7.66.0. Done means the dependency behavior during full regeneration is documented or adjusted without breaking the existing TypeScript constraint.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100