Skip to content

chore(deps): update npm non-major develop dependencies #31

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Jun 2, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/query-core (source) ^5.72.1 -> ^5.77.1 age adoption passing confidence
@tanstack/react-query (source) ^5.72.1 -> ^5.77.1 age adoption passing confidence
@tanstack/vue-query (source) ^5.72.1 -> ^5.77.1 age adoption passing confidence
@types/node (source) ^18.19.86 -> ^18.19.103 age adoption passing confidence
@types/react (source) ^18.3.20 -> ^18.3.22 age adoption passing confidence
@types/react-dom (source) ^18.3.6 -> ^18.3.7 age adoption passing confidence
@vitest/coverage-istanbul (source) ^3.1.1 -> ^3.1.4 age adoption passing confidence
@vitest/ui (source) ^3.1.1 -> ^3.1.4 age adoption passing confidence
eslint (source) ^9.24.0 -> ^9.27.0 age adoption passing confidence
happy-dom ^17.4.4 -> ^17.4.7 age adoption passing confidence
release-it ^19.0.1 -> ^19.0.2 age adoption passing confidence
vitest (source) ^3.1.1 -> ^3.1.4 age adoption passing confidence
vue (source) ^3.5.13 -> ^3.5.14 age adoption passing confidence
vue-2 (source) ~2.6.12 -> ~2.6.14 age adoption passing confidence

Release Notes

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

v5.77.1

Compare Source

Version 5.77.1 - 5/25/25, 9:15 PM

Changes

Fix
  • core: do not hydrate promises if existing query is already fetching (d4b7818) by Fredrik Höglund
Docs

Packages

v5.77.0

Compare Source

Version 5.77.0 - 5/24/25, 7:23 AM

Changes
Feat
Chore
  • ✂️: remove ts-node to make knip happy (719db35) by TkDodo
  • remove baseUrl from tsConfig, as it"s deprecated (#​9178) (1b9837f) by Dominik Dorfmeister
Test
Ci
  • apply automated fixes (attempt 2/3) (7b0aaab) by autofix-ci[bot]
  • apply automated fixes (20c36c8) by autofix-ci[bot]
Docs
  • fix links (afc6302) by Tanner Linsley
Packages

v5.76.2

Compare Source

Version 5.76.2 - 5/22/25, 3:40 PM

Changes
Fix
  • core: fix promise hydration bugs (#​9157) (9f5fba3) by Fredrik Höglund
Chore
  • disable the ESLint rule that removes Context.Provider (#​9162) (065b5f4) by 차승하
  • angular-query: update to angular 20 RC (#​9153) (8b4e0bd) by Arnoud
Test
  • query-core: add test case for queryObserver (#​9146) (2be8cca) by MINSEONG KIM
Docs
Packages

v5.76.0

Compare Source

Version 5.76.0 - 5/12/25, 9:07 AM

Changes

Feat
  • devtools: 🏝️ TanStack Query DevTools for Expo/React Native! 🚀 (#​8846) (696fd44) by Austin Johnson
Test
  • query-core: add test case for InfiniteQueryObserver (#​9141) (c89c6a0) by MINSEONG KIM
  • react-query: initiate queryClient in beforeEach (#​9142) (6a52926) by Lachlan Collins

Packages

v5.75.7

Compare Source

Version 5.75.7 - 5/9/25, 1:40 PM

Changes
Refactor
  • react-query: exchange react-query noop to query-core noop (#​9122) (07cbfe1) by novice0840
Docs
  • comparison: mark RTK Query as supporting infinite queries (#​9120) (cb40661) by Dovakeidy
Packages

v5.75.6

Compare Source

Version 5.75.6 - 5/9/25, 9:31 AM

Changes

Refactor
Chore
Test
  • react-query: improve branch coverage for useSuspenseQuery skipToken error handling (#​9112) (2a62ea1) by 김석진(poki)
  • react-query: improve branch coverage for useSuspenseQueries skipToken error handling (#​9113) (b1cdbc3) by 김석진(poki)
  • react-query: improve branch coverage for useSuspenseInfiniteQuery skipToken error handling (#​9114) (2496ba5) by 김석진(poki)
  • query-test-utils: init (internal package) (#​9095) (d0552af) by @​manudeli
Ci
  • apply automated fixes (8f092f9) by autofix-ci[bot]
  • apply automated fixes (37d8eb6) by autofix-ci[bot]
Docs
Other
Feature
  • angular-query: support providing QueryClient via an InjectionToken (#​9128) (57251a4) by Arnoud

Packages

v5.75.5

Compare Source

Version 5.75.5 - 5/7/25, 7:29 AM

Changes
Fix
  • react-query: fix to show type error on wrong type annotation in useQuery (#​8683) (373546b) by Seyeong Jeon
Test
  • query-core: add test case for infiniteQueryBehavior (#​9101) (732089e) by MINSEONG KIM
Ci
Docs
Packages

v5.75.4

Compare Source

Version 5.75.4 - 5/6/25, 7:29 AM

Changes

Fix
  • types: useSuspenseQuery should type-narrow the Error field (#​9105) (5c7927d) by Dominik Dorfmeister

Packages

v5.75.0

Compare Source

Version 5.75.0 - 5/1/25, 1:29 PM

Changes
Feat
  • query-core: refetchMode “replace” for streamedQuery (#​9092) (ff0131b) by Dominik Dorfmeister
Chore
  • remove unused common type (#​8989) (a9fe406) by novice0840
  • deps: update dependency vite to v6.2.7 [security] (#​9090) (7d25373) by renovate[bot]
Packages

v5.74.9

Compare Source

Version 5.74.9 - 4/29/25, 10:50 AM

Changes
Refactor
  • core: switch from Object.defineProperty to Proxies (#​9079) (10493ef) by Dominik Dorfmeister
Docs
Packages

v5.74.7

Compare Source

Version 5.74.7 - 4/27/25, 3:02 PM

Changes

Fix
  • vue-query: update initialData type to allow InitialDataFunction and NonUndefinedGuard, similar to react-query (#​9073) (e45dea8) by Sol Lee
Chore
Test
Docs
  • fix broken links in docs (#​9052) (eb15f87) by Zac Rosenbauer
  • fix typo (a2a39c9) by Dominik Dorfmeister
  • Update streamedQuery.md (c987abc) by Dominik Dorfmeister

Packages


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "every weekend,after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Apr 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (8a00f67) to head (a5366be).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #31   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           40        40           
  Branches        15        15           
=========================================
  Hits            40        40           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/npm-dev-minor-patch branch from 75251fc to 00c166b Compare April 9, 2025 16:53
@renovate renovate bot changed the title chore(deps): update npm non-major develop dependencies to ^5.72.2 chore(deps): update npm non-major develop dependencies Apr 9, 2025
Copy link

pkg-pr-new bot commented Apr 9, 2025

Open in StackBlitz

npm i https://pkg.pr.new/aa900031/tanstack-query-callbacks@31

commit: a5366be

@renovate renovate bot force-pushed the renovate/npm-dev-minor-patch branch 6 times, most recently from 2459d75 to 0b236ac Compare April 14, 2025 15:29
@renovate renovate bot force-pushed the renovate/npm-dev-minor-patch branch 8 times, most recently from 1739519 to 05eebf3 Compare April 22, 2025 19:57
@renovate renovate bot force-pushed the renovate/npm-dev-minor-patch branch 10 times, most recently from 8440a87 to 23d021d Compare May 2, 2025 07:37
@renovate renovate bot force-pushed the renovate/npm-dev-minor-patch branch 2 times, most recently from c3f5f8b to 185250b Compare May 5, 2025 18:29
@renovate renovate bot force-pushed the renovate/npm-dev-minor-patch branch 15 times, most recently from 476f114 to 52bb67d Compare May 16, 2025 20:08
@renovate renovate bot force-pushed the renovate/npm-dev-minor-patch branch 5 times, most recently from 626934b to 5feab76 Compare May 23, 2025 20:11
@renovate renovate bot force-pushed the renovate/npm-dev-minor-patch branch 7 times, most recently from 24ebdd6 to 29520a0 Compare May 31, 2025 08:25
@renovate renovate bot force-pushed the renovate/npm-dev-minor-patch branch from 29520a0 to a5366be Compare June 1, 2025 21:32
@aa900031 aa900031 merged commit 3ee64d9 into main Jun 2, 2025
6 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant