Skip to content

fix(deps): update dependency viem to v2.55.4 - #734

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

fix(deps): update dependency viem to v2.55.4#734
renovate[bot] wants to merge 1 commit into
devfrom
renovate/viem-2.x

Conversation

@renovate

@renovate renovate Bot commented Apr 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
viem (source) 2.50.42.55.4 age confidence

Release Notes

wevm/viem (viem)

v2.55.4

Compare Source

Patch Changes

v2.55.2

Compare Source

Patch Changes

v2.55.1

Compare Source

Patch Changes

v2.55.0

Compare Source

Minor Changes
Patch Changes

v2.54.6

Compare Source

Patch Changes
  • #​4807 f1ac4480d0c1c6f29bf709f116068e903643ecad Thanks @​jxom! - viem/tempo: Supported calling token .call builders without a Client (restores the pre-2.54 call signature). When the Client is omitted, token must be a TIP20 token id or contract address, and formatted amounts require explicit decimals.

v2.54.5

Compare Source

Patch Changes

v2.54.4

Compare Source

Patch Changes

v2.54.3

Compare Source

Patch Changes

v2.54.2

Compare Source

Patch Changes

v2.54.1

Compare Source

Patch Changes

v2.54.0

Compare Source

Minor Changes
  • #​4767 0def05663277a93e645bc28740a78bfc916810ec Thanks @​jxom! - Breaking (viem/tempo): Changed Tempo token balance and allowance reads to return Amount objects.

    -const balance = await client.token.getBalance({ token })
    -// ^? bigint
    +const balance = await client.token.getBalance({ token })
    +// ^? { amount: bigint; decimals: number; formatted: string }
    
    -const allowance = await client.token.getAllowance({ account, spender, token })
    -// ^? bigint
    +const allowance = await client.token.getAllowance({ account, spender, token })
    +// ^? { amount: bigint; decimals: number; formatted: string }
  • #​4767 0def05663277a93e645bc28740a78bfc916810ec Thanks @​jxom! - Breaking (viem/tempo): Changed Tempo token .call helpers to take the client before their action arguments.

    -Actions.token.transfer.call({ token, to, amount })
    +Actions.token.transfer.call(client, { token, to, amount })
    
    -Actions.token.getBalance.call({ account, token })
    +Actions.token.getBalance.call(client, { account, token })
  • #​4767 0def05663277a93e645bc28740a78bfc916810ec Thanks @​jxom! - Breaking: Changed ERC-20 token actions to resolve token symbols from the Client tokens array instead of built-in chain tokens config.

     import { createPublicClient, http } from 'viem'
     import { mainnet } from 'viem/chains'
    +import { usdc } from 'viem/tokens'
    
    -const client = createPublicClient({ chain: mainnet, transport: http() })
    +const client = createPublicClient({
    +  chain: mainnet,
    +  tokens: [usdc],
    +  transport: http(),
    +})
    
     const balance = await client.token.getBalance({ account, token: 'usdc' })
  • #​4767 0def05663277a93e645bc28740a78bfc916810ec Thanks @​jxom! - Added viem/tokens entrypoint.

Patch Changes

v2.53.1

Compare Source

Patch Changes

v2.52.2

Compare Source

Patch Changes

v2.52.0

Compare Source

Minor Changes

v2.51.3

Compare Source

Patch Changes

v2.51.2

Compare Source

Patch Changes

v2.51.0

Compare Source

Minor Changes
Patch Changes

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • Between 12:00 AM and 01:59 AM (* 0-1 * * *)
  • 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 branch from 9950b10 to 8144a2f Compare April 9, 2026 10:12
@renovate renovate Bot changed the title fix(deps): update dependency viem to v2.47.10 fix(deps): update dependency viem to v2.47.11 Apr 9, 2026
@renovate
renovate Bot force-pushed the renovate/viem-2.x branch from 8144a2f to f885df0 Compare April 10, 2026 01:57
@renovate renovate Bot changed the title fix(deps): update dependency viem to v2.47.11 fix(deps): update dependency viem to v2.47.12 Apr 10, 2026
@renovate
renovate Bot force-pushed the renovate/viem-2.x branch from f885df0 to c3ce74b Compare April 13, 2026 04:54
@renovate renovate Bot changed the title fix(deps): update dependency viem to v2.47.12 fix(deps): update dependency viem to v2.47.14 Apr 13, 2026
@renovate
renovate Bot force-pushed the renovate/viem-2.x branch from c3ce74b to 093915a Compare April 13, 2026 10:00
@renovate renovate Bot changed the title fix(deps): update dependency viem to v2.47.14 fix(deps): update dependency viem to v2.47.16 Apr 13, 2026
@renovate
renovate Bot force-pushed the renovate/viem-2.x branch from 093915a to 44b0d13 Compare April 14, 2026 01:24
@renovate renovate Bot changed the title fix(deps): update dependency viem to v2.47.16 fix(deps): update dependency viem to v2.47.17 Apr 14, 2026
@renovate
renovate Bot force-pushed the renovate/viem-2.x branch from 44b0d13 to 21630cf Compare April 15, 2026 05:41
@renovate renovate Bot changed the title fix(deps): update dependency viem to v2.47.17 fix(deps): update dependency viem to v2.47.18 Apr 15, 2026
@renovate
renovate Bot force-pushed the renovate/viem-2.x branch from 21630cf to cc5ec7c Compare April 16, 2026 08:57
@renovate renovate Bot changed the title fix(deps): update dependency viem to v2.47.18 fix(deps): update dependency viem to v2.48.0 Apr 16, 2026
@renovate renovate Bot changed the title fix(deps): update dependency viem to v2.48.0 fix(deps): update dependency viem to v2.48.1 Apr 17, 2026
@renovate
renovate Bot force-pushed the renovate/viem-2.x branch 2 times, most recently from 7eea0e3 to 2108f34 Compare April 21, 2026 09:19
@renovate renovate Bot changed the title fix(deps): update dependency viem to v2.48.1 fix(deps): update dependency viem to v2.48.2 Apr 21, 2026
@renovate renovate Bot changed the title fix(deps): update dependency viem to v2.48.2 fix(deps): update dependency viem to v2.48.3 Apr 21, 2026
@renovate
renovate Bot force-pushed the renovate/viem-2.x branch 2 times, most recently from 06ded49 to 0de6fe9 Compare April 22, 2026 02:48
@renovate renovate Bot changed the title fix(deps): update dependency viem to v2.48.3 fix(deps): update dependency viem to v2.48.4 Apr 22, 2026
@renovate
renovate Bot force-pushed the renovate/viem-2.x branch from 0de6fe9 to 8620439 Compare May 1, 2026 12:56
@renovate renovate Bot changed the title fix(deps): update dependency viem to v2.48.4 fix(deps): update dependency viem to v2.48.7 May 1, 2026
@renovate
renovate Bot force-pushed the renovate/viem-2.x branch from 8620439 to 8784f9b Compare May 2, 2026 09:46
@renovate renovate Bot changed the title fix(deps): update dependency viem to v2.48.7 fix(deps): update dependency viem to v2.48.8 May 2, 2026
@renovate
renovate Bot force-pushed the renovate/viem-2.x branch from 8784f9b to be29485 Compare May 8, 2026 04:29
@renovate renovate Bot changed the title fix(deps): update dependency viem to v2.48.8 fix(deps): update dependency viem to v2.48.11 May 8, 2026
@renovate
renovate Bot force-pushed the renovate/viem-2.x branch 2 times, most recently from 0be4495 to 7b15733 Compare May 14, 2026 12:38
@renovate renovate Bot changed the title fix(deps): update dependency viem to v2.49.0 fix(deps): update dependency viem to v2.49.2 May 15, 2026
@renovate
renovate Bot force-pushed the renovate/viem-2.x branch 2 times, most recently from 22ec55d to cd75d2d Compare May 16, 2026 04:44
@renovate renovate Bot changed the title fix(deps): update dependency viem to v2.49.2 fix(deps): update dependency viem to v2.49.3 May 16, 2026
@renovate
renovate Bot force-pushed the renovate/viem-2.x branch from cd75d2d to 2eebcad Compare May 19, 2026 01:07
@renovate renovate Bot changed the title fix(deps): update dependency viem to v2.49.3 fix(deps): update dependency viem to v2.50.3 May 19, 2026
@renovate renovate Bot changed the title fix(deps): update dependency viem to v2.50.3 fix(deps): update dependency viem to v2.50.4 May 19, 2026
@renovate
renovate Bot force-pushed the renovate/viem-2.x branch 2 times, most recently from dbfe4ee to 3328ed0 Compare May 20, 2026 12:38
@renovate renovate Bot changed the title fix(deps): update dependency viem to v2.50.4 fix(deps): update dependency viem to v2.50.4 - autoclosed May 20, 2026
@renovate renovate Bot closed this May 20, 2026
@renovate
renovate Bot deleted the renovate/viem-2.x branch May 20, 2026 13:43
@renovate renovate Bot changed the title fix(deps): update dependency viem to v2.50.4 - autoclosed fix(deps): update dependency viem to v2.51.0 May 25, 2026
@renovate renovate Bot reopened this May 25, 2026
@renovate
renovate Bot force-pushed the renovate/viem-2.x branch 2 times, most recently from 241c133 to 0d0d693 Compare May 27, 2026 02:00
@renovate renovate Bot changed the title fix(deps): update dependency viem to v2.51.0 fix(deps): update dependency viem to v2.51.2 May 27, 2026
@renovate
renovate Bot force-pushed the renovate/viem-2.x branch from 0d0d693 to 4c77160 Compare May 28, 2026 02:46
@renovate renovate Bot changed the title fix(deps): update dependency viem to v2.51.2 fix(deps): update dependency viem to v2.51.3 May 28, 2026
@renovate
renovate Bot force-pushed the renovate/viem-2.x branch from 4c77160 to 56a0dd2 Compare June 1, 2026 20:10
@renovate renovate Bot changed the title fix(deps): update dependency viem to v2.51.3 fix(deps): update dependency viem to v2.52.0 Jun 1, 2026
@renovate
renovate Bot force-pushed the renovate/viem-2.x branch from 56a0dd2 to 478a927 Compare June 4, 2026 17:53
@renovate renovate Bot changed the title fix(deps): update dependency viem to v2.52.0 fix(deps): update dependency viem to v2.52.2 Jun 4, 2026
@renovate
renovate Bot force-pushed the renovate/viem-2.x branch from 478a927 to 5dcd569 Compare June 11, 2026 19:52
@renovate
renovate Bot force-pushed the renovate/viem-2.x branch from 5dcd569 to f3aac88 Compare July 18, 2026 23:12
@renovate renovate Bot changed the title fix(deps): update dependency viem to v2.52.2 fix(deps): update dependency viem to v2.55.2 Jul 18, 2026
@renovate
renovate Bot force-pushed the renovate/viem-2.x branch from f3aac88 to bc1bbf7 Compare July 19, 2026 09:10
@renovate renovate Bot changed the title fix(deps): update dependency viem to v2.55.2 fix(deps): update dependency viem to v2.55.4 Jul 19, 2026
@renovate

renovate Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: web/pnpm-lock.yaml
? Verifying lockfile against supply-chain policies (1183 entries)...

   ╭──────────────────────────────────────────╮
   │                                          │
   │   Update available! 11.1.3 → 11.15.0.    │
   │   Changelog: https://pnpm.io/v/11.15.0   │
   │     To update, run: pnpm add -g pnpm     │
   │                                          │
   ╰──────────────────────────────────────────╯

✓ Lockfile passes supply-chain policies (1183 entries in 23.2s)
Progress: resolved 1, reused 0, downloaded 0, added 0
[WARN] deprecated @types/pdfjs-dist@2.10.378: This is a stub types definition. pdfjs-dist provides its own type definitions, so you do not need this installed.
[WARN] deprecated @types/uuid@11.0.0: This is a stub types definition. uuid provides its own type definitions, so you do not need this installed.
Progress: resolved 83, reused 0, downloaded 0, added 0
Progress: resolved 94, reused 0, downloaded 0, added 0
Progress: resolved 100, reused 0, downloaded 0, added 0
Progress: resolved 102, reused 0, downloaded 0, added 0
Progress: resolved 151, reused 0, downloaded 0, added 0
Progress: resolved 195, reused 0, downloaded 0, added 0
Progress: resolved 197, reused 0, downloaded 0, added 0
Progress: resolved 249, reused 0, downloaded 0, added 0
Progress: resolved 352, reused 0, downloaded 0, added 0
Progress: resolved 385, reused 0, downloaded 0, added 0
Progress: resolved 444, reused 0, downloaded 1, added 0
Progress: resolved 493, reused 0, downloaded 1, added 0
Progress: resolved 556, reused 0, downloaded 1, added 0
Progress: resolved 557, reused 0, downloaded 1, added 0
Progress: resolved 567, reused 0, downloaded 1, added 0
Progress: resolved 587, reused 0, downloaded 1, added 0
[WARN] Request took 14303ms: https://registry.npmjs.org/@typescript-eslint%2Futils
Progress: resolved 676, reused 0, downloaded 1, added 0
Progress: resolved 787, reused 0, downloaded 1, added 0
Progress: resolved 878, reused 0, downloaded 1, added 0
Progress: resolved 887, reused 0, downloaded 1, added 0
Progress: resolved 993, reused 0, downloaded 1, added 0
Progress: resolved 999, reused 0, downloaded 1, added 0
[WARN] Request took 21193ms: https://registry.npmjs.org/@typescript-eslint%2Fparser
Progress: resolved 1052, reused 0, downloaded 1, added 0
[WARN] Request took 15365ms: https://registry.npmjs.org/es-toolkit
Progress: resolved 1075, reused 0, downloaded 1, added 0
Progress: resolved 1088, reused 0, downloaded 1, added 0
[WARN] Request took 25547ms: https://registry.npmjs.org/@typescript-eslint%2Ftypescript-estree
Progress: resolved 1094, reused 0, downloaded 1, added 0
Progress: resolved 1109, reused 0, downloaded 1, added 0
Progress: resolved 1110, reused 0, downloaded 1, added 0
Progress: resolved 1111, reused 0, downloaded 1, added 0
Progress: resolved 1112, reused 0, downloaded 1, added 0
Progress: resolved 1115, reused 0, downloaded 1, added 0
[WARN] Request took 37218ms: https://registry.npmjs.org/@typescript-eslint%2Feslint-plugin
Progress: resolved 1127, reused 0, downloaded 1, added 0
[WARN] Request took 22287ms: https://registry.npmjs.org/hono
Progress: resolved 1137, reused 0, downloaded 1, added 0
Progress: resolved 1141, reused 0, downloaded 1, added 0
Progress: resolved 1146, reused 0, downloaded 1, added 0
Progress: resolved 1151, reused 0, downloaded 1, added 0
Progress: resolved 1153, reused 0, downloaded 1, added 0
Progress: resolved 1154, reused 0, downloaded 1, added 0
Progress: resolved 1176, reused 0, downloaded 1, added 0
Progress: resolved 1177, reused 0, downloaded 1, added 0
Progress: resolved 1178, reused 0, downloaded 1, added 0
[WARN] Request took 11748ms: https://registry.npmjs.org/@typescript-eslint%2Ftypes
Progress: resolved 1179, reused 0, downloaded 1, added 0
[WARN] Request took 12259ms: https://registry.npmjs.org/@typescript-eslint%2Fscope-manager
Progress: resolved 1184, reused 0, downloaded 1, added 0
[ERR_PNPM_NO_MATURE_MATCHING_VERSION] 1 version does not meet the minimumReleaseAge constraint:
  viem@2.55.4 was published at 2026-07-19T08:11:27.889Z, within the minimumReleaseAge cutoff (2026-07-18T09:08:49.991Z)

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