Skip to content

Bump viem from 2.51.3 to 2.53.1#19

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

Bump viem from 2.51.3 to 2.53.1#19
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/viem-2.53.1

Conversation

@dependabot

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

Copy link
Copy Markdown

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

Commits

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

---
updated-dependencies:
- dependency-name: viem
  dependency-version: 2.53.1
  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 Jun 22, 2026
@dependabot dependabot Bot requested a review from kent as a code owner June 22, 2026 13:14
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 22, 2026
@vercel

vercel Bot commented Jun 22, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
veripost Error Error Jun 22, 2026 1:15pm

Request Review

@mesa-dot-dev mesa-dot-dev Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Performed full review of 1ac54a4...f682552

Analysis

• New viem API surface (admin/access-key, witness, and receivePolicy actions) creates exposure risk if the codebase uses dynamic action dispatching or RPC passthrough—unintended privileged methods could be exposed without explicit allowlisting in place.

• Transitive dependency updates (ox, tinyglobby, @napi-rs/wasm-runtime) introduce subtle behavioral changes in crypto/encoding and WASM runtime that may have undocumented effects on blockchain operations; integration tests for read, write, gas estimation, and event decoding are required before merge.

• Missing architectural isolation—if viem is scattered across the codebase rather than centralized behind a service layer, the blast radius of any incompatibility or unintended method exposure becomes significantly harder to control and debug.

• Default chain/transport initialization in new Tempo createClient could cause environment mismatches (staging vs. production) if not explicitly overridden—requires verification that chain IDs and RPC endpoints are not relying on library defaults.

Tip

Help

Slash Commands:

  • /review - Request a full code review
  • /review latest - Review only changes since the last review
  • /describe - Generate PR description. This will update the PR body or issue comment depending on your configuration
  • /help - Get help with Mesa commands and configuration options

0 files reviewed | 0 comments | Edit Agent SettingsRead Docs

@mesa-dot-dev

mesa-dot-dev Bot commented Jun 22, 2026

Copy link
Copy Markdown

Mesa Description

TL;DR

Bumps viem dependency from 2.51.3 to 2.53.1.

What changed?

  • package.json: Upgraded viem version from 2.51.3 to 2.53.1.
  • pnpm-lock.yaml: Updated to reflect the resolved dependency tree for viem at version 2.53.1.

Description generated by Mesa. Update settings

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