-
-
Notifications
You must be signed in to change notification settings - Fork 53
build(deps): bump next from 15.5.2 to 15.5.7 in /docs #1642
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
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/npm_and_yarn/docs/next-15.5.7
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.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: rad-ui/ui
Length of output: 1710
🌐 Web query:
CVE-2025-66478 Next.js security vulnerability💡 Result:
Short summary — CVE-2025-66478 (Next.js)
Sources:
[1] Next.js security advisory — CVE-2025-66478 (Next.js blog, Dec 3, 2025).
[2] Vercel changelog: Summary of CVE-2025-55182 (Dec 3, 2025).
🏁 Script executed:
Repository: rad-ui/ui
Length of output: 711
🌐 Web query:
Next.js 15.5.7 breaking changes from 15.2.4 @next/mdx compatibility💡 Result:
Short answer — Next.js 15.5.x introduced changes (Turbopack/loader handling and stricter loader option serialization) that break some @next/mdx setups that worked on 15.2.4. Common symptoms: build/dev errors from the @next/mdx loader about "does not have serializable options" or MDX not building under Turbo/production. Recommended fixes/workarounds:
🌐 Web query:
@next/mdx 15.5.x version changelog compatibility with next 15.5.7💡 Result:
Short answer: Yes — @next/mdx 15.5.x is the official MDX integration for Next.js 15 and is intended to be compatible with Next.js 15.5.7. See the Next.js MDX docs for usage. [1]
Notes / gotchas:
If you want, tell me the exact @next/mdx version you plan to use and your next.config.js so I can check for any specific incompatibilities.
Sources: Next.js MDX docs. [1] Issue/workaround writeup. [2] Package/version listing. [3]
🏁 Script executed:
Repository: rad-ui/ui
Length of output: 139
Update
@next/mdxto^15.5.0andreactto^19.0.1to fully resolve CVE-2025-66478.The
next@15.5.7upgrade addresses the critical RCE vulnerability CVE-2025-66478 (CVSS 10.0) in the React Server Components protocol. However, two related updates are required:@next/mdxmust be updated from^15.2.0to^15.5.0— The 15.5.x line introduced stricter loader option serialization in Turbopack that breaks compatibility with 15.2.x. Known issue: ifnext.config.jspasses plugin functions viarequire()in remark/rehype configuration, Turbopack will fail with "does not have serializable options" errors. Use plugin name strings instead.reactmust be bumped from19.0.0to^19.0.1— The CVE fix includes React-side patches in 19.0.1+; the current version needs this update for complete protection.Consider updating
eslint-config-nextfrom15.1.2to^15.5.0— Version alignment with Next.js is recommended for lint rule consistency.Test the dev and build scripts after merging to verify Turbopack compatibility and MDX rendering.
🤖 Prompt for AI Agents