Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.10.2#31

Closed
figure-renovate[bot] wants to merge 1 commit intomasterfrom
renovate/provenanceio-walletconnect-js-3.x
Closed

Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.10.2#31
figure-renovate[bot] wants to merge 1 commit intomasterfrom
renovate/provenanceio-walletconnect-js-3.x

Conversation

@figure-renovate
Copy link
Copy Markdown
Contributor

@figure-renovate figure-renovate bot commented May 15, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@provenanceio/walletconnect-js 3.0.0-develop.7 -> 3.10.2 age adoption passing confidence

Release Notes

provenance-io/walletconnect-js (@​provenanceio/walletconnect-js)

v3.10.2

Compare Source

What's Changed

Full Changelog: provenance-io/walletconnect-js@v3.10.1...v3.10.2

v3.10.1

Compare Source

What's Changed

Full Changelog: provenance-io/walletconnect-js@v3.10.0...v3.10.1

v3.10.0

Compare Source

What's Changed

Full Changelog: provenance-io/walletconnect-js@v3.9.1...v3.10.0

v3.9.1

Compare Source

What's Changed

Full Changelog: provenance-io/walletconnect-js@v3.9.0...v3.9.1

v3.9.0

Compare Source

What's Changed

Full Changelog: provenance-io/walletconnect-js@v3.8.2...v3.9.0

v3.8.2

Compare Source

  • v3.8.2
  • Build issue remained and was due to package.json getting imported.
  • Fixed issue and created extra tests which will run on all pushes to ensure the example lib correctly builds without errors to prevent bugs like this getting through again.

v3.8.1

Compare Source

  • v3.8.1
  • There were some side effects due to the changes in package.json.
  • After thinking it over, decided to revert the hot-reloading feature for the example app to instead have the example app import the wcjs lib the same way external dApps would import it. This means it needs to build on every change without hot reloading to get a better 1:1 representation.
  • PR will keep the other existing changes/improvements from 3.8.0

v3.8.0

Compare Source

  • v3.8.0
  • New local build commands/functionality for example apps
  • Hosted wallet now catches authUrlReceived event types and opens a new window for auth0 credentials

v3.7.2

Compare Source

  • v3.7.2
  • New mobile direct connect QR code will work scanning from your camera app, no longer have to scan within the Figure Mobile Wallet.
  • QR Code is now an SVG.

v3.7.1

Compare Source

  • v3.7.1
  • Needed to save the value for iframeParentId into state and localStorage to know where to render iframes after a page reload or reconnection. Also to be able to know how to open the iframe for non connect methods.
  • Couple small updates to local demo site to match current test demo site (in the future far far away these will somehow always stay in sync).
  • Added new state value "connected: boolean". Just checks for status === "connected". Prevents dApps from having to do the === check and can just look for connected instead. (QoL)
  • Added window.wcjs object to instantly have access to state (nothing in here should need to be protected or private)
  • Connect method now directly points to init method instead of having its own code.

v3.7.0

Compare Source

  • v3.7.0
  • Update Figure hosted wallet to use a max width of 100% when rendering the iframe
  • Allow rendering iframe into a parent container (additional param on init method)
  • Export additional types from index
  • Update Figure test and prod bridge urls
  • Update all wc customAction calls to not send through as silent.

v3.6.0

Compare Source

  • v3.6.0
  • The default experience for Hosted Wallet (in dev/test and prod) is now the use of an iframe instead of a popup window.

v3.5.0

Compare Source

  • v3.5.0
  • The default experience for Hosted Wallet (in dev/test only) is now the use of an iframe instead of a popup window.

v3.4.1

Compare Source

v3.4.0

Compare Source

  • v3.4.0
  • This adds a new Hosted Wallet option (in dev/test for now) to use an iframe instead of a popup window. This was added as an additional option to facilitate testing before doing a full release.
  • Additional minor change, the font size of the wallet options in the QR Code Modal have been decreased to reduce the risk of wrapping with longer wallet titles.

v3.3.0

Compare Source

  • v3.3.0
  • Add new field within WALLET_LIST items, walletUrls. Only applies to extension currently. Will hold and object of urls based on the browser allowing dApps to direct the user as needed.
  • Demo app updated to allow for custom bridge (Figure demos already updated)

v3.2.1

Compare Source

  • v3.2.1
  • When resuming a connection (reloading page), make sure to pull saved attributes with getAccountInfo method. This was accidentally left out.

v3.2.0

Compare Source

  • v3.2.0
  • When connecting, expect to get back Figure Account Attributes in the account information. Store these attributes in the walletConnectService state

v3.1.0

Compare Source

  • v3.1.0
  • New method "removePendingMethod"
  • Update Readme
  • Update Demo app to use new method and allow customId
  • Mark "connect" method as deprecated and use new "init" method instead

v3.0.9

Compare Source

  • v3.0.9
  • Add @​babel/plugin-transform-nullish-coalescing-operator, this allows for var foo = object.foo ?? "default";

v3.0.8

Compare Source

  • v3.0.8
  • When disconnecting, only take action if currently connected
  • Remove unused dev deps
  • Connect is now async and when complete the qrImage is ready (note: this does not indicate a connected status)
  • Clean up connect method functions
  • Add Figure logo into QR Image
  • New qr image generation util
  • Remove react demo since vite demo uses react
  • Update readme
  • Add new logging util which listens for a private state value of "logsEnabled" (defaults to false)
  • Allow setting "logsEnabled" through provider or through "setLogging" service function

v3.0.7

Compare Source

  • v3.0.7
  • Update QRCodeModal to add additional class names and css styling to fix wonky styling on some tailwind reset apps.

v3.0.6

Compare Source

  • v3.0.6
  • Default connection duration to 24 hours
  • Connection duration is now passed as a uri param instead of a wallet event for browser wallets (allow mobile to read duration from connect function)

v3.0.5

Compare Source

v3.0.5

This allows for a localStorage key to be set (FIGURE_HOSTED_WALLET_URL_TEST_OVERRIDE) that will override the base URL for the Figure Hosted Wallet (Test) wallet type. This should make local testing of Figure Hosted Wallet more convenient and should allow for future use in ephemeral deployments.

Also, ESM builds were not part of the build:pack npm script but were used by the demo site in local development.

v3.0.4

Compare Source

  • v3.0.4
  • fix: prevent multiple popups (for hosted wallet) (#​174)
  • chore: Adjust versioning scripts

v3.0.3

Compare Source

  • v3.0.3
  • Develop branch accidentally deployed version 3.0.2 resulting in the deploy being released with a "develop" tag.

v3.0.2

Compare Source

  • v3.0.2
  • Remove styled components
  • Update .removeListener function type
  • Switch package export to be esm instead of lib

v3.0.1

Compare Source

  • v3.0.1
  • Update the wallet display names for Figure Hosted. The new display name is "Figure Account".

v3.0.0

Compare Source

v3.0.0

Version 3.x.x breaking changes:

  • walletConnectService
    • Renamed signMessage to signHexMessage
    • Results of methods (other than connect can now all use await)
      • eg: const result = await walletConnectService.signHexMessage('test');
    • Removed generateAutoConnectUrl method. Will revisit at a later time
    • Removed setState, resetState, removeAllListeners and on methods
      • addListener should be use in place of on
      • removeListener('all') should be used in place of removeAllListeners
  • walletConnectState shape changed
    • connected is now status which can be "connected", "disconnected", or "pending"
    • walletApp is now walletAppId
    • loading is now pendingMethod
    • QRCode values now moved into modal state object
      • QRCode is now QRCodeImg
    • Removed account, figureConnected, newAccount, and connector values
  • QRCodeModal wallet changes
    • Removed support for all Provenance wallets
    • Added Figure Mobile wallets as responsive mobile options w/dynamic links
    • Package now transpiles optional chaining
  • WalletConnectContext
    • Optional connectionRedirect string url value will auto-redirect users when disconnected
    • Optional service lets dApps manually pass in their own instance of walletConnectService
  • WINDOW_MESSAGES
    • Renamed SIGN_MESSAGE events to SIGN_HEX_MESSAGE
  • Variable names
    • Removed all Provenance wallet support
    • Changed figure_web to be figure_hosted
  • Types changes
    • Removed BroadcastResult type.
    • Added BroadcastEventData and all the current method/action types instead.
    • Note: Ideally you won't need to import BroadcastEventData due to the improved typing for #broadcastEvent and addListener.

v3.0.0-develop.27

Compare Source

v3.0.0-develop.26

Compare Source

v3.0.0-develop.25

Compare Source

v3.0.0-develop.24

Compare Source

v3.0.0-develop.23

Compare Source

v3.0.0-develop.22

Compare Source

v3.0.0-develop.21

Compare Source

v3.0.0-develop.20

Compare Source

v3.0.0-develop.19

Compare Source

v3.0.0-develop.18

Compare Source

v3.0.0-develop.17

Compare Source

v3.0.0-develop.16

Compare Source

v3.0.0-develop.15

Compare Source

v3.0.0-develop.14

Compare Source

v3.0.0-develop.13

Compare Source

v3.0.0-develop.12

Compare Source

v3.0.0-develop.11

Compare Source

v3.0.0-develop.10

Compare Source

v3.0.0-develop.9

Compare Source

v3.0.0-develop.8

Compare Source


Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), 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 Renovate Bot.

@figure-renovate figure-renovate bot requested a review from a team May 15, 2023 01:25
@figure-renovate figure-renovate bot added the dependencies Pull requests that update a dependency file label May 15, 2023
@figure-renovate figure-renovate bot force-pushed the renovate/provenanceio-walletconnect-js-3.x branch from 5c5acfd to 63fe9ba Compare May 18, 2023 00:00
@figure-renovate figure-renovate bot changed the title Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.0.5 Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.0.6 May 18, 2023
@figure-renovate figure-renovate bot force-pushed the renovate/provenanceio-walletconnect-js-3.x branch from 63fe9ba to 74e9215 Compare May 20, 2023 01:19
@figure-renovate figure-renovate bot changed the title Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.0.6 Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.0.7 May 20, 2023
@figure-renovate figure-renovate bot force-pushed the renovate/provenanceio-walletconnect-js-3.x branch from 74e9215 to b57eeb2 Compare June 24, 2023 10:56
@figure-renovate figure-renovate bot changed the title Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.0.7 Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.0.8 Jun 24, 2023
@figure-renovate figure-renovate bot force-pushed the renovate/provenanceio-walletconnect-js-3.x branch from b57eeb2 to dfc1c10 Compare June 28, 2023 01:57
@figure-renovate figure-renovate bot changed the title Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.0.8 Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.0.9 Jun 28, 2023
@figure-renovate figure-renovate bot force-pushed the renovate/provenanceio-walletconnect-js-3.x branch from dfc1c10 to bcd15b0 Compare July 5, 2023 17:31
@figure-renovate figure-renovate bot changed the title Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.0.9 Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.1.0 Jul 5, 2023
@figure-renovate figure-renovate bot force-pushed the renovate/provenanceio-walletconnect-js-3.x branch from bcd15b0 to a488d98 Compare July 6, 2023 02:53
@figure-renovate figure-renovate bot changed the title Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.1.0 Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.2.1 Jul 6, 2023
@figure-renovate figure-renovate bot force-pushed the renovate/provenanceio-walletconnect-js-3.x branch from a488d98 to b92bb85 Compare July 21, 2023 11:49
@figure-renovate figure-renovate bot changed the title Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.2.1 Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.4.0 Jul 21, 2023
@figure-renovate figure-renovate bot force-pushed the renovate/provenanceio-walletconnect-js-3.x branch from b92bb85 to 95d3d7a Compare August 9, 2023 02:28
@figure-renovate figure-renovate bot changed the title Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.4.0 Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.4.1 Aug 9, 2023
@figure-renovate figure-renovate bot force-pushed the renovate/provenanceio-walletconnect-js-3.x branch from 95d3d7a to 3cba6b1 Compare August 15, 2023 03:51
@figure-renovate figure-renovate bot changed the title Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.4.1 Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.5.0 Aug 15, 2023
@figure-renovate figure-renovate bot force-pushed the renovate/provenanceio-walletconnect-js-3.x branch from 3cba6b1 to 73adae3 Compare August 30, 2023 09:10
@figure-renovate figure-renovate bot changed the title Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.5.0 Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.6.0 Aug 30, 2023
@figure-renovate figure-renovate bot force-pushed the renovate/provenanceio-walletconnect-js-3.x branch from 73adae3 to 696be4b Compare January 19, 2024 08:39
@figure-renovate figure-renovate bot changed the title Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.6.0 Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.7.0 Jan 19, 2024
@figure-renovate figure-renovate bot force-pushed the renovate/provenanceio-walletconnect-js-3.x branch from 696be4b to ed84611 Compare January 23, 2024 00:15
@figure-renovate figure-renovate bot changed the title Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.7.0 Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.7.1 Jan 23, 2024
@figure-renovate figure-renovate bot force-pushed the renovate/provenanceio-walletconnect-js-3.x branch from ed84611 to be7ed59 Compare January 30, 2024 06:48
@figure-renovate figure-renovate bot changed the title Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.7.1 Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.7.2 Jan 30, 2024
@figure-renovate figure-renovate bot force-pushed the renovate/provenanceio-walletconnect-js-3.x branch from be7ed59 to 15d70e4 Compare February 6, 2024 19:53
@figure-renovate figure-renovate bot changed the title Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.7.2 Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.8.0 Feb 6, 2024
@figure-renovate figure-renovate bot force-pushed the renovate/provenanceio-walletconnect-js-3.x branch from 15d70e4 to 8da028c Compare February 9, 2024 05:22
@figure-renovate figure-renovate bot changed the title Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.8.0 Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.8.2 Feb 9, 2024
@figure-renovate figure-renovate bot force-pushed the renovate/provenanceio-walletconnect-js-3.x branch from 8da028c to 56618ff Compare April 10, 2024 01:17
@figure-renovate figure-renovate bot changed the title Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.8.2 Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.9.0 Apr 10, 2024
@figure-renovate figure-renovate bot force-pushed the renovate/provenanceio-walletconnect-js-3.x branch from 56618ff to d9f934c Compare April 18, 2024 01:07
@figure-renovate figure-renovate bot changed the title Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.9.0 Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.9.1 Apr 18, 2024
@figure-renovate figure-renovate bot force-pushed the renovate/provenanceio-walletconnect-js-3.x branch from d9f934c to 5e95b62 Compare April 23, 2024 23:09
@figure-renovate figure-renovate bot changed the title Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.9.1 Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.10.0 Apr 23, 2024
@figure-renovate figure-renovate bot force-pushed the renovate/provenanceio-walletconnect-js-3.x branch from 5e95b62 to 8e10f5b Compare April 25, 2024 06:11
@figure-renovate figure-renovate bot changed the title Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.10.0 Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.10.1 Apr 25, 2024
@figure-renovate figure-renovate bot force-pushed the renovate/provenanceio-walletconnect-js-3.x branch from 8e10f5b to b14351d Compare April 26, 2024 18:08
@figure-renovate figure-renovate bot changed the title Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.10.1 Update dependency @provenanceio/walletconnect-js from 3.0.0-develop.7 to 3.10.2 Apr 26, 2024
@jault3 jault3 closed this Aug 13, 2025
@jault3 jault3 deleted the renovate/provenanceio-walletconnect-js-3.x branch August 13, 2025 16:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant