Skip to content

chore(deps): bump the web3 group across 1 directory with 4 updates - #90

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web3-66a4d910b9
Open

chore(deps): bump the web3 group across 1 directory with 4 updates#90
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web3-66a4d910b9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor

Bumps the web3 group with 4 updates in the / directory: @privy-io/react-auth, @privy-io/wagmi, viem and wagmi.

Updates @privy-io/react-auth from 3.24.0 to 3.33.1

Commits

Updates @privy-io/wagmi from 4.0.7 to 4.0.14

Commits

Updates viem from 2.48.11 to 2.54.3

Release notes

Sourced from viem's releases.

viem@2.54.3

Patch Changes

viem@2.54.2

Patch Changes

viem@2.54.1

Patch Changes

viem@2.54.0

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

... (truncated)

Commits
  • eefaf14 chore: version package (#4794)
  • da4f54b feat(tempo): update multisig impl (#4792)
  • 515b637 fix: handle zero-width types in encodeAbiParameters and `decodeAbiParameter...
  • 1ec2dc3 chore: version package (#4785)
  • 8b37330 Update tame-windows-play.md
  • 4817566 fix(account-abstraction): prepare fees when estimating user operation gas (#4...
  • 0fafede Validate Tempo receive policy claimers (#4758)
  • b4b3cbe feat(tempo): add encryptedDeposit.prepare (#4786)
  • e5626e3 fix(rlp): reject trailing bytes and list overruns in fromRlp (#4790)
  • 5528e14 docs: add fillTransaction public action docs (#4431)
  • Additional commits viewable in compare view

Updates wagmi from 2.19.5 to 3.6.21

Release notes

Sourced from wagmi's releases.

wagmi@3.6.21

Patch Changes

  • Fixed Tempo types so transaction override parameters are optional. (#5171)

  • Updated dependencies [1d6989e]:

    • @​wagmi/core@​3.5.5
    • @​wagmi/connectors@​8.0.20

wagmi@3.6.20

Patch Changes

  • Fixed Tempo Zone types for optional fields. (#5167)

  • Updated dependencies [f0b78c3]:

    • @​wagmi/core@​3.5.4
    • @​wagmi/connectors@​8.0.19

wagmi@3.6.19

Patch Changes

  • Added connector-specific subpath exports and marked optional connector dependency imports as optional for Turbopack resolution. (#5165)

  • Updated dependencies [05338be, 05338be]:

    • @​wagmi/connectors@​8.0.18
    • @​wagmi/core@​3.5.3

wagmi@3.6.18

Patch Changes

  • Updated dependencies [3e12a5e]:
    • @​wagmi/connectors@​8.0.17
    • @​wagmi/core@​3.5.2

wagmi@3.6.16

Patch Changes

wagmi@3.6.15

Patch Changes

  • Handled malformed cookie state in cookieToInitialState. (#5116)

  • wagmi/tempo: Renamed Actions.wallet.send to Actions.wallet.transfer and Hooks.wallet.useSend to Hooks.wallet.useTransfer. (#5121)

    Also bumps the accounts peer dependency to ~0.12.

... (truncated)

Changelog

Sourced from wagmi's changelog.

3.6.21

Patch Changes

  • Fixed Tempo types so transaction override parameters are optional. (#5171)

  • Updated dependencies [1d6989e]:

    • @​wagmi/core@​3.5.5
    • @​wagmi/connectors@​8.0.20

3.6.20

Patch Changes

  • Fixed Tempo Zone types for optional fields. (#5167)

  • Updated dependencies [f0b78c3]:

    • @​wagmi/core@​3.5.4
    • @​wagmi/connectors@​8.0.19

3.6.19

Patch Changes

  • Added connector-specific subpath exports and marked optional connector dependency imports as optional for Turbopack resolution. (#5165)

  • Updated dependencies [05338be, 05338be]:

    • @​wagmi/connectors@​8.0.18
    • @​wagmi/core@​3.5.3

3.6.18

Patch Changes

  • Updated dependencies [3e12a5e]:
    • @​wagmi/connectors@​8.0.17
    • @​wagmi/core@​3.5.2

3.6.17

Patch Changes

3.6.16

Patch Changes

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 25, 2026
@dependabot
dependabot Bot requested a review from satyakwok as a code owner May 25, 2026 01:59
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 25, 2026
@coderabbitai

coderabbitai Bot commented May 25, 2026

Copy link
Copy Markdown
📝 Walkthrough

Walkthrough

This pull request updates dependency versions across eight package.json files in the monorepo. Four applications (airdrop, coinblast, dex, faucet) receive updates to @privy-io/react-auth, @privy-io/wagmi, viem, and wagmi. Three applications (landing, scan, solux) receive only viem updates. The shared wallet-config package has its peer dependencies and dev dependencies for the same libraries updated. No scripts, package metadata, or functional code changes are present.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Possibly related PRs

  • Sentriscloud/frontend#72: Earlier wagmi upgrade to ^3.6.14 that this PR extends with additional version bumps across the same application files.

Suggested reviewers

  • satyakwok
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description explains the dependency updates, but it omits the required Test plan and Related sections from the template. Add the required Test plan checklist and Related section, and state which validation was run or why no tests were needed.
✅ Passed checks (4 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title clearly identifies a grouped web3 dependency bump, but its stated one-directory scope does not match the listed changes.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/npm_and_yarn/web3-66a4d910b9

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web3-66a4d910b9 branch from e7d65a4 to 5810c80 Compare May 31, 2026 20:52
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web3-66a4d910b9 branch from 5810c80 to e4c1b0b Compare June 15, 2026 01:38
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web3-66a4d910b9 branch from e4c1b0b to 79b9b3c Compare June 29, 2026 01:38
Bumps the web3 group with 4 updates in the / directory: [@privy-io/react-auth](https://github.com/orgs/privy-io), [@privy-io/wagmi](https://github.com/orgs/privy-io), [viem](https://github.com/wevm/viem) and [wagmi](https://github.com/wevm/wagmi/tree/HEAD/packages/react).


Updates `@privy-io/react-auth` from 3.24.0 to 3.33.1
- [Commits](https://github.com/orgs/privy-io/commits)

Updates `@privy-io/wagmi` from 4.0.7 to 4.0.14
- [Commits](https://github.com/orgs/privy-io/commits)

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

Updates `wagmi` from 2.19.5 to 3.6.21
- [Release notes](https://github.com/wevm/wagmi/releases)
- [Changelog](https://github.com/wevm/wagmi/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/wevm/wagmi/commits/wagmi@3.6.21/packages/react)

---
updated-dependencies:
- dependency-name: "@privy-io/react-auth"
  dependency-version: 3.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: web3
- dependency-name: "@privy-io/wagmi"
  dependency-version: 4.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web3
- dependency-name: viem
  dependency-version: 2.50.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: web3
- dependency-name: wagmi
  dependency-version: 3.6.15
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: web3
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web3-66a4d910b9 branch from 79b9b3c to 3f4a84f Compare July 6, 2026 01:37
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.

1 participant