Skip to content

Bump the wallet group across 1 directory with 3 updates#9

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/wallet-51db102818
Open

Bump the wallet group across 1 directory with 3 updates#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/wallet-51db102818

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Copy link
Copy Markdown
Contributor

Bumps the wallet group with 3 updates in the / directory: @tanstack/react-query, viem and wagmi.

Updates @tanstack/react-query from 5.100.14 to 5.101.0

Release notes

Sourced from @​tanstack/react-query's releases.

@​tanstack/react-query-devtools@​5.101.0

Patch Changes

@​tanstack/react-query-next-experimental@​5.101.0

Patch Changes

  • #10857 7cf5923 - fix(react-query-next-experimental): replace deprecated 'isServer' with 'environmentManager.isServer()'

  • Updated dependencies []:

    • @​tanstack/react-query@​5.101.0

@​tanstack/react-query-persist-client@​5.101.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.101.0
    • @​tanstack/react-query@​5.101.0

@​tanstack/react-query@​5.101.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.101.0
Changelog

Sourced from @​tanstack/react-query's changelog.

5.101.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.101.0
Commits

Updates viem from 2.51.0 to 2.53.1

Release notes

Sourced from viem's releases.

viem@2.53.1

Patch Changes

viem@2.52.2

Patch Changes

viem@2.52.0

Minor Changes

viem@2.51.3

Patch Changes

viem@2.51.2

Patch Changes

Commits

Updates wagmi from 2.19.5 to 3.6.17

Release notes

Sourced from wagmi's releases.

wagmi@3.6.16

Patch Changes

wagmi@3.6.15

Patch Changes

  • Handled malformed cookie state in cookieToInitialState. (#5116)

  • wagmi/tempo: Renamed Actions.wallet.send to Actions.wallet.transfer and Hooks.wallet.useSend to Hooks.wallet.useTransfer. (#5121)

    Also bumps the accounts peer dependency to ~0.12.

    - await Actions.wallet.send(config, {
    -   to: '0x...',
    -   token: '0x...',
    -   value: '1.5',
    - })
    + await Actions.wallet.transfer(config, {
    +   amount: '1.5',
    +   to: '0x...',
    +   token: '0x...',
    + })
    - const send = Hooks.wallet.useSend()
    + const transfer = Hooks.wallet.useTransfer()
  • Updated dependencies [f1e6d70, 4c44cd0]:

    • @​wagmi/core@​3.4.12
    • @​wagmi/connectors@​8.0.14

wagmi@3.6.14

Patch Changes

  • Updated dependencies [9e8418a]:
    • @​wagmi/core@​3.4.11
    • @​wagmi/connectors@​8.0.13

wagmi@3.6.13

Patch Changes

  • Fixed useReadContracts to prefer an explicit chainId parameter over inferred or connected chain ids. (8c56235)

... (truncated)

Changelog

Sourced from wagmi's changelog.

3.6.17

Patch Changes

3.6.16

Patch Changes

3.6.15

Patch Changes

  • Handled malformed cookie state in cookieToInitialState. (#5116)

  • wagmi/tempo: Renamed Actions.wallet.send to Actions.wallet.transfer and Hooks.wallet.useSend to Hooks.wallet.useTransfer. (#5121)

    Also bumps the accounts peer dependency to ~0.12.

    - await Actions.wallet.send(config, {
    -   to: '0x...',
    -   token: '0x...',
    -   value: '1.5',
    - })
    + await Actions.wallet.transfer(config, {
    +   amount: '1.5',
    +   to: '0x...',
    +   token: '0x...',
    + })
    - const send = Hooks.wallet.useSend()
    + const transfer = Hooks.wallet.useTransfer()
  • Updated dependencies [f1e6d70, 4c44cd0]:

    • @​wagmi/core@​3.4.12
    • @​wagmi/connectors@​8.0.14

3.6.14

Patch Changes

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 4, 2026
@vercel

vercel Bot commented Jun 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
openproof Error Error Jun 22, 2026 2:42pm

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/wallet-51db102818 branch from 001ccef to b12c22c Compare June 5, 2026 00:13
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/wallet-51db102818 branch from b12c22c to 8823062 Compare June 5, 2026 05:07
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/wallet-51db102818 branch from 8823062 to a65eed2 Compare June 5, 2026 21:58
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/wallet-51db102818 branch from a65eed2 to 6917263 Compare June 5, 2026 22:43
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/wallet-51db102818 branch from 6917263 to 6c26cb9 Compare June 5, 2026 22:49
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/wallet-51db102818 branch from 6c26cb9 to d26eaf6 Compare June 8, 2026 04:35
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/wallet-51db102818 branch from d26eaf6 to ae255b6 Compare June 17, 2026 23:12
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/wallet-51db102818 branch from ae255b6 to 870d249 Compare June 22, 2026 14:37
Bumps the wallet group with 3 updates in the / directory: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query), [viem](https://github.com/wevm/viem) and [wagmi](https://github.com/wevm/wagmi/tree/HEAD/packages/react).


Updates `@tanstack/react-query` from 5.100.14 to 5.101.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.101.0/packages/react-query)

Updates `viem` from 2.51.0 to 2.53.1
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/viem@2.51.0...viem@2.53.1)

Updates `wagmi` from 2.19.5 to 3.6.17
- [Release notes](https://github.com/wevm/wagmi/releases)
- [Changelog](https://github.com/wevm/wagmi/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/wevm/wagmi/commits/HEAD/packages/react)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.101.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wallet
- dependency-name: viem
  dependency-version: 2.52.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wallet
- dependency-name: wagmi
  dependency-version: 3.6.16
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wallet
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/wallet-51db102818 branch from 870d249 to 477173c Compare June 22, 2026 14:40
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