-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
refactor: integrate util "noop" function in each packages #9125
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
Conversation
View your CI Pipeline Execution ↗ for commit 0e1ae69
☁️ Nx Cloud last updated this comment at |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9125 +/- ##
===========================================
+ Coverage 45.17% 86.84% +41.66%
===========================================
Files 208 1 -207
Lines 8327 38 -8289
Branches 1886 10 -1876
===========================================
- Hits 3762 33 -3729
+ Misses 4118 5 -4113
+ Partials 447 0 -447
🚀 New features to boost your workflow:
|
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.
please revert the changes to package-lock, other than that, this should be good to be merged
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.
there shouldn’t be any changes in package-lock if there are no changes in package.json
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.
Hello, I deleted all changes in "package.json" file. Please check and tell me if there is some problem
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.
My code is already applied by other person. So this PR is not needed anymore. I'm gonna close my PR
WalkthroughThe changeset centralizes usage of a noop utility by importing it from @tanstack/query-core across multiple packages, removing local noop implementations. One package version is bumped. Minor typing is added for an unsubscribe variable. No control flow or public API signatures are altered. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. 📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
✨ Finishing Touches🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
2d5a9a8
to
e646812
Compare
I integrated util function "noop". The function "noop" is already made in "query-core" package. So, we don't need to make again in "react-query" package
Summary by CodeRabbit