Skip to content

chore(deps): update dependency viem to v2.47.1#28

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/viem-2.x-lockfile
Open

chore(deps): update dependency viem to v2.47.1#28
renovate[bot] wants to merge 1 commit intomainfrom
renovate/viem-2.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 5, 2026

This PR contains the following updates:

Package Change Age Confidence
viem (source) 2.46.32.47.1 age confidence

Release Notes

wevm/viem (viem)

v2.47.1

Compare Source

Patch Changes

v2.47.0

Compare Source

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/viem-2.x-lockfile branch from c45604c to cb0e4b4 Compare March 9, 2026 20:00
@renovate renovate bot changed the title chore(deps): update dependency viem to v2.47.0 chore(deps): update dependency viem to v2.47.1 Mar 9, 2026
@renovate renovate bot changed the title chore(deps): update dependency viem to v2.47.1 Update dependency viem to v2.47.1 Mar 11, 2026
@renovate renovate bot changed the title Update dependency viem to v2.47.1 chore(deps): update dependency viem to v2.47.1 Mar 11, 2026
@renovate renovate bot force-pushed the renovate/viem-2.x-lockfile branch from cb0e4b4 to bfd6a48 Compare March 12, 2026 02:12
@renovate renovate bot changed the title chore(deps): update dependency viem to v2.47.1 chore(deps): update dependency viem to v2.47.2 Mar 12, 2026
@renovate renovate bot force-pushed the renovate/viem-2.x-lockfile branch from bfd6a48 to 0cefc03 Compare March 12, 2026 14:42
@renovate renovate bot changed the title chore(deps): update dependency viem to v2.47.2 chore(deps): update dependency viem to v2.47.0 Mar 12, 2026
@renovate renovate bot force-pushed the renovate/viem-2.x-lockfile branch from 0cefc03 to f6bb36d Compare March 13, 2026 10:35
@renovate renovate bot force-pushed the renovate/viem-2.x-lockfile branch from f6bb36d to 7a56a31 Compare March 16, 2026 19:18
@renovate renovate bot changed the title chore(deps): update dependency viem to v2.47.0 chore(deps): update dependency viem to v2.47.1 Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants