Skip to content

chore(deps): bump viem from 2.46.1 to 2.47.0#36

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/viem-2.47.0
Open

chore(deps): bump viem from 2.46.1 to 2.47.0#36
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/viem-2.47.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps viem from 2.46.1 to 2.47.0.

Release notes

Sourced from viem's releases.

viem@2.47.0

Minor Changes

  • 1adb83804d5f6c3f36d5f293de88532330d52dc7 Thanks @​jxom! - Breaking (viem/tempo): chainId is now required when signing access key authorizations with signKeyAuthorization. It is recommended to use client.accessKey.signAuthorization instead for inferred chain ID.

    import { client } from './viem.config'
    import { Account } from 'viem/tempo'
    const account = Account.from({ privateKey: '0x...' })
    const accessKey = Account.fromP256(generatePrivateKey(), {
    access: account,
    })
    
    const keyAuthorization = await account.signKeyAuthorization(accessKey)
    
    
    const keyAuthorization = await client.accessKey.signAuthorization({
    account,
    accessKey,
    })

Patch Changes

viem@2.46.3

Patch Changes

viem@2.46.2

Patch Changes

Commits
  • 1205d5a fix: increase interval mining to 2s to prevent nonce race in repriced test
  • 6fbd6d4 fix: add hono and @​hono/node-server overrides for audit vulnerabilities
  • 4b685a1 fix: increase waitForTransactionReceipt timeout in race condition test
  • 378e676 fix: reduce mine block count to prevent timeout in CI
  • 5b554f4 fix: make timing-dependent tests more resilient in CI
  • 7006aa6 ci: up
  • ca4f07f fix: use v1 access key version for testnet
  • c6d42c3 chore: version package (#4371)
  • 141a367 feat(tempo): export TempoAddress (#4374)
  • 6d00a97 chore: up
  • 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.46.1 to 2.47.0.
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/viem@2.46.1...viem@2.47.0)

---
updated-dependencies:
- dependency-name: viem
  dependency-version: 2.47.0
  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 Mar 9, 2026
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