Skip to content

Conversation

@redreceipt
Copy link
Member

Summary

  • Downgrade Next to 14.2.5 to align with React 18 and remove invalid hook call warnings
  • Align eslint-config-next and eslint to match Next 14 peer deps
  • Keep dev-only Apollo network error logging for easier debugging

Testing

  • Not run (please run npm run dev and verify login flow)

@vercel
Copy link

vercel bot commented Dec 20, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
longhollow-web Ready Ready Preview, Comment Dec 20, 2025 3:20am

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +41 to +42
"eslint": "^8.57.0",
"eslint-config-next": "14.2.5",

Choose a reason for hiding this comment

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

P1 Badge Lint script ignores flat config after ESLint downgrade

The downgrade to ESLint 8 (eslint and eslint-config-next now at 8.x/14.x) means npm run lint runs eslint . with a version that defaults to the legacy .eslintrc resolver. This repo only provides a flat eslint.config.js, so on ESLint 8 the command will error with “No ESLint configuration found” unless ESLINT_USE_FLAT_CONFIG or --config eslint.config.js --no-eslintrc is added. With ESLint 9 this worked because flat config is the default, so this change breaks linting locally/CI.

Useful? React with 👍 / 👎.

@redreceipt redreceipt merged commit 4d1f0e3 into main Dec 20, 2025
4 checks passed
@redreceipt redreceipt deleted the fix-next-14-stable branch December 20, 2025 03:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants