Ma77Ball opened a new pull request, #5716: URL: https://github.com/apache/texera/pull/5716
### What changes were proposed in this PR? - Remove `@ai-sdk/openai` from `frontend/package.json` dependencies; it is imported nowhere in `frontend/src` and `yarn.lock` lists it only as a direct dependency of the root workspace, not a transitive or peer dependency of the in-use `ai` package. - Regenerate `frontend/yarn.lock` to drop the now-unreferenced resolution. ### Any related issues, documentation, discussions? Closes: #5715 ### How was this PR tested? - Run `grep -rn "ai-sdk/openai" frontend/src` and confirm zero matches (the package is genuinely unused). - From `frontend/`, run `yarn install` then `yarn build`; expect the production build to succeed (exit 0), confirming nothing depended on the removed package. This was run locally and passed. ### Was this PR authored or co-authored using generative AI tooling? Co-authored with Claude Opus 4.8 in compliance with ASF -- 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]
