chore: increase js bundle to 53#27135
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
This type of change has zero impact on application behavior and requires no E2E test validation. The bundle size check script (js-bundle-stats.sh) is a simple file size comparison utility that runs during CI to ensure the bundle doesn't exceed a specified limit. Increasing this limit from 52 to 53 MB is a routine maintenance task that doesn't warrant running any E2E tests. Performance Test Selection: |
|
|
Missing release label release-7.69.0 on PR. Adding release label release-7.69.0 on PR and removing other release labels(release-7.70.0), as PR was cherry-picked in branch 7.69.0. |



Description
Increase JS bundle 1 MB
Changelog
CHANGELOG entry:
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Low risk: workflow-only change that just relaxes the CI bundle-size gate by 1 unit and doesn’t affect runtime code.
Overview
CI bundle-size gating has been relaxed slightly. The
js-bundle-size-checkstep in.github/workflows/ci.ymlnow allows an iOSmain.jsbundlesize threshold of53instead of52when running./scripts/js-bundle-stats.sh.Written by Cursor Bugbot for commit 3c0f0a4. This will update automatically on new commits. Configure here.