fix(KNO-15018, KNO-15006): upgrade Next.js and fast-uri - #1643
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Risk HIGH: Security patch upgrade bumping Next.js 16.2.11→16.3.3 and fast-uri 3.1.5→3.1.6, with regenerated lockfile and Next.js type declarations.
Reasons
package.jsonis modified, triggering the dependency change HIGH risk ruleyarn.lockhas ~500 lines changed, triggering the lockfile HIGH risk rule- Next.js minor upgrade pulls transitive updates (sharp, postcss, @swc/helpers, @next/swc-* binaries)
next-env.d.tsupdated with new root route parameter type imports from Next.js 16.3- No documentation content changes; scope is limited to dependency and generated type files
Notes
- Verify Vercel preview build completes successfully and key pages render (MDX, API reference, search)
- Confirm no TypeScript build regressions from the updated
next-env.d.tsroute types - Security fixes address Next.js RCE advisories (GHSA-p293-qw3h-jr36, GHSA-2xp9-vwfh-vxw4) and fast-uri SSRF bypass (GHSA-fph4-wmhf-6fwf)
- Author
kylemcdis a known team member; not auto-approved due to HIGH risk classification
Sent by Cursor Automation: Docs PR classifier
kylemcd
requested review from
a team,
MikeCarbone and
thomaswhyyou
and removed request for
a team
August 27, 2026 20:11
thomaswhyyou
approved these changes
Aug 27, 2026
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
These upgrades remove three exploitable security flaws from the docs site.
next-env.d.ts, which changes betweennext devandnext buildTasks