Copilot commented on code in PR #4962:
URL: https://github.com/apache/texera/pull/4962#discussion_r3193565181
##########
agent-service/package.json:
##########
@@ -18,7 +18,7 @@
"@ai-sdk/openai": "2.0.79",
"@elysiajs/cors": "1.4.0",
"ai": "5.0.108",
- "ajv": "8.10.0",
+ "ajv": "8.18.0",
"dagre": "0.8.5",
Review Comment:
`bun install --frozen-lockfile` is used in CI for agent-service, but only
`package.json` was updated here; `agent-service/bun.lock` still pins ajv to the
previous version. This will likely fail CI and also keep the actual
installed/bundled Ajv version unchanged. Please regenerate and commit the
updated `bun.lock` (and refresh `agent-service/LICENSE-binary` if the bundled
package versions change) so the lockfile and license snapshot match the new
dependency version.
--
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]