Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react scan v0.1.0 #192

Merged
merged 20 commits into from
Jan 17, 2025
Merged

react scan v0.1.0 #192

merged 20 commits into from
Jan 17, 2025

Conversation

RobPruzan
Copy link
Collaborator

No description provided.

pivanov added 14 commits January 9, 2025 08:35
- Replace ESLint with Biome for linting and formatting
- Configure Biome with strict rules for:
  - Type checking and type safety
  - Code correctness (unused imports, variables, parameters)
  - Security (noExplicitAny, noConsole, dangerouslySetInnerHTML)
- Improve VSCode integration:
  - Set up Biome formatters for TypeScript, JavaScript, and JSON
  - Configure Prettier for Markdown and HTML
  - Add automatic code actions and formatting
- Improve React internals:
  - Remove react-reconciler dependency
  - Use bippy for Fiber/FiberRoot types
  - Use installRDTHook for React DevTools hook to avoid side effects
- Update package dependencies and development tooling
- General improvements and code cleanup

BREAKING CHANGE: ESLint configuration removed in favor of Biome
Copy link

vercel bot commented Jan 16, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
react-scan ⬜️ Skipped (Inspect) Jan 17, 2025 3:36pm

Copy link

pkg-pr-new bot commented Jan 16, 2025

Open in Stackblitz

npm i https://pkg.pr.new/aidenybai/react-scan@192

commit: 81b1176

* fix: react component names + turbopack loader

* fix: tests for ReactComponentNames

* fix: typesVersions for ReactComponentNames loader

* fix: map return for filtered
@RobPruzan
Copy link
Collaborator Author

Reminder: do not squash and merge, rebase this pr

@RobPruzan RobPruzan merged commit 032215b into main Jan 17, 2025
5 checks passed
@RobPruzan RobPruzan changed the title React scan v1 react scan v0.1.0 Jan 17, 2025
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.

4 participants