Skip to content

chore(deps): bump viem from 2.21.44 to 2.47.1 in the production-deps group#146

Merged
bayological merged 3 commits intomainfrom
dependabot/npm_and_yarn/production-deps-5d31e3e086
Mar 19, 2026
Merged

chore(deps): bump viem from 2.21.44 to 2.47.1 in the production-deps group#146
bayological merged 3 commits intomainfrom
dependabot/npm_and_yarn/production-deps-5d31e3e086

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the production-deps group with 1 update: viem.

Updates viem from 2.21.44 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
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for viem since your current version.


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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 18, 2026
Bumps the production-deps group with 1 update: [viem](https://github.com/wevm/viem).


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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-deps-5d31e3e086 branch from ef468dd to 8387864 Compare March 18, 2026 12:35
@bayological bayological merged commit 802e20d into main Mar 19, 2026
3 checks passed
@bayological bayological deleted the dependabot/npm_and_yarn/production-deps-5d31e3e086 branch March 19, 2026 11:17
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants