aglinxinyuan commented on PR #7894:
URL: https://github.com/apache/texera/pull/7894#issuecomment-5390243026
The `build / agent-service (ubuntu-latest)` failure was the LICENSE-binary
drift check, not the bump itself — Renovate did update `bun.lock` correctly, so
`--frozen-lockfile` passed and only the license manifest was stale:
```
DRIFT (direct) agent-service npm packages — claimed versions differ from
bundled:
~ @types/bun: LICENSE-binary=1.3.14 bundled=1.4.0
```
(That step is `if: matrix.os == 'ubuntu-latest'`, which is why the macOS leg
was green.)
Pushed a fix commit:
- `agent-service/LICENSE-binary` — `@types/bun` 1.3.14 → 1.4.0 (direct, the
blocking one)
- `agent-service/LICENSE-binary` — `bun-types` 1.3.14 → 1.4.0 (transitive,
rides `@types/bun`; only informational under `--ignore-transitive-version`, but
syncing it keeps the nightly exact-match check on `main` green)
Both packages are still MIT, so this is a version sync only — no section
move.
Verified locally on bun 1.3.3 (matching the CI matrix): `bun install
--production --frozen-lockfile`, license check in both PR
(`--ignore-transitive-version`) and strict mode → `OK: 58 agent-service npm
packages match LICENSE-binary`, then `bun install --frozen-lockfile`,
`format:check`, `typecheck`, and `bun test` — 299 pass, 0 fail.
The commit sits on top of Renovate's, so it'll stop force-pushing over this
branch.
--
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]