Skip to content

chore(deps-dev): bump viem from 2.48.11 to 2.49.0 (via audit fix) in the runtime group across 1 directory#28

Merged
satyakwok merged 1 commit into
mainfrom
dependabot/npm_and_yarn/runtime-451af1ce5a
May 14, 2026
Merged

chore(deps-dev): bump viem from 2.48.11 to 2.49.0 (via audit fix) in the runtime group across 1 directory#28
satyakwok merged 1 commit into
mainfrom
dependabot/npm_and_yarn/runtime-451af1ce5a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the runtime group with 1 update in the / directory: viem.

Updates viem from 2.48.11 to 2.49.0

Release notes

Sourced from viem's releases.

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
  • 5d5ddfa Version Packages (#4594)
  • ac89e08 chore(test): temporarily skip erc7811 tests
  • f430841 chore(ci): temporarily skip wagmi tests
  • ede2389 chore: update audit overrides (#4609)
  • 0e282d6 refactor(tempo): align Actions.wallet.send params with latest wallet RPC sc...
  • c65722b chore: bump anvil version to v1.7.2 in tests
  • 87c43b3 chore: bump fast-uri to fix audit vulnerabilities
  • 61676a3 chore: revert devnet id to 31318
  • 4cd686d feat: abort signal (#4584)
  • c742270 docs: use accounts Provider in wallet examples
  • See full diff in compare view

Summary by CodeRabbit

  • Chores
    • Updated viem dependency to v2.49.0

Review Change Stack

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 14, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 14, 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: d71740fb-39c6-46fc-bcdf-77fe17842307

📥 Commits

Reviewing files that changed from the base of the PR and between 77e9916 and 1b17282.

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

📝 Walkthrough

Walkthrough

This PR updates the viem dependency version from ^2.48.8 to ^2.49.0 in both peerDependencies and devDependencies in package.json. No other changes are present.

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 includes viem release information but does not follow the required template structure with Summary, Test plan, and Related sections. Add a Summary section (1-3 sentences explaining what changed and why), a Test plan section with a bulleted checklist, and a Related section linking to relevant issues or audit documentation.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: a dependency version bump of viem from 2.48.11 to 2.49.0 in the runtime group, and is specific enough for history scanning.
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-451af1ce5a

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

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


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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): bump viem from 2.48.11 to 2.49.0 (via audit fix) in the runtime group chore(deps-dev): bump viem from 2.48.11 to 2.49.0 (via audit fix) in the runtime group across 1 directory May 14, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/runtime-451af1ce5a branch from 77e9916 to 1b17282 Compare May 14, 2026 18:50
@satyakwok satyakwok merged commit 4508a6c into main May 14, 2026
7 checks passed
@satyakwok satyakwok deleted the dependabot/npm_and_yarn/runtime-451af1ce5a branch May 14, 2026 21:14
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