chore(regression-test): bump next, react, react-dom, and @fontsource/lato - #2691
Open
balzss wants to merge 1 commit into
Open
chore(regression-test): bump next, react, react-dom, and @fontsource/lato#2691balzss wants to merge 1 commit into
balzss wants to merge 1 commit into
Conversation
…lato Applies the four dependency bumps Snyk opened as #2681, #2684, #2685 and #2686: next 16.2.10 -> 16.2.11 react 19.2.7 -> 19.2.8 react-dom 19.2.7 -> 19.2.8 @fontsource/lato ^5.2.7 -> ^5.3.0 The Snyk PRs bumped regression-test/package.json without regenerating the lockfile. This app is outside the pnpm workspace and uses npm, so the visual-regression workflow installs it with `npm ci`, which hard-fails when package.json and package-lock.json disagree. Every one of those PRs therefore died on the "Install regression-test dependencies" step. Regenerated regression-test/package-lock.json alongside the manifest so `npm ci` resolves again. The remaining lockfile churn is npm re-nesting @tailwindcss/oxide-wasm32-wasi's bundled deps rather than hoisting them; no packages were added or dropped. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
|
Contributor
Visual regression report
Diff images (33)alert.png — baseline no longer producedavatar.png — baseline no longer producedbadge.png — baseline no longer producedbillboard.png — baseline no longer producedbreadcrumb.png — baseline no longer producedbutton-and-derivatives.png — baseline no longer producedbyline.png — baseline no longer producedcalendar.png — baseline no longer producedcheckbox.png — baseline no longer producedcheckboxgroup.png — baseline no longer producedcolorpicker.png — baseline no longer producedcontextview.png — baseline no longer producedcustom-and-lucide-icons.png — baseline no longer produceddateinput-dateinput2.png — baseline no longer produceddatetimeinput.png — baseline no longer produceddiff-demo.png — 6324 pixels differdrilldown.png — baseline no longer producedfiledrop.png — baseline no longer producedform-errors.png — baseline no longer producedheading.png — baseline no longer producedimg.png — baseline no longer producedlink.png — baseline no longer producedmenu.png — baseline no longer producedmetric-pill-tag-timeselect-text.png — baseline no longer producedoptions.png — baseline no longer producedpagination.png — baseline no longer producedprogressbar.png — baseline no longer producedselect-simpleselect.png — baseline no longer producedtable.png — baseline no longer producedtabs.png — baseline no longer producedtooltip.png — baseline no longer producedtreebrowser.png — baseline no longer producedview.png — baseline no longer producedBaselines come from the |
This was referenced Aug 18, 2026
matyasf
approved these changes
Aug 18, 2026
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
next16.2.10→16.2.11,reactandreact-dom19.2.7→19.2.8,@fontsource/lato^5.2.7→^5.3.0.regression-test/package-lock.json, which is what the Snyk PRs missed. This app sits outside the pnpm workspace and uses npm, sovisual-regression.ymlinstalls it withnpm ci— that hard-fails on a manifest/lockfile mismatch, and every Snyk PR died on the "Install regression-test dependencies" step.Test Plan
nextand areactpatch bump can in principle shift rendering, and no baseline changes are expected here.@tailwindcss/oxide-wasm32-wasi's bundled deps instead of hoisting them; no packages added or dropped.Fixes INSTUI-5160
🤖 Generated with Claude Code