[v3-2-test] Bump react-i18next from 15.5.1 to 16.6.5 in /airflow-core/src/airflow/ui#67334
Merged
Merged
Conversation
vatsrahul1001
approved these changes
May 22, 2026
…/ui (apache#65811) Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.5.1 to 16.6.5. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](i18next/react-i18next@v15.5.1...v16.6.5) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 16.6.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit f1a3050)
f2616ab to
47088f7
Compare
Member
Author
|
Unrelated CI failures, merging. playright install keeps failing. |
Member
|
@vatsrahul1001 @pierrejeambrun |
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.
Backport of #65811 to
v3-2-test.Cherry-picked from f1a3050.
Clean cherry-pick, no conflicts — git auto-merged
package.jsonandpnpm-lock.yaml.Fixes #67309 (UI layout persistent RTL rendering after multiple browser refreshes on the Dag detail page in 3.2.2rc1). The persistent RTL state is caused by a
useTranslationre-render race inreact-i18next15.5.1:useSyncExternalStore's subscribe callback attaches after first commit, and on a fast-loading production bundle the post-initlanguageChangedevent can fire before the listener is set, so the component renders with the i18next default direction ("rtl") and never re-renders with the resolved language.react-i18next16.x reworked the hook subscription path so the event isn't dropped.The bump has been on
mainsince 2026-04-27 but was never backported to the 3.2 release branch, so 3.2.2rc1 shipped with the buggy version.Was generative AI tooling used to co-author this PR?
Generated-by: Claude Code (Opus 4.7) following the guidelines