[PR #134] [MERGED] build(deps): Bump @tanstack/react-query from 5.90.2 to 5.90.3 #231

Closed
opened 2026-02-26 12:40:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/134
Author: @dependabot[bot]
Created: 10/13/2025
Status: Merged
Merged: 10/14/2025
Merged by: @michelroegl-brunner

Base: mainHead: dependabot/npm_and_yarn/tanstack/react-query-5.90.3


📝 Commits (1)

  • 055fd1d build(deps): Bump @tanstack/react-query from 5.90.2 to 5.90.3

📊 Changes

2 files changed (+9 additions, -9 deletions)

View changed files

📝 package-lock.json (+8 -8)
📝 package.json (+1 -1)

📄 Description

Bumps @tanstack/react-query from 5.90.2 to 5.90.3.

Release notes

Sourced from @​tanstack/react-query's releases.

@​tanstack/react-query-persist-client@​5.90.3

Patch Changes

  • Updated dependencies [5cd86c6]:
    • @​tanstack/query-persist-client-core@​5.91.0
    • @​tanstack/react-query@​5.90.2

@​tanstack/react-query@​5.90.3

Patch Changes

  • Avoid unhandled promise rejection errors during de/rehydration of pending queries. (#9752)

  • Updated dependencies [4e1c433]:

    • @​tanstack/query-core@​5.90.3
Changelog

Sourced from @​tanstack/react-query's changelog.

5.90.3

Patch Changes

  • Avoid unhandled promise rejection errors during de/rehydration of pending queries. (#9752)

  • Updated dependencies [4e1c433]:

    • @​tanstack/query-core@​5.90.3
Commits

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE-Local/pull/134 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/13/2025 **Status:** ✅ Merged **Merged:** 10/14/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/tanstack/react-query-5.90.3` --- ### 📝 Commits (1) - [`055fd1d`](https://github.com/community-scripts/ProxmoxVE-Local/commit/055fd1dc889ee5fedcbc4f9d8772a8d900848d92) build(deps): Bump @tanstack/react-query from 5.90.2 to 5.90.3 ### 📊 Changes **2 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+8 -8) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.90.2 to 5.90.3. <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><code>@​tanstack/react-query-persist-client</code><a href="https://github.com/5"><code>@​5</code></a>.90.3</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/5cd86c6ef1720b87b13e1ab70ee823616f1f029a"><code>5cd86c6</code></a>]: <ul> <li><code>@​tanstack/query-persist-client-core</code><a href="https://github.com/5"><code>@​5</code></a>.91.0</li> <li><code>@​tanstack/react-query</code><a href="https://github.com/5"><code>@​5</code></a>.90.2</li> </ul> </li> </ul> <h2><code>@​tanstack/react-query</code><a href="https://github.com/5"><code>@​5</code></a>.90.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>Avoid unhandled promise rejection errors during de/rehydration of pending queries. (<a href="https://redirect.github.com/TanStack/query/pull/9752">#9752</a>)</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/TanStack/query/commit/4e1c4338a72f7384600bbda99e44bc1891695df4"><code>4e1c433</code></a>]:</p> <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.3</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md"><code>@​tanstack/react-query</code>'s changelog</a>.</em></p> <blockquote> <h2>5.90.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>Avoid unhandled promise rejection errors during de/rehydration of pending queries. (<a href="https://redirect.github.com/TanStack/query/pull/9752">#9752</a>)</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/TanStack/query/commit/4e1c4338a72f7384600bbda99e44bc1891695df4"><code>4e1c433</code></a>]:</p> <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.3</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TanStack/query/commit/36ece87d7035cb52bdd82802f0c47b1f40411fa7"><code>36ece87</code></a> ci: Version Packages (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9753">#9753</a>)</li> <li><a href="https://github.com/TanStack/query/commit/4e1c4338a72f7384600bbda99e44bc1891695df4"><code>4e1c433</code></a> fix(hydration): fix unhandled promise rejections (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9752">#9752</a>)</li> <li><a href="https://github.com/TanStack/query/commit/f4a0cd596b97f15f62b60ebf1490a06c6311bc1b"><code>f4a0cd5</code></a> chore: update eslint-plugin-react-hooks (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9737">#9737</a>)</li> <li><a href="https://github.com/TanStack/query/commit/a242f98b8269b77030b27cbcd728de836c4a71fc"><code>a242f98</code></a> Revert &quot;chore(deps): update all non-major dependencies&quot; (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9715">#9715</a>)</li> <li><a href="https://github.com/TanStack/query/commit/571bc184fd0d2e5e450bdd6b5a40c84ddd5ad142"><code>571bc18</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9712">#9712</a>)</li> <li>See full diff in <a href="https://github.com/TanStack/query/commits/@tanstack/react-query@5.90.3/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.90.2&new-version=5.90.3)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:40:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE-Local#231
No description provided.