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 to v0.12.19 #859

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
wagmi (source) 0.10.6 -> 0.12.19 age adoption passing confidence

Release Notes

wevm/wagmi (wagmi)

v0.12.13

Compare Source

Patch Changes

v0.12.12

Compare Source

Patch Changes

v0.12.11

Compare Source

Patch Changes

v0.12.10

Compare Source

Patch Changes

v0.12.9

Compare Source

Patch Changes

v0.12.8

Compare Source

Patch Changes

v0.12.7

Compare Source

Patch Changes

v0.12.6

Compare Source

Patch Changes

v0.12.5

Compare Source

Patch Changes

v0.12.4

Compare Source

Patch Changes

v0.12.3

Compare Source

Patch Changes

v0.12.2

Compare Source

Patch Changes
  • #​2016 06bf61de Thanks @​jxom! - Added chains:

    • boba
    • chronos
    • crossbell
    • dfk
    • dogechain
    • flare
    • flareTestnet
    • klaytn
    • scrollTestnet
    • shardeumSphinx
    • skaleCalypso
    • skaleCalypsoTestnet
    • skaleChaosTestnet
    • skaleCryptoBlades
    • skaleCryptoColosseum
    • skaleEuropa
    • skaleEuropaTestnet
    • skaleExorde
    • skaleHumanProtocol
    • skaleNebula
    • skaleNebulaTestnet
    • skaleRazor
    • skaleTitan
    • skaleTitanTestnet
    • songbird
    • songbirdTestnet
    • titan
    • titanTestnet
    • wanchain
    • wanchainTestnet
  • #​2016 06bf61de Thanks @​jxom! - Updated references/ submodule.

  • Updated dependencies [06bf61de, 06bf61de]:

v0.12.1

Compare Source

Patch Changes

v0.12.0

Compare Source

Minor Changes
  • #​1902 0994e896 Thanks @​jxom! - Breaking: Removed the version config option for WalletConnectConnector.

    WalletConnectConnector now uses WalletConnect v2 by default. WalletConnect v1 is now WalletConnectLegacyConnector.

WalletConnect v2
import { WalletConnectConnector } from 'wagmi/connectors/walletConnect'

const connector = new WalletConnectConnector({
  options: {
-   version: '2',
    projectId: 'abc',
  },
})
WalletConnect v1
-import { WalletConnectConnector } from 'wagmi/connectors/walletConnect'
+import { WalletConnectConnector } from 'wagmi/connectors/walletConnectLegacy'

-const connector = new WalletConnectConnector({
+const connector = new WalletConnectLegacyConnector({
  options: {
    qrcode: true,
  },
})
Patch Changes

v0.11.7

Compare Source

Patch Changes

v0.11.6

Compare Source

Patch Changes

v0.11.5

Compare Source

Patch Changes

v0.11.4

Compare Source

Patch Changes

v0.11.3

Compare Source

Patch Changes

v0.11.2

Compare Source

Patch Changes

v0.11.1

Compare Source

Patch Changes

v0.11.0

Compare Source

Minor Changes
Patch Changes

v0.10.15

Compare Source

Patch Changes

v0.10.14

Compare Source

Patch Changes

v0.10.13

Compare Source

Patch Changes

v0.10.12

Compare Source

Patch Changes

v0.10.11

Compare Source

Patch Changes

v0.10.10

Compare Source

Patch Changes

v0.10.9

Compare Source

Patch Changes

v0.10.8

Compare Source

Patch Changes

v0.10.7

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 added dependencies Pull requests that update a dependency file renovate labels Jan 10, 2023
@vercel
Copy link

vercel bot commented Jan 10, 2023

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

Name Status Preview Comments Updated (UTC)
godwoken-explorer-ui ❌ Failed (Inspect) Jul 12, 2023 5:25pm

@renovate renovate bot changed the title fix(deps): update dependency wagmi to v0.10.7 fix(deps): update dependency wagmi to v0.10.8 Jan 10, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jan 10, 2023

Codecov Report

Merging #859 (2a90cf2) into develop (a527938) will decrease coverage by 0.42%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #859      +/-   ##
===========================================
- Coverage    66.49%   66.08%   -0.42%     
===========================================
  Files           18       18              
  Lines         1194     1194              
  Branches       716      716              
===========================================
- Hits           794      789       -5     
- Misses         346      351       +5     
  Partials        54       54              
Impacted Files Coverage Δ
pages/index.tsx 86.32% <0.00%> (-2.57%) ⬇️
pages/account/[id].tsx 58.12% <0.00%> (-1.25%) ⬇️

@renovate renovate bot changed the title fix(deps): update dependency wagmi to v0.10.8 fix(deps): update dependency wagmi to v0.10.10 Jan 11, 2023
@renovate renovate bot changed the title fix(deps): update dependency wagmi to v0.10.10 fix(deps): update dependency wagmi to v0.10.11 Jan 18, 2023
@renovate renovate bot changed the title fix(deps): update dependency wagmi to v0.10.11 fix(deps): update dependency wagmi to v0.10.12 Jan 21, 2023
@renovate renovate bot changed the title fix(deps): update dependency wagmi to v0.10.12 fix(deps): update dependency wagmi to v0.10.13 Jan 23, 2023
@renovate renovate bot changed the title fix(deps): update dependency wagmi to v0.10.13 fix(deps): update dependency wagmi to v0.10.14 Jan 23, 2023
@renovate renovate bot changed the title fix(deps): update dependency wagmi to v0.10.14 fix(deps): update dependency wagmi to v0.10.15 Jan 24, 2023
@renovate renovate bot changed the title Update dependency wagmi to v0.12.9 Update dependency wagmi to v0.12.10 Apr 7, 2023
@renovate renovate bot changed the title Update dependency wagmi to v0.12.10 fix(deps): update dependency wagmi to v0.12.10 Apr 10, 2023
@renovate renovate bot changed the title fix(deps): update dependency wagmi to v0.12.10 fix(deps): update dependency wagmi to v0.12.11 Apr 19, 2023
@renovate renovate bot changed the title fix(deps): update dependency wagmi to v0.12.11 fix(deps): update dependency wagmi to v0.12.12 Apr 20, 2023
@renovate renovate bot changed the title fix(deps): update dependency wagmi to v0.12.12 fix(deps): update dependency wagmi to v0.12.13 May 5, 2023
@renovate renovate bot changed the title fix(deps): update dependency wagmi to v0.12.13 fix(deps): update dependency wagmi to v0.12.15 Jun 14, 2023
@renovate renovate bot changed the title fix(deps): update dependency wagmi to v0.12.15 fix(deps): update dependency wagmi to v0.12.16 Jun 17, 2023
@renovate renovate bot changed the title fix(deps): update dependency wagmi to v0.12.16 fix(deps): update dependency wagmi to v0.12.17 Jun 22, 2023
@renovate renovate bot changed the title fix(deps): update dependency wagmi to v0.12.17 fix(deps): update dependency wagmi to v0.12.18 Jun 27, 2023
@renovate renovate bot changed the title fix(deps): update dependency wagmi to v0.12.18 fix(deps): update dependency wagmi to v0.12.19 Jul 12, 2023
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 renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants