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


##########
agent-service/package.json:
##########
@@ -29,7 +29,7 @@
     "@types/bun": "1.3.3",
     "@types/dagre": "0.7.54",
     "pino-pretty": "13.1.3",
-    "prettier": "3.4.2",
+    "prettier": "3.8.4",
     "tsx": "4.21.0",

Review Comment:
   `prettier` was bumped in `package.json`, but the checked-in lockfile 
(`agent-service/bun.lock`) still pins `[email protected]`. This will cause 
non-reproducible installs and can break CI depending on whether the lockfile is 
used.



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