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 @walletconnect/modal to v2.6.2 #3903

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@walletconnect/modal 2.4.3 -> 2.6.2 age adoption passing confidence

Release Notes

walletconnect/modal (@​walletconnect/modal)

v2.6.2

Compare Source

What's Changed

Full Changelog: WalletConnect/modal@2.6.1...2.6.2

v2.6.1

Compare Source

Breaking Changes

N/A

Changes

  • feat: Add package params to explorer uri
  • fix: Clear WalletConnect deeplink choice from localStorage when modal is opened
  • chore: Update dependencies
  • feat: Added crossorigin="anonymous" to image tags

Associated Issues

closes #​15

Full Changelog: WalletConnect/modal@2.6.0...2.6.1

v2.6.0

Compare Source

Breaking Changes

  • Removed following polyfills that were necessary to support WalletConnect v1
import { Buffer } from 'buffer'

if (typeof window !== 'undefined') {
  if (!window.Buffer) {
    window.Buffer = Buffer
  }
  if (!window.global) {
    window.global = window
  }
  if (!window.process) {
    // @​ts-expect-error minimal process
    window.process = { env: {} }
  }
}

Changes

  • fix: Allow to search for wallets with less than 3 characters
  • fix: Wallet display name's when space was present
  • chore: Update dependencies

Full Changelog: WalletConnect/modal@2.5.9...2.6.0

v2.5.9

Compare Source

Breaking Changes

N/A

Changes

  • chore: Update to walletconnect packages 2.8.6 (fix redirects for web wallets, now open in new tab)

Associated Issues

N/A

Full Changelog: WalletConnect/modal@2.5.8...2.5.9

v2.5.8

Compare Source

Breaking Changes

N/A

Changes

  • fix: Re-publish with dist folder that errored during build of 2.5.7

Associated Issues

N/A

Full Changelog: WalletConnect/modal@2.5.7...2.5.8

v2.5.7

Compare Source

Breaking Changes

N/A

Changes

  • chore: Update to latest walletconnect dependencies (2.8.5)

Associated Issues

N/A

Full Changelog: WalletConnect/modal@2.5.6...2.5.7

v2.5.6

Compare Source

Breaking Changes

N/A

Changes

  • chore: Update dependencies

Associated Issues

N/A

Full Changelog: WalletConnect/modal@2.5.5...2.5.6

v2.5.5

Compare Source

Breaking Changes

N/A

Changes

  • fix: Duplicate wallet display in search when querying wallet's that were already fetched as recommended
  • chore: Add try/catch around localStorage operations just in case users have strict CSP settings

Associated Issues

N/A

Full Changelog: WalletConnect/modal@2.5.4...2.5.5

v2.5.4

Compare Source

Breaking Changes

N/A

Changes

  • chore: Add sourcemaps

Associated Issues

N/A

Full Changelog: WalletConnect/modal@2.5.3...2.5.4

v2.5.3

Compare Source

Breaking Changes

N/A

Changes

  • feat: Add loading states to laboratory
  • feat: Add error toasts to laboratory
  • chore: Update dependencies
  • fix: Explicitly check for crypto.randomUUID to exist before calling it
  • fix: Add catch around clipboard copy actions and show error toast if it fails

Associated Issues

N/A

Full Changelog: WalletConnect/modal@2.5.2...2.5.3

v2.5.2

Compare Source

Breaking Changes

N/A

Changes

  • fix: Fix core package import

Associated Issues

N/A

Full Changelog: WalletConnect/modal@2.5.0...2.5.2

v2.5.0

Compare Source

What's Changed

Publish new packages

Full Changelog: https://github.com/WalletConnect/modal/commits/2.5.0

v2.4.7

Compare Source

v2.4.6

Compare Source

v2.4.5

Compare Source

v2.4.4

Compare Source


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/walletconnect-modal-2.x-lockfile branch 3 times, most recently from b2591de to d8813ee Compare November 10, 2023 14:34
@bkrem bkrem requested review from xzilja and ganchoradkov November 13, 2023 07:43
@bkrem
Copy link
Member

bkrem commented Nov 13, 2023

Looks like there were breaking changes between these two versions we need to account for

@renovate renovate bot force-pushed the renovate/walletconnect-modal-2.x-lockfile branch 12 times, most recently from 576c827 to 0a3343b Compare November 17, 2023 12:01
@renovate renovate bot force-pushed the renovate/walletconnect-modal-2.x-lockfile branch 2 times, most recently from e126ca1 to 8cd246a Compare November 23, 2023 14:53
@renovate renovate bot force-pushed the renovate/walletconnect-modal-2.x-lockfile branch from 8cd246a to 08646db Compare November 29, 2023 08:38
@renovate renovate bot force-pushed the renovate/walletconnect-modal-2.x-lockfile branch from 08646db to 7c7445f Compare November 30, 2023 13:31
@ganchoradkov
Copy link
Member

closing in favor of #4011

Copy link
Contributor Author

renovate bot commented Dec 5, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^2.4.3). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/walletconnect-modal-2.x-lockfile branch December 5, 2023 07:55
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.

2 participants