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


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

Review Comment:
   Bumping only `@vitest/browser` to 4.1.6 leaves the Vitest toolchain versions 
out of sync: vitest is still 4.1.5, and 
@vitest/browser-playwright/@vitest/coverage-v8 are still 4.1.5. This creates 
peer-dependency conflicts (e.g., @vitest/[email protected] peers on [email protected], 
while [email protected] peers on @vitest/[email protected]/[email protected]) and 
can lead to install/test failures depending on Yarn’s peer resolution settings.



-- 
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