Skip to content

fix(deps)(deps): bump @reown/appkit-ethers-react-native from 1.3.2 to 2.0.6 - #885

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/reown/appkit-ethers-react-native-2.0.6
Open

fix(deps)(deps): bump @reown/appkit-ethers-react-native from 1.3.2 to 2.0.6#885
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/reown/appkit-ethers-react-native-2.0.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown
Contributor

Bumps @reown/appkit-ethers-react-native from 1.3.2 to 2.0.6.

Release notes

Sourced from @​reown/appkit-ethers-react-native's releases.

@​reown/appkit-ethers-react-native@​2.0.6

Patch Changes

  • #574 7201173 Thanks @​ignaciosantise! - fix(core): load wallet & network images on React Native

    FetchUtil.fetchImage built its data URL with response.blob() + FileReader, but on React Native fetch(...).blob() throws "Creating blobs from 'ArrayBuffer' and 'ArrayBufferView' are not supported" for binary responses — so wallet and network images silently failed to load (placeholders only). Read the bytes via response.arrayBuffer() and base64-encode them into the data URL instead, using a dependency-free encoder (RN guarantees neither Buffer nor btoa).

  • Updated dependencies [7201173]:

    • @​reown/appkit-react-native@​2.0.6
    • @​reown/appkit-common-react-native@​2.0.6

@​reown/appkit-ethers-react-native@​2.0.5

Patch Changes

@​reown/appkit-ethers-react-native@​2.0.4

Patch Changes

  • #558 85ea6a9 Thanks @​ignaciosantise! - feat: add logger option to createAppKit for controlling @walletconnect/universal-provider log output. Accepts a log level ('silent' | 'fatal' | 'error' | 'warn' | 'info' | 'debug' | 'trace'). When omitted, WalletConnect's default logging is preserved.

  • Updated dependencies [85ea6a9]:

    • @​reown/appkit-react-native@​2.0.4
    • @​reown/appkit-common-react-native@​2.0.4

@​reown/appkit-ethers-react-native@​2.0.3

Patch Changes

  • #549 4af3f58 Thanks @​ignaciosantise! - fix: add modalContentWrapper prop to work around Expo Router modal layering issues

  • Updated dependencies [4af3f58]:

    • @​reown/appkit-common-react-native@​2.0.3
    • @​reown/appkit-react-native@​2.0.3

@​reown/appkit-ethers-react-native@​2.0.2

Patch Changes

... (truncated)

Commits
  • 6ba995a Merge pull request #577 from reown-com/changeset-release/main
  • 32866b2 chore: version packages
  • cdfb760 Merge pull request #575 from reown-com/develop
  • 8e991af Merge pull request #576 from reown-com/fix/fetch-image-base64-padding
  • e0f6380 fix(core): address review feedback
  • 74b17e7 fix(core): strip content-type params from fetchImage data URLs
  • eaf99a7 Merge pull request #574 from reown-com/fix/fetch-image-blob-arraybuffer
  • c300bde fix(core): guard fetchImage on response.ok and reduce base64 allocations
  • 5600127 chore(core): bump all packages in changeset
  • ee0c466 chore(core): fix prettier formatting in FetchUtil test
  • 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 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-ethers-react-native](https://github.com/reown-com/appkit-react-native) from 1.3.2 to 2.0.6.
- [Release notes](https://github.com/reown-com/appkit-react-native/releases)
- [Commits](https://github.com/reown-com/appkit-react-native/compare/@reown/appkit-ethers-react-native@1.3.2...@reown/appkit-ethers-react-native@2.0.6)

---
updated-dependencies:
- dependency-name: "@reown/appkit-ethers-react-native"
  dependency-version: 2.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file security Security related issue labels Jul 31, 2026
@dependabot
dependabot Bot temporarily deployed to security-review July 31, 2026 21:32 Inactive
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 security Security related issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants