Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @wagmi/core to v2 #1848

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@wagmi/core (source) ^1.4.1 -> ^2.0.0 age adoption passing confidence

Release Notes

wevm/wagmi (@​wagmi/core)

v2.16.0

Compare Source

Minor Changes
Patch Changes

v2.15.2

Patch Changes

v2.15.1

Patch Changes

v2.15.0

Compare Source

Minor Changes

v2.14.6

Compare Source

Patch Changes

v2.14.5

Compare Source

Patch Changes

v2.14.4

Compare Source

Patch Changes

v2.14.3

Compare Source

Patch Changes

v2.14.2

Compare Source

Patch Changes

v2.14.1

Compare Source

Patch Changes

v2.14.0

Compare Source

Minor Changes

v2.13.9

Compare Source

Patch Changes

v2.13.8

Compare Source

Patch Changes

v2.13.7

Compare Source

Patch Changes

v2.13.6

Compare Source

Patch Changes

v2.13.5

Compare Source

Patch Changes

v2.13.4

Compare Source

Patch Changes

v2.13.3

Compare Source

Patch Changes

v2.13.2

Compare Source

Patch Changes

v2.13.1

Compare Source

Patch Changes

v2.13.0

Compare Source

Minor Changes

v2.12.2

Compare Source

Patch Changes

v2.12.1

Compare Source

Patch Changes

v2.12.0

Compare Source

Minor Changes

v2.11.8

Compare Source

Patch Changes

v2.11.7

Compare Source

Patch Changes

v2.11.6

Compare Source

Patch Changes

v2.11.5

Compare Source

Patch Changes

v2.11.4

Compare Source

Patch Changes

v2.11.3

Compare Source

Patch Changes

v2.11.2

Compare Source

Patch Changes

v2.11.1

Compare Source

Patch Changes

v2.11.0

Compare Source

Minor Changes
Patch Changes

v2.10.6

Compare Source

Patch Changes

v2.10.5

Compare Source

Patch Changes

v2.10.4

Compare Source

Patch Changes

v2.10.3

Compare Source

Patch Changes

v2.10.2

Compare Source

Patch Changes

v2.10.1

Compare Source

Patch Changes
  • Bumped versions.

v2.10.0

Compare Source

Minor Changes

v2.9.8

Compare Source

Patch Changes

v2.9.7

Compare Source

Patch Changes

v2.9.6

Compare Source

Patch Changes

v2.9.5

Compare Source

Patch Changes

v2.9.4

Compare Source

Patch Changes

v2.9.3

Compare Source

Patch Changes

v2.9.2

Compare Source

Patch Changes

v2.9.1

Compare Source

Patch Changes

v2.9.0

Compare Source

Minor Changes

v2.8.1

Compare Source

Patch Changes
  • #​3869 d4a78eb0 Thanks @​jxom! - Fixed issue where prepareTransactionRequest would internally call unsupported wallet RPC methods.

v2.8.0

Compare Source

Minor Changes
  • #​3868 c2af20b8 Thanks @​jxom! - Added supportsSimulation property to connectors that indicates if the connector's wallet supports contract simulation.
Patch Changes

v2.7.0

Compare Source

Minor Changes
Patch Changes
  • #​3849 4781a405 Thanks @​tmm! - Fixed shimDisconnect: false behavior.

  • #​3859 400c960b Thanks @​holic! - Added workaround to injected connector for MetaMask bug, where chain switching does not work if target chain RPC 'net_version' request fails.

v2.6.19

Compare Source

Patch Changes
  • e3c832a1 Thanks @​jxom! - Fixed undefined navigator issue in MetaMask connector.

v2.6.18

Compare Source

Patch Changes

v2.6.17

Compare Source

Patch Changes
  • #​3822 a97bfbae Thanks @​jxom! - Fixed an issue where Wagmi would not correctly rehydrate the active chain when a persisted store was being used.

v2.6.16

Compare Source

Patch Changes

v2.6.15

Compare Source

Patch Changes

v2.6.14

Compare Source

Patch Changes

v2.6.13

Compare Source

Patch Changes
  • b80236dc Thanks @​jxom! - Removed unneeded uniqueBy check on connectors state.

v2.6.10

Compare Source

Patch Changes
  • dbdca8fd Thanks @​jxom! - Fixed issue where duplicate connectors could be instantiated if injected after page mount.

v2.6.9

Compare Source

Patch Changes

v2.6.8

Patch Changes

v2.6.6

Patch Changes

v2.6.5

Compare Source

Patch Changes

v2.6.4

Compare Source

Patch Changes

v2.6.3

Patch Changes
  • #​3533 9c3b85dd Thanks @​tmm! - Fixed account property passthrough for actions.

  • 2a72214a Thanks @​tmm! - Shimmed EIP-1193 removeListener for injected since some wallets do not follow spec.

v2.6.2

Patch Changes

v2.6.1

Compare Source

Patch Changes
  • e3c832a1 Thanks @​jxom! - Fixed undefined navigator issue in MetaMask connector.

v2.6.0

Compare Source

Minor Changes

v2.5.0

Compare Source

Minor Changes

v2.3.1

Patch Changes
  • #​3476 3be5bb7b Thanks @​jxom! - Modified persist strategy to only store "critical" properties that are needed before hydration.

v2.3.0

Minor Changes
Patch Changes
  • #​3467 90ef39bb Thanks @​jxom! - Fixed an issue where connectors that share the same provider instance could reconnect when they have never been connected before.

  • 1cfb6e5a Thanks @​jxom! - Bumped listener limit on WalletConnect connector.

v2.2.1

Compare Source

Patch Changes

v2.2.0

Compare Source

Minor Changes

v2.1.2

Compare Source

Patch Changes

v2.1.1

Compare Source

Patch Changes

v2.0.2

Compare Source

Patch Changes
  • #​3384 ee868c33 Thanks @​tmm! - Fixed connectors not bubbling error when connecting with chainId and subsequent user rejection.

v2.0.1

Major Changes
  • #​3333 b3a0baaa Thanks @​tmm! - Wagmi Core 2.0 featuring:

    • Full TanStack Query support + queryKeys
    • Connect multiple connectors
    • Switch chains while disconnected
    • EIP-6963 enabled
    • Strongly typed chainId and chain properties
    • Smaller bundle size
    • Miscellaneous improvements and bug fixes

    Breaking Changes & Migration Guide


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

Copy link

vercel bot commented Jan 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
clubsx ❌ Failed (Inspect) Jan 24, 2024 2:50am

@renovate renovate bot force-pushed the renovate/wagmi-core-2.x branch from 0449e84 to d9b9772 Compare January 5, 2024 00:08
@renovate renovate bot force-pushed the renovate/wagmi-core-2.x branch 2 times, most recently from 514fb77 to 9347b3b Compare January 5, 2024 01:13
@renovate renovate bot force-pushed the renovate/wagmi-core-2.x branch from 9347b3b to af80633 Compare January 5, 2024 03:45
@renovate renovate bot force-pushed the renovate/wagmi-core-2.x branch from af80633 to 7c25aa3 Compare January 5, 2024 07:16
@renovate renovate bot force-pushed the renovate/wagmi-core-2.x branch from 7c25aa3 to db15bc0 Compare January 5, 2024 14:22
@renovate renovate bot force-pushed the renovate/wagmi-core-2.x branch from db15bc0 to 0017a3a Compare January 5, 2024 21:04
@renovate renovate bot force-pushed the renovate/wagmi-core-2.x branch from 0017a3a to 9735f40 Compare January 6, 2024 00:07
@renovate renovate bot force-pushed the renovate/wagmi-core-2.x branch from 9735f40 to 7f464e0 Compare January 6, 2024 04:36
@renovate renovate bot force-pushed the renovate/wagmi-core-2.x branch from 7f464e0 to 9ad1561 Compare January 6, 2024 06:15
@renovate renovate bot force-pushed the renovate/wagmi-core-2.x branch from 9ad1561 to 75d22e8 Compare January 6, 2024 11:32
@renovate renovate bot force-pushed the renovate/wagmi-core-2.x branch from 75d22e8 to 228c2dc Compare January 6, 2024 13:58
@renovate renovate bot force-pushed the renovate/wagmi-core-2.x branch from 228c2dc to 02d397e Compare January 6, 2024 16:44
@renovate renovate bot force-pushed the renovate/wagmi-core-2.x branch from 02d397e to 7b3bb54 Compare January 6, 2024 18:46
@renovate renovate bot force-pushed the renovate/wagmi-core-2.x branch from 7b3bb54 to fc89922 Compare January 6, 2024 21:36
@renovate renovate bot force-pushed the renovate/wagmi-core-2.x branch 7 times, most recently from 8f7878c to 8d1cd74 Compare December 25, 2024 04:17
@renovate renovate bot force-pushed the renovate/wagmi-core-2.x branch 12 times, most recently from af196da to e29ff8e Compare January 2, 2025 15:40
@renovate renovate bot force-pushed the renovate/wagmi-core-2.x branch 9 times, most recently from bf4100e to fa8ad46 Compare January 9, 2025 21:20
@renovate renovate bot force-pushed the renovate/wagmi-core-2.x branch from fa8ad46 to ee4bf3a Compare January 10, 2025 00:38
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