Copilot commented on code in PR #5818:
URL: https://github.com/apache/texera/pull/5818#discussion_r3445012847
##########
agent-service/package.json:
##########
@@ -31,7 +31,7 @@
"pino-pretty": "13.1.3",
"prettier": "3.4.2",
"tsx": "4.21.0",
- "typescript": "5.9.3"
+ "typescript": "6.0.3"
},
Review Comment:
`bun.lock` is still pinned to TypeScript 5.9.3, while `package.json` now
requests 6.0.3. CI installs with `bun install --frozen-lockfile`, so this
mismatch will fail the install (or keep the old version). Please regenerate and
commit the updated `agent-service/bun.lock` (e.g., run `bun install` in
`agent-service/`).
--
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]