Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): update dependency @tanstack/react-query to v5.83.0#2296

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
renovate wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromrenovate/tanstack-query-monorepo

Conversation

renovate[bot]
Copy link
Contributor

@renovaterenovatebot commentedMay 6, 2025
edited
Loading

This PR contains the following updates:

PackageChangeAgeConfidence
@tanstack/react-query (source)5.77.2 ->5.83.0ageconfidence

Release Notes

TanStack/query (@​tanstack/react-query)

v5.83.0

Compare Source

Version 5.83.0 - 7/11/25, 5:00 PM

Changes

Feat
  • core: QueryObserver returns isEnabled flag (#​9408) (23c8908) by Dominik Dorfmeister
Test
  • solid-query/suspense: remove "vi.waitFor", and add "advanceTimersByTimeAsync", "expect" (#​9407) (0569891) by@​sukvvon
  • svelte-query/createMutation: switch to fake timers, replace "waitFor" with "vi.waitFor", and add "expect" (#​9382) (d6930fd) by@​sukvvon
  • svelte-query/createQueries: switch to fake timers, and replace "waitFor" with "vi.waitFor" (#​9383) (ab7fd72) by@​sukvvon
  • svelte-query/createQuery: switch to fake timers, replace "waitFor" with "vi.waitFor", and add "expect" (#​9384) (2212fff) by@​sukvvon
  • svelte-query/useIsFetching: switch to fake timers, add "expect", "vi.waitFor", and replace "findByText" with "getByText" (#​9386) (06cb8eb) by@​sukvvon
  • solid-query/useIsMutating: remove "vi.waitFor", and add "advanceTimersByTimeAsync" (#​9404) (9ecfbf7) by@​sukvvon
  • solid-query/useMutationState: remove "vi.waitFor", and add "advanceTimersByTimeAsync", "expect" (#​9405) (89f9483) by@​sukvvon
  • solid-query/useQueries: remove "vi.waitFor", and add "advanceTimersByTimeAsync", "expect" (#​9406) (daad8e3) by@​sukvvon
  • svelte-query/createInfiniteQuery: switch to fake timers, and replace "waitFor" with "vi.waitFor" (#​9381) (b32904c) by@​sukvvon
  • solid-query/useIsFetching: remove "vi.waitFor", and add "advanceTimersByTimeAsync", "expect" (#​9403) (e2bcbe8) by@​sukvvon
  • solid-query/transition: remove "vi.waitFor", and add "advanceTimersByTimeAsync" (#​9402) (eb1cab7) by@​sukvvon
  • solid-query/QueryClientProvider: remove "vi.waitFor", and add "advanceTimersByTimeAsync", "expect" (#​9401) (93978d3) by@​sukvvon
  • svelte-query/useMutationState: switch to fake timers, and replace "waitFor" with "vi.waitFor" (#​9388) (32467aa) by@​sukvvon
  • svelte-query/useIsMutating: switch to fake timers, add "expect", "vi.waitFor", and replace "findByText" with "getByText" (#​9387) (c597f76) by@​sukvvon
  • solid-query/useIsFetching: switch to fake timers, replace "waitFor" with "vi.waitFor" and "findByText" with "getByText" (#​9377) (bce4d7e) by@​sukvvon
  • svelte-query/QueryClientProvider: switch to fake timers, replace "waitFor" with "vi.waitFor", and add "expect" (#​9385) (c0fd94e) by@​sukvvon
  • solid-query/useQueries: switch to fake timers and replace "waitFor" with "vi.waitFor" (#​9380) (f7c83c2) by@​sukvvon
  • solid-query/suspense: switch to fake timers and replace "waitFor" with "vi.waitFor" (#​9375) (d1c8cff) by@​sukvvon
  • solid-query/useMutationState: switch to fake timers and replace "waitFor" with "vi.waitFor" (#​9379) (94f2150) by@​sukvvon
  • solid-query/useIsMutating: switch to fake timers and replace "waitFor" with "vi.waitFor" (#​9378) (509064a) by@​sukvvon
  • solid-query/transition: switch to fake timers and replace "waitFor" with "vi.waitFor" (#​9376) (27d82a7) by@​sukvvon
  • solid-query/useInfiniteQuery: switch to fake timers, and replace "waitFor" with "vi.waitFor" (#​9391) (a0aeac0) by@​sukvvon
  • solid-query/QueryClientProvider: switch to fake timers and replace "waitFor" with "vi.waitFor" (#​9374) (c66af8a) by@​sukvvon
  • vue-query/vueQueryPlugin: switch to fake timers and replace "sleep" with "advanceTimersByTimeAsync" (#​9372) (8c79719) by@​sukvvon
  • vue-query/useIsMutating: switch to fake timers and replace "sleep" with "advanceTimersByTimeAsync" (#​9373) (47f7e86) by@​sukvvon
  • vue-query/useIsFetching: switch to fake timers and replace "sleep" with "advanceTimersByTimeAsync" (#​9370) (367a96e) by@​sukvvon
  • vue-query/useQueries: switch to fake timers and replace "sleep" with "advanceTimersByTimeAsync" (#​9369) (fc0b23e) by@​sukvvon
  • vue-query/queryClient: switch to fake timers and replace "sleep" with "advanceTimersByTimeAsync" (#​9371) (79893c8) by@​sukvvon
  • vue-query/useInfiniteQuery: switch to fake timers and replace "sleep" with "advanceTimersByTimeAsync" (#​9368) (fc2a95c) by@​sukvvon
  • react-query/usePrefetchQuery: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (#​9355) (c9daf2c) by@​sukvvon
  • react-query/useQueries: remove "waitFor" and add "advanceTimersByTimeAsync" (#​9367) (fd7c655) by@​sukvvon
  • react-query/useInfiniteQuery: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (#​9366) (f6085d0) by@​sukvvon
  • react-query/useMutation: remove "vi.waitFor", add "advanceTimersByTimeAsync" and replace "findByText" with "getByText" (#​9352) (c680879) by@​sukvvon
  • react-query/mutationOptions: switch to fake timers, remove "vi.waitFor", and add "advanceTimersByTimeAsync" (#​9397) (5765378) by@​sukvvon
  • react-query/suspense: remove "vi.waitFor" and add "advanceTimersByTime" (#​9350) (f580f08) by@​sukvvon
  • react-query/useQuery: remove "vi.waitFor", add "advanceTimersByTimeAsync" and replace "findByText" with "getByText" (#​9363) (eaf768b) by@​sukvvon
  • react-query/useSuspenseQueries: remove "waitFor" and add "advanceTimersByTimeAsync" (#​9356) (a0a0812) by@​sukvvon

Packages

v5.82.0

Compare Source

Version 5.82.0 - 7/9/25, 3:03 PM

Changes
Feat
Chore
Test
Ci
Type
Packages

v5.81.5

Compare Source

Version 5.81.5 - 6/27/25, 7:02 PM

Changes

Fix
Test

Packages

v5.81.4

Compare Source

Version 5.81.4 - 6/27/25, 1:54 PM

Changes

Refactor
  • deprecate createSyncStoragePersister (#​9316) (1078bce) by Dominik Dorfmeister
Test

Packages

v5.81.2

Version 5.81.2 - 6/21/25, 10:28 PM (Manual Release)

Changes

Fix
  • angular-query: fix package publishing (#​9297) (5b0d320) by Arnoud
  • trigger release (0e44a74) by Dominik Dorfmeister
  • trigger release (76c91d8) by Dominik Dorfmeister
Refactor
  • angular-query: build with vite, publish d.ts files to package root (#​9292) (658d5fa) by Arnoud
Chore
Docs
  • add Chrome extension information for TanStack Query devtools across multiple frameworks (#​9275) (1a0ab99) by Dmytro Borysov
  • clarify comment regarding userIds in dependent queries example (#​9288) (22368e0) by@​ahelmi365

Packages

v5.80.10

Compare Source

Version 5.80.10 - 6/19/25, 8:52 AM

Changes
Perf
  • query-core: clear query"s revertState once fetching ends successfully (#​9265) (fa48673) by LoicDavid
Chore
Ci
Docs
Packages

v5.80.7

Compare Source

Version 5.80.7 - 6/11/25, 11:51 PM

Changes

Fix
  • solid-query-devtools: client-side code instantiating prematurely server-side (#​9163) (bd3ac49) by Wesley LeMahieu
Chore
Test
  • add callback return type tests for mutation callbacks (#​9252) (2b9b122) by Braden Wong
Docs
  • fix relative links (#​9262) (cba46b5) by Collin Stevens
  • Remove superfluous text from mutations.md (#​9256) (10b4c2f) by H. C. Kruse
  • Replace accidentally-deleted content in mutations.md (#​9254) (eae7bde) by Christina Martinez

Packages

v5.80.6

Compare Source

v5.80.5

Compare Source

Version 5.80.5 - 6/4/25, 6:43 PM

Changes

Fix
  • experimental_createQueryPersister: Change persisterRestoreAll to restoreQueries with filter support (#​9230) (9e0e60c) by René Klomp

Packages

v5.80.3

Compare Source

Version 5.80.3 - 6/4/25, 9:48 AM

Changes
Fix
  • react-query: move hydrationQueue from state to a derived value (#​9247) (0d2c2e0) by Fredrik Höglund
Docs
Packages

v5.80.2

Compare Source

Version 5.80.2 - 6/3/25, 12:08 PM

Changes
Fix
Packages

v5.80.1

Compare Source

Version 5.80.1 - 6/3/25, 11:23 AM

Changes
Perf
  • improve performance of util function "difference" in quriesObserver.ts in query-core package (#​9201) (57c6ce1) by novice0840
Packages

v5.80.0

Compare Source

Version 5.80.0 - 6/3/25, 9:36 AM

Changes

Feat
  • query-devtools: add indicator for staleTime: "static" (#​9215) (3e7d715) by MINSEONG KIM
Refactor
  • types: remove unnecessary TQueryData generic in InfiniteQueryObserverOptions (#​9224) (efa963d) by Braden Wong
  • query-core: add "Set" instead of "includes" (#​9221) (4bf169e) by novice0840
Chore
  • consolidate noop function usage across framework packages (#​9228) (1fba7fc) by Braden Wong
  • remove redundant word in comment (#​9231) (a2a23a8) by clonemycode
  • improve type safety ingetQueryData by using generics (#​9218) (3a89ec9) by Braden Wong

Packages


Configuration

📅Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated byMend Renovate. View therepository job log.

@renovaterenovatebot requested a review froma team as acode ownerMay 6, 2025 11:06
@renovaterenovatebot requested a review fromdrwpowMay 6, 2025 11:06
@changeset-botchangeset-bot
Copy link

changeset-botbot commentedMay 6, 2025
edited
Loading

⚠️ No Changeset found

Latest commit:54b52fe

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go.If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@netlifyNetlify
Copy link

netlifybot commentedMay 6, 2025
edited
Loading

Deploy Preview foropenapi-ts canceled.

NameLink
🔨 Latest commit54b52fe
🔍 Latest deploy loghttps://app.netlify.com/projects/openapi-ts/deploys/687152abef22be000844f962

@github-actionsGitHub Actions
Copy link
Contributor

github-actionsbot commentedMay 6, 2025
edited
Loading

size-limit report 📦

PathSize
packages/openapi-fetch/dist/index.mjs6.7 KB (0%)

@renovaterenovatebot changed the titlechore(deps): update dependency @tanstack/react-query to v5.75.4chore(deps): update dependency @tanstack/react-query to v5.75.4 - autoclosedMay 7, 2025
@renovaterenovatebot closed thisMay 7, 2025
@renovaterenovatebot deleted the renovate/tanstack-query-monorepo branchMay 7, 2025 05:57
@renovaterenovatebot changed the titlechore(deps): update dependency @tanstack/react-query to v5.75.4 - autoclosedchore(deps): update dependency @tanstack/react-query to v5.75.4May 12, 2025
@renovaterenovatebot reopened thisMay 12, 2025
@renovaterenovatebotforce-pushed therenovate/tanstack-query-monorepo branch fromc283f1e toe564bf4CompareMay 12, 2025 12:39
@renovaterenovatebot changed the titlechore(deps): update dependency @tanstack/react-query to v5.75.4chore(deps): update dependency @tanstack/react-query to v5.76.0May 12, 2025
@renovaterenovatebotforce-pushed therenovate/tanstack-query-monorepo branch frome564bf4 tob315ca7CompareMay 12, 2025 20:03
@renovaterenovatebot changed the titlechore(deps): update dependency @tanstack/react-query to v5.76.0chore(deps): update dependency @tanstack/react-query to v5.76.1May 13, 2025
@renovaterenovatebotforce-pushed therenovate/tanstack-query-monorepo branch 2 times, most recently fromae5492c toa02a3e2CompareMay 19, 2025 19:57
@renovaterenovatebot changed the titlechore(deps): update dependency @tanstack/react-query to v5.76.1chore(deps): update dependency @tanstack/react-query to v5.76.2May 22, 2025
@renovaterenovatebotforce-pushed therenovate/tanstack-query-monorepo branch 2 times, most recently fromd9e9ebf to2a237c3CompareMay 24, 2025 10:24
@renovaterenovatebot changed the titlechore(deps): update dependency @tanstack/react-query to v5.76.2chore(deps): update dependency @tanstack/react-query to v5.77.0May 24, 2025
@renovaterenovatebotforce-pushed therenovate/tanstack-query-monorepo branch from2a237c3 to48b0842CompareMay 25, 2025 22:45
@renovaterenovatebot changed the titlechore(deps): update dependency @tanstack/react-query to v5.77.0chore(deps): update dependency @tanstack/react-query to v5.77.1May 25, 2025
@renovaterenovatebotforce-pushed therenovate/tanstack-query-monorepo branch from48b0842 to83c34d4CompareMay 26, 2025 14:33
@renovaterenovatebot changed the titlechore(deps): update dependency @tanstack/react-query to v5.77.1chore(deps): update dependency @tanstack/react-query to v5.77.2May 26, 2025
@renovaterenovatebot changed the titlechore(deps): update dependency @tanstack/react-query to v5.77.2chore(deps): update dependency @tanstack/react-query to v5.77.2 - autoclosedMay 27, 2025
@renovaterenovatebot closed thisMay 27, 2025
@renovaterenovatebot changed the titlechore(deps): update dependency @tanstack/react-query to v5.77.2 - autoclosedchore(deps): update dependency @tanstack/react-query to v5.77.2May 29, 2025
@renovaterenovatebot reopened thisMay 29, 2025
@renovaterenovatebot changed the titlechore(deps): update dependency @tanstack/react-query to v5.77.2chore(deps): update dependency @tanstack/react-query to v5.79.0May 29, 2025
@renovaterenovatebotforce-pushed therenovate/tanstack-query-monorepo branch from83c34d4 to2c782b9CompareMay 29, 2025 14:48
@renovaterenovatebot changed the titlechore(deps): update dependency @tanstack/react-query to v5.79.2chore(deps): update dependency @tanstack/react-query to v5.80.0Jun 3, 2025
@renovaterenovatebotforce-pushed therenovate/tanstack-query-monorepo branch frome466829 to552cf14CompareJune 3, 2025 10:58
@renovaterenovatebot changed the titlechore(deps): update dependency @tanstack/react-query to v5.80.0chore(deps): update dependency @tanstack/react-query to v5.80.2Jun 3, 2025
@renovaterenovatebotforce-pushed therenovate/tanstack-query-monorepo branch 2 times, most recently from5fba863 tocaf765dCompareJune 4, 2025 12:27
@renovaterenovatebot changed the titlechore(deps): update dependency @tanstack/react-query to v5.80.2chore(deps): update dependency @tanstack/react-query to v5.80.3Jun 4, 2025
@renovaterenovatebotforce-pushed therenovate/tanstack-query-monorepo branch fromcaf765d to90ab46aCompareJune 4, 2025 19:19
@renovaterenovatebot changed the titlechore(deps): update dependency @tanstack/react-query to v5.80.3chore(deps): update dependency @tanstack/react-query to v5.80.5Jun 4, 2025
@renovaterenovatebotforce-pushed therenovate/tanstack-query-monorepo branch from90ab46a tobc3e46eCompareJune 6, 2025 19:54
@renovaterenovatebot changed the titlechore(deps): update dependency @tanstack/react-query to v5.80.5chore(deps): update dependency @tanstack/react-query to v5.80.6Jun 6, 2025
@renovaterenovatebotforce-pushed therenovate/tanstack-query-monorepo branch frombc3e46e to855b0ebCompareJune 12, 2025 01:57
@renovaterenovatebot changed the titlechore(deps): update dependency @tanstack/react-query to v5.80.6chore(deps): update dependency @tanstack/react-query to v5.80.7Jun 12, 2025
@renovaterenovatebotforce-pushed therenovate/tanstack-query-monorepo branch from855b0eb to0146536CompareJune 19, 2025 12:55
@renovaterenovatebot changed the titlechore(deps): update dependency @tanstack/react-query to v5.80.7chore(deps): update dependency @tanstack/react-query to v5.80.10Jun 19, 2025
@renovaterenovatebotforce-pushed therenovate/tanstack-query-monorepo branch from0146536 to23cf1a3CompareJune 21, 2025 14:26
@renovaterenovatebot changed the titlechore(deps): update dependency @tanstack/react-query to v5.80.10chore(deps): update dependency @tanstack/react-query to v5.81.0Jun 21, 2025
@renovaterenovatebotforce-pushed therenovate/tanstack-query-monorepo branch from23cf1a3 tob8b2379CompareJune 21, 2025 21:48
@renovaterenovatebot changed the titlechore(deps): update dependency @tanstack/react-query to v5.81.0chore(deps): update dependency @tanstack/react-query to v5.81.1Jun 21, 2025
@renovaterenovatebotforce-pushed therenovate/tanstack-query-monorepo branch fromb8b2379 to60d66a5CompareJune 22, 2025 02:45
@renovaterenovatebot changed the titlechore(deps): update dependency @tanstack/react-query to v5.81.1chore(deps): update dependency @tanstack/react-query to v5.81.2Jun 22, 2025
@renovaterenovatebotforce-pushed therenovate/tanstack-query-monorepo branch 2 times, most recently fromf7eecd8 to7833492CompareJune 27, 2025 20:13
@renovaterenovatebot changed the titlechore(deps): update dependency @tanstack/react-query to v5.81.2chore(deps): update dependency @tanstack/react-query to v5.81.5Jun 27, 2025
@renovaterenovatebotforce-pushed therenovate/tanstack-query-monorepo branch 3 times, most recently from643d436 tob6db422CompareJuly 9, 2025 17:49
@renovaterenovatebot changed the titlechore(deps): update dependency @tanstack/react-query to v5.81.5chore(deps): update dependency @tanstack/react-query to v5.82.0Jul 9, 2025
@renovaterenovatebotforce-pushed therenovate/tanstack-query-monorepo branch fromb6db422 to54b52feCompareJuly 11, 2025 18:06
@renovaterenovatebot changed the titlechore(deps): update dependency @tanstack/react-query to v5.82.0chore(deps): update dependency @tanstack/react-query to v5.83.0Jul 11, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@drwpowdrwpowAwaiting requested review from drwpowdrwpow is a code owner automatically assigned from openapi-ts/maintainers

At least 1 approving review is required to merge this pull request.

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp