Release web-v1.99.0 - #8555
Conversation
Branch preview✅ Deploy successful! Website: Storybook: |
tx-builder Preview✅ Deploy successful! Preview URL: |
📦 Next.js Bundle Analysis for @safe-global/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
| Page | Size (compressed) |
|---|---|
global |
1.5 MB (🟡 +11.09 KB) |
Details
The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.
Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis
If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!
Twenty-seven Pages Changed Size
The following pages changed size from the code in this PR compared to its base branch:
| Page | Size (compressed) | First Load |
|---|---|---|
/address-book |
26.65 KB (🟡 +33 B) |
1.53 MB |
/apps |
19.65 KB (🟡 +1 B) |
1.52 MB |
/apps/custom |
16.36 KB (🟡 +1 B) |
1.52 MB |
/balances |
25.14 KB (🟡 +4 B) |
1.53 MB |
/balances/nfts |
10.89 KB (🟢 -5 B) |
1.51 MB |
/home |
321.7 KB (🟡 +139 B) |
1.82 MB |
/new-safe/advanced-create |
30.89 KB (🟡 +164 B) |
1.53 MB |
/new-safe/create |
29.69 KB (🟡 +165 B) |
1.53 MB |
/new-safe/load |
9.48 KB (🟢 -44 B) |
1.51 MB |
/settings/security |
2.83 KB (🟢 -1 B) |
1.51 MB |
/settings/setup |
36.54 KB (🟢 -553 B) |
1.54 MB |
/spaces |
611 B (🟡 +2 B) |
1.5 MB |
/spaces/activity |
546 B (🟡 +1 B) |
1.5 MB |
/spaces/address-book |
510 B (🟡 +2 B) |
1.5 MB |
/spaces/create-space |
441 B (🟡 +2 B) |
1.5 MB |
/spaces/members |
500 B (🟡 +3 B) |
1.5 MB |
/spaces/safe-accounts |
510 B (🟡 +1 B) |
1.5 MB |
/spaces/security |
128.82 KB (🟡 +141 B) |
1.63 MB |
/spaces/settings/about |
507 B (🟡 +2 B) |
1.5 MB |
/spaces/settings/account |
509 B (🟡 +4 B) |
1.5 MB |
/spaces/settings/general |
509 B (🟡 +2 B) |
1.5 MB |
/transactions/messages |
11.51 KB (🟡 +6 B) |
1.51 MB |
/transactions/msg |
8.14 KB (🟡 +6 B) |
1.51 MB |
/welcome/invite-members |
444 B (🟡 +2 B) |
1.5 MB |
/welcome/select-safes |
447 B (🟡 +1 B) |
1.5 MB |
/welcome/spaces |
308 B (🟡 +1 B) |
1.5 MB |
/welcome/survey |
698 B (🟡 +1 B) |
1.5 MB |
Details
Only the gzipped size is provided here based on an expert tip.
First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.
Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis
Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this.
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🟢 | Statements | 83.94% | 32495/38714 |
| 🟡 | Branches | 67.82% | 10410/15349 |
| 🟡 | Functions | 71.49% | 4928/6893 |
| 🟢 | Lines | 85.2% | 29080/34133 |
Test suite run success
6809 tests passing in 754 suites.
Report generated by 🧪jest coverage report action from 26274d3
🚀 Release web-v1.99.0
📊 Release Statistics
Generated from
main..hotfix/web-1.99.0-rhinestoneon 2026-08-21 10:17:24 UTC📋 QA Checklist
📝 Next Steps
Do NOT use GitHub's merge button!
Merge commits are disabled in this repo. Use the command line:
Release Type: regular
Base Branch: hotfix/web-1.99.0-rhinestone
🤖 This PR was created automatically by the Start Web Release workflow