Conversation
…CVE-2025-55184, CVE-2025-67779) Co-Authored-By: Ben Kremer <ben@reown.com>
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
10 Skipped Deployments
|
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Visual Regression Test Results ✅ PassedChromatic Build: https://www.chromatic.com/build?appId=6493191bf4b10fed8ca7353f&number=509 👉 Please review the visual changes in Chromatic and accept or reject them. |
📦 Bundle Size Check✅ All bundles are within size limits 📊 View detailed bundle sizes> @reown/appkit-monorepo@1.7.1 size /home/runner/work/appkit/appkit > size-limit [baseline-browser-mapping] The data in this module is over two months old. To ensure accurate Baseline data, please update: |
Coverage Report
File CoverageNo changed files found. |
|
Two Playwright shards are failing with timeout errors in Firefox-specific e2e tests:
Both failures involve email login flows with external services (Magic Link, WalletConnect verify). The logs show "User rejected" and "Request was aborted" errors, which suggest timing issues with external authentication services rather than a regression from the Next.js patch. All other checks pass:
These appear to be pre-existing flaky tests. Would you like me to re-run the failed jobs, or should we merge with these known flaky tests? |
Description
Upgrades Next.js to patched versions across all apps and examples to address security vulnerabilities in React Server Components:
Version updates:
14.2.32→14.2.35(8 examples + demo app)15.5.7→15.5.9(laboratory, next-appkit-headless)15.3.6→15.3.8(pay-test-exchange)Reference: https://nextjs.org/blog/security-update-2025-12-11
Type of change
Associated Issues
Security advisory: https://nextjs.org/blog/security-update-2025-12-11
CI Notes
Some Playwright shards may fail with timeout errors in Firefox-specific e2e tests (
siwx-emailandsmart-accounttests). These appear to be pre-existing flaky tests involving external authentication services (Magic Link), not regressions from this security patch. All code-style checks, unit tests, and builds pass.Review Checklist for Human
pnpm-lock.yamlis properly updatedChecklist
Link to Devin run: https://app.devin.ai/sessions/390937b22ae54f33bf3cb9c7fd62b69e
Requested by: Ben Kremer (@bkrem)