chore(docs): refresh blog visual baseline after content change - #3310
Merged
wheels-bot[bot] merged 1 commit intoJul 14, 2026
Merged
Conversation
Contributor
Author
There was a problem hiding this comment.
Wheels Bot — Reviewer
TL;DR — This PR refreshes the stale visual-regression baseline at web/tests/visual-baselines/blog.png after the preceding blog-content merge (f6d41776f, the CORS post), following the documented #2915 auto-refresh flow opened by web-deploy.yml. It is a single machine-generated binary swap with no code surface. Verdict: comment — nothing to block; the change is clean and correctly scoped.
Correctness
- The sole change is
web/tests/visual-baselines/blog.png, a valid PNG (PNG image data, 1280 x 800, 8-bit/color RGB, non-interlaced), 122871 -> 117937 bytes. No source, config, or logic is touched. I cannot pixel-verify the screenshot against the live blog page, but that assertion is exactly what the downstream Visual regression gate performs, and the image is produced by that same pipeline — so verifying it here would be redundant.
Commits
chore(docs): auto-refresh blog visual baseline after content changeconforms tocommitlint.config.js: valid typechore, valid scopedocs, 66-char subject (<=100), not ALL-CAPS. The message accurately states the why (baseline went stale after content changed), not just the what.
No Cross-engine, Tests, Docs, or Security findings — none apply to a baseline-image refresh (a baseline PNG is test infrastructure, and a chore is not a user-facing fix/feat, so no changelog.d/ fragment is required).
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.