Skip to content

Conversation

@tomiir
Copy link
Collaborator

@tomiir tomiir commented Nov 4, 2025

Description

  • update demo to 1.8.13

Type of change

  • Chore (non-breaking change that addresses non-functional tasks, maintenance, or code quality improvements)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Note

Upgrades demo to @reown/appkit 1.8.13 and refreshes lockfile, aligning related WalletConnect, Solana, zod, and other transitive deps.

  • Dependencies (demo):
    • Upgrade @reown/appkit* packages to 1.8.13 and @reown/appkit-testing to 1.8.13 in apps/demo/package.json.
  • Lockfile updates:
    • Align transitive deps (examples: WalletConnect packages to 2.22/2.23 series, zod to 4.1.12, valtio to 2.1.7, Solana @solana/spl-token to 0.4.14).
    • Adjust related ecosystems (wagmi/connectors, viem peer deps, Coinbase/SDK, Base account) to match new versions.

Written by Cursor Bugbot for commit 7f5eb0c. This will update automatically on new commits. Configure here.

Copilot AI review requested due to automatic review settings November 4, 2025 11:04
@changeset-bot
Copy link

changeset-bot bot commented Nov 4, 2025

⚠️ No Changeset found

Latest commit: 7f5eb0c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Nov 4, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
appkit-basic-html Ready Ready Preview Comment Dec 8, 2025 1:47pm
appkit-demo Ready Ready Preview Comment Dec 8, 2025 1:47pm
appkit-gallery Ready Ready Preview Comment Dec 8, 2025 1:47pm
appkit-headless-sample-app Ready Ready Preview Comment Dec 8, 2025 1:47pm
appkit-laboratory Ready Ready Preview Comment Dec 8, 2025 1:47pm
10 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
appkit-basic-example Ignored Ignored Dec 8, 2025 1:47pm
appkit-basic-sign-client-example Ignored Ignored Dec 8, 2025 1:47pm
appkit-basic-up-example Ignored Ignored Dec 8, 2025 1:47pm
appkit-ethers5-bera Ignored Ignored Dec 8, 2025 1:47pm
appkit-nansen-demo Ignored Ignored Dec 8, 2025 1:47pm
appkit-vue-solana Ignored Ignored Dec 8, 2025 1:47pm
appkit-wagmi-cdn-example Ignored Ignored Dec 8, 2025 1:47pm
ethereum-provider-wagmi-example Ignored Ignored Dec 8, 2025 1:47pm
next-wagmi-solana-bitcoin-example Ignored Ignored Dec 8, 2025 1:47pm
vue-wagmi-example Ignored Ignored Dec 8, 2025 1:47pm

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the @reown/appkit package ecosystem from version 1.8.8 to 1.8.13, along with updating related dependency versions in the lockfile. The changes include updates to core appkit packages, adapters, and testing utilities.

Key Changes

  • Updated all @reown/appkit* packages from 1.8.8 to 1.8.13
  • Updated zod peer dependency from 3.25.76 to 4.1.12 across multiple packages
  • Added use-sync-external-store as a peer dependency for ethers adapter
  • Updated various @walletconnect dependencies to newer versions

Reviewed Changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
pnpm-lock.yaml Updated package versions and dependency resolutions for the appkit ecosystem and related dependencies
apps/demo/package.json Updated @reown/appkit* package versions from 1.8.8 to 1.8.13

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2025

Visual Regression Test Results ✅ Passed

✨ No visual changes detected

Chromatic Build: https://www.chromatic.com/build?appId=6493191bf4b10fed8ca7353f&number=483
Storybook Preview: https://6493191bf4b10fed8ca7353f-htxxhgnqaw.chromatic.com/

@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2025

📦 Bundle Size Check

All bundles are within size limits

📊 View detailed bundle sizes

> @reown/[email protected] size /home/runner/work/appkit/appkit


> size-limit

@reown/appkit - Main Entry
Size limit:   80 kB
Size:         71.36 kB with all dependencies, minified and gzipped
Loading time: 1.4 s    on slow 3G
Running time: 465 ms   on Snapdragon 410
Total time:   1.9 s
@reown/appkit/react
Size limit:   230 kB
Size:         228.13 kB with all dependencies, minified and gzipped
Loading time: 4.5 s     on slow 3G
Running time: 885 ms    on Snapdragon 410
Total time:   5.4 s
@reown/appkit/vue
Size limit:   80 kB
Size:         71.36 kB with all dependencies, minified and gzipped
Loading time: 1.4 s    on slow 3G
Running time: 334 ms   on Snapdragon 410
Total time:   1.8 s
@reown/appkit-scaffold-ui
Size limit:   220 kB
Size:         209.4 kB with all dependencies, minified and gzipped
Loading time: 4.1 s    on slow 3G
Running time: 793 ms   on Snapdragon 410
Total time:   4.9 s
@reown/appkit-ui
Size limit:   500 kB
Size:         13.15 kB with all dependencies, minified and gzipped
Loading time: 257 ms   on slow 3G
Running time: 151 ms   on Snapdragon 410
Total time:   408 ms

@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 79.71% 38341 / 48097
🔵 Statements 79.71% 38341 / 48097
🔵 Functions 77.3% 4107 / 5313
🔵 Branches 86.63% 9306 / 10742
File CoverageNo changed files found.
Generated in workflow #16462 for commit 7f5eb0c by the Vitest Coverage Report Action

pnpm-lock.yaml Outdated
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Zod Version Mismatch Causes Compatibility Breakages

Major version mismatch in zod dependency. The demo app's @reown/appkit packages (1.8.13) are resolving to [email protected], but the workspace packages they depend on (like @reown/appkit-wallet and @reown/appkit-experimental) explicitly require [email protected]. This major version upgrade from zod v3 to v4 introduces breaking changes and could cause runtime errors, type incompatibilities, or validation failures. The demo app should use the same zod version (3.22.4 or 3.25.76) as the underlying @Reown packages to ensure compatibility.

Fix in Cursor Fix in Web

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.

4 participants