Skip to content

Commit

Permalink
Bump @apollo/client from 3.9.5 to 3.9.11 in /src/javascript/fitbit-ch…
Browse files Browse the repository at this point in the history
…allenges/frontend (#62)

Bumps [@apollo/client](https://github.com/apollographql/apollo-client)
from 3.9.5 to 3.9.11.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apollographql/apollo-client/releases"><code>@​apollo/client</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.9.11</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11769">#11769</a>
<a
href="https://github.com/apollographql/apollo-client/commit/04132af121c9b48d6e03eb733b9b91f825defbac"><code>04132af</code></a>
Thanks <a
href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! -
Fix an issue where using <code>skipToken</code> or the <code>skip</code>
option with <code>useSuspenseQuery</code> in React's strict mode would
perform a network request.</li>
</ul>
<h2>v3.9.10</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11738">#11738</a>
<a
href="https://github.com/apollographql/apollo-client/commit/b1a5eb80cae8bdf2e9d8627f1eab65e088c43438"><code>b1a5eb8</code></a>
Thanks <a
href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! -
Fix an issue where rerendering <code>useBackgroundQuery</code> after the
<code>queryRef</code> had been disposed, either via the auto dispose
timeout or by unmounting <code>useReadQuery</code>, would cause the
<code>queryRef</code> to be recreated potentially resulting in another
network request.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11738">#11738</a>
<a
href="https://github.com/apollographql/apollo-client/commit/b1a5eb80cae8bdf2e9d8627f1eab65e088c43438"><code>b1a5eb8</code></a>
Thanks <a
href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! -
Allow queryRefs to be disposed of synchronously when a suspense hook
unmounts. This prevents some situations where using a suspense hook with
the same query/variables as the disposed queryRef accidentally used the
disposed queryRef rather than creating a new instance.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11670">#11670</a>
<a
href="https://github.com/apollographql/apollo-client/commit/cc5c03b2690f452483d83eecb68611a23055d99e"><code>cc5c03b</code></a>
Thanks <a
href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Bail
out of <code>executeSubSelectedArray</code> calls if the array has 0
elements.</p>
</li>
</ul>
<h2>v3.9.9</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11696">#11696</a>
<a
href="https://github.com/apollographql/apollo-client/commit/466ef82198486fc696da64d17d82b46140760ac4"><code>466ef82</code></a>
Thanks <a href="https://github.com/PiR1"><code>@​PiR1</code></a>! -
Immediately dispose of the <code>queryRef</code> if
<code>useBackgroundQuery</code> unmounts before the auto dispose timeout
kicks in.</li>
</ul>
<h2>v3.9.8</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11706">#11706</a>
<a
href="https://github.com/apollographql/apollo-client/commit/8619bc7e569c1c732afa6faf605c83a6ce0cdf0c"><code>8619bc7</code></a>
Thanks <a
href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! -
Fix issue in all suspense hooks where returning an empty array after
calling <code>fetchMore</code> would rerender the component with an
empty list.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11694">#11694</a>
<a
href="https://github.com/apollographql/apollo-client/commit/835d5f30c532c432e2434561580e6f1ec44cc908"><code>835d5f3</code></a>
Thanks <a
href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Expose
<code>setErrorMessageHandler</code> from <code>@apollo/client/dev</code>
entrypoint.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11689">#11689</a>
<a
href="https://github.com/apollographql/apollo-client/commit/cb8ffe50e903397f741b62a44624bfe69b5f7b75"><code>cb8ffe5</code></a>
Thanks <a
href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! -
Fix issue where passing a new <code>from</code> option to
<code>useFragment</code> would first render with the previous value
before rerendering with the correct value.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11713">#11713</a>
<a
href="https://github.com/apollographql/apollo-client/commit/642092c713199093aede45f105a1ee3f637614cd"><code>642092c</code></a>
Thanks <a
href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! -
Fix issue where setting a default <code>watchQuery</code> option in the
<code>ApolloClient</code> constructor could break
<code>startTransition</code> when used with suspense hooks.</p>
</li>
</ul>
<h2>v3.9.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11659">#11659</a>
<a
href="https://github.com/apollographql/apollo-client/commit/652a61e96db0f0e27d0a22fafae1df388f3fdf36"><code>652a61e</code></a>
Thanks <a
href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Make
<code>useRenderGuard</code> more resilient to changes in React
internals.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11594">#11594</a>
<a
href="https://github.com/apollographql/apollo-client/commit/50b10970ca0efa290ae415ef801650327a89ab8e"><code>50b1097</code></a>
Thanks <a
href="https://github.com/alessbell"><code>@​alessbell</code></a>! - Adds
a fix for multipart subscriptions that terminate with payload: null</p>
</li>
</ul>
<h2>v3.9.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11617">#11617</a>
<a
href="https://github.com/apollographql/apollo-client/commit/f1d8bc40c3d8e39340f721f4f1c3fd0ed77b8a6b"><code>f1d8bc4</code></a>
Thanks <a
href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Allow
Apollo Client instance to intercept hook functionality</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11638">#11638</a>
<a
href="https://github.com/apollographql/apollo-client/commit/bf93adaa0321b573db0ea8fc3a5c364e1fdfeef3"><code>bf93ada</code></a>
Thanks <a
href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! -
Fix issue where calling <code>fetchMore</code> from a suspense-enabled
hook inside <code>startTransition</code> caused an unnecessary
rerender.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md"><code>@​apollo/client</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.9.11</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11769">#11769</a>
<a
href="https://github.com/apollographql/apollo-client/commit/04132af121c9b48d6e03eb733b9b91f825defbac"><code>04132af</code></a>
Thanks <a
href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! -
Fix an issue where using <code>skipToken</code> or the <code>skip</code>
option with <code>useSuspenseQuery</code> in React's strict mode would
perform a network request.</li>
</ul>
<h2>3.9.10</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11738">#11738</a>
<a
href="https://github.com/apollographql/apollo-client/commit/b1a5eb80cae8bdf2e9d8627f1eab65e088c43438"><code>b1a5eb8</code></a>
Thanks <a
href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! -
Fix an issue where rerendering <code>useBackgroundQuery</code> after the
<code>queryRef</code> had been disposed, either via the auto dispose
timeout or by unmounting <code>useReadQuery</code>, would cause the
<code>queryRef</code> to be recreated potentially resulting in another
network request.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11738">#11738</a>
<a
href="https://github.com/apollographql/apollo-client/commit/b1a5eb80cae8bdf2e9d8627f1eab65e088c43438"><code>b1a5eb8</code></a>
Thanks <a
href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! -
Allow queryRefs to be disposed of synchronously when a suspense hook
unmounts. This prevents some situations where using a suspense hook with
the same query/variables as the disposed queryRef accidentally used the
disposed queryRef rather than creating a new instance.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11670">#11670</a>
<a
href="https://github.com/apollographql/apollo-client/commit/cc5c03b2690f452483d83eecb68611a23055d99e"><code>cc5c03b</code></a>
Thanks <a
href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Bail
out of <code>executeSubSelectedArray</code> calls if the array has 0
elements.</p>
</li>
</ul>
<h2>3.9.9</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11696">#11696</a>
<a
href="https://github.com/apollographql/apollo-client/commit/466ef82198486fc696da64d17d82b46140760ac4"><code>466ef82</code></a>
Thanks <a href="https://github.com/PiR1"><code>@​PiR1</code></a>! -
Immediately dispose of the <code>queryRef</code> if
<code>useBackgroundQuery</code> unmounts before the auto dispose timeout
kicks in.</li>
</ul>
<h2>3.9.8</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11706">#11706</a>
<a
href="https://github.com/apollographql/apollo-client/commit/8619bc7e569c1c732afa6faf605c83a6ce0cdf0c"><code>8619bc7</code></a>
Thanks <a
href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! -
Fix issue in all suspense hooks where returning an empty array after
calling <code>fetchMore</code> would rerender the component with an
empty list.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11694">#11694</a>
<a
href="https://github.com/apollographql/apollo-client/commit/835d5f30c532c432e2434561580e6f1ec44cc908"><code>835d5f3</code></a>
Thanks <a
href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Expose
<code>setErrorMessageHandler</code> from <code>@apollo/client/dev</code>
entrypoint.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11689">#11689</a>
<a
href="https://github.com/apollographql/apollo-client/commit/cb8ffe50e903397f741b62a44624bfe69b5f7b75"><code>cb8ffe5</code></a>
Thanks <a
href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! -
Fix issue where passing a new <code>from</code> option to
<code>useFragment</code> would first render with the previous value
before rerendering with the correct value.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11713">#11713</a>
<a
href="https://github.com/apollographql/apollo-client/commit/642092c713199093aede45f105a1ee3f637614cd"><code>642092c</code></a>
Thanks <a
href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! -
Fix issue where setting a default <code>watchQuery</code> option in the
<code>ApolloClient</code> constructor could break
<code>startTransition</code> when used with suspense hooks.</p>
</li>
</ul>
<h2>3.9.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11659">#11659</a>
<a
href="https://github.com/apollographql/apollo-client/commit/652a61e96db0f0e27d0a22fafae1df388f3fdf36"><code>652a61e</code></a>
Thanks <a
href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Make
<code>useRenderGuard</code> more resilient to changes in React
internals.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11594">#11594</a>
<a
href="https://github.com/apollographql/apollo-client/commit/50b10970ca0efa290ae415ef801650327a89ab8e"><code>50b1097</code></a>
Thanks <a
href="https://github.com/alessbell"><code>@​alessbell</code></a>! - Adds
a fix for multipart subscriptions that terminate with payload: null</p>
</li>
</ul>
<h2>3.9.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11617">#11617</a>
<a
href="https://github.com/apollographql/apollo-client/commit/f1d8bc40c3d8e39340f721f4f1c3fd0ed77b8a6b"><code>f1d8bc4</code></a>
Thanks <a
href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Allow
Apollo Client instance to intercept hook functionality</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11638">#11638</a>
<a
href="https://github.com/apollographql/apollo-client/commit/bf93adaa0321b573db0ea8fc3a5c364e1fdfeef3"><code>bf93ada</code></a>
Thanks <a
href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! -
Fix issue where calling <code>fetchMore</code> from a suspense-enabled
hook inside <code>startTransition</code> caused an unnecessary
rerender.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apollographql/apollo-client/commit/8bc7d4d406402962bf5151cdd2c5c75c9398d10c"><code>8bc7d4d</code></a>
Version Packages (<a
href="https://redirect.github.com/apollographql/apollo-client/issues/11773">#11773</a>)</li>
<li><a
href="https://github.com/apollographql/apollo-client/commit/04132af121c9b48d6e03eb733b9b91f825defbac"><code>04132af</code></a>
Fix network request when using skip/skipToken with useSuspenseQuery in
strict...</li>
<li><a
href="https://github.com/apollographql/apollo-client/commit/286ff15fd9c095b02d2709d87d682f0894b50d13"><code>286ff15</code></a>
Update ROADMAP.md</li>
<li><a
href="https://github.com/apollographql/apollo-client/commit/285b2d9c7bc9e9a1893a8705fc8ac2971225ea8a"><code>285b2d9</code></a>
Devtools - Trigger Error Code PR after npm Release (<a
href="https://redirect.github.com/apollographql/apollo-client/issues/11745">#11745</a>)</li>
<li><a
href="https://github.com/apollographql/apollo-client/commit/e8556c39ac7b893e4bfc39d6ddfdc3ea6eed786d"><code>e8556c3</code></a>
Version Packages (<a
href="https://redirect.github.com/apollographql/apollo-client/issues/11728">#11728</a>)</li>
<li><a
href="https://github.com/apollographql/apollo-client/commit/b1a5eb80cae8bdf2e9d8627f1eab65e088c43438"><code>b1a5eb8</code></a>
Allow queryRefs to be disposed of synchronously (<a
href="https://redirect.github.com/apollographql/apollo-client/issues/11738">#11738</a>)</li>
<li><a
href="https://github.com/apollographql/apollo-client/commit/26f2cccf15afd4bb7437ee8d37789434f5f8bbbd"><code>26f2ccc</code></a>
chore: use delimiter in accorance with docs to handle strings with
newlines p...</li>
<li><a
href="https://github.com/apollographql/apollo-client/commit/d6aed0e1670ff619c9e96e95ac1c2a10a93d11ee"><code>d6aed0e</code></a>
chore(deps): update all dependencies - patch updates (<a
href="https://redirect.github.com/apollographql/apollo-client/issues/11739">#11739</a>)</li>
<li><a
href="https://github.com/apollographql/apollo-client/commit/3e4c0543cb870a7524b84a8071ae2cd41fffafc0"><code>3e4c054</code></a>
chore(deps): update cimg/node docker tag to v21.7.1 (<a
href="https://redirect.github.com/apollographql/apollo-client/issues/11740">#11740</a>)</li>
<li><a
href="https://github.com/apollographql/apollo-client/commit/e4128481de25339a4f417c4053726ac6d9f71541"><code>e412848</code></a>
chore: configure git user directly in prerelease workflows (<a
href="https://redirect.github.com/apollographql/apollo-client/issues/11734">#11734</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apollographql/apollo-client/compare/v3.9.5...v3.9.11">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@apollo/client&package-manager=npm_and_yarn&previous-version=3.9.5&new-version=3.9.11)](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>
  • Loading branch information
dependabot[bot] committed Apr 18, 2024
1 parent afcfe25 commit b827616
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions src/javascript/fitbit-challenges/frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion src/javascript/fitbit-challenges/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.9.5",
"@apollo/client": "^3.9.11",
"@apollo/react-testing": "^4.0.0",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
Expand Down

0 comments on commit b827616

Please sign in to comment.