Skip to content
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 @web3-onboard/coinbase from 2.2.6 to 2.4.1 #4664

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps @web3-onboard/coinbase from 2.2.6 to 2.4.1.

Release notes

Sourced from @​web3-onboard/coinbase's releases.

v2.4.0

✨ Highlights

  • Security vulnerabilities have been addressed #1125
  • New action added to the public API that allows for setting the primary (first in the list) wallet and optionally the account if multiple accounts are connected for a particular wallet. #1119
  • Clicking the address in account will now copy it to clipboard #1112
  • Can now optionally specify container element for account center #1096
  • Mathwallet has been added as a new wallet module # 1127
  • Updates balances for successful transactions via notify #1128
  • Now have the ability to define which element to bind the account center to #1096
  • Loads more css vars added for increased customisation #1136 #1139 #1120

What's Changed

New Contributors

Full Changelog: blocknative/web3-onboard@web3-onboard/2.3.0...v2.4.0

Release 2.3.0

✨ Highlights

  • Type check fix in core for notifications #1106
  • Add repository field to packages #1109
  • Fix bug issue template #1110
  • Fix conditional rendering of Notify and Account center #1113
  • Fix recommended Injected Wallets #1115
  • Fix for SSR with React Package #1118

What's Changed

... (truncated)

Commits

Dependabot compatibility score

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 16, 2024
Copy link

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

Copy link

github-actions bot commented Dec 16, 2024

📦 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 1015.97 KB (🟢 -5.02 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 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 23.08 KB (🟡 +2 B) 1.01 MB
/apps 33.26 KB (🟢 -1.6 KB) 1.02 MB
/apps/custom 31.32 KB (🟢 -1.6 KB) 1.02 MB
/apps/open 53.65 KB (🟢 -1.6 KB) 1.04 MB
/balances 29.81 KB (🟢 -6 B) 1.02 MB
/balances/nfts 9.64 KB (🟡 +1 B) 1 MB
/home 58.71 KB (🟢 -1.62 KB) 1.05 MB
/new-safe/advanced-create 26.43 KB (🟢 -11 B) 1.02 MB
/new-safe/create 25.56 KB (🟢 -11 B) 1.02 MB
/settings/notifications 21.1 KB (🟢 -293 B) 1.01 MB
/settings/safe-apps 17.83 KB (🟢 -1.6 KB) 1.01 MB
/settings/setup 30.79 KB (-2 B) 1.02 MB
/share/safe-app 7.56 KB (🟢 -9 B) 1023.53 KB
/transactions 96.66 KB (🟢 -1.6 KB) 1.09 MB
/transactions/history 96.62 KB (🟢 -1.6 KB) 1.09 MB
/transactions/messages 58.4 KB (🟢 -1.59 KB) 1.05 MB
/transactions/msg 54.55 KB (🟢 -1.6 KB) 1.05 MB
/transactions/queue 47.51 KB (🟢 -1.6 KB) 1.04 MB
/transactions/tx 46.78 KB (🟢 -1.6 KB) 1.04 MB
/welcome 6.91 KB (🟢 -7 B) 1022.88 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.

Copy link

github-actions bot commented Dec 16, 2024

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements
73.84% (-0.01% 🔻)
14382/19476
🔴 Branches
51.38% (-0.01% 🔻)
3431/6678
🔴 Functions 56.8% 2042/3595
🟡 Lines
75.36% (-0.01% 🔻)
13041/17304
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🟢
... / useTxPendingStatuses.ts
77.5% (-0.83% 🔻)
64.06% (-1.56% 🔻)
68.18%
86.41% (-0.97% 🔻)

Test suite run success

1706 tests passing in 231 suites.

Report generated by 🧪jest coverage report action from 80ee328

Bumps [@web3-onboard/coinbase](https://github.com/blocknative/web3-onboard/tree/HEAD/packages/coinbase) from 2.2.6 to 2.4.1.
- [Release notes](https://github.com/blocknative/web3-onboard/releases)
- [Commits](https://github.com/blocknative/web3-onboard/commits/HEAD/packages/coinbase)

---
updated-dependencies:
- dependency-name: "@web3-onboard/coinbase"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web3-onboard/coinbase-2.4.1 branch from b52ca0b to 80ee328 Compare December 16, 2024 08:50
@katspaugh katspaugh merged commit fb161fc into dev Dec 16, 2024
7 of 14 checks passed
@katspaugh katspaugh deleted the dependabot/npm_and_yarn/web3-onboard/coinbase-2.4.1 branch December 16, 2024 09:03
@github-actions github-actions bot locked and limited conversation to collaborators Dec 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant