Disable ESLint refs rule and update lucide-react icon imports#754
Merged
Conversation
…dev deps eslint-plugin-react-hooks 7.1.1 introduced the `react-hooks/refs` rule which false-positives on react-hook-form's standard handleSubmit pattern. Disable the rule in line with other overly-aggressive react-hooks rules already turned off (immutability, purity, preserve-manual-memoization, set-state-in-effect). Also ran `npm update` to pull in the latest dev dependency patch releases including @babel/* 7.29.7, esbuild 0.27.7, typescript-eslint 8.60.0, jose 6.2.3, and unrs-resolver 1.12.2 among others. https://claude.ai/code/session_01KxGvjGfAkonx9FLzGnidZ6
Upgrade lucide-react to v1.17.0 and disable refs ESLint rule
Renames deprecated 0.x alias icons to their canonical lucide-react 1.x equivalents across all source files. The package.json/lock bump to ^1.17.0 was already applied by Dependabot; this completes the migration by updating imports and JSX usages so the codebase no longer depends on the compatibility shim layer. Renames applied: - Loader2 → LoaderCircle - AlertCircle → CircleAlert - CheckCircle → CircleCheckBig - CheckCircle2 → CircleCheck - HelpCircle → CircleQuestionMark - PlusCircle → CirclePlus - ArrowUpCircle → CircleArrowUp - ArrowDownCircle → CircleArrowDown - SendHorizonal → SendHorizontal - Edit2 → Pen - TestTube2 → TestTubeDiagonal - BarChart3 → ChartColumn - LineChart → ChartLine - CandlestickChart → ChartCandlestick - PieChart (lucide) → ChartPie https://claude.ai/code/session_01PnA1ju9XE5u3UXjMro97SY
Update Lucide icon imports to use current icon names
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.
No description provided.