-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update eslint-plugin-react-refresh 0.4.16 → 0.4.18 (minor) #90
Update eslint-plugin-react-refresh 0.4.16 → 0.4.18 (minor) #90
Conversation
The files' contents are under analysis for test generation. |
By default, I don't review pull requests opened by bots. If you would like me to review this pull request anyway, you can request a review via the |
Reviewer's Guide by SourceryThis PR updates the Flow diagram of eslint-plugin-react-refresh changesflowchart LR
subgraph v0.4.16[Version 0.4.16]
old[Local component detection<br/>with false positives]
types1[Types requiring .default<br/>property access]
end
subgraph v0.4.18[Version 0.4.18]
new[Improved local component<br/>detection for JSX files]
types2[Simplified types without<br/>extra .default access]
end
old --> new
types1 --> types2
style v0.4.16 fill:#f0f0f0
style v0.4.18 fill:#e6ffe6
File-Level Changes
Assessment against linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Note Free review on us!CodeRabbit is offering free reviews until Wed Jan 15 2025 to showcase some of the refinements we've made. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, depfu[bot]!). We assume it knows what it's doing!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automatically approved by gstraccini[bot]
@depfu merge |
Updated and removed dependencies detected. Learn more about Socket for GitHub ↗︎
|
Infisical secrets check: ✅ No secrets leaked! 💻 Scan logs10:26PM INF scanning for exposed secrets...
10:26PM INF 75 commits scanned.
10:26PM INF scan completed in 96.2ms
10:26PM INF no leaks found
|
Quality Gate passedIssues Measures |
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ eslint-plugin-react-refresh (0.4.16 → 0.4.18) · Repo · Changelog
Release Notes
0.4.18
0.4.17
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 3 commits:
Fix types [publish]
Update types to not require extra unnecessary `.default` property access under TS node16 module resolution (fixes #70) [publish]
Fix detection of local components to not generate warning on for variable inside JSX files that follow React component naming (fixes #75)
🗑️ @eslint/js (removed)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands
Summary by Sourcery
Update eslint-plugin-react-refresh to 0.4.18 to fix the detection of local components and update types to not require extra
.default
property access under TS node16 module resolution.Bug Fixes:
.default
property access under TS node16 module resolution.Description by Korbit AI
What change is being made?
Update the
eslint-plugin-react-refresh
version from 0.4.16 to 0.4.18 in thepackage.json
file.Why are these changes being made?
This update includes minor improvements and bug fixes introduced in the newer version of the plugin. Keeping dependencies up to date ensures better stability and potentially improved performance or new features without major changes.