generated from PAST3LLE/TRY-N-PT
-
Notifications
You must be signed in to change notification settings - Fork 3
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
[PRE-RELEASE] - Update wagmi/viem/react-query versions and fix issues #100
Merged
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
…of new official wagmi Web3AuthConnector
1. remove deprecated code 2. update api 3. fix fixtures
…s,web3-modal): update viem/wagmi and set resolutions and peerDeps
…iles, update react-query version and update root yarn.lock
W3stside
force-pushed
the
V2-dev/update-viem-wagmi-2
branch
from
September 3, 2024 19:00
cae141b
to
5afb19b
Compare
W3stside
force-pushed
the
V2-dev/update-viem-wagmi-2
branch
from
September 3, 2024 20:41
c7035ba
to
ee9835b
Compare
W3stside
added a commit
that referenced
this pull request
Sep 5, 2024
…ge-ui): v2-development to v2 release with changes RELEASE changelog: * Update wagmi/viem/react-query versions and fix issues (#100) * fix(wagmi-connectors): remove custom PstlWeb3AuthConnector in favour of new official wagmi Web3AuthConnector * fix(web3-modal): fixes from viem/wagmi update 1. remove deprecated code 2. update api 3. fix fixtures * fix(skillforge-widget): fixes from viem/wagmi update * fix(forge-web3): fixes from viem/wagmi update * fix(skillforge-ui): viem/wagmi update fixes * chore(root,skillforge-ui,forge-web3,skillforge-widget,wagmi-connectors,web3-modal): update viem/wagmi and set resolutions and peerDeps * chore: update yarn.lock * fix(skillforge-ui): update craco and rewire overrides * fix(skillforge-ui): fix fixture * fix(web3-modal): disable focus lock * fix(web3-modal): fix fixed import path * styles(web3-modal): mobile updates * chore(skillforge-ui): set satisfying type to config obj * styles(web3-modal): remove magic number * chore(skillforge-widget): fix cosmos test env webpack * fix(web3-modal): disable structural sharing [to be reverted] * chore(forge-web3,web3-modal,skillforge-ui,root): fix webpack config files, update react-query version and update root yarn.lock * chore(forge-web3,wagmi-connectors): lint * chore: update yarn.lock * chore: revert @tanstack/react-query update
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PRE-RELEASE ALPHA CANDIDATE
Summary
Updates:
wagmi
viem
@tanstack/react-query
Creates resolutions to
root
to sync use of correctviem
/wagmi
pkgsFixes issues arising from updates:
web3auth
connector updated: no more custom updater and remove ability to add custom adapters/pluginsMisc fixes
webpack
file fixes to fix console errorsstructuralSharing
inweb3-modal
useBalance
insideuseConnectionInfo
to stop errors in console aboutstructuralSharing
andbigInt
serialisation issues: Latestwagmi
and@tanstack/react-query
are not compatible withStructuralSharing
(breaks dev) wevm/wagmi#4233