mirror of
https://github.com/Afilmory/afilmory
synced 2026-05-22 04:14:22 +00:00
- Bump 17 packages to latest patch versions: @types/react, hono,
@hono/node-server, @tanstack/react-{query,virtual}, daisyui, heic-to,
lint-staged, postcss, tsx, typescript-eslint, unplugin-dts,
vite-plugin-babel, vitest, @vitest/coverage-v8, @iconify-json/{lucide,
simple-icons}.
- Drop @iconify-json/lucide from apps/web; replace all i-lucide-* class
usages with lucide-react component imports across apps/web and dashboard.
- ShareModal preview button uses i-mingcute-pic-line (ShareActionButton
still accepts a class-string icon for mingcute).
- ProviderCard wraps i-simple-icons-github in a local component since
Github was removed from lucide-react v1.x.
- Disable ts/no-use-before-define, style/multiline-ternary,
e18e/prefer-static-regex in root and dashboard eslint configs to clear
pre-existing violations in files touched by this refactor.