chore(docs): refresh blog visual baseline after content change#3267
Merged
wheels-bot[bot] merged 1 commit intoJun 30, 2026
Merged
Conversation
Contributor
Author
There was a problem hiding this comment.
Wheels Bot — Reviewer
TL;DR — This is an automated chore PR that refreshes the committed visual-regression baseline at web/tests/visual-baselines/blog.png after a blog-content merge (the June 30 2026 "Routing Deep-Dive" post). The diff is a single binary PNG swap with no code, test, or cross-engine surface. Rendered, the new baseline is a valid 1280x800 Wheels Blog index showing the new top post — exactly matching the stated purpose. Verdict: approve (submitted as a comment because GitHub forbids the bot author from approving its own PR).
Correctness
web/tests/visual-baselines/blog.png—git showconfirms a single binary change (Bin 120509 -> 123003 bytes, 0 insertions / 0 deletions) andfilereports a validPNG image data, 1280 x 800, 8-bit/color RGB. Rendering the image confirms it is the Wheels Blog index with "Routing Deep-Dive: Resources, Nested Callbacks, and Route Model Binding" (June 30 2026) at the top, consistent with the precedingdocs(web/blog)commit. The baseline reflects the actual content change it claims to capture.
Commits
chore(docs): auto-refresh blog visual baseline after content changeconforms tocommitlint.config.js: valid type (chore),docsis an accepted optional scope, subject is non-empty / not ALL-CAPS, header well under 100 chars.
No convention, cross-engine, test, security, or docs findings — a binary baseline refresh carries none of that surface.
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
A blog-content merge changed the blog index page, so the committed visual-regression baseline at
web/tests/visual-baselines/blog.pngis stale. Without this refresh, every subsequentweb/**-touching PR fails the Visual regression check on a deterministic diff until someone refreshes manually (issue #2915).develop's branch protection rejects direct pushes, so the refresh lands through this PR, opened and merged by the deploy run that published the blog change.
🤖 Opened automatically by .github/workflows/web-deploy.yml.