Skip to content

chore(deps): bump viem from 2.48.11 to 2.49.3 in the runtime group#70

Merged
satyakwok merged 1 commit into
mainfrom
dependabot/npm_and_yarn/runtime-1c4318e2e7
May 18, 2026
Merged

chore(deps): bump viem from 2.48.11 to 2.49.3 in the runtime group#70
satyakwok merged 1 commit into
mainfrom
dependabot/npm_and_yarn/runtime-1c4318e2e7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps the runtime group with 1 update: viem.

Updates viem from 2.48.11 to 2.49.3

Release notes

Sourced from viem's releases.

viem@2.49.3

Patch Changes

viem@2.49.2

Patch Changes

viem@2.49.0

Minor Changes

Patch Changes

  • #4608 0e282d69d534e7fc277300260e31c07c4d8cb325 Thanks @​jxom! - viem/tempo: Updated Actions.wallet.send parameters to match the latest wallet RPC schema: renamed value to amount, added an optional memo field (UTF-8, max 32 bytes; rejected for non-TIP-20 tokens), and widened token to also accept curated tokenlist symbols.

    await Actions.wallet.send(client, {
    +  amount: '1.5',
    +  memo: 'thanks',
       to: '0x...',
    -  token: '0x...',
    +  token: 'pathUsd',
    -  value: '1.5',
    })
Commits
  • 1d4fada chore: version package (#4623)
  • c5dc4d6 fix(tempo): preserve feeToken on broadcast envelope once fee payer has signed...
  • 6d80eae feat(chains): add Arc mainnet (#4621)
  • 30d17e3 chore: version package (#4619)
  • b08b322 chore: format wallet.test.ts
  • 2154692 refactor(tempo): rename wallet.send to wallet.transfer with editable union
  • 6c11686 test: skip flaky verifiable withdrawal test
  • e7f605b test: stabilize fallback rankTransports custom ping test
  • e480f75 test: skip flaky requestWithdrawal test
  • f5f8e5b chore: version package (#4615)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Summary by CodeRabbit

  • Chores
    • Updated viem library to v2.49.3 across the platform for enhanced stability and performance improvements in blockchain operations.

Review Change Stack

Bumps the runtime group with 1 update: [viem](https://github.com/wevm/viem).


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

---
updated-dependencies:
- dependency-name: viem
  dependency-version: 2.49.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
...

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 May 18, 2026
@dependabot dependabot Bot requested a review from satyakwok as a code owner May 18, 2026 02:02
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 18, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 18, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 787af7e3-6952-4cfc-9d34-4c23bde77df7

📥 Commits

Reviewing files that changed from the base of the PR and between 0feb1d4 and 619d8c6.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (3)
  • apps/api/package.json
  • apps/indexer/package.json
  • packages/chain/package.json

📝 Walkthrough

Walkthrough

This PR updates the viem dependency version from ^2.48.11 to ^2.49.3 across three package manifests: apps/api, apps/indexer, and packages/chain. The change is applied consistently to each package.json file without affecting any other dependencies, scripts, or metadata.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description lacks required template sections (Summary and Test plan) and instead contains only auto-generated Dependabot content without manual context or testing information. Add a manual summary explaining the update's impact and a test plan checklist covering both happy-path and edge cases for the viem upgrade across the three packages.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The PR title clearly and specifically describes the main change: bumping the viem dependency from 2.48.11 to 2.49.3 across the runtime group, which matches the changeset exactly.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/npm_and_yarn/runtime-1c4318e2e7

Comment @coderabbitai help to get the list of available commands and usage tips.

@satyakwok satyakwok merged commit c98a8d6 into main May 18, 2026
8 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/runtime-1c4318e2e7 branch May 18, 2026 03:01
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