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

[Snyk] Upgrade @tanstack/react-query from 5.52.2 to 5.53.1 #4

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

ypreiser
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade @tanstack/react-query from 5.52.2 to 5.53.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 2 versions ahead of your current version.

  • The recommended version was released on 22 days ago.

Release notes
Package name: @tanstack/react-query
  • 5.53.1 - 2024-08-30

    Version 5.53.1 - 8/30/24, 10:29 AM

    Changes

    Fix

    • query-core: handle errors that occur inside setData method (#7966) (50315ac) by Bohdan Yefimenko

    Chore

    • deps: use ESLint v9 (#7985) (82bfc34) by Lachlan Collins
    • deps: update eslint plugins (#7984) (8fe9010) by Lachlan Collins

    Packages

    • @ tanstack/query-core@5.53.1
    • @ tanstack/react-query@5.53.1
    • @ tanstack/query-broadcast-client-experimental@5.53.1
    • @ tanstack/query-persist-client-core@5.53.1
    • @ tanstack/query-sync-storage-persister@5.53.1
    • @ tanstack/react-query-devtools@5.53.1
    • @ tanstack/react-query-persist-client@5.53.1
    • @ tanstack/react-query-next-experimental@5.53.1
    • @ tanstack/solid-query@5.53.1
    • @ tanstack/solid-query-devtools@5.53.1
    • @ tanstack/solid-query-persist-client@5.53.1
    • @ tanstack/svelte-query@5.53.1
    • @ tanstack/svelte-query-devtools@5.53.1
    • @ tanstack/svelte-query-persist-client@5.53.1
    • @ tanstack/vue-query@5.53.1
    • @ tanstack/vue-query-devtools@5.53.1
    • @ tanstack/angular-query-experimental@5.53.1
    • @ tanstack/query-async-storage-persister@5.53.1
    • @ tanstack/angular-query-devtools-experimental@5.53.1
  • 5.52.3 - 2024-08-29

    Version 5.52.3 - 8/29/24, 11:03 PM

    Changes

    Fix

    • angular-query: fix type of isSuccess, isError, isPending, isIdle on mutation result (#7923) (eee80af) by divdavem

    Chore

    • deps: update @ algolia/client-search to v5 (major) (#7979) (189e0c5) by renovate[bot]
    • deps: update material-ui monorepo to v6 (major) (#7978) (f240106) by renovate[bot]
    • deps: update dependency jscodeshift to v17 (#7977) (7f55169) by renovate[bot]
    • deps: update dependency eslint-plugin-jsdoc to v50 (#7976) (b227998) by renovate[bot]
    • deps: update dependency jsdom to v25 (#7975) (21bddeb) by renovate[bot]
    • simplify clean commands (#7973) (907a38b) by Lachlan Collins
    • better type vs value import separation (#7972) (86d8438) by Lachlan Collins
    • devtools: consistent casing of devtools types (#7971) (756164a) by Lachlan Collins

    Docs

    • Add known limitation about cancellation with suspense hooks (#7958) (804357b) by Romain Trotard

    Packages

    • @ tanstack/eslint-plugin-query@5.52.3
    • @ tanstack/query-async-storage-persister@5.52.3
    • @ tanstack/query-broadcast-client-experimental@5.52.3
    • @ tanstack/query-core@5.52.3
    • @ tanstack/query-devtools@5.52.3
    • @ tanstack/query-persist-client-core@5.52.3
    • @ tanstack/query-sync-storage-persister@5.52.3
    • @ tanstack/react-query@5.52.3
    • @ tanstack/react-query-devtools@5.52.3
    • @ tanstack/react-query-persist-client@5.52.3
    • @ tanstack/react-query-next-experimental@5.52.3
    • @ tanstack/solid-query@5.52.3
    • @ tanstack/solid-query-devtools@5.52.3
    • @ tanstack/solid-query-persist-client@5.52.3
    • @ tanstack/svelte-query@5.52.3
    • @ tanstack/svelte-query-devtools@5.52.3
    • @ tanstack/svelte-query-persist-client@5.52.3
    • @ tanstack/vue-query@5.52.3
    • @ tanstack/vue-query-devtools@5.52.3
    • @ tanstack/angular-query-devtools-experimental@5.52.3
    • @ tanstack/angular-query-experimental@5.52.3
  • 5.52.2 - 2024-08-26

    Version 5.52.2 - 8/26/24, 5:54 PM

    Changes

    Fix

    • types: error booleans shouldn"t permanently be typed as false (#7956) (b93941d) by Dominik Dorfmeister

    Chore

    Examples

    • svelte-query: fix svelte auto-refetching styling (#7951) (519759d) by Lachlan Collins

    Packages

    • @ tanstack/query-core@5.52.2
    • @ tanstack/react-query@5.52.2
    • @ tanstack/solid-query@5.52.2
    • @ tanstack/angular-query-experimental@5.52.2
    • @ tanstack/query-broadcast-client-experimental@5.52.2
    • @ tanstack/query-persist-client-core@5.52.2
    • @ tanstack/query-sync-storage-persister@5.52.2
    • @ tanstack/react-query-devtools@5.52.2
    • @ tanstack/react-query-persist-client@5.52.2
    • @ tanstack/react-query-next-experimental@5.52.2
    • @ tanstack/solid-query-devtools@5.52.2
    • @ tanstack/solid-query-persist-client@5.52.2
    • @ tanstack/svelte-query@5.52.2
    • @ tanstack/svelte-query-devtools@5.52.2
    • @ tanstack/svelte-query-persist-client@5.52.2
    • @ tanstack/vue-query@5.52.2
    • @ tanstack/vue-query-devtools@5.52.2
    • @ tanstack/angular-query-devtools-experimental@5.52.2
    • @ tanstack/query-async-storage-persister@5.52.2
from @tanstack/react-query GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade @tanstack/react-query from 5.52.2 to 5.53.1.

See this package in npm:
@tanstack/react-query

See this project in Snyk:
https://app.snyk.io/org/ypreiser-jRt49e5jVL9y7dyd7AiTS9/project/15917132-98c9-41fb-b596-bad6f5bbce9d?utm_source=github&utm_medium=referral&page=upgrade-pr
@ypreiser ypreiser merged commit 100fe54 into master Sep 23, 2024
1 check passed
@ypreiser ypreiser deleted the snyk-upgrade-02eeaeb3aef8544877fee210478bc690 branch September 23, 2024 03:55
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.

2 participants