Skip to content

chore(deps): bump @reown/appkit-adapter-wagmi from 1.7.11 to 1.7.17#1241

Merged
satanmourner merged 1 commit intomainfrom
dependabot/npm_and_yarn/reown/appkit-adapter-wagmi-1.7.17
Aug 4, 2025
Merged

chore(deps): bump @reown/appkit-adapter-wagmi from 1.7.11 to 1.7.17#1241
satanmourner merged 1 commit intomainfrom
dependabot/npm_and_yarn/reown/appkit-adapter-wagmi-1.7.17

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Bumps @reown/appkit-adapter-wagmi from 1.7.11 to 1.7.17.

Release notes

Sourced from @​reown/appkit-adapter-wagmi's releases.

@​reown/appkit-adapter-wagmi@​1.7.17

Patch Changes

  • #4688 a457e61 Thanks @​magiziz! - Upgraded wallet button to support multichain via the namespace prop

    Example usage with Components

    import { AppKitWalletButton } from '@reown/appkit-wallet-button/react'
    const wallets = [
    { wallet: 'metamask', namespace: 'eip155', label: 'MetaMask EVM' },
    { wallet: 'metamask', namespace: 'solana', label: 'MetaMask Solana' },
    { wallet: 'phantom', namespace: 'bip122', label: 'Phantom Bitcoin' }
    ]
    export function WalletButtons() {
    return (
    <>
    {wallets.map(({ wallet, namespace, label }) => (
    <AppKitWalletButton
    key={${wallet}-${namespace}}
    wallet={wallet}
    namespace={namespace}
    />
    ))}
    </>
    )
    }

    Example usage with Hooks

    import { useAppKitWallet } from '@reown/appkit-wallet-button/react'
    export function YourApp() {
    const { data, error, isPending, isSuccess, isError, connect } = useAppKitWallet({
    namespace: 'eip155', // Use 'solana' or 'bip122' for other chains
    onError: err => {
    // ...
    },
    onSuccess: data => {
    // ...
    }
    })
    return (
    <>
    <button onClick={() => connect('walletConnect')}>Open QR modal</button>

... (truncated)

Commits
  • f5a4040 chore: version packages (#4689)
  • 866ff5b fix: stacks sign message not working with universal connector (#4728)
  • 8234a11 chore: update demo to 1.7.16 (#4716)
  • 3ad29e2 chore: add react export with context and provider (#4703)
  • 7d41aa6 fix: keep authentication flow when email capture is enabled (#4709)
  • 1e42a77 feat: add USDC and USDT payment assets for multiple networks (PAY-52) (#4702)
  • 5391a12 fix: UpdateEmailWallet view not opening when using useAppKitUpdateEmail h...
  • a5410b9 fix: prevent modal from closing after wallet disconnect in profile view (mult...
  • 9c6d36a Revert "chore: remove KV get cache" (#4713)
  • 0ab5802 Unisat Connector (#4705)
  • Additional commits viewable in compare view

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)

Bumps [@reown/appkit-adapter-wagmi](https://github.com/reown-com/appkit) from 1.7.11 to 1.7.17.
- [Release notes](https://github.com/reown-com/appkit/releases)
- [Commits](https://github.com/reown-com/appkit/compare/@reown/appkit-adapter-wagmi@1.7.11...@reown/appkit-adapter-wagmi@1.7.17)

---
updated-dependencies:
- dependency-name: "@reown/appkit-adapter-wagmi"
  dependency-version: 1.7.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 4, 2025
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying web-app-v2 with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4b113fb
Status: ✅  Deploy successful!
Preview URL: https://b5d1963b.web-app-v2-eq8.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-reow-oz8a.web-app-v2-eq8.pages.dev

View logs

@satanmourner satanmourner merged commit 458a025 into main Aug 4, 2025
2 checks passed
@satanmourner satanmourner deleted the dependabot/npm_and_yarn/reown/appkit-adapter-wagmi-1.7.17 branch August 4, 2025 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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