Copilot commented on code in PR #5733:
URL: https://github.com/apache/texera/pull/5733#discussion_r3424387213


##########
frontend/package.json:
##########
@@ -117,7 +117,7 @@
     "@typescript-eslint/parser": "8.59.0",
     "@typescript-eslint/types": "8.59.0",
     "@typescript-eslint/utils": "8.59.0",
-    "@vitest/browser": "4.1.8",
+    "@vitest/browser": "4.1.9",
     "@vitest/browser-playwright": "4.1.6",
     "@vitest/coverage-v8": "4.1.6",

Review Comment:
   `@vitest/[email protected]` declares a strict peer dependency on `[email protected]`, 
but this repo is still pinning `vitest` (and related packages like 
`@vitest/browser-playwright` / `@vitest/coverage-v8`) to `4.1.6`. This will 
produce an unmet peer dependency and may break the browser test setup (or 
install) depending on Yarn settings. Align the Vitest package versions (upgrade 
the whole Vitest suite to 4.1.9, or keep `@vitest/browser` at 4.1.6) and 
re-generate `yarn.lock`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to