chore(bundle): align the AuthFilesPage baseline with dev - #930
Merged
Conversation
The bundle gate fails on every PR opened against dev right now, and the failing branch is not the cause. `AuthFilesPage` is recorded at 58.90 kB gzip while dev actually builds it at 64.36 kB β 5.46 kB past the 5 kB delta tolerance. Verified by building dev with no local changes at all: the gate reports the same +5.46 kB and the same FAIL, so any branch inherits it. The drift is in the record, not in the budget: at 64.36 kB the chunk is still well under the 80 kB page budget, with roughly 15 kB of headroom. Nothing here relaxes the budget or the tolerance; the recorded number is simply brought up to what dev produces, so the tolerance starts measuring new growth again instead of re-reporting growth that already landed. Chunk governance for this page is still worth doing β it is the largest page chunk β but that is a separate change from unblocking the gate. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Why
The bundle gate fails on every PR opened against
devright now, and the branch under review is not the cause.AuthFilesPageis recorded at 58.90 kB gzip whiledevactually builds it at 64.36 kB β 5.46 kB past the 5 kB delta tolerance.Verified by building
devwith every local change stashed, including untracked files:Byte-identical to the failure on my feature branch, which is how I found it β I had assumed my own change caused it and went looking for 5 kB I could not account for.
What this does and does not change
The drift is in the record, not in the budget. At 64.36 kB the chunk is still comfortably under the 80 kB page budget, with roughly 15 kB of headroom.
Nothing here relaxes the budget or the tolerance. The recorded number is brought up to what
devproduces, so the tolerance starts measuring new growth again instead of re-reporting growth that already landed.Still worth doing separately
AuthFilesPageis the largest page chunk in the app, and 5.46 kB arrived without anyone noticing. Chunk governance for it is worth a look β but that is a different change from unblocking the gate, and doing it here would bury this one-line record fix.π€ Generated with Claude Code