The GitHub Actions job "License Binary Checker" on texera.git/main has failed.
Run started by GitHub user bobbai00 (triggered by bobbai00).

Head commit for run:
b4f3a41a2cd8be987569aa5d9fc35f40b0854d69 / Xinyuan Lin <[email protected]>
chore(deps): drop unused content-disposition dependency (#4980)

### What changes were proposed in this PR?

`download.service.ts` carried a top-level `var contentDisposition =
require("content-disposition")` that was never read or called. Removing
the dead `require` lets us drop the `content-disposition` runtime dep
and its `@types/content-disposition` companion, plus the now-stale
bundled-license entries for the transitive packages that fell out with
it (`base64-js`, `buffer`, `ieee754`, `path-browserify`, `safe-buffer`).

### Any related issues, documentation, discussions?

Closes #4979.

### How was this PR tested?

- `yarn install` succeeds and rewrites `yarn.lock` (transitive entries
fall away)
- `yarn build` exits 0
- `yarn test` stays at 63 / 269 parity
- CI's `check_binary_deps.py --ignore-transitive-version npm
…/3rdpartylicenses.json` will be the final arbiter on the LICENSE-binary
cleanup

### Was this PR authored or co-authored using generative AI tooling?

Generated-by: Claude Code (Opus 4.7)

Report URL: https://github.com/apache/texera/actions/runs/25553051646

With regards,
GitHub Actions via GitBox

Reply via email to