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(deps): update dependency react-query to v3.39.3 #576

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-query 3.32.3 -> 3.39.3 age adoption passing confidence

Release Notes

tannerlinsley/react-query (react-query)

v3.39.3

Compare Source

v3.39.2

Compare Source

Bug Fixes
  • core: added in timer and interval id checks before clearing (#​3762) (5d99f7e)

v3.39.1

Compare Source

Bug Fixes
  • types: change types for useMutation context in onSuccess (#​3654) (9f6c992)

v3.39.0

Compare Source

Features

v3.38.1

Compare Source

Bug Fixes

v3.38.0

Compare Source

Bug Fixes
Features

v3.37.0

Compare Source

Features

v3.36.0

Compare Source

Features

v3.35.0

Compare Source

Features

This release updates the peer dependencies to accept React 18 as a valid version, only to avoid installation errors caused by NPM's peer dependency installation.

For TypeScript users, it also avoids using React.FC and the "implicit children" it used to provide. If you are still having troubles, please read this issue.

Note: If you are now using React 18, we strongly recommend using v4-beta. v4 has been re-written to internally use the new useSyncExternalStore hook from React to make the cache work with concurrent features.

Please DO NOT expect React Query v3 to work with concurrent features like startTransition, and DO NOT file issues about it.

v3.34.20

Compare Source

Bug Fixes

v3.34.19

Compare Source

v3.34.18

Compare Source

v3.34.17

Compare Source

v3.34.16

Compare Source

v3.34.15

Compare Source

v3.34.14

Compare Source

Bug Fixes
  • types: useQueries to also handle array-params with typed QueryKey (#​3267) (a470f46)

v3.34.13

Compare Source

Bug Fixes

v3.34.12

Compare Source

Bug Fixes
  • types: use MutationKey instead of QueryKey for useIsMutating (#​3222) (6710bc1)

v3.34.11

Compare Source

Bug Fixes
  • core: make sure batching finishes if exception is thrown (#​3216) (c532d81)

v3.34.10

Compare Source

Bug Fixes
  • useQueries: allow types to work with strongly typed QueryFunction + QueryKey (#​3214) (11f4ea9)

v3.34.9

Compare Source

Bug Fixes

v3.34.8

Compare Source

Bug Fixes

v3.34.7

Compare Source

Bug Fixes

v3.34.6

Compare Source

Bug Fixes
  • devtools: code color is not inherited from panel color (#​3115) (ca2a57a)

v3.34.5

Compare Source

Bug Fixes
  • query: set error to null when going to loading state (#​3106) (3981f52)

v3.34.4

Compare Source

Bug Fixes
  • queryObserver: make sure that memoized select function only runs once per input (#​3098) (2054f5b)

v3.34.3

Compare Source

Bug Fixes
  • unsubscribe correctly in onlineManager and focusManager (#​3092) (128e578)
  • core: remove enabled condition in queryObserver for suspense (#​3093) (0781142)

v3.34.2

Compare Source

Bug Fixes
  • useInfiniteQuery: fix infinite re-renders when select produced a new result (#​3081) (ca335de)

v3.34.1

Compare Source

Bug Fixes

v3.34.0

Compare Source

Features

v3.33.7

Compare Source

Bug Fixes
  • useQuery: continue retries if query unmounts and remounts (#​3032) (dc2df10)

v3.33.6

Compare Source

Bug Fixes

v3.33.5

Compare Source

Bug Fixes
  • useQueries: add useMemo to useQueries to keep result stable (#​2992) (c6906b3)

v3.33.4

Compare Source

Bug Fixes
  • query: make sure prefetched queries can be garbage collected (#​3007) (0aafb42)

v3.33.3

Compare Source

Bug Fixes
  • useQuery: cleanup queries even if they have been fetching (#​2950) (27e72de)

v3.33.2

Compare Source

Bug Fixes

v3.33.1

Compare Source

Bug Fixes

v3.33.0

Compare Source

Features

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Dec 8, 2024

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

Name Status Preview Comments Updated (UTC)
jbcnconf-react ❌ Failed (Inspect) Dec 8, 2024 6:27pm

@renovate renovate bot enabled auto-merge (squash) December 8, 2024 18:27
Copy link
Contributor Author

renovate bot commented Dec 8, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json

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