chore(dapps): bump AppKit to 2.0.5 + W3MWagmi Android versionCode 208#534
Merged
Conversation
Update @reown/appkit-* packages to 2.0.5 across W3MWagmi, W3MEthers, W3MEthers5 and appkit-expo-wagmi (regenerating their lockfiles) and bump the W3MWagmi Android versionCode from 207 to 208. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Claude finished @ignaciosantise's task in 1m 53s —— View job Review
✅ No issues found Pure dependency bump PR. All changes are consistent and correct:
|
There was a problem hiding this comment.
Pull request overview
Updates Reown AppKit dependencies to align all EVM dApp samples on @reown/appkit-*-react-native v2.0.5, and increments the Android build versionCode for W3MWagmi to support a new release build.
Changes:
- Bump
@reown/appkit-*packages to 2.0.5 in W3MWagmi, W3MEthers, W3MEthers5, and appkit-expo-wagmi. - Regenerate/update the corresponding lockfiles (Yarn locks for W3M* samples; npm lock for appkit-expo-wagmi).
- Increment W3MWagmi Android
versionCodefrom 207 → 208.
Reviewed changes
Copilot reviewed 5 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| dapps/W3MWagmi/package.json | Bumps AppKit deps to 2.0.5 for the Wagmi sample. |
| dapps/W3MWagmi/yarn.lock | Updates resolved AppKit packages and related metadata to 2.0.5. |
| dapps/W3MWagmi/android/app/build.gradle | Increments Android versionCode to 208. |
| dapps/W3MEthers/package.json | Bumps AppKit deps to 2.0.5 for the Ethers v6 sample. |
| dapps/W3MEthers/yarn.lock | Updates resolved AppKit packages to 2.0.5. |
| dapps/W3MEthers5/package.json | Bumps AppKit deps to 2.0.5 for the Ethers v5 sample. |
| dapps/W3MEthers5/yarn.lock | Updates resolved AppKit packages to 2.0.5. |
| dapps/appkit-expo-wagmi/package.json | Bumps AppKit deps to 2.0.5 for the Expo Wagmi sample. |
| dapps/appkit-expo-wagmi/package-lock.json | Updates npm lockfile to reflect AppKit 2.0.5 resolutions. |
Files not reviewed (1)
- dapps/appkit-expo-wagmi/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or 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
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.
Summary
Bumps
@reown/appkit-*packages to 2.0.5 across all four EVM dApp samples (W3MWagmi, W3MEthers, W3MEthers5, appkit-expo-wagmi) and regenerates their lockfiles. Also bumps the W3MWagmi AndroidversionCodefrom207to208. No source/runtime code changes — only dependency versions, lockfiles, and the Android build version.Changes per sample
graph LR A[AppKit bump to 2.0.5] --> W[W3MWagmi<br/>2.0.4 → 2.0.5<br/>+ versionCode 207 → 208] A --> E[W3MEthers<br/>2.0.1 → 2.0.5] A --> E5[W3MEthers5<br/>2.0.1 → 2.0.5] A --> X[appkit-expo-wagmi<br/>2.0.1 → 2.0.5]Test plan
yarn install/npm installresolve cleanly (verified locally)