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/query-sync-storage-persister from 5.51.3 to 5.51.9 #22

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

zntb
Copy link
Owner

@zntb zntb commented Aug 9, 2024

snyk-top-banner

Snyk has created this PR to upgrade @tanstack/query-sync-storage-persister from 5.51.3 to 5.51.9.

ℹ️ 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 4 versions ahead of your current version.

  • The recommended version was released on 22 days ago.

Release notes
Package name: @tanstack/query-sync-storage-persister
  • 5.51.9 - 2024-07-18

    Version 5.51.9 - 7/18/24, 7:35 AM (Manual Release)

    Changes

    Fix

    • query-core: allow function value of notifyOnChangeProps query option to return undefined (#7441) (0c671ee) by @ winghouchan

    Ci

    Docs

    Packages

    • @ tanstack/eslint-plugin-query@5.51.9
    • @ tanstack/query-async-storage-persister@5.51.9
    • @ tanstack/query-broadcast-client-experimental@5.51.9
    • @ tanstack/query-core@5.51.9
    • @ tanstack/query-devtools@5.51.9
    • @ tanstack/query-persist-client-core@5.51.9
    • @ tanstack/query-sync-storage-persister@5.51.9
    • @ tanstack/react-query@5.51.9
    • @ tanstack/react-query-devtools@5.51.9
    • @ tanstack/react-query-persist-client@5.51.9
    • @ tanstack/react-query-next-experimental@5.51.9
    • @ tanstack/solid-query@5.51.9
    • @ tanstack/solid-query-devtools@5.51.9
    • @ tanstack/solid-query-persist-client@5.51.9
    • @ tanstack/svelte-query@5.51.9
    • @ tanstack/svelte-query-devtools@5.51.9
    • @ tanstack/svelte-query-persist-client@5.51.9
    • @ tanstack/vue-query@5.51.9
    • @ tanstack/vue-query-devtools@5.51.9
    • @ tanstack/angular-query-devtools-experimental@5.51.9
    • @ tanstack/angular-query-experimental@5.51.9
  • 5.51.8 - 2024-07-18
  • 5.51.5 - 2024-07-17

    Version 5.51.5 - 7/17/24, 2:35 PM

    Changes

    Fix

    Test

    • svelte-query: Refactor test logic (#7744) (01212de) by Lachlan Collins

    Docs

    • solid-query: add optional chaining to prevent suspense bug (#7709) (91cfc10) by Dhruv

    Packages

    • @ tanstack/query-core@5.51.5
    • @ tanstack/react-query@5.51.5
    • @ tanstack/query-broadcast-client-experimental@5.51.5
    • @ tanstack/query-persist-client-core@5.51.5
    • @ tanstack/query-sync-storage-persister@5.51.5
    • @ tanstack/react-query-devtools@5.51.5
    • @ tanstack/react-query-persist-client@5.51.5
    • @ tanstack/react-query-next-experimental@5.51.5
    • @ tanstack/solid-query@5.51.5
    • @ tanstack/solid-query-devtools@5.51.5
    • @ tanstack/solid-query-persist-client@5.51.5
    • @ tanstack/svelte-query@5.51.5
    • @ tanstack/svelte-query-devtools@5.51.5
    • @ tanstack/svelte-query-persist-client@5.51.5
    • @ tanstack/vue-query@5.51.5
    • @ tanstack/vue-query-devtools@5.51.5
    • @ tanstack/angular-query-experimental@5.51.5
    • @ tanstack/query-async-storage-persister@5.51.5
    • @ tanstack/angular-query-devtools-experimental@5.51.5
  • 5.51.4 - 2024-07-17

    Version 5.51.4 - 7/17/24, 11:10 AM

    Changes

    Fix

    • core: do not invoke getNextPageParam or getPreviousPageParam if there is we have empty pages in the cache (#7743) (7edf587) by Dominik Dorfmeister

    Chore

    • utils: Ensure consistent declaration style of utility functions and standardize parameters for the sleep method (#7554) (95d814a) by MinhoPark

    Docs

    • Update Streaming with Server Components docs to reflect correct usage (#7725) (a1ce3c4) by Ryan Miller

    Packages

    • @ tanstack/query-core@5.51.4
    • @ tanstack/query-persist-client-core@5.51.4
    • @ tanstack/react-query@5.51.4
    • @ tanstack/solid-query@5.51.4
    • @ tanstack/query-async-storage-persister@5.51.4
    • @ tanstack/query-broadcast-client-experimental@5.51.4
    • @ tanstack/query-sync-storage-persister@5.51.4
    • @ tanstack/react-query-devtools@5.51.4
    • @ tanstack/react-query-persist-client@5.51.4
    • @ tanstack/react-query-next-experimental@5.51.4
    • @ tanstack/solid-query-devtools@5.51.4
    • @ tanstack/solid-query-persist-client@5.51.4
    • @ tanstack/svelte-query@5.51.4
    • @ tanstack/svelte-query-devtools@5.51.4
    • @ tanstack/svelte-query-persist-client@5.51.4
    • @ tanstack/vue-query@5.51.4
    • @ tanstack/vue-query-devtools@5.51.4
    • @ tanstack/angular-query-experimental@5.51.4
    • @ tanstack/angular-query-devtools-experimental@5.51.4
  • 5.51.3 - 2024-07-16

    Version 5.51.3 - 7/16/24, 8:32 PM

    Changes

    Fix

    • vue-query: export InitialQueryOptions types (#7720) (a3f5a0a) by Andy Li

    Chore

    • update knip schema to v5 (#7740) (23b9a19) by 김석진(poki)
    • deps: Update dev and example dependencies (#7742) (28af03f) by Lachlan Collins
    • *: vitest v2 (#7735) (d10a456) by Jonghyeon Ko
    • prettier (4635954) by Dominik Dorfmeister

    Test

    • svelte-query: Check query states (#7741) (38e5c4b) by Lachlan Collins

    Docs

    • access latest data for useMutationState (#7738) (369d826) by Kier Borromeo
    • Update comparison.md (#7703) (79e5202) by Alessia Bellisario

    Packages

    • @ tanstack/query-core@5.51.3
    • @ tanstack/react-query@5.51.3
    • @ tanstack/react-query-devtools@5.51.3
    • @ tanstack/react-query-persist-client@5.51.3
    • @ tanstack/react-query-next-experimental@5.51.3
    • @ tanstack/solid-query@5.51.3
    • @ tanstack/svelte-query@5.51.3
    • @ tanstack/svelte-query-devtools@5.51.3
    • @ tanstack/svelte-query-persist-client@5.51.3
    • @ tanstack/vue-query@5.51.3
    • @ tanstack/vue-query-devtools@5.51.3
    • @ tanstack/angular-query-devtools-experimental@5.51.3
    • @ tanstack/angular-query-experimental@5.51.3
    • @ tanstack/query-broadcast-client-experimental@5.51.3
    • @ tanstack/query-persist-client-core@5.51.3
    • @ tanstack/query-sync-storage-persister@5.51.3
    • @ tanstack/solid-query-devtools@5.51.3
    • @ tanstack/solid-query-persist-client@5.51.3
    • @ tanstack/query-async-storage-persister@5.51.3
from @tanstack/query-sync-storage-persister 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:

…51.9

Snyk has created this PR to upgrade @tanstack/query-sync-storage-persister from 5.51.3 to 5.51.9.

See this package in npm:
@tanstack/query-sync-storage-persister

See this project in Snyk:
https://app.snyk.io/org/zntb/project/d7bdebf2-9cf2-410d-9f02-ed775b7375ff?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

vercel bot commented Aug 9, 2024

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

Name Status Preview Comments Updated (UTC)
crypto-ticker-ox8a ❌ Failed (Inspect) Aug 9, 2024 4:03am

@zntb zntb merged commit 702c9aa into master Aug 9, 2024
2 of 3 checks passed
@zntb zntb deleted the snyk-upgrade-765d944800d331c88817efbaf9f64bd3 branch August 9, 2024 05:29
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