Yicong-Huang opened a new pull request, #5746: URL: https://github.com/apache/texera/pull/5746
### What changes were proposed in this PR? Upgrade the frontend Nx toolchain packages from 22.7.0 to 23.0.0: | Package | Before | After | | --- | --- | --- | | `@nx/angular` | 22.7.0 | 23.0.0 | | `nx` | 22.7.0 | 23.0.0 | The lockfile is refreshed with Yarn 4.14.1. Nx's Angular compatibility matrix supports Angular `~21.2.0` with Nx `>=22.6.0 <= latest`, so this keeps the frontend workspace within the supported range. ### Any related issues, documentation, discussions? Closes #5745 ### How was this PR tested? ```bash YARN_NPM_REGISTRY_SERVER=https://registry.npmmirror.com corepack yarn --cwd frontend install --immutable --mode=skip-build corepack yarn --cwd frontend nx --version ``` The immutable install completed with existing Angular peer warnings. `nx --version` reported local Nx `v23.0.0`. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Codex (GPT-5) -- 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]
