forked from SwisscoastAG/HLiquity
-
Notifications
You must be signed in to change notification settings - Fork 1
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 connectkit to v1.8.2 #199
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/connectkit-1.x-lockfile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
85df941
to
fd4d409
Compare
fd4d409
to
056fe63
Compare
056fe63
to
cb694b3
Compare
cb694b3
to
6360588
Compare
6360588
to
cc6c187
Compare
cc6c187
to
51d8293
Compare
51d8293
to
b72e8eb
Compare
b72e8eb
to
5cf0c2d
Compare
5cf0c2d
to
93b7414
Compare
93b7414
to
bc2b7de
Compare
bc2b7de
to
6529693
Compare
6529693
to
bd49548
Compare
bd49548
to
7451119
Compare
7451119
to
a36c2d3
Compare
b164699
to
1266ef7
Compare
1266ef7
to
1ac00a1
Compare
1ac00a1
to
6395cd4
Compare
6395cd4
to
f24f123
Compare
236949a
to
dc294a2
Compare
dc294a2
to
e7c0daa
Compare
e7c0daa
to
390b8f0
Compare
390b8f0
to
56b9453
Compare
56b9453
to
b97c035
Compare
b97c035
to
4b552bf
Compare
4b552bf
to
99a94be
Compare
99a94be
to
a439eb1
Compare
a439eb1
to
ea72024
Compare
ea72024
to
7f865f3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.3.0
->1.8.2
Release Notes
family/connectkit (connectkit)
v1.8.2
Compare Source
This update includes improvements to the
CoinbaseWalletSDK
connect popup andMockConnector
.Fixed
CoinbaseWalletSDK
connect popup now works on first interaction.MockConnector
now working as intended.v1.8.1
Compare Source
This update adds additional localisations, and improves the stability of Coinbase Wallet and MetaMask connections.
New
Vietnamese
,Turkish
,Persian
,Arabic
,Russian
,Estonian
andCatalan
.Fixed
CoinbaseWalletSDK
connect popup being blocked on iOS Safari.MetaMaskSDK
for MetaMask connections.v1.8.0
Compare Source
This update adds support for Coinbase Smart Wallet, adds additional support for the latest versions of peer dependencies
wagmi
andviem
, and removes the dependencyethers
fromconnectkit-next-siwe
in favor ofviem
's SIWE implementation.New
Updated
enforceSupportedChains
tofalse
to allow for a better default user and developer experience.viem
to>=2.13.x
.Deprecated
ethers
fromconnectkit-next-siwe
in favor ofviem
's SIWE implementation.v1.7.3
Compare Source
This update fixes a few bugs and improves the stability of the QR code generation for WalletConnect and Coinbase Wallet.
Fixed
mainnet
not found increateConfig
.WalletConnectConnector
regenerates QR codes when a user disconnects and attempts to reconnect their wallet.CoinbaseConnector
generated QR code now using a better supported URI.projectId
now being passed to theWalletConnectConnector
when opening "More" UI in mobile view.Removed
WalletConnectLegacy
(WalletConnect v1).v1.7.2
Compare Source
This update fixes an issue with the order of React Hooks, and improves the stability of the SIWE Provider.
Improved
initialData
fromuseQuery
Hooks.Fixed
useChainIsSupported
.v1.7.1
Compare Source
This update fixes a bug where the chain was incorrectly detected as unsupported when only one chain is configured.
Improved
Fixed
nonce
andsession
from the server.v1.7.0
Compare Source
This update moves peer dependencies wagmi and viem up to their latest versions.
New
wagmi
to2.x
.viem
to2.x
.@tanstack/react-query
.Deprecated
mipd
.v1.6.0
Compare Source
This update adds EIP-6963 support for enhanced wallet discovery and improves the functionality and developer experience of using ConnectKit.
New
mipd
for EIP-6963 TypeScript utilities, built by the team at wevm (creators of wagmi and viem).Improved
hideTooltips
option.v1.5.3
Compare Source
This update adds branding support for additional detectable injected connectors and improves the functionality and developer experience of using ConnectKit.
New
defaultConnectors
Improved
Fixed
exports.types
inpackage.json
v1.5.2
Compare Source
This update addresses a few bugs and improves the overall experience of ConnectKit.
Fixed
wcm-modal
tag to css variable override.<ChainIcon>
component.InjectedConnector
.v1.5.1
Compare Source
This update improves how ConnectKit handles multiple injected wallets.
Improved
Fixed
--w3m-z-index
to--wcm-z-index
to align with latest wagmi connectors.v1.5.0
Compare Source
This update improves the developer experience of using ConnectKit by upgrading the peer dependency, wagmi, to version
1.1.x
, updating viem to version1.x.x
, and providing additional wallet branding support.New
wagmi
to1.1.x
.viem
to1.x.x
.Improved
Misc
v1.4.0
Compare Source
This update improves the developer experience of using ConnectKit by upgrading the peer dependency wagmi up a version to
1.x.x
, and removes the peer dependencyethers
in favor ofviem
.New
wagmi
to1.x.x
.viem
.Deprecated
ethers
.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.
This PR was generated by Mend Renovate. View the repository job log.