codecov / codecov/codecov-javascript-bundler-plugins
Support vite v7
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 9
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
📣 Feedback / 🐛 Bugs
Similar to #222 I'd like to request support for the just released vite v7.
npm ERR! While resolving: @codecov/vite-plugin@1.9.1
npm ERR! Found: vite@7.0.0
npm ERR! node_modules/vite
npm ERR! dev vite@"^7.0.0" from the root project
npm ERR! peer vite@"^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0" from @vitejs/plugin-react@4.6.0
Thanks in advance 👍🏻
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 by reviewing the existing Vite support and the change discussed in issue #222, then inspect the @codecov/vite-plugin@1.9.1 dependency configuration. Confirm that a project using vite@7.0.0 resolves the plugin without the reported peer-dependency error and that existing Vite support remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vite
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100