Upgrade frontend dependencies to latest versions - #808
Merged
Conversation
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary & Motivation
Upgrade all frontend npm packages to their latest stable versions to benefit from bug fixes, performance improvements, and new features. The upgrade includes React 19.2.3, RSBuild 1.6.15, Playwright 1.57.0, TanStack Router 1.141.x, and other supporting libraries.
update-packagescommand showing packages already at latest version indry-runoutputNote: Lingui core packages remain at 5.1.0 due to an issue where Lingui 5.7.0's
lingui extract --cleancommand empties translation files during build.Downstream projects
Update
your-self-contained-system/WebApp/rsbuild.config.tsto disable lazy compilation for compatibility with the YARP reverse proxy:export default defineConfig({ + dev: { + lazyCompilation: false + }, security: { nonce: "{{cspNonce}}" },Checklist