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

bot: Bump @tanstack/react-query from 4.35.0 to 4.35.3 in /playground #1876

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 14, 2023

Bumps @tanstack/react-query from 4.35.0 to 4.35.3.

Release notes

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

v4.35.3

Version 4.35.3 - 9/13/2023, 6:28 AM

Changes

Fix

Docs

  • Update dependent-queries.md (#5963) (4d859e9a) by Favourite Jome

Packages

  • @​tanstack/query-core@​4.35.3
  • @​tanstack/query-persist-client-core@​4.35.3
  • @​tanstack/query-async-storage-persister@​4.35.3
  • @​tanstack/query-broadcast-client-experimental@​4.35.3
  • @​tanstack/query-sync-storage-persister@​4.35.3
  • @​tanstack/react-query@​4.35.3
  • @​tanstack/react-query-devtools@​4.35.3
  • @​tanstack/react-query-persist-client@​4.35.3
  • @​tanstack/solid-query@​4.35.3
  • @​tanstack/svelte-query@​4.35.3
  • @​tanstack/vue-query@​4.35.3

v4.35.2

Version 4.35.2 - 9/7/2023, 8:08 AM

Changes

Fix

  • vue-query: ensure built-in types are not being unwrapped in queryFn context (#5954) (35a4dd7a) by @​Mini-ghost

Packages

  • @​tanstack/vue-query@​4.35.2
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)

@codecov
Copy link

codecov bot commented Sep 14, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.06% 🎉

Comparison is base (9ec97d5) 70.26% compared to head (154d03e) 70.32%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1876      +/-   ##
===========================================
+ Coverage    70.26%   70.32%   +0.06%     
===========================================
  Files          232      232              
  Lines        24192    24192              
===========================================
+ Hits         16998    17013      +15     
+ Misses        6030     6019      -11     
+ Partials      1164     1160       -4     
Flag Coverage Δ
all-tests 70.32% <ø> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 8 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9ec97d5...154d03e. Read the comment docs.

@shahzadlone
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/playground/tanstack/react-query-4.35.3 branch 2 times, most recently from d3349f1 to feb64e8 Compare September 14, 2023 15:16
@shahzadlone
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/playground/tanstack/react-query-4.35.3 branch from feb64e8 to 2c8bdd4 Compare September 14, 2023 15:39
@shahzadlone
Copy link
Member

@dependabot rebase

Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 4.35.0 to 4.35.3.
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v4.35.3/packages/react-query)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/playground/tanstack/react-query-4.35.3 branch from 2c8bdd4 to 154d03e Compare September 14, 2023 16:36
@shahzadlone shahzadlone merged commit 575e21e into develop Sep 14, 2023
17 checks passed
@shahzadlone shahzadlone deleted the dependabot/npm_and_yarn/playground/tanstack/react-query-4.35.3 branch September 14, 2023 20:57
shahzadlone pushed a commit to shahzadlone/defradb that referenced this pull request Feb 23, 2024
…ourcenetwork#1876)

Bumps
[@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query)
from 4.35.0 to 4.35.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>v4.35.3</h2>
<p>Version 4.35.3 - 9/13/2023, 6:28 AM</p>
<h2>Changes</h2>
<h3>Fix</h3>
<ul>
<li>avoid reverting state to a fetching one (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/5997">#5997</a>)
(88a8b30b) by <a
href="https://github.com/Andarist"><code>@​Andarist</code></a></li>
</ul>
<h3>Docs</h3>
<ul>
<li>Update dependent-queries.md (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/5963">#5963</a>)
(4d859e9a) by Favourite Jome</li>
</ul>
<h2>Packages</h2>
<ul>
<li><code>@​tanstack/query-core</code><a
href="https://github.com/4"><code>@​4</code></a>.35.3</li>
<li><code>@​tanstack/query-persist-client-core</code><a
href="https://github.com/4"><code>@​4</code></a>.35.3</li>
<li><code>@​tanstack/query-async-storage-persister</code><a
href="https://github.com/4"><code>@​4</code></a>.35.3</li>
<li><code>@​tanstack/query-broadcast-client-experimental</code><a
href="https://github.com/4"><code>@​4</code></a>.35.3</li>
<li><code>@​tanstack/query-sync-storage-persister</code><a
href="https://github.com/4"><code>@​4</code></a>.35.3</li>
<li><code>@​tanstack/react-query</code><a
href="https://github.com/4"><code>@​4</code></a>.35.3</li>
<li><code>@​tanstack/react-query-devtools</code><a
href="https://github.com/4"><code>@​4</code></a>.35.3</li>
<li><code>@​tanstack/react-query-persist-client</code><a
href="https://github.com/4"><code>@​4</code></a>.35.3</li>
<li><code>@​tanstack/solid-query</code><a
href="https://github.com/4"><code>@​4</code></a>.35.3</li>
<li><code>@​tanstack/svelte-query</code><a
href="https://github.com/4"><code>@​4</code></a>.35.3</li>
<li><code>@​tanstack/vue-query</code><a
href="https://github.com/4"><code>@​4</code></a>.35.3</li>
</ul>
<h2>v4.35.2</h2>
<p>Version 4.35.2 - 9/7/2023, 8:08 AM</p>
<h2>Changes</h2>
<h3>Fix</h3>
<ul>
<li>vue-query: ensure built-in types are not being unwrapped in queryFn
context (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/5954">#5954</a>)
(35a4dd7a) by <a
href="https://github.com/Mini-ghost"><code>@​Mini-ghost</code></a></li>
</ul>
<h2>Packages</h2>
<ul>
<li><code>@​tanstack/vue-query</code><a
href="https://github.com/4"><code>@​4</code></a>.35.2</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/TanStack/query/commit/2f8da6aeb34c828a8a5ae25e37dcc9d98f09b44b"><code>2f8da6a</code></a>
release: v4.35.3</li>
<li>See full diff in <a
href="https://github.com/TanStack/query/commits/v4.35.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=4.35.0&new-version=4.35.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant