Feat/next16 compat - #657
Merged
Merged
Conversation
- Add ^16 to next peerDependencies - Upgrade integration test app to Next.js 16 and React 19 - Update tsconfig moduleResolution to bundler (required by Next.js 16) - Update tsconfig jsx to react-jsx (required by React 19 types) Validated: pnpm test (16/16) and pnpm test:app pass cleanly against Next.js 16.3.4 with Turbopack. No library source changes required.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
12 tasks
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
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.
Description
Adds Next.js 16 support to next-cloudinary. No library source code changes were required, and the existing components are compatible with Next.js 16 as-is.
Issue Ticket Number
Supersedes #645 (same intent, reimplemented cleanly on top of current main)
Type of change
Changes
next-cloudinary/package.json— adds|| ^16to next peerDependenciestests/nextjs-app/package.json— upgrades integration test app to Next.js 16, React 19, ESLint 9tests/nextjs-app/tsconfig.json— setsmoduleResolution: bundlerandjsx: react-jsx(both required by Next.js 16)pnpm-lock.yaml— updated to reflect peerDependency changeValidation
pnpm test— 16/16 unit tests passpnpm test:app— full Next.js 16.3.4 (Turbopack) production build passes cleanlyNotes
forwardRefandJSX.Elementare soft-deprecated in React 19 but still work — this will been tracked for future v7 itemsChecklist