upgrade next.js#1502
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Bumps Next.js (and the matching eslint-config-next) from 16.1.6 to 16.2.6 across the root, all apps, and all libraries, and refreshes bun.lock accordingly. The lockfile also reflects coincident version bumps for several internal @siafoundation/* packages.
Changes:
- Bump
nextto16.2.6andeslint-config-nextto16.2.6in the rootpackage.jsonand every apppackage.json. - Change the
nextpeer dependency inlibs/react-core,libs/fonts, andlibs/design-systemfrom^16.1.6to the exact version16.2.6. - Update
bun.lockto match the new Next.js (and transitive) versions, plus internal package version bumps.
Reviewed changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Bumps root next and eslint-config-next to 16.2.6. |
| apps/explorer/package.json | Bumps app next dependency to 16.2.6. |
| apps/hostd/package.json | Bumps app next dependency to 16.2.6. |
| apps/indexd/package.json | Bumps app next dependency to 16.2.6. |
| apps/renterd/package.json | Bumps app next dependency to 16.2.6. |
| apps/walletd/package.json | Bumps app next dependency to 16.2.6. |
| libs/design-system/package.json | Changes next peer dep from ^16.1.6 to exact 16.2.6. |
| libs/fonts/package.json | Changes next peer dep from ^16.1.6 to exact 16.2.6. |
| libs/react-core/package.json | Changes next peer dep from ^16.1.6 to exact 16.2.6. |
| bun.lock | Regenerated lockfile reflecting Next.js upgrade and related internal version bumps. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "@siafoundation/explored-react": "^0.9.1", | ||
| "@siafoundation/explored-types": "^0.21.0", | ||
| "next": "^16.1.6", | ||
| "next": "16.2.6", |
| "@siafoundation/types": "^0.13.0", | ||
| "@technically/lodash": "^4.17.0", | ||
| "next": "^16.1.6", | ||
| "next": "16.2.6", |
| }, | ||
| "peerDependencies": { | ||
| "next": "^16.1.6" | ||
| "next": "16.2.6" |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
d399947 to
a5f5bec
Compare
No description provided.