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

upgrade Next.js to 15.2.0 #6365

Merged
merged 1 commit into from
Feb 27, 2025
Merged

upgrade Next.js to 15.2.0 #6365

merged 1 commit into from
Feb 27, 2025

Conversation

jnsdls
Copy link
Member

@jnsdls jnsdls commented Feb 27, 2025

[Dashboard] Fix: Update Next.js to 15.2.0 and add ESLint comments for img tags

Notes for the reviewer

  • Updates Next.js and related dependencies to version 15.2.0
  • Adds ESLint disable comments for img tags where domain is unknown
  • Updates turbo flag to turbopack in dashboard dev script

How to test

  • Run the dashboard locally to verify no regressions
  • Check that image tags still render correctly in route list components
  • Verify dev server starts with turbopack

PR-Codex overview

This PR primarily focuses on upgrading various dependencies across multiple packages, specifically updating the next package and its related eslint configurations to version 15.2.0. It also includes the addition of comments to disable specific ESLint rules for certain image tags.

Detailed summary

  • Upgraded next from 15.1.7 to 15.2.0 in:
    • apps/login/package.json
    • apps/wallet-ui/package.json
    • apps/playground-web/package.json
    • apps/portal/package.json
    • apps/dashboard/package.json
  • Updated eslint-config-next to 15.2.0 in:
    • apps/login/package.json
    • apps/wallet-ui/package.json
    • apps/playground-web/package.json
    • apps/portal/package.json
  • Updated @next/eslint-plugin-next to 15.2.0 in:
    • apps/wallet-ui/package.json
    • apps/portal/package.json
  • Added comments to disable ESLint rules for <img> tags in:
    • apps/dashboard/src/app/(dashboard)/(bridge)/routes/components/server/routelist-card.tsx
    • apps/dashboard/src/app/(dashboard)/(bridge)/routes/components/server/routelist-row.tsx
  • Updated @next/bundle-analyzer to 15.2.0 in apps/dashboard/package.json
  • Updated various dependencies in pnpm-lock.yaml to reflect the new versions.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

changeset-bot bot commented Feb 27, 2025

⚠️ No Changeset found

Latest commit: 5b354f0

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

Copy link

vercel bot commented Feb 27, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 27, 2025 8:44pm
login ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 27, 2025 8:44pm
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 27, 2025 8:44pm
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 27, 2025 8:44pm
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 27, 2025 8:44pm

@github-actions github-actions bot added Dashboard Involves changes to the Dashboard. Playground Changes involving the Playground codebase. Portal Involves changes to the Portal (docs) codebase. Ecosystem Portal Involves changes to the Ecosystem Portal labels Feb 27, 2025
@jnsdls jnsdls marked this pull request as ready for review February 27, 2025 20:37
@jnsdls jnsdls requested review from a team as code owners February 27, 2025 20:37
Copy link
Member Author

jnsdls commented Feb 27, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link

Copy link
Contributor

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 46.64 KB (0%) 933 ms (0%) 211 ms (+158.08% 🔺) 1.2 s
thirdweb (cjs) 124.56 KB (0%) 2.5 s (0%) 318 ms (+31.88% 🔺) 2.9 s
thirdweb (minimal + tree-shaking) 5.6 KB (0%) 112 ms (0%) 92 ms (+1050.57% 🔺) 204 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 33 ms (+563.92% 🔺) 43 ms
thirdweb/react (minimal + tree-shaking) 19.35 KB (0%) 387 ms (0%) 83 ms (+362.43% 🔺) 470 ms

@jnsdls jnsdls merged commit d8e9245 into main Feb 27, 2025
31 of 37 checks passed
@jnsdls jnsdls deleted the upgrade_Next.js_to_15.2.0 branch February 27, 2025 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dashboard Involves changes to the Dashboard. Ecosystem Portal Involves changes to the Ecosystem Portal Playground Changes involving the Playground codebase. Portal Involves changes to the Portal (docs) codebase.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant