Skip to content

feat: enable cache components#2909

Draft
jorgemoya wants to merge 21 commits intocanaryfrom
rebase-cached-requests
Draft

feat: enable cache components#2909
jorgemoya wants to merge 21 commits intocanaryfrom
rebase-cached-requests

Conversation

@jorgemoya
Copy link
Contributor

What/Why?

Testing

Migration

matthewvolk and others added 9 commits March 3, 2026 11:36
…age poisoning

Replace static imports of next/headers, next/navigation, and next-intl/server
with dynamic import() calls inside the hooks that use them. Static imports
cause these modules to be evaluated during module graph resolution when
next.config.ts imports this file, poisoning the process-wide AsyncLocalStorage
context. Dynamic imports defer module loading to call time, after Next.js has
fully initialized.
Upgrade next, @next/bundle-analyzer, eslint-config-next to ^16.1.0 and
@next/eslint-plugin-next to ^16.1.0. React 19.1.5 is already compatible.
Change jsx from "preserve" to "react-jsx" and add .next/dev/types to
the include array for generated dev types.
Replace `NextMiddleware` with `NextProxy` and `priority` with `preload`
on Image components per Next.js 16 API changes.
@vercel
Copy link

vercel bot commented Mar 4, 2026

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

Project Deployment Actions Updated (UTC)
catalyst Ready Ready Preview, Comment Mar 5, 2026 7:42pm

Request Review

@changeset-bot
Copy link

changeset-bot bot commented Mar 4, 2026

⚠️ No Changeset found

Latest commit: 04b48de

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

@jorgemoya jorgemoya changed the title Rebase cached requests feat: enable cache components Mar 4, 2026
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.

2 participants