Skip to content

chore(deps): bump the web3 group across 1 directory with 3 updates#86

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web3-c6e965e63a
Closed

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

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

Commits

Updates viem from 2.48.11 to 2.49.3

Release notes

Sourced from viem's releases.

viem@2.49.3

Patch Changes

viem@2.49.2

Patch Changes

viem@2.49.0

Minor Changes

Patch Changes

  • #4608 0e282d69d534e7fc277300260e31c07c4d8cb325 Thanks @​jxom! - viem/tempo: Updated Actions.wallet.send parameters to match the latest wallet RPC schema: renamed value to amount, added an optional memo field (UTF-8, max 32 bytes; rejected for non-TIP-20 tokens), and widened token to also accept curated tokenlist symbols.

    await Actions.wallet.send(client, {
    +  amount: '1.5',
    +  memo: 'thanks',
       to: '0x...',
    -  token: '0x...',
    +  token: 'pathUsd',
    -  value: '1.5',
    })
Commits
  • 1d4fada chore: version package (#4623)
  • c5dc4d6 fix(tempo): preserve feeToken on broadcast envelope once fee payer has signed...
  • 6d80eae feat(chains): add Arc mainnet (#4621)
  • 30d17e3 chore: version package (#4619)
  • b08b322 chore: format wallet.test.ts
  • 2154692 refactor(tempo): rename wallet.send to wallet.transfer with editable union
  • 6c11686 test: skip flaky verifiable withdrawal test
  • e7f605b test: stabilize fallback rankTransports custom ping test
  • e480f75 test: skip flaky requestWithdrawal test
  • f5f8e5b chore: version package (#4615)
  • Additional commits viewable in compare view

Updates wagmi from 2.19.5 to 3.6.15

Release notes

Sourced from wagmi's releases.

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.

    - await Actions.wallet.send(config, {
    -   to: '0x...',
    -   token: '0x...',
    -   value: '1.5',
    - })
    + await Actions.wallet.transfer(config, {
    +   amount: '1.5',
    +   to: '0x...',
    +   token: '0x...',
    + })
    - const send = Hooks.wallet.useSend()
    + const transfer = Hooks.wallet.useTransfer()
  • Updated dependencies [f1e6d70, 4c44cd0]:

    • @​wagmi/core@​3.4.12
    • @​wagmi/connectors@​8.0.14

wagmi@3.6.14

Patch Changes

  • Updated dependencies [9e8418a]:
    • @​wagmi/core@​3.4.11
    • @​wagmi/connectors@​8.0.13

wagmi@3.6.13

Patch Changes

  • Fixed useReadContracts to prefer an explicit chainId parameter over inferred or connected chain ids. (8c56235)

wagmi@3.6.12

Patch Changes

... (truncated)

Changelog

Sourced from wagmi's changelog.

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.

    - await Actions.wallet.send(config, {
    -   to: '0x...',
    -   token: '0x...',
    -   value: '1.5',
    - })
    + await Actions.wallet.transfer(config, {
    +   amount: '1.5',
    +   to: '0x...',
    +   token: '0x...',
    + })
    - const send = Hooks.wallet.useSend()
    + const transfer = Hooks.wallet.useTransfer()
  • Updated dependencies [f1e6d70, 4c44cd0]:

    • @​wagmi/core@​3.4.12
    • @​wagmi/connectors@​8.0.14

3.6.14

Patch Changes

  • Updated dependencies [9e8418a]:
    • @​wagmi/core@​3.4.11
    • @​wagmi/connectors@​8.0.13

3.6.13

Patch Changes

  • Fixed useReadContracts to prefer an explicit chainId parameter over inferred or connected chain ids. (8c56235)

3.6.12

Patch Changes

... (truncated)

Commits

Summary by CodeRabbit

  • Chores
    • Updated authentication and blockchain interaction libraries to latest stable versions across all applications for improved compatibility and system performance.
    • Synchronized wallet configuration package dependencies with current application requirements.

Review Change Stack

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 18, 2026
@dependabot dependabot Bot requested a review from satyakwok as a code owner May 18, 2026 02:08
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 18, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 18, 2026

📝 Walkthrough

Walkthrough

This PR updates dependency versions across the monorepo: @privy-io/react-auth is bumped to 3.26.0 in airdrop, coinblast, dex, and faucet; viem is upgraded to 2.49.3 in all affected apps and packages; and wagmi is bumped to 3.6.15 where present. The packages/wallet-config package.json peerDependencies and devDependencies were updated to match these versions.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

  • Sentriscloud/frontend#72: Modified wagmi dependency entries in the same app package.json files; this PR continues the wagmi version bump from that earlier change.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The pull request lacks a proper summary, test plan, and related links section as specified in the template. Add a concise 1-3 sentence summary explaining why dependencies were updated, include a test plan with happy-path and edge-case checks, and link any related issues or documentation.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: bumping dependencies in the web3 group (specifically @privy-io/react-auth, viem, and wagmi) across multiple package.json files.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ 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-c6e965e63a

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

Bumps the web3 group with 3 updates in the / directory: [@privy-io/react-auth](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.26.0
- [Commits](https://github.com/orgs/privy-io/commits)

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

Updates `wagmi` from 2.19.5 to 3.6.15
- [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.15/packages/react)

---
updated-dependencies:
- dependency-name: "@privy-io/react-auth"
  dependency-version: 3.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: web3
- dependency-name: viem
  dependency-version: 2.49.3
  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 changed the title chore(deps): bump the web3 group with 3 updates chore(deps): bump the web3 group across 1 directory with 3 updates May 18, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/web3-c6e965e63a branch from e5c5fb9 to b518111 Compare May 18, 2026 03:02
@satyakwok satyakwok enabled auto-merge (squash) May 18, 2026 03:24
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 25, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 25, 2026
auto-merge was automatically disabled May 25, 2026 01:59

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/web3-c6e965e63a branch May 25, 2026 01:59
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.

0 participants