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

fix(react-query): depend on @suspensive/react-query-4,5 to support @tanstack/react-query@4,5 at once automatically #946

Merged
merged 9 commits into from
Jun 19, 2024

Conversation

manudeli
Copy link
Member

@manudeli manudeli commented Jun 17, 2024

related #944, #36

Overview

PR Checklist

  • I did below actions if need
  1. I read the Contributing Guide
  2. I added documents and tests.

@manudeli manudeli self-assigned this Jun 17, 2024
Copy link

vercel bot commented Jun 17, 2024

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

Name Status Preview Comments Updated (UTC)
suspensive.org ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2024 2:55am
v1.suspensive.org ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2024 2:55am
visualization.suspensive.org ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2024 2:55am

Copy link

changeset-bot bot commented Jun 17, 2024

🦋 Changeset detected

Latest commit: 0cab27d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
@suspensive/react-query-4 Patch
@suspensive/react-query-5 Patch
@suspensive/react-query Patch
@suspensive/react Patch

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

Copy link

codspeed-hq bot commented Jun 17, 2024

CodSpeed Performance Report

Merging #946 will create unknown performance changes

Comparing suspensive/react-query-v5/initialization (0cab27d) with beta (7619dec)

Summary

⚠️ No benchmarks were detected in both the base of the PR and the PR.

@codecov-commenter
Copy link

codecov-commenter commented Jun 17, 2024

Codecov Report

Attention: Patch coverage is 0% with 14 lines in your changes missing coverage. Please review.

Project coverage is 80.67%. Comparing base (5297afa) to head (f0f0e54).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #946      +/-   ##
==========================================
- Coverage   83.48%   80.67%   -2.82%     
==========================================
  Files          32       36       +4     
  Lines         430      445      +15     
  Branches       98       99       +1     
==========================================
  Hits          359      359              
- Misses         63       77      +14     
- Partials        8        9       +1     
Components Coverage Δ
@suspensive/react 96.98% <ø> (ø)
@suspensive/react-query 0.00% <ø> (ø)
@suspensive/react-query-5 0.00% <0.00%> (∅)
@suspensive/react-await 100.00% <ø> (ø)
@suspensive/react-image 23.52% <ø> (ø)

Co-authored-by: GwanSik Kim <39869096+gwansikk@users.noreply.github.com>
Copy link
Collaborator

@gwansikk gwansikk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍
Our innovation is beginning!!🚀

@manudeli manudeli merged commit 2fd8108 into beta Jun 19, 2024
14 checks passed
@manudeli manudeli deleted the suspensive/react-query-v5/initialization branch June 19, 2024 04:09
manudeli pushed a commit that referenced this pull request Jun 19, 2024
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 beta, this PR will
be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

`beta` is currently in **pre mode** so this branch has prereleases
rather than normal releases. If you want to exit prereleases, run
`changeset pre exit` on `beta`.

⚠️⚠️⚠️⚠️⚠️⚠️

# Releases
## @suspensive/react-query@2.1.2-beta.0

### Patch Changes

- [#946](#946)
[`2fd8108`](2fd8108)
Thanks [@manudeli](https://github.com/manudeli)! - feat(react-query)
depend on @suspensive/react-query-4,5 to support
@tanstack/react-query@4,5 at once automatically

- Updated dependencies
\[[`2fd8108`](2fd8108)]:
    -   @suspensive/react-query-4@0.0.1-beta.0
    -   @suspensive/react-query-5@0.0.1-beta.0
    -   @suspensive/react@2.1.2-beta.0

## @suspensive/react-query-4@0.0.1-beta.0

### Patch Changes

- [#946](#946)
[`2fd8108`](2fd8108)
Thanks [@manudeli](https://github.com/manudeli)! - feat(react-query)
depend on @suspensive/react-query-4,5 to support
@tanstack/react-query@4,5 at once automatically

-   Updated dependencies \[]:
    -   @suspensive/react@2.1.2-beta.0

## @suspensive/react-query-5@0.0.1-beta.0

### Patch Changes

- [#946](#946)
[`2fd8108`](2fd8108)
Thanks [@manudeli](https://github.com/manudeli)! - feat(react-query)
depend on @suspensive/react-query-4,5 to support
@tanstack/react-query@4,5 at once automatically

-   Updated dependencies \[]:
    -   @suspensive/react@2.1.2-beta.0

## @suspensive/react@2.1.2-beta.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot mentioned this pull request Jun 23, 2024
manudeli pushed a commit that referenced this pull request Jun 23, 2024
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 beta, this PR will
be updated.


# Releases
## @suspensive/react-query@2.2.0

### Minor Changes

- [#953](#953)
[`8d8a2d6`](8d8a2d6)
Thanks [@gwansikk](https://github.com/gwansikk)! - feat(react-query):
universal support for TanStack Query 4 and 5

### Patch Changes

- [#946](#946)
[`2fd8108`](2fd8108)
Thanks [@manudeli](https://github.com/manudeli)! - feat(react-query)
depend on @suspensive/react-query-4,5 to support
@tanstack/react-query@4,5 at once automatically

- Updated dependencies
\[[`2fd8108`](2fd8108)]:
    -   @suspensive/react-query-4@0.0.1
    -   @suspensive/react-query-5@0.0.1
    -   @suspensive/react@2.2.0

## @suspensive/react-query-4@0.0.1

### Patch Changes

- [#946](#946)
[`2fd8108`](2fd8108)
Thanks [@manudeli](https://github.com/manudeli)! - feat(react-query)
depend on @suspensive/react-query-4,5 to support
@tanstack/react-query@4,5 at once automatically

-   Updated dependencies \[]:
    -   @suspensive/react@2.2.0

## @suspensive/react-query-5@0.0.1

### Patch Changes

- [#946](#946)
[`2fd8108`](2fd8108)
Thanks [@manudeli](https://github.com/manudeli)! - feat(react-query)
depend on @suspensive/react-query-4,5 to support
@tanstack/react-query@4,5 at once automatically

-   Updated dependencies \[]:
    -   @suspensive/react@2.2.0

## @suspensive/react@2.2.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Support TanStack React Query v5
3 participants