safe-global / safe-wallet-web

Safe{Wallet} – smart contract wallet for Ethereum (ex-Gnosis Safe multisig)
https://app.safe.global
GNU General Public License v3.0
311 stars 360 forks source link

Release 1.38.1 #3858

Closed katspaugh closed 1 week ago

katspaugh commented 1 week ago
github-actions[bot] commented 1 week ago

Branch preview

✅ Deploy successful!

Website: https://release--walletweb.review.5afe.dev/home?safe=eth:0xA77DE01e157f9f57C7c4A326eeE9C4874D0598b6

Storybook: https://release--walletweb.review.5afe.dev/storybook/

github-actions[bot] commented 1 week ago

ESLint Summary View Full Report

Annotations are provided inline on the Files Changed tab. You can also see all annotations that were generated on the annotations page.

Type Occurrences Fixable
Errors 0 0
Warnings 0 0
Ignored 0 N/A

Report generated by eslint-plus-action

github-actions[bot] commented 1 week ago

📦 Next.js Bundle Analysis for safe-wallet-web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 951.45 KB (🟢 -52.37 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!

Fifteen Pages Changed Size

The following pages changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load
/ 24.85 KB (-1 B) 976.31 KB
/apps 49.57 KB (🟡 +3.01 KB) 1001.02 KB
/apps/custom 41.19 KB (🟡 +3.01 KB) 992.64 KB
/apps/open 50.89 KB (🟡 +2.2 KB) 1002.34 KB
/balances 29.43 KB (🟢 -7 B) 980.88 KB
/home 59.37 KB (🟡 +2.79 KB) 1010.82 KB
/licenses 5 KB (🟡 +29 B) 956.45 KB
/new-safe/create 26.72 KB (🟡 +142 B) 978.17 KB
/settings/safe-apps 25.41 KB (🟡 +3.01 KB) 976.86 KB
/swap 29.26 KB (🟡 +2.91 KB) 980.71 KB
/transactions 73.92 KB (🟢 -724 B) 1 MB
/transactions/history 73.89 KB (🟢 -725 B) 1 MB
/transactions/messages 34.87 KB (🟢 -727 B) 986.32 KB
/transactions/queue 29.16 KB (🟢 -722 B) 980.62 KB
/transactions/tx 18.91 KB (🟢 -737 B) 970.36 KB
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.

github-actions[bot] commented 1 week ago

Coverage report

St.:grey_question:
Category Percentage Covered / Total
🟡 Statements
79.48% (+0.03% 🔼)
11536/14515
🔴 Branches
58.53% (+0.04% 🔼)
2790/4767
🟡 Functions
66.79% (+0.05% 🔼)
1850/2770
🟢 Lines
80.79% (+0.03% 🔼)
10398/12870

Test suite run success

1444 tests passing in 199 suites.

Report generated by 🧪jest coverage report action from f7134ca69eafe398a0118a76a3c42e292a1269b1