aglinxinyuan commented on PR #5819: URL: https://github.com/apache/texera/pull/5819#issuecomment-4755609649
The `build / agent-service` failure was `error: lockfile had changes, but lockfile is frozen` — Dependabot bumped `prettier` in `package.json` but didn't update `bun.lock`, so `bun install --frozen-lockfile` rejected it. Pushed a commit regenerating `bun.lock` to pin `[email protected]`. Verified locally with prettier 3.8.4: frozen install, `format:check`, `typecheck`, and `bun test` (93 pass) all green. -- 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]
