Skip to content
Open
Show file tree
Hide file tree
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
140 changes: 100 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@supabase/supabase-js": "^2.47.8",
"@trpc/client": "^11.8.0",
"@trpc/server": "^11.8.0",
"next": "16.1.1",
"next": "16.1.5",

Choose a reason for hiding this comment

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

The Next.js version has been updated but eslint-config-next remains at version 16.1.1 (line 33). This version mismatch could cause compatibility issues or prevent access to updated linting rules that correspond to the new Next.js version.

Suggested change
"next": "16.1.5",
"next": "16.1.5",
Why did I show this?

Category: inconsistency
Comment Quality: high

Based on general best practices

Tools used:

  1. get_file_lines, {'file_path': 'package.json', 'start_line': 1, 'end_line': 20}
  2. get_file_lines, {'file_path': 'package.json', 'start_line': 21, 'end_line': 39}
  3. find_files, {'pattern': '**/next.config.js'}

"react": "19.2.3",
"react-dom": "19.2.3",
"zod": "^3.24.4"
Expand Down