Skip to content

Bump viem from 2.52.2 to 2.54.3#9

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/viem-2.54.3
Open

Bump viem from 2.52.2 to 2.54.3#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/viem-2.54.3

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps viem from 2.52.2 to 2.54.3.

Release notes

Sourced from viem's releases.

viem@2.54.3

Patch Changes

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

... (truncated)

Commits
  • eefaf14 chore: version package (#4794)
  • da4f54b feat(tempo): update multisig impl (#4792)
  • 515b637 fix: handle zero-width types in encodeAbiParameters and `decodeAbiParameter...
  • 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)
  • 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.52.2 to 2.54.3.
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/viem@2.52.2...viem@2.54.3)

---
updated-dependencies:
- dependency-name: viem
  dependency-version: 2.54.3
  dependency-type: direct:development
  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 5, 2026
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