chore: refresh browser compatibility databases - #1625
Draft
mrousavy wants to merge 1 commit into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
mrousavy
changed the base branch from
main
to
ci/check-app-version-alignment
September 7, 2026 18:58
mrousavy
force-pushed
the
ci/refresh-browser-data
branch
from
September 7, 2026 18:58
cc6e025 to
0bce2bf
Compare
mrousavy
force-pushed
the
ci/refresh-browser-data
branch
from
September 7, 2026 19:01
0bce2bf to
1bd75b8
Compare
Performance Report
iOS
All Benchmarks
Android
All Benchmarks
Benchmarking Code Diff Raw measurements: performance-report-1 (JSON artifact). Run 34153989277, attempt 1. Download requires GitHub access. Android: measurements, attempt 1, apps, attempt 1. |
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.
CI repeatedly reports outdated Browserslist and baseline browser data because nested Babel/Metro dependencies still resolve old database copies.
Refresh and deduplicate
baseline-browser-mappingto 2.11.21 andcaniuse-liteto 1.0.30001810 using the Browserslist updater. The change is confined tobun.lock; package manifests and browser target configuration stay as they are.Stacked on #1584 because both changes update overlapping lockfile entries. The resolved diff still changes only these two browser databases and their nested copies.
Validation: frozen Bun installation and the workspace build pass under Node 20.19.4, and the benchmark's release iOS Metro bundle completes without either outdated database warning. Inspected the lockfile diff to confirm it only updates these two packages and removes their redundant nested copies.
Hosted validation before restacking: both benchmark builds passed. The iOS head build emitted zero stale database warnings, while its unchanged baseline emitted 29 baseline-mapping and two Browserslist warnings. The restacked lockfile passes a frozen install and preserves all other package resolutions from #1584.