-
Notifications
You must be signed in to change notification settings - Fork 468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore(deps): Bump react and @types/react #4761
base: dev
Are you sure you want to change the base?
Conversation
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 18.3.1 to 19.0.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react) Updates `@types/react` from 18.3.18 to 19.0.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Branch preview✅ Deploy successful! Storybook: |
📦 Next.js Bundle Analysis for @safe-global/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
1.04 MB (🟡 +52.89 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!
Thirty-nine Pages Changed Size
The following pages changed size from the code in this PR compared to its base branch:
Page | Size (compressed) | First Load |
---|---|---|
/ |
509 B (🟢 -1 B) |
1.04 MB |
/404 |
704 B (🟡 +1 B) |
1.04 MB |
/_offline |
1.1 KB (🟡 +3 B) |
1.04 MB |
/addOwner |
560 B (🟢 -4 B) |
1.04 MB |
/address-book |
23.1 KB (🟡 +29 B) |
1.06 MB |
/apps |
35.79 KB (🟡 +2.07 KB) |
1.08 MB |
/apps/bookmarked |
474 B (🟢 -1 B) |
1.04 MB |
/apps/custom |
33.87 KB (🟡 +2.08 KB) |
1.07 MB |
/apps/open |
55.66 KB (🟡 +2.05 KB) |
1.09 MB |
/balances |
29.74 KB (🟡 +35 B) |
1.07 MB |
/balances/nfts |
9.54 KB (🟢 -3 B) |
1.05 MB |
/bridge |
2.55 KB (🟢 -3 B) |
1.04 MB |
/cookie |
8.8 KB (🟡 +32 B) |
1.05 MB |
/home |
61.4 KB (🟡 +2.14 KB) |
1.1 MB |
/imprint |
1.41 KB (🟢 -1 B) |
1.04 MB |
/licenses |
2.46 KB (🟢 -4 B) |
1.04 MB |
/new-safe/advanced-create |
26.47 KB (🟡 +13 B) |
1.07 MB |
/new-safe/create |
25.6 KB (🟡 +15 B) |
1.07 MB |
/new-safe/load |
6.09 KB (🟡 +5 B) |
1.05 MB |
/settings/appearance |
2.25 KB (🟡 +2 B) |
1.04 MB |
/settings/environment-variables |
3.27 KB (🟢 -1 B) |
1.04 MB |
/settings/modules |
4.06 KB (🟡 +3 B) |
1.04 MB |
/settings/notifications |
6.32 KB (🟢 -15 KB) |
1.05 MB |
/settings/safe-apps |
20.35 KB (🟡 +2.08 KB) |
1.06 MB |
/settings/security |
2.34 KB (🟡 +2 B) |
1.04 MB |
/settings/setup |
30.76 KB (🟡 +32 B) |
1.07 MB |
/share/safe-app |
7.56 KB (🟢 -4 B) |
1.05 MB |
/stake |
622 B (🟡 +3 B) |
1.04 MB |
/swap |
763 B (🟡 +3 B) |
1.04 MB |
/terms |
12.93 KB (🟡 +1 B) |
1.05 MB |
/transactions |
99.58 KB (🟡 +3 KB) |
1.14 MB |
/transactions/history |
99.54 KB (🟡 +3 KB) |
1.14 MB |
/transactions/messages |
60.37 KB (🟡 +2.07 KB) |
1.1 MB |
/transactions/msg |
56.62 KB (🟡 +2.07 KB) |
1.1 MB |
/transactions/queue |
49.46 KB (🟡 +2.06 KB) |
1.09 MB |
/transactions/tx |
48.82 KB (🟡 +2.05 KB) |
1.09 MB |
/wc |
701 B (🟢 -6 B) |
1.04 MB |
/welcome |
6.92 KB (🟢 -6 B) |
1.05 MB |
/welcome/accounts |
408 B (🟡 +1 B) |
1.04 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 | 74.28% | 14764/19875 |
🔴 | Branches | 52.05% | 3536/6793 |
🔴 | Functions | 57.38% | 2096/3653 |
🟡 | Lines | 75.83% | 13397/17668 |
Test suite run success
1793 tests passing in 242 suites.
Report generated by 🧪jest coverage report action from 622277d
Bumps react and @types/react. These dependencies needed to be updated together.
Updates
react
from 18.3.1 to 19.0.0Release notes
Sourced from react's releases.
... (truncated)
Changelog
Sourced from react's changelog.
... (truncated)
Commits
e137890
[string-refs] cleanup string ref code (#31443)d1f0472
[string-refs] remove enableLogStringRefsProd flag (#31414)3dc1e48
Followup: remove dead test code from #30346 (#31415)07aa494
Remove enableRefAsProp feature flag (#30346)45804af
[flow] Eliminate usage of more than 1-argReact.AbstractComponent
in React ...5636fad
[string-refs] log string ref from prod (#31161)b78a7f2
[rcr] Re-export useMemoCache in top level React namespace (#31139)4e9540e
[Fiber] Log the Render/Commit phases and the gaps in between (#31016)d4688df
[Fiber] Track Event Time, startTransition Time and setState Time (#31008)15da917
Don't read currentTransition back from internals (#30991)Updates
@types/react
from 18.3.18 to 19.0.5Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)