-
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update dependency react-query to v3.39.3 #30
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
base: main
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate 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:
The artifact failure details are included below: File name: yarn.lock |
Deploying vite-react-query-gridjs-demo-app with
|
| Latest commit: |
9fe7b48
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://a39f476b.vite-react-query-gridjs-demo-app.pages.dev |
| Branch Preview URL: | https://renovate-react-query-3-x.vite-react-query-gridjs-demo-app.pages.dev |
|
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
|
🚨 gitStream Monthly Automation Limit Reached 🚨 Your organization has exceeded the number of pull requests allowed for automation with gitStream. To continue automating your PR workflows and unlock additional features, please contact LinearB. |
d739240 to
9fe7b48
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
This PR contains the following updates:
3.16.0->3.39.3Release Notes
tannerlinsley/react-query (react-query)
v3.39.3Compare Source
v3.39.2Compare Source
Bug Fixes
v3.39.1Compare Source
Bug Fixes
v3.39.0Compare Source
Features
v3.38.1Compare Source
Bug Fixes
v3.38.0Compare Source
Bug Fixes
Features
v3.37.0Compare Source
Features
v3.36.0Compare Source
Features
v3.35.0Compare 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.FCand 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.20Compare Source
Bug Fixes
v3.34.19Compare Source
Bug Fixes
v3.34.18Compare Source
Bug Fixes
v3.34.17Compare Source
Bug Fixes
v3.34.16Compare Source
Bug Fixes
v3.34.15Compare Source
Bug Fixes
v3.34.14Compare Source
Bug Fixes
v3.34.13Compare Source
Bug Fixes
v3.34.12Compare Source
Bug Fixes
v3.34.11Compare Source
Bug Fixes
v3.34.10Compare Source
Bug Fixes
v3.34.9Compare Source
Bug Fixes
v3.34.8Compare Source
Bug Fixes
v3.34.7Compare Source
Bug Fixes
v3.34.6Compare Source
Bug Fixes
v3.34.5Compare Source
Bug Fixes
v3.34.4Compare Source
Bug Fixes
v3.34.3Compare Source
Bug Fixes
v3.34.2Compare Source
Bug Fixes
v3.34.1Compare Source
Bug Fixes
v3.34.0Compare Source
Features
v3.33.7Compare Source
Bug Fixes
v3.33.6Compare Source
Bug Fixes
v3.33.5Compare Source
Bug Fixes
v3.33.4Compare Source
Bug Fixes
v3.33.3Compare Source
Bug Fixes
v3.33.2Compare Source
Bug Fixes
v3.33.1Compare Source
Bug Fixes
v3.33.0Compare Source
Features
v3.32.3Compare Source
Bug Fixes
v3.32.2Compare Source
Bug Fixes
v3.32.1Compare Source
Bug Fixes
Mutationtype and change defaultTVariablesfromvoidtounknown(#2892) (9edb305)v3.32.0Compare Source
Bug Fixes
Features
v3.31.0Compare Source
Features
v3.30.0Compare Source
Features
v3.29.1Compare Source
Bug Fixes
CancelOptions&SetDataOptions(#2855) (f21d932)v3.29.0Compare Source
Features
v3.28.0Compare Source
Bug Fixes
Features
v3.27.0Compare Source
Features
v3.26.0Compare Source
Features
v3.25.1Compare Source
Bug Fixes
v3.25.0Compare Source
Features
v3.24.6Compare Source
Bug Fixes
v3.24.5Compare Source
Bug Fixes
v3.24.4Compare Source
Bug Fixes
v3.24.3Compare Source
Bug Fixes
v3.24.2Compare Source
Bug Fixes
v3.24.1Compare Source
Bug Fixes
v3.24.0Compare Source
Bug Fixes
Features
v3.23.2Compare Source
Bug Fixes
v3.23.1Compare Source
Bug Fixes
idattributes from SVGs (#2653) (eeecd1c)v3.23.0Compare Source
Features
Please note that prior to this release, if you've set
useErrorBoundary: falseandsuspense: true, you would still get all errors in an ErrorBoundary, becausesuspensewould always throw errors to ErrorBoundaries.This was fixed with #2619, and the
useErrorBoundaryflag is now also respected ifsuspenseis enabled.v3.22.0Compare Source
Features
v3.21.1Compare Source
Bug Fixes
v3.21.0Compare Source
Features
v3.20.0Compare Source
Features
v3.19.6Compare Source
Bug Fixes
shouldFetchOptionallyfunction to account for query key changes (#2565) (bac853f)v3.19.5Compare Source
Bug Fixes
shouldFetchOptionallycondition (#2556) (69f1eaf)v3.19.4Compare Source
Bug Fixes
v3.19.3Compare Source
Bug Fixes
v3.19.2Compare Source
Bug Fixes
Features
v3.19.1Compare Source
Bug Fixes
v3.19.0Compare Source
Bug Fixes
Features
v3.18.1Compare Source
Bug Fixes
v3.18.0Compare Source
Features
v3.17.3Compare Source
Bug Fixes
v3.17.2Compare Source
Bug Fixes
v3.17.1Compare Source
Bug Fixes
v3.17.0Compare Source
Features
Breaking experimental change:
This release removed the experimental
LocalStoragePersistorin favor of a more generic WebStoragePeristor, which works with any WebStorage likelocalStorageandsessionStoragev3.16.1Compare Source
Bug Fixes
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.
This PR was generated by Mend Renovate. View the repository job log.