aglinxinyuan commented on PR #5820: URL: https://github.com/apache/texera/pull/5820#issuecomment-4755602710
The `build / agent-service` failure was a stale lockfile — Dependabot bumped `elysia` to 1.4.29 in `package.json` but didn't update `bun.lock` (still pinned 1.4.27), so `bun install --production --frozen-lockfile` failed. Pushed a fix commit: - regenerated `agent-service/bun.lock` → `[email protected]` (elysia's deps are unchanged, so no transitive churn) - synced `agent-service/LICENSE-binary` → `[email protected]` (the license check enforces version agreement on direct deps) Verified locally: `bun install --production --frozen-lockfile`, plus the license check in both PR (`--ignore-transitive-version`) and strict modes all pass. Note: since this branch now has a manual commit, Dependabot will no longer auto-rebase it. -- 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]
