Skip to content

Commit

Permalink
chore(deps): bump @tanstack/react-query from 5.59.20 to 5.60.5 in /do…
Browse files Browse the repository at this point in the history
…cs/website (#2502)

Bumps
[@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query)
from 5.59.20 to 5.60.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/TanStack/query/releases"><code>@​tanstack/react-query</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v5.60.5</h2>
<p>Version 5.60.5 - 11/15/24, 6:06 PM</p>
<h2>Changes</h2>
<h3>Fix</h3>
<ul>
<li>useQueries: make sure we don&quot;t lose property tracking (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/8295">#8295</a>)
(4a2e838) by Dominik Dorfmeister</li>
</ul>
<h3>Docs</h3>
<ul>
<li>angular-query: type narrowing (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/8297">#8297</a>)
(0df2883) by Arnoud</li>
<li>angular-query: add TypeScript documentation (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/8296">#8296</a>)
(118b152) by Arnoud</li>
</ul>
<h2>Packages</h2>
<ul>
<li><code>@​tanstack/query-core</code><a
href="https://github.com/5"><code>@​5</code></a>.60.5</li>
<li><code>@​tanstack/react-query</code><a
href="https://github.com/5"><code>@​5</code></a>.60.5</li>
<li><code>@​tanstack/query-broadcast-client-experimental</code><a
href="https://github.com/5"><code>@​5</code></a>.60.5</li>
<li><code>@​tanstack/query-persist-client-core</code><a
href="https://github.com/5"><code>@​5</code></a>.60.5</li>
<li><code>@​tanstack/query-sync-storage-persister</code><a
href="https://github.com/5"><code>@​5</code></a>.60.5</li>
<li><code>@​tanstack/react-query-devtools</code><a
href="https://github.com/5"><code>@​5</code></a>.60.5</li>
<li><code>@​tanstack/react-query-persist-client</code><a
href="https://github.com/5"><code>@​5</code></a>.60.5</li>
<li><code>@​tanstack/react-query-next-experimental</code><a
href="https://github.com/5"><code>@​5</code></a>.60.5</li>
<li><code>@​tanstack/solid-query</code><a
href="https://github.com/5"><code>@​5</code></a>.60.5</li>
<li><code>@​tanstack/solid-query-devtools</code><a
href="https://github.com/5"><code>@​5</code></a>.60.5</li>
<li><code>@​tanstack/solid-query-persist-client</code><a
href="https://github.com/5"><code>@​5</code></a>.60.5</li>
<li><code>@​tanstack/svelte-query</code><a
href="https://github.com/5"><code>@​5</code></a>.60.5</li>
<li><code>@​tanstack/svelte-query-devtools</code><a
href="https://github.com/5"><code>@​5</code></a>.60.5</li>
<li><code>@​tanstack/svelte-query-persist-client</code><a
href="https://github.com/5"><code>@​5</code></a>.60.5</li>
<li><code>@​tanstack/vue-query</code><a
href="https://github.com/5"><code>@​5</code></a>.60.5</li>
<li><code>@​tanstack/vue-query-devtools</code><a
href="https://github.com/5"><code>@​5</code></a>.60.5</li>
<li><code>@​tanstack/angular-query-experimental</code><a
href="https://github.com/5"><code>@​5</code></a>.60.5</li>
<li><code>@​tanstack/query-async-storage-persister</code><a
href="https://github.com/5"><code>@​5</code></a>.60.5</li>
<li><code>@​tanstack/angular-query-devtools-experimental</code><a
href="https://github.com/5"><code>@​5</code></a>.60.5</li>
</ul>
<h2>v5.60.4</h2>
<p>Version 5.60.4 - 11/15/24, 3:43 PM</p>
<h2>Changes</h2>
<h3>Refactor</h3>
<ul>
<li>*: unify &amp; use noop (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/8294">#8294</a>)
(6c2a055) by <a
href="https://github.com/manudeli"><code>@​manudeli</code></a></li>
</ul>
<h2>Packages</h2>
<ul>
<li><code>@​tanstack/query-async-storage-persister</code><a
href="https://github.com/5"><code>@​5</code></a>.60.4</li>
<li><code>@​tanstack/query-sync-storage-persister</code><a
href="https://github.com/5"><code>@​5</code></a>.60.4</li>
<li><code>@​tanstack/react-query</code><a
href="https://github.com/5"><code>@​5</code></a>.60.4</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/TanStack/query/commit/3fc2fce77e831e60dafb333c929b88a38240ad74"><code>3fc2fce</code></a>
release: v5.60.5</li>
<li><a
href="https://github.com/TanStack/query/commit/4a2e838fc09b910656aee6b214ab37557c7064ef"><code>4a2e838</code></a>
fix(useQueries): make sure we don't lose property tracking (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/8295">#8295</a>)</li>
<li><a
href="https://github.com/TanStack/query/commit/878649500c56c30282b4d4c84c87b995fc17bed8"><code>8786495</code></a>
release: v5.60.4</li>
<li><a
href="https://github.com/TanStack/query/commit/6c2a05507db2793b43e42f54852d816515aa7c72"><code>6c2a055</code></a>
refactor(*): unify &amp; use noop (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/8294">#8294</a>)</li>
<li><a
href="https://github.com/TanStack/query/commit/7615661593a8420e1f6d389ad10d76da2fe37514"><code>7615661</code></a>
release: v5.60.2</li>
<li><a
href="https://github.com/TanStack/query/commit/c9fcd2fd745803fddc4849fcfc69c5a5c03b085c"><code>c9fcd2f</code></a>
test(react-query): useInfinitePrefetchQuery -&gt;
usePrefetchInfiniteQuery (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/8265">#8265</a>)</li>
<li><a
href="https://github.com/TanStack/query/commit/8d1f5429e1538b4c4e39703bde93843bb97a544e"><code>8d1f542</code></a>
test(react-query): add test case for useSuspenseQueries accept skipToken
as q...</li>
<li><a
href="https://github.com/TanStack/query/commit/ebd4c2b4edcd605772139468d94334b8a3f1aa92"><code>ebd4c2b</code></a>
test(react-query): add test case for useSuspenseInfiniteQuery accept
skipToke...</li>
<li><a
href="https://github.com/TanStack/query/commit/e802711e7bc2efe97a35130cebfc30745f0f113c"><code>e802711</code></a>
test(react-query): add test case for useSuspenseQuery accept skipToken
as que...</li>
<li><a
href="https://github.com/TanStack/query/commit/c2b435dcd91a7df248ac5d6d6b928f4bea79b2b6"><code>c2b435d</code></a>
test(react-query): add test case for infiniteQueryOptions (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/8268">#8268</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/TanStack/query/commits/v5.60.5/packages/react-query">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@tanstack/react-query&package-manager=npm_and_yarn&previous-version=5.59.20&new-version=5.60.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 82a5433 commit d7cd587
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@docusaurus/preset-classic": "3.5.2",
"@docusaurus/theme-common": "3.6.1",
"@mdx-js/react": "^3.0.1",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query": "^5.60.5",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.4.0",
Expand Down
18 changes: 9 additions & 9 deletions docs/website/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d7cd587

Please sign in to comment.