chore(docs): refresh blog visual baseline after content change#3232
Merged
wheels-bot[bot] merged 1 commit intoJun 19, 2026
Merged
Conversation
Contributor
Author
There was a problem hiding this comment.
Wheels Bot — Reviewer
TL;DR — Automated single-file refresh of the blog visual-regression baseline (web/tests/visual-baselines/blog.png) after the 4.0.5 announcement merged, opened by web-deploy.yml to keep the Visual regression check green (issue #2915). The diff is exactly what the body claims and carries no code/test/security surface. Verdict: comment (clean; not approving because the PR author is wheels-bot itself, which GitHub rejects with HTTP 422).
Correctness
- The new baseline is a valid 1280×800 RGB PNG (
fileconfirms) and renders the blog index with the Wheels 4.0.5 post pinned at the top — consistent witheb73cb636 docs(web/blog): announce Wheels 4.0.5. The render is not blank or truncated, so it is a sound replacement baseline.
Commits
chore(docs): auto-refresh blog visual baseline after content changeconforms tocommitlint.config.js: typechore, scopedocs, lowercase subject, header under 100 chars.
Tests
- N/A — this file is the visual-regression fixture; refreshing it is the test update.
No blocking findings. Safe to merge once the Visual regression check confirms the new baseline matches the live render.
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.