Skip to content

chore(bundle): align the AuthFilesPage baseline with dev - #930

Merged
kittors merged 1 commit into
devfrom
chore/refresh-bundle-baseline
Aug 19, 2026
Merged

chore(bundle): align the AuthFilesPage baseline with dev#930
kittors merged 1 commit into
devfrom
chore/refresh-bundle-baseline

Conversation

@kittors

@kittors kittors commented Aug 19, 2026

Copy link
Copy Markdown
Owner

Why

The bundle gate fails on every PR opened against dev right now, and the branch under review 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 every local change stashed, including untracked files:

| `AuthFilesPage` | 234.90 kB | 64.36 kB | 58.90 kB | +5.46 kB | over delta tolerance |
Result: FAIL (1 tracked chunk budget issue)

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 dev produces, so the tolerance starts measuring new growth again instead of re-reporting growth that already landed.

Still worth doing separately

AuthFilesPage is 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

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>
@kittors
kittors merged commit d02454e into dev Aug 19, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant