Skip to content

chore(deps-dev): bump viem from 2.47.6 to 2.49.2#27

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/viem-2.49.2
Closed

chore(deps-dev): bump viem from 2.47.6 to 2.49.2#27
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/viem-2.49.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps viem from 2.47.6 to 2.49.2.

Release notes

Sourced from viem's releases.

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',
    })

viem@2.48.11

Patch Changes

viem@2.48.8

Patch Changes

viem@2.48.7

Patch Changes

viem@2.48.6

Patch Changes

viem@2.48.4

Patch Changes

... (truncated)

Commits
  • 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)
  • fddbd07 fix: format tempo keyData shim (#4618)
  • 8e914df fix(tempo): use 2-byte length hint for WebAuthn keyData instead of 1400-byte ...
  • 5d5ddfa Version Packages (#4594)
  • 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.47.6 to 2.49.2.
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/viem@2.47.6...viem@2.49.2)

---
updated-dependencies:
- dependency-name: viem
  dependency-version: 2.49.2
  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 May 15, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 22, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #30.

@dependabot dependabot Bot closed this May 22, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/viem-2.49.2 branch May 22, 2026 03:36
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