Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the vitest dependency from version 4.0.9 to 4.1.3 across multiple package.json files. Feedback indicates that the version 4.1.3 is likely incorrect, as Vitest is currently on major version 3.x, suggesting a potential package name or version mismatch with vite.
| "typescript": "5.7.3", | ||
| "vite-tsconfig-paths": "5.1.4", | ||
| "vitest": "4.0.9" | ||
| "vitest": "4.1.3" |
There was a problem hiding this comment.
The version 4.1.3 for vitest appears to be incorrect. The current major version of Vitest is 3.x, and there is no version 4.x available on npm. This version number matches vite releases (e.g., vite@4.1.3), which suggests a potential package name/version mismatch.
Additionally, the PR title mentions "peer dependency" and "vite", but the diff only shows updates to vitest in devDependencies across several package.json files. No peerDependencies or vite entries are modified in this diff. Please verify if you intended to update vite or if you should be using a valid vitest version (e.g., ^3.0.0). This issue persists across all modified package.json files in this PR.
|
🐋 This PR was built and pushed to the following Docker images: Targets: Platforms: Image Tag: |
No description provided.