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

[PRE-RELEASE] - Update wagmi/viem/react-query versions and fix issues #100

Merged
merged 20 commits into from
Sep 3, 2024

Conversation

W3stside
Copy link
Contributor

@W3stside W3stside commented Sep 3, 2024

PRE-RELEASE ALPHA CANDIDATE

Summary

Updates:

  1. wagmi
  2. viem
  3. @tanstack/react-query

Creates resolutions to root to sync use of correct viem / wagmi pkgs

Fixes issues arising from updates:

  1. web3auth connector updated: no more custom updater and remove ability to add custom adapters/plugins
  2. minor types issues

Misc fixes

  1. webpack file fixes to fix console errors
  2. diabled structuralSharing in web3-modal useBalance inside useConnectionInfo to stop errors in console about structuralSharing and bigInt serialisation issues: Latest wagmi and @tanstack/react-query are not compatible with StructuralSharing (breaks dev) wevm/wagmi#4233

@W3stside W3stside force-pushed the V2-dev/update-viem-wagmi-2 branch from cae141b to 5afb19b Compare September 3, 2024 19:00
@W3stside W3stside force-pushed the V2-dev/update-viem-wagmi-2 branch from c7035ba to ee9835b Compare September 3, 2024 20:41
@W3stside W3stside merged commit 44dac72 into V2-development Sep 3, 2024
2 of 3 checks passed
@W3stside W3stside deleted the V2-dev/update-viem-wagmi-2 branch September 3, 2024 21:12
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant