Skip to content

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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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.76.0 age adoption passing confidence
@tanstack/react-query (source) ^5.72.1 -> ^5.76.1 age adoption passing confidence
@tanstack/vue-query (source) ^5.72.1 -> ^5.76.0 age adoption passing confidence
@types/node (source) ^18.19.86 -> ^18.19.100 age adoption passing confidence
@types/react (source) ^18.3.20 -> ^18.3.21 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.3 age adoption passing confidence
@vitest/ui (source) ^3.1.1 -> ^3.1.3 age adoption passing confidence
eslint (source) ^9.24.0 -> ^9.26.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.3 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.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

v5.74.4

Compare Source

Version 5.74.4 - 4/17/25, 9:44 AM

Changes

Fix
Chore
  • angular-query: move angular-query-persist-client (#​9021) (4a5990e) by Arnoud
Test

Packages

v5.74.3

Compare Source

Version 5.74.3 - 4/14/25, 12:55 PM

Changes

Fix
  • types: Remove predicate typing for query filters (#​8958) (f580d4d) by Nick Lucas

Packages

v5.74.2

Compare Source

Version 5.74.2 - 4/14/25, 10:54 AM

Changes

Fix
  • query-core: unpause restored mutations (#​9015) (02c3d51) by Raphael Gimenez
Test
  • query-core: add test case for hydration (#​8949) (727230f) by MINSEONG KIM

Packages

v5.74.0

Compare Source

Version 5.74.0 - 4/13/25, 5:48 PM

Changes

Feat
  • angular-query: add angular-persist-query-client (967c231) by Omer Gronich
Test

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 (de0d692).

✅ 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: 15e7bce

@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 13 times, most recently from 3f716b7 to 6c8fcf1 Compare May 13, 2025 07:25
@renovate renovate bot force-pushed the renovate/npm-dev-minor-patch branch 10 times, most recently from 30b0ccd to de0d692 Compare May 19, 2025 12:27
@renovate renovate bot force-pushed the renovate/npm-dev-minor-patch branch from de0d692 to 15e7bce Compare May 20, 2025 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants