-
Notifications
You must be signed in to change notification settings - Fork 54
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
refactor: display tanstack apis in status cli table #1198
Conversation
🦋 Changeset detectedLatest commit: 4672c66 The changes in this PR will be included in the next version bump. This PR includes changesets to release 10 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: 0 B Total Size: 92.9 kB ℹ️ View Unchanged
|
CodSpeed Performance ReportMerging #1198 will create unknown performance changesComparing Summary
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1198 +/- ##
==========================================
+ Coverage 77.94% 77.96% +0.01%
==========================================
Files 65 65
Lines 603 599 -4
Branches 121 122 +1
==========================================
- Hits 470 467 -3
Misses 123 123
+ Partials 10 9 -1
|
Co-authored-by: Jonghyeon Ko <jonghyeon@toss.im>
Co-authored-by: Jonghyeon Ko <jonghyeon@toss.im>
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.
Very clear..! 🥂
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @suspensive/cache@0.3.6 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.12.3 ## @suspensive/jotai@0.0.13 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.12.3 ## @suspensive/react@2.12.3 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.12.3 ## @suspensive/react-dom@0.0.3 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.12.3 ## @suspensive/react-image@0.0.27 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.12.3 ## @suspensive/react-native@0.0.5 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.12.3 ## @suspensive/react-query@2.12.3 ### Patch Changes - [#1198](#1198) [`2dfb918`](2dfb918) Thanks [@gwansikk](https://github.com/gwansikk)! - fix: display tanstack apis in status cli table - Updated dependencies \[]: - @suspensive/utils@2.12.3 - @suspensive/react@2.12.3 - @suspensive/react-query-4@2.12.3 - @suspensive/react-query-5@2.12.3 ## @suspensive/react-query-4@2.12.3 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.12.3 - @suspensive/react@2.12.3 ## @suspensive/react-query-5@2.12.3 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.12.3 - @suspensive/react@2.12.3 ## @suspensive/utils@2.12.3
# Overview closed: toss#1119 / related: toss#1113 - I have modified the logic for displaying the APIs that re-export tanstack/react-query v5. | @tanstack/react-query@4 | @tanstack/react-query@5 | | --- | --- | |<img width="543" alt="image" src="https://github.com/user-attachments/assets/04ff703f-fe3b-4d74-9494-0ad6ffaa0da3">|<img width="548" alt="image" src="https://github.com/user-attachments/assets/b34cd121-9536-4335-94eb-f5e435001300">| ## PR Checklist - [x] I did below actions if need 1. I read the [Contributing Guide](https://github.com/toss/suspensive/blob/main/CONTRIBUTING.md) 2. I added documents and tests. --------- Co-authored-by: Jonghyeon Ko <jonghyeon@toss.im>
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @suspensive/cache@0.3.6 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.12.3 ## @suspensive/jotai@0.0.13 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.12.3 ## @suspensive/react@2.12.3 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.12.3 ## @suspensive/react-dom@0.0.3 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.12.3 ## @suspensive/react-image@0.0.27 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.12.3 ## @suspensive/react-native@0.0.5 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.12.3 ## @suspensive/react-query@2.12.3 ### Patch Changes - [toss#1198](toss#1198) [`2dfb918`](toss@2dfb918) Thanks [@gwansikk](https://github.com/gwansikk)! - fix: display tanstack apis in status cli table - Updated dependencies \[]: - @suspensive/utils@2.12.3 - @suspensive/react@2.12.3 - @suspensive/react-query-4@2.12.3 - @suspensive/react-query-5@2.12.3 ## @suspensive/react-query-4@2.12.3 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.12.3 - @suspensive/react@2.12.3 ## @suspensive/react-query-5@2.12.3 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.12.3 - @suspensive/react@2.12.3 ## @suspensive/utils@2.12.3
Overview
closed: #1119 / related: #1113
PR Checklist