feat: Update deps (Next 16, React 19, ESLint 9) and bump Node to 24#170
Merged
feat: Update deps (Next 16, React 19, ESLint 9) and bump Node to 24#170
Conversation
- Next.js 12 → 16, React 18 → 19, ESLint 8 → 9 - @typescript-eslint/utils 5 → 8, eslint-plugin-eslint-plugin 3 → 6 - CI workflows: Node 16 → 24 - Engine fields: node >=14 → >=18 (root), >= 16 → >= 18 (eslint-plugin) - Fix eslint-plugin for @typescript-eslint v8 compat: - Remove deprecated `recommended: "warn"` from rule meta - Use @typescript-eslint/rule-tester instead of ESLintUtils.RuleTester - Add output assertion for fixable rule test - Fix turbo.json: rename `pipeline` to `tasks` (turbo v2) - Fix tsconfig.json: add explicit `types` to avoid @types/minimatch resolution errors - Fix nsm build: patch .nsm/next.config.ts with evaluated rewrites - Remove package-lock.json (using yarn.lock only) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
github-actions bot
pushed a commit
that referenced
this pull request
Feb 13, 2026
# [3.2.0](v3.1.0...v3.2.0) (2026-02-13) ### Features * Update deps (Next 16, React 19, ESLint 9) and bump Node to 24 ([#170](#170)) ([9831634](9831634))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Re-does the dependency update work from PR #164 (reverted in #166) with additional fixes:
pipeline→tasks)recommended: "warn"from rule meta@typescript-eslint/rule-tester(replaces removedESLintUtils.RuleTester)outputassertion for fixable rule test (now required)typesin tsconfigs to avoid phantom@types/minimatcherrors; patched nsm build to evaluate and injectnext.config.jsrewrites into generated.nsm/next.config.tspackage-lock.json(repo uses yarn)Test plan
yarn build— all 3 packages build successfullyyarn test— nextlove (8 tests) + example-todo-app (40 tests) passyarn workspace eslint-plugin-nextlove test— 2 tests pass🤖 Generated with Claude Code