chore(wren-ui): Upgrade the Next.js version to 14.2.26#1456
Conversation
WalkthroughThe pull request updates the Next.js dependency in the Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
wren-ui/package.json (1)
70-70: DevDependency Version Consistency Check
While the core Next.js framework has been upgraded, the"eslint-config-next"package remains at "14.2.21". To maintain consistency and potentially benefit from updated linting rules aligned with the new Next.js version, consider upgrading"eslint-config-next"to "14.2.26" (if compatible with your project's setup).
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
wren-ui/yarn.lockis excluded by!**/yarn.lock,!**/*.lock
📒 Files selected for processing (1)
wren-ui/package.json(2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (2)
- GitHub Check: Analyze (javascript-typescript)
- GitHub Check: Analyze (go)
🔇 Additional comments (1)
wren-ui/package.json (1)
31-31: Next.js Dependency Upgrade Applied Correctly
The Next.js version in the dependencies has been updated from "14.2.21" to "14.2.26" as intended. Please verify that this version fully addresses the referenced vulnerability (CVE-2025-29927) and that any breaking changes in Next.js 14.2.26 have been tested in the application.
Description
14.2.21to14.2.26.The WrenAI is not affected by this vulnerability, but the package should still be upgraded accordingly.
Ref:
Summary by CodeRabbit