Skip to content

Update dependency viem to ^2.47.6#743

Merged
bdrhn9 merged 1 commit intomainfrom
renovate/dependencies
Apr 8, 2026
Merged

Update dependency viem to ^2.47.6#743
bdrhn9 merged 1 commit intomainfrom
renovate/dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 1, 2026

This PR contains the following updates:

Package Change Age Confidence
viem (source) ^2.45.1^2.47.6 age confidence

Release Notes

wevm/viem (viem)

v2.47.6

Compare Source

Patch Changes

v2.47.5

Compare Source

Patch Changes

v2.47.4

Compare Source

Patch Changes

v2.47.2

Compare Source

Patch Changes

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

v2.46.3

Compare Source

Patch Changes

v2.46.2

Compare Source

Patch Changes

v2.46.1

Compare Source

Patch Changes

v2.46.0

Compare Source

Minor Changes
  • #​4304 b6b50d40fb6bbadc851377b74b2dd4da584958b0 Thanks @​jxom! - Breaking (viem/tempo): Renamed nonceKey: 'random' to nonceKey: 'expiring' to align with TIP-1009 terminology.

    TIP-1009 defines "expiring nonces" as time-based replay protection using validBefore timestamps. The name 'expiring' better describes the mechanism than 'random'.

    await sendTransaction(client, {
      account,
    - nonceKey: 'random',
    + nonceKey: 'expiring',
      to: '0x...',
    })

v2.45.3

Compare Source

Patch Changes

v2.45.2

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - On day 1 of the month ( * * 1 * * ) (UTC), 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 requested a review from bbenligiray March 1, 2026 00:34
@renovate renovate Bot requested a review from bbenligiray as a code owner March 1, 2026 00:34
@renovate renovate Bot requested a review from hiletmis March 1, 2026 00:34
@renovate renovate Bot force-pushed the renovate/dependencies branch from c4d5d21 to 1fe602d Compare March 1, 2026 05:31
@renovate renovate Bot changed the title Update dependency viem to ^2.45.3 Update dependency viem to ^2.46.0 Mar 1, 2026
@renovate renovate Bot force-pushed the renovate/dependencies branch from 1fe602d to d1b9014 Compare March 2, 2026 10:19
@renovate renovate Bot changed the title Update dependency viem to ^2.46.0 Update dependency viem to ^2.46.1 Mar 2, 2026
@renovate renovate Bot force-pushed the renovate/dependencies branch from d1b9014 to c1f5d4a Compare March 3, 2026 21:46
@renovate renovate Bot changed the title Update dependency viem to ^2.46.1 Update dependency viem to ^2.46.2 Mar 3, 2026
@renovate renovate Bot force-pushed the renovate/dependencies branch from c1f5d4a to f8fa13a Compare March 10, 2026 01:25
@renovate renovate Bot changed the title Update dependency viem to ^2.46.2 Update dependency viem to ^2.46.3 Mar 10, 2026
@renovate renovate Bot force-pushed the renovate/dependencies branch 2 times, most recently from 7e26292 to 2e77b9c Compare March 19, 2026 00:37
@renovate renovate Bot changed the title Update dependency viem to ^2.46.3 Update dependency viem to ^2.47.0 Mar 19, 2026
@renovate renovate Bot force-pushed the renovate/dependencies branch from 2e77b9c to f80ac36 Compare March 23, 2026 22:12
@renovate renovate Bot changed the title Update dependency viem to ^2.47.0 Update dependency viem to ^2.47.1 Mar 23, 2026
@renovate renovate Bot force-pushed the renovate/dependencies branch from f80ac36 to 9a603c4 Compare March 26, 2026 01:07
@renovate renovate Bot changed the title Update dependency viem to ^2.47.1 Update dependency viem to ^2.47.2 Mar 26, 2026
@renovate renovate Bot force-pushed the renovate/dependencies branch from 9a603c4 to 7878ab2 Compare March 28, 2026 09:45
@renovate renovate Bot changed the title Update dependency viem to ^2.47.2 Update dependency viem to ^2.47.4 Mar 28, 2026
@renovate renovate Bot force-pushed the renovate/dependencies branch from 7878ab2 to 5ecc757 Compare April 1, 2026 04:27
@renovate renovate Bot changed the title Update dependency viem to ^2.47.4 Update dependency viem to ^2.47.5 Apr 1, 2026
@renovate renovate Bot force-pushed the renovate/dependencies branch from 5ecc757 to 47be621 Compare April 4, 2026 09:21
@renovate renovate Bot changed the title Update dependency viem to ^2.47.5 Update dependency viem to ^2.47.6 Apr 4, 2026
@renovate renovate Bot force-pushed the renovate/dependencies branch from 47be621 to 88b57e8 Compare April 8, 2026 10:07
@renovate renovate Bot requested a review from bdrhn9 as a code owner April 8, 2026 10:07
@bdrhn9 bdrhn9 merged commit d2cf43f into main Apr 8, 2026
5 checks passed
@bdrhn9 bdrhn9 deleted the renovate/dependencies branch April 8, 2026 10:12
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.

1 participant