-
Notifications
You must be signed in to change notification settings - Fork 159
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
react scan v0.1.0 #192
Conversation
This file contains 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
- 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
RobPruzan
force-pushed
the
react-scan-v1
branch
from
January 16, 2025 17:04
d525b7c
to
0be3522
Compare
commit: |
RobPruzan
force-pushed
the
react-scan-v1
branch
from
January 16, 2025 19:11
0be3522
to
03e7321
Compare
RobPruzan
force-pushed
the
react-scan-v1
branch
from
January 16, 2025 19:20
03e7321
to
5a7d2fb
Compare
RobPruzan
force-pushed
the
react-scan-v1
branch
from
January 16, 2025 20:36
5a7d2fb
to
b41629d
Compare
RobPruzan
force-pushed
the
react-scan-v1
branch
from
January 16, 2025 20:49
b41629d
to
bf35284
Compare
RobPruzan
force-pushed
the
react-scan-v1
branch
from
January 16, 2025 20:51
bf35284
to
2e6c62a
Compare
RobPruzan
force-pushed
the
react-scan-v1
branch
from
January 16, 2025 21:22
2e6c62a
to
7063fde
Compare
RobPruzan
force-pushed
the
react-scan-v1
branch
2 times, most recently
from
January 16, 2025 23:43
56f994f
to
d0b320c
Compare
RobPruzan
force-pushed
the
react-scan-v1
branch
from
January 16, 2025 23:51
d0b320c
to
c7d04a8
Compare
RobPruzan
force-pushed
the
react-scan-v1
branch
from
January 17, 2025 00:21
c7d04a8
to
26b12c1
Compare
RobPruzan
force-pushed
the
react-scan-v1
branch
from
January 17, 2025 02:54
26b12c1
to
c53bd8b
Compare
…fixes, ux improvements"
RobPruzan
force-pushed
the
react-scan-v1
branch
from
January 17, 2025 04:11
c53bd8b
to
37d17a8
Compare
* fix: react component names + turbopack loader * fix: tests for ReactComponentNames * fix: typesVersions for ReactComponentNames loader * fix: map return for filtered
Reminder: do not squash and merge, rebase this pr |
RobPruzan
force-pushed
the
react-scan-v1
branch
from
January 17, 2025 14:08
a7584c7
to
0d687c7
Compare
RobPruzan
force-pushed
the
react-scan-v1
branch
from
January 17, 2025 15:36
3596376
to
3dc09c7
Compare
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.