Skip to content

chore(deps): 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

chore(deps): 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.2

Release notes

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

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

Patch Changes

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

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-query@​5.101.2

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

Patch Changes

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

@​tanstack/react-query@​5.101.2

Patch Changes

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

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

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.101.1
    • @​tanstack/react-query@​5.101.1

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

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-query@​5.101.1

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

Patch Changes

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

@​tanstack/react-query@​5.101.1

Patch Changes

... (truncated)

Changelog

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

5.101.2

Patch Changes

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

5.101.1

Patch Changes

  • Updated dependencies [9eff92e]:
    • @​tanstack/query-core@​5.101.1

5.101.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.101.0
Commits
  • 610e8d1 ci: Version Packages (#10996)
  • 1f84256 docs: document the select typing caveat for parallel-queries hooks (#10984)
  • b809297 ci: Version Packages (#10977)
  • ccc843e test({react,preact}-query/useQueries): move type-only tests to 'useQueries.te...
  • 4154613 test({react,preact}-query/useMutation): split 'should handle conditional logi...
  • 8bb5fde test({react,preact}-query/useMutation): split 'should pass meta to mutation' ...
  • 87426a3 test(react-query): replace deprecated 'toBeCalledTimes' with 'toHaveBeenCalle...
  • feb1efd test(*): move 'vi.useRealTimers' to the end of 'afterEach' so cleanup runs un...
  • f3d8d2a ci: Version Packages (#10774)
  • 532bb29 fix(tests): disable local coverage instrumentation (#10776)
  • See full diff in compare view

Updates viem from 2.51.0 to 2.54.2

Release notes

Sourced from viem's releases.

viem@2.54.2

Patch Changes

viem@2.54.1

Patch Changes

viem@2.54.0

Minor Changes

  • #4767 0def05663277a93e645bc28740a78bfc916810ec Thanks @​jxom! - Breaking (viem/tempo): Changed Tempo token balance and allowance reads to return Amount objects.

    -const balance = await client.token.getBalance({ token })
    -// ^? bigint
    +const balance = await client.token.getBalance({ token })
    +// ^? { amount: bigint; decimals: number; formatted: string }
    -const allowance = await client.token.getAllowance({ account, spender, token })
    -// ^? bigint
    +const allowance = await client.token.getAllowance({ account, spender, token })
    +// ^? { amount: bigint; decimals: number; formatted: string }

  • #4767 0def05663277a93e645bc28740a78bfc916810ec Thanks @​jxom! - Breaking (viem/tempo): Changed Tempo token .call helpers to take the client before their action arguments.

    -Actions.token.transfer.call({ token, to, amount })
    +Actions.token.transfer.call(client, { token, to, amount })

... (truncated)

Commits
  • 1ec2dc3 chore: version package (#4785)
  • 8b37330 Update tame-windows-play.md
  • 4817566 fix(account-abstraction): prepare fees when estimating user operation gas (#4...
  • 0fafede Validate Tempo receive policy claimers (#4758)
  • b4b3cbe feat(tempo): add encryptedDeposit.prepare (#4786)
  • e5626e3 fix(rlp): reject trailing bytes and list overruns in fromRlp (#4790)
  • 5528e14 docs: add fillTransaction public action docs (#4431)
  • 71f8731 feat(chains): add Mars Credit chain (chainId 110110) (#4742)
  • 562bc36 docs: document Tempo selectors and scopes (#4781)
  • 5018b40 docs: document EIP-1898 blockHash/requireCanonical for readContract and multi...
  • Additional commits viewable in compare view

Updates wagmi from 2.19.5 to 3.6.21

Release notes

Sourced from wagmi's releases.

wagmi@3.6.21

Patch Changes

  • Fixed Tempo types so transaction override parameters are optional. (#5171)

  • Updated dependencies [1d6989e]:

    • @​wagmi/core@​3.5.5
    • @​wagmi/connectors@​8.0.20

wagmi@3.6.20

Patch Changes

  • Fixed Tempo Zone types for optional fields. (#5167)

  • Updated dependencies [f0b78c3]:

    • @​wagmi/core@​3.5.4
    • @​wagmi/connectors@​8.0.19

wagmi@3.6.19

Patch Changes

  • Added connector-specific subpath exports and marked optional connector dependency imports as optional for Turbopack resolution. (#5165)

  • Updated dependencies [05338be, 05338be]:

    • @​wagmi/connectors@​8.0.18
    • @​wagmi/core@​3.5.3

wagmi@3.6.18

Patch Changes

  • Updated dependencies [3e12a5e]:
    • @​wagmi/connectors@​8.0.17
    • @​wagmi/core@​3.5.2

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.

... (truncated)

Changelog

Sourced from wagmi's changelog.

3.6.21

Patch Changes

  • Fixed Tempo types so transaction override parameters are optional. (#5171)

  • Updated dependencies [1d6989e]:

    • @​wagmi/core@​3.5.5
    • @​wagmi/connectors@​8.0.20

3.6.20

Patch Changes

  • Fixed Tempo Zone types for optional fields. (#5167)

  • Updated dependencies [f0b78c3]:

    • @​wagmi/core@​3.5.4
    • @​wagmi/connectors@​8.0.19

3.6.19

Patch Changes

  • Added connector-specific subpath exports and marked optional connector dependency imports as optional for Turbopack resolution. (#5165)

  • Updated dependencies [05338be, 05338be]:

    • @​wagmi/connectors@​8.0.18
    • @​wagmi/core@​3.5.3

3.6.18

Patch Changes

  • Updated dependencies [3e12a5e]:
    • @​wagmi/connectors@​8.0.17
    • @​wagmi/core@​3.5.2

3.6.17

Patch Changes

3.6.16

Patch Changes

... (truncated)

Commits

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

@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 Jul 3, 2026 5:10am

@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 2 times, most recently from 870d249 to 477173c Compare June 22, 2026 14:40
@dependabot dependabot Bot changed the title Bump the wallet group across 1 directory with 3 updates chore(deps): bump the wallet group across 1 directory with 3 updates Jun 23, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/wallet-51db102818 branch from 477173c to fc874e5 Compare June 23, 2026 00:38
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/wallet-51db102818 branch from fc874e5 to 33db93f Compare June 23, 2026 04:13
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/wallet-51db102818 branch from 33db93f to 279abe9 Compare June 25, 2026 14:36
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/wallet-51db102818 branch from 279abe9 to fb26813 Compare June 25, 2026 15:10
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/wallet-51db102818 branch from fb26813 to ac1e09b Compare June 25, 2026 18:35
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/wallet-51db102818 branch from ac1e09b to 4207944 Compare June 26, 2026 05:08
@dependabot @github

dependabot Bot commented on behalf of github Jun 28, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't access a private package registry without explicit configuration. Because of this, Dependabot cannot update this pull request.

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.2
- [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.2/packages/react-query)

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

Updates `wagmi` from 2.19.5 to 3.6.21
- [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/wagmi@3.6.21/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 4207944 to a07f7aa Compare July 3, 2026 05:08
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