[v3-3-test] Upgrade UI dependencies (major bumps) - #70828
Merged
Conversation
pierrejeambrun
requested review from
bbovenzi,
choo121600,
guan404ming,
ryanahamilton,
shubhamraj-git and
vatsrahul1001
as code owners
July 31, 2026 12:20
* Bump @visx/group to 4.0.0 * Bump react-syntax-highlighter to 16.1.1 * Bump react-markdown to 10.1.0 * Bump @testing-library/jest-dom to 7.0.0 * Bump vite-plugin-css-injected-by-js to 5.0.2 * Bump i18next, react-i18next and i18next-http-backend i18next 26 removed the initImmediate init option, so drop it from the config test. * Bump @trivago/prettier-plugin-sort-imports to 6.0.2 v6 changes blank-line handling around leading file comments; reformat the affected files to match. (cherry picked from commit dae7911)
pierrejeambrun
force-pushed
the
backport-70777
branch
from
July 31, 2026 13:10
839a639 to
fabc9c7
Compare
Member
Author
|
Manually tested as well |
Contributor
|
Hi maintainer, this PR was merged without a milestone set.
|
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 #70777 to
v3-3-test.Cherry-picked from dae7911.
The
initImmediateremoval inconfig.test.tsand all the@trivago/prettier-plugin-sort-importsv6 reformats applied cleanly.package.jsonandpnpm-lock.yamlconflicted becausev3-3-testhas diverged frommainon several UI dependencies. Resolved by applying only the bumps this PR's squash actually made (its net diff), keepingv3-3-test's versions for deps that had merely diverged independently:@xyflow/reactkept at12.11.2and@tanstack/react-virtualat3.14.6— not part of this PR (main's values came from other PRs).katex/mermaid/rehype-katexwere not added — they don't exist onv3-3-test(they arrived onmainvia unrelated PRs) and appeared only as context drift in the cherry-pick.@visx/shapebumped to4.0.0alongside@visx/group, even though the squash's net diff only lists@visx/group(onmain,@visx/shapewas already at4.0.0). They are a lockstep pair, and keeping@visx/shapeat3.xpulls in a second, duplicated copy of@visx/group@3next to the direct@visx/group@4. Bumping both matches the single-version state#70777actually ran against.The lockfile was regenerated against
v3-3-test(pnpm install --lockfile-only) rather than hand-merged, so it stays consistent with this branch's dependency graph.Was generative AI tooling used to co-author this PR?
Generated-by: Claude Code (Opus 4.8) following the guidelines