Skip to content

build(deps): bump viem from 2.53.1 to 2.54.2#46

Merged
andreogle merged 1 commit into
mainfrom
dependabot/bun/viem-2.54.2
Jul 7, 2026
Merged

build(deps): bump viem from 2.53.1 to 2.54.2#46
andreogle merged 1 commit into
mainfrom
dependabot/bun/viem-2.54.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps viem from 2.53.1 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

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 [viem](https://github.com/wevm/viem) from 2.53.1 to 2.54.2.
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/viem@2.53.1...viem@2.54.2)

---
updated-dependencies:
- dependency-name: viem
  dependency-version: 2.54.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jul 6, 2026
@dependabot dependabot Bot requested a review from andreogle as a code owner July 6, 2026 22:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 6, 2026
@andreogle andreogle merged commit 8f15e85 into main Jul 7, 2026
3 checks passed
@dependabot dependabot Bot deleted the dependabot/bun/viem-2.54.2 branch July 7, 2026 14:29
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