Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@repo/ui": "*",
"next": "^14.1.1",
"next": "^15.5.10",
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The @next/eslint-plugin-next package version (^14.1.1) should be updated to match the Next.js version being upgraded to (^15.5.10). Using mismatched versions between Next.js and its ESLint plugin can lead to incorrect linting rules or false positives/negatives in code checks.

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a discrepancy between the PR title/description and the actual code changes. The PR description states the upgrade is from version 14.2.35, but the diff shows the actual current version is ^14.1.1. While this doesn't affect the functionality of the upgrade, it suggests the automated PR generation may be using incorrect baseline information.

Copilot uses AI. Check for mistakes.
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Loading