-
Notifications
You must be signed in to change notification settings - Fork 33
Refactor: Upgrade Next.js to 15.5.4 and Remove PPR #153
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
Draft
ben-fornefeld
wants to merge
9
commits into
main
Choose a base branch
from
upgrade-next-and-remove-ppr
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Bumps the npm_and_yarn group with 1 update in the / directory: [next](https://github.com/vercel/next.js). Updates `next` from 15.3.0-canary.23 to 15.4.7 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.3.0-canary.23...v15.4.7) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.7 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
- Bump Next.js from 15.4.7 to 15.6.0-canary.2 in package.json and bun.lock. - Update sharp and related image processing dependencies to version 0.34.3. - Adjust serverExternalPackages in next.config.mjs to remove 'pino-loki'. - Refactor TypeScript configuration for improved readability and maintainability. - Modify dashboard layout to streamline team ID resolution process. This update enhances compatibility with the latest Next.js features and improves overall project structure.
The latest updates on your projects. Learn more about Vercel for GitHub.
|
jakubno
approved these changes
Oct 2, 2025
converted to draft for now - it seems that there is a bug during pre-rendering, which get's triggered when having |
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.
Upgrades Next.js from canary 15.3.0-canary.23 to stable 15.5.4 and removes Partial Prerendering (PPR) feature.
Changes
15.3.0-canary.23
→15.5.4
(stable)ppr: true
from next.configclientSegmentCache
: Enabled new feature for client-side routing optimizations--turbopack
flag to build and preview scriptssharp
to 0.34.3 and all Next.js platform packagesnode-loader
webpack configpino-loki
from serverExternalPackagespreserve
Note
Upgrades Next.js to 15.5.4 with Turbopack builds, removes PPR and custom node-loader setup, updates sharp/platform binaries, tweaks server/config and TS JSX mode.
next
to^15.5.4
(from canary), enable Turbopack inbuild
/preview
scripts.experimental.ppr
and addexperimental.clientSegmentCache
innext.config.mjs
.node-loader
rule for.node
files.serverExternalPackages
to onlypino
(removepino-loki
).sharp
to0.34.3
and refresh related@img/*
/libvips platform packages.@next/*
SWC/platform binaries and@next/env
to match 15.5.4.jsx
fromreact-jsx
topreserve
.src/lib/utils/server.ts
JSDoc comments.Written by Cursor Bugbot for commit bde210f. This will update automatically on new commits. Configure here.