Skip to content

chore(deps): bump viem from 2.49.0 to 2.54.1#35

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/viem-2.52.2
Closed

chore(deps): bump viem from 2.49.0 to 2.54.1#35
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/viem-2.52.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps viem from 2.49.0 to 2.54.1.

Release notes

Sourced from viem's releases.

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 })
    -Actions.token.getBalance.call({ account, token })
    +Actions.token.getBalance.call(client, { account, token })

  • #4767 0def05663277a93e645bc28740a78bfc916810ec Thanks @​jxom! - Breaking: Changed ERC-20 token actions to resolve token symbols from the Client tokens array instead of built-in chain tokens config.

     import { createPublicClient, http } from 'viem'
     import { mainnet } from 'viem/chains'
    +import { usdc } from 'viem/tokens'
    -const client = createPublicClient({ chain: mainnet, transport: http() })
    +const client = createPublicClient({
    
    chain: mainnet,
    tokens: [usdc],
    transport: http(),
    +})
    

... (truncated)

Commits

@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from a team June 15, 2026 21:39
Bumps [viem](https://github.com/wevm/viem) from 2.49.0 to 2.54.1.
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/viem@2.49.0...viem@2.54.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump viem from 2.49.0 to 2.52.2 chore(deps): bump viem from 2.49.0 to 2.54.1 Jul 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/viem-2.52.2 branch from 35bb8aa to bb93a3e Compare July 1, 2026 13:37
@tolgahan-arikan

Copy link
Copy Markdown
Collaborator

Closing for now; this dependency bump is not needed for the SDK at this time.

@dependabot @github

dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/viem-2.52.2 branch July 1, 2026 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant