Skip to content

Comments

fix: restore eslint 9 and fix lint after dependency updates#33

Merged
mattinannt merged 1 commit intomainfrom
codex/eslint9-lint-fix
Feb 14, 2026
Merged

fix: restore eslint 9 and fix lint after dependency updates#33
mattinannt merged 1 commit intomainfrom
codex/eslint9-lint-fix

Conversation

@mattinannt
Copy link
Member

@mattinannt mattinannt commented Feb 14, 2026

Summary

  • upgraded all dependencies to the newest version to solve dependabot issues.
  • pin ESLint back to 9.39.2 in both packages for current ecosystem compatibility
  • update playground lint script to run ESLint directly (Next.js 16 no longer supports the old lint CLI option)
  • switch playground flat config to Next's flat exports and remove unused FlatCompat dependency
  • refresh lockfile

Verification

  • pnpm lint passes in all workspace packages

@sonarqubecloud
Copy link

@coderabbitai
Copy link

coderabbitai bot commented Feb 14, 2026

Walkthrough

The pull request modernizes the ESLint configuration in the playground app by replacing FlatCompat-based composition with direct Next.js preset imports, eliminating boilerplate code. It simultaneously updates dependencies across the monorepo: the playground app's runtime and development dependencies, root-level package manager and build tool versions, and the JavaScript package's testing and linting tools. These changes reflect a shift to a more straightforward ESLint configuration approach while maintaining current dependency versions.

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main changes: fixing and restoring ESLint 9 compatibility and fixing linting after dependency updates.
Description check ✅ Passed The description is directly related to the changeset, providing clear context about dependency upgrades, ESLint pinning, lint script updates, and configuration changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Merge Conflict Detection ✅ Passed ✅ No merge conflicts detected when merging into main

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


No actionable comments were generated in the recent review. 🎉

Tip

Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord.


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@mattinannt mattinannt enabled auto-merge February 14, 2026 11:11
@mattinannt mattinannt added this pull request to the merge queue Feb 14, 2026
Merged via the queue into main with commit 57fc3e3 Feb 14, 2026
9 checks passed
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