Skip to content

build: bump viem from 2.46.0 to 2.47.1#505

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

build: bump viem from 2.46.0 to 2.47.1#505
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/viem-2.47.1

Conversation

@dependabot
Copy link
Contributor

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

Bumps viem from 2.46.0 to 2.47.1.

Release notes

Sourced from viem's releases.

viem@2.47.1

Patch Changes

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

... (truncated)

Commits
  • 77b2d40 chore: up snapshots
  • 705efb0 chore: version package (#4384)
  • 66457cb chore: default access key internal_version to v2 (#4383)
  • 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
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 9, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/viem-2.47.1 branch 7 times, most recently from c3db619 to bdf312d Compare March 16, 2026 09:42
Bumps [viem](https://github.com/wevm/viem) from 2.46.0 to 2.47.1.
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/viem@2.46.0...viem@2.47.1)

---
updated-dependencies:
- dependency-name: viem
  dependency-version: 2.47.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/viem-2.47.1 branch from bdf312d to 72ffaa8 Compare March 17, 2026 07:39
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