Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps @reown/appkit-controllers from 1.8.14 to 1.8.15.

Release notes

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

@​reown/appkit-controllers@​1.8.15

Patch Changes

  • #5378 2867bfd Thanks @​magiziz! - Fixed an issue where profile wallets tabs were shown in the wrong order

  • #5364 d186212 Thanks @​magiziz! - Fixed an issue where wallet buttons were not working in the in-app wallet browser

  • #5297 e330f62 Thanks @​enesozturk! - Implements new useAppKitWallets hook to let users build custom connect user interfaces.

    Features

    • List, and connect with extension wallets.
    • List, search and connect the WalletConnect wallets.
    • Multi-chain.
    • Multi-platform.

    Examples

    Listing injected wallets:

    const { data } = useAppKitWallets()
    const injectedWallets = data.filter(wallet => wallet.isInjected)
    injectedWallets.map(wallet => {
    return <WalletItem name={wallet.name} imageSrc={wallet.imageUrl} />
    })

    Listing WalletConnect wallets:

    const { data } = useAppKitWallets()
    const wcWallets = data.filter(wallet => !wallet.isInjected)
    wcWallets.map(wallet => {
    return <WalletItem name={wallet.name} imageSrc={wallet.imageUrl} />
    })

    Connecting to a wallet:

    const { connect } = useAppKitWallets()
    ...
    await connect(wallet)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@reown/appkit-controllers](https://github.com/reown-com/appkit) from 1.8.14 to 1.8.15.
- [Release notes](https://github.com/reown-com/appkit/releases)
- [Commits](https://github.com/reown-com/appkit/compare/@reown/[email protected]...@reown/[email protected])

---
updated-dependencies:
- dependency-name: "@reown/appkit-controllers"
  dependency-version: 1.8.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 15, 2025
@dependabot dependabot bot requested a review from hugomrdias as a code owner December 15, 2025 04:07
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 15, 2025
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.

0 participants