Skip to content

Bump lodash, wagmi and @walletconnect/universal-provider#228

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-6fbe8b1bce
Open

Bump lodash, wagmi and @walletconnect/universal-provider#228
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-6fbe8b1bce

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2026

Bumps lodash, wagmi and @walletconnect/universal-provider. These dependencies needed to be updated together.
Updates lodash from 4.17.21 to 4.17.23

Commits

Updates wagmi from 2.14.13 to 2.19.5

Release notes

Sourced from wagmi's releases.

wagmi@2.19.5

Patch Changes

  • Updated dependencies [5388de5]:
    • @​wagmi/connectors@​6.2.0

wagmi@2.19.4

Patch Changes

  • Optimized internal chainId computation for useReadContracts to reduce unnecessary query invalidations. (#4872)

wagmi@2.19.3

Patch Changes

  • Updated dependencies [2ddb506]:
    • @​wagmi/connectors@​6.1.4

wagmi@2.19.2

Patch Changes

  • Updated dependencies [65cf154]:
    • @​wagmi/connectors@​6.1.3

wagmi@2.19.1

Patch Changes

  • Updated dependencies [faf3eed]:
    • @​wagmi/connectors@​6.1.2

wagmi@2.19.0

Minor Changes

  • Exported internal types (3e634b7)

Patch Changes

  • Updated dependencies [990dd23]:
    • @​wagmi/connectors@​6.1.1

wagmi@2.18.2

Patch Changes

  • Updated dependencies [ae31a8d]:
    • @​wagmi/connectors@​6.1.0

wagmi@2.18.1

Patch Changes

... (truncated)

Changelog

Sourced from wagmi's changelog.

2.19.5

Patch Changes

  • Updated dependencies [5388de5]:
    • @​wagmi/connectors@​6.2.0

2.19.4

Patch Changes

  • Optimized internal chainId computation for useReadContracts to reduce unnecessary query invalidations. (#4872)

2.19.3

Patch Changes

  • Updated dependencies [2ddb506]:
    • @​wagmi/connectors@​6.1.4

2.19.2

Patch Changes

  • Updated dependencies [65cf154]:
    • @​wagmi/connectors@​6.1.3

2.19.1

Patch Changes

  • Updated dependencies [faf3eed]:
    • @​wagmi/connectors@​6.1.2

2.19.0

Minor Changes

  • Exported internal types (3e634b7)

Patch Changes

  • Updated dependencies [990dd23]:
    • @​wagmi/connectors@​6.1.1

2.18.2

Patch Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for wagmi since your current version.


Updates @walletconnect/universal-provider from 2.19.0 to 2.23.4

Release notes

Sourced from @​walletconnect/universal-provider's releases.

@​walletconnect/universal-provider@​2.23.4

Patch Changes

  • Updated dependencies []:
    • @​walletconnect/utils@​2.23.4
    • @​walletconnect/sign-client@​2.23.4
    • @​walletconnect/types@​2.23.4

@​walletconnect/universal-provider@​2.23.3

Patch Changes

  • Updated dependencies []:
    • @​walletconnect/sign-client@​2.23.3
    • @​walletconnect/utils@​2.23.3
    • @​walletconnect/types@​2.23.3

@​walletconnect/universal-provider@​2.23.2

Patch Changes

  • #7113 b88b8d9 Thanks @​ganchoradkov! - chore: update @​walletconnect/logger to 3.0.2

    Updates logger to v3.0.2 which fixes server-side log filtering. The fix ensures generateServerLogger uses the browser.write option so logs are properly filtered by the configured log level.

  • #7110 8af66e3 Thanks @​ganchoradkov! - fix: invalidate wallet_getCapabilities cache on chain switch

    When wallet_getCapabilities is called without explicit chainIds parameter, the cache key now includes the current active chainId. This ensures the cache is properly invalidated when switching chains, triggering a new request to the wallet instead of returning stale cached capabilities.

  • Updated dependencies [b88b8d9]:

    • @​walletconnect/sign-client@​2.23.2
    • @​walletconnect/types@​2.23.2
    • @​walletconnect/utils@​2.23.2

@​walletconnect/universal-provider@​2.23.1

Patch Changes

@​walletconnect/universal-provider@​2.23.0

Minor Changes

Patch Changes

... (truncated)

Changelog

Sourced from @​walletconnect/universal-provider's changelog.

2.23.4

Patch Changes

  • Updated dependencies []:
    • @​walletconnect/utils@​2.23.4
    • @​walletconnect/sign-client@​2.23.4
    • @​walletconnect/types@​2.23.4

2.23.3

Patch Changes

  • Updated dependencies []:
    • @​walletconnect/sign-client@​2.23.3
    • @​walletconnect/utils@​2.23.3
    • @​walletconnect/types@​2.23.3

2.23.2

Patch Changes

  • #7113 b88b8d9 Thanks @​ganchoradkov! - chore: update @​walletconnect/logger to 3.0.2

    Updates logger to v3.0.2 which fixes server-side log filtering. The fix ensures generateServerLogger uses the browser.write option so logs are properly filtered by the configured log level.

  • #7110 8af66e3 Thanks @​ganchoradkov! - fix: invalidate wallet_getCapabilities cache on chain switch

    When wallet_getCapabilities is called without explicit chainIds parameter, the cache key now includes the current active chainId. This ensures the cache is properly invalidated when switching chains, triggering a new request to the wallet instead of returning stale cached capabilities.

  • Updated dependencies [b88b8d9]:

    • @​walletconnect/sign-client@​2.23.2
    • @​walletconnect/types@​2.23.2
    • @​walletconnect/utils@​2.23.2

2.23.1

Patch Changes

2.23.0

Minor Changes

... (truncated)

Commits
  • 0e82688 chore: update versions and lerna.json
  • 94dd269 chore: update dependencies and fix security vulnerabilities
  • fd4a326 chore: update versions and lerna.json
  • 862acd4 chore: update versions and lerna.json
  • bd9367d fix: update test to use different chainId to properly test cache differentiation
  • ce6550f fix: resolve race conditions in wallet_getCapabilities cache tests
  • e12101c fix: add timeout to prevent test from hanging if cache not invalidated
  • 0323c1b fix: resolve race condition in wallet_getCapabilities cache test
  • e646433 Merge branch 'v2.0' into fix/wallet-get-capabilities-cache-chain-switch
  • 7208635 chore: update @​walletconnect/logger to 3.0.2
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by reown-npm-org, a new releaser for @​walletconnect/universal-provider since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [lodash](https://github.com/lodash/lodash), [wagmi](https://github.com/wevm/wagmi/tree/HEAD/packages/react) and [@walletconnect/universal-provider](https://github.com/WalletConnect/walletconnect-monorepo/tree/HEAD/providers/universal-provider). These dependencies needed to be updated together.

Updates `lodash` from 4.17.21 to 4.17.23
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.17.23)

Updates `wagmi` from 2.14.13 to 2.19.5
- [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@2.19.5/packages/react)

Updates `@walletconnect/universal-provider` from 2.19.0 to 2.23.4
- [Release notes](https://github.com/WalletConnect/walletconnect-monorepo/releases)
- [Changelog](https://github.com/WalletConnect/walletconnect-monorepo/blob/v2.0/providers/universal-provider/CHANGELOG.md)
- [Commits](https://github.com/WalletConnect/walletconnect-monorepo/commits/@walletconnect/universal-provider@2.23.4/providers/universal-provider)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: indirect
- dependency-name: wagmi
  dependency-version: 2.19.5
  dependency-type: indirect
- dependency-name: "@walletconnect/universal-provider"
  dependency-version: 2.23.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 22, 2026
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jan 22, 2026

Deploying dash-scrt-network with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4f5fe20
Status:🚫  Build failed.

View logs

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 22, 2026
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