aglinxinyuan commented on PR #5817:
URL: https://github.com/apache/texera/pull/5817#issuecomment-4755632118

   The `build / agent-service` failure was a stale lockfile — Dependabot bumped 
`@types/bun` to 1.3.14 in `package.json` but didn't update `bun.lock` (still 
pinned 1.3.3), so `bun install --production --frozen-lockfile` failed with 
`error: lockfile had changes, but lockfile is frozen`.
   
   Pushed a fix commit:
   - regenerated `agent-service/bun.lock` → `@types/[email protected]` (and its 
`bun-types` dep → 1.3.14)
   - synced `agent-service/LICENSE-binary` → `@types/[email protected]` and 
`[email protected]` (the license check would otherwise block on the direct-dep 
version drift for `@types/bun`)
   
   Verified locally with bun 1.3.3: `bun install --production 
--frozen-lockfile`, the license check in both PR 
(`--ignore-transitive-version`) and strict modes, `format:check`, `typecheck`, 
and `bun test` (93 pass) 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]

Reply via email to