Copilot commented on code in PR #5817:
URL: https://github.com/apache/texera/pull/5817#discussion_r3445012981
##########
agent-service/package.json:
##########
@@ -26,7 +26,7 @@
"zod": "3.25.76"
},
"devDependencies": {
- "@types/bun": "1.3.3",
+ "@types/bun": "1.3.14",
Review Comment:
`agent-service/bun.lock` still pins `@types/bun` to `1.3.3` (and `bun-types`
to `1.3.3`). Since CI runs `bun install --frozen-lockfile`, this package.json
bump will cause installs to fail due to an out-of-date lockfile. Please
regenerate and commit `agent-service/bun.lock` for `@types/[email protected]` (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]