Skip to content

Commit

Permalink
Bump @apollo/client from 3.10.4 to 3.10.5 in /fitbit_challenges/front…
Browse files Browse the repository at this point in the history
…end (#144)

Bumps [@apollo/client](https://github.com/apollographql/apollo-client)
from 3.10.4 to 3.10.5.
<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.10.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11888">#11888</a>
<a
href="https://github.com/apollographql/apollo-client/commit/7fb7939edb7ca8f4273b75554f96ea9936731458"><code>7fb7939</code></a>
Thanks <a
href="https://github.com/phryneas"><code>@​phryneas</code></a>! - switch
<code>useRenderGuard</code> to an approach not accessing React's
internals</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11511">#11511</a>
<a
href="https://github.com/apollographql/apollo-client/commit/6536369cf213469d20d15b779c344268d70fecd5"><code>6536369</code></a>
Thanks <a
href="https://github.com/phryneas"><code>@​phryneas</code></a>! -
<code>useLoadableQuery</code>: ensure that <code>loadQuery</code> is
updated if the ApolloClient instance changes</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11860">#11860</a>
<a
href="https://github.com/apollographql/apollo-client/commit/8740f198805a99e01136617c4055d611b92cc231"><code>8740f19</code></a>
Thanks <a
href="https://github.com/alessbell"><code>@​alessbell</code></a>! -
Fixes <a
href="https://redirect.github.com/apollographql/apollo-client/issues/11849">#11849</a>
by reevaluating <code>window.fetch</code> each time
<code>BatchHttpLink</code> uses it, if not configured via
<code>options.fetch</code>. Takes the same approach as PR <a
href="https://redirect.github.com/apollographql/apollo-client/pull/8603">#8603</a>
which fixed the same issue in <code>HttpLink</code>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11852">#11852</a>
<a
href="https://github.com/apollographql/apollo-client/commit/d502a69654d8ffa31e09467da028304a934a9874"><code>d502a69</code></a>
Thanks <a
href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Fix a
bug where calling the <code>useMutation</code> <code>reset</code>
function would point the hook to an outdated <code>client</code>
reference.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11329">#11329</a>
<a
href="https://github.com/apollographql/apollo-client/commit/3d164ea16c17d271f6fa9e5ad8f013623eec23a0"><code>3d164ea</code></a>
Thanks <a href="https://github.com/PaLy"><code>@​PaLy</code></a>! - Fix
graphQLErrors in Error Link if networkError.result is an empty
string</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11852">#11852</a>
<a
href="https://github.com/apollographql/apollo-client/commit/d502a69654d8ffa31e09467da028304a934a9874"><code>d502a69</code></a>
Thanks <a
href="https://github.com/phryneas"><code>@​phryneas</code></a>! -
Prevent writing to a ref in render in <code>useMutation</code>.
As a result, you might encounter problems in the future if you call the
mutation's <code>execute</code> function during render. Please note that
this was never supported behavior, and we strongly recommend against
it.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11848">#11848</a>
<a
href="https://github.com/apollographql/apollo-client/commit/ad6392424ddbeb6f91b165c806251490e1cdd69e"><code>ad63924</code></a>
Thanks <a
href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Ensure
covariant behavior: <code>MockedResponse&lt;X,Y&gt;</code> should be
assignable to <code>MockedResponse</code></p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11851">#11851</a>
<a
href="https://github.com/apollographql/apollo-client/commit/45c47be26d4e020cfcff359a5af19ccfc39b930e"><code>45c47be</code></a>
Thanks <a
href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Avoid
usage of useRef in useInternalState to prevent ref access in render.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11877">#11877</a>
<a
href="https://github.com/apollographql/apollo-client/commit/634d91aeb10ab308b05d5ffb918678806046af09"><code>634d91a</code></a>
Thanks <a
href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Add
missing name to tuple member (fix TS5084)</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11851">#11851</a>
<a
href="https://github.com/apollographql/apollo-client/commit/45c47be26d4e020cfcff359a5af19ccfc39b930e"><code>45c47be</code></a>
Thanks <a
href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Fix a
bug where <code>useLazyQuery</code> would not pick up a client
change.</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.10.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11888">#11888</a>
<a
href="https://github.com/apollographql/apollo-client/commit/7fb7939edb7ca8f4273b75554f96ea9936731458"><code>7fb7939</code></a>
Thanks <a
href="https://github.com/phryneas"><code>@​phryneas</code></a>! - switch
<code>useRenderGuard</code> to an approach not accessing React's
internals</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11511">#11511</a>
<a
href="https://github.com/apollographql/apollo-client/commit/6536369cf213469d20d15b779c344268d70fecd5"><code>6536369</code></a>
Thanks <a
href="https://github.com/phryneas"><code>@​phryneas</code></a>! -
<code>useLoadableQuery</code>: ensure that <code>loadQuery</code> is
updated if the ApolloClient instance changes</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11860">#11860</a>
<a
href="https://github.com/apollographql/apollo-client/commit/8740f198805a99e01136617c4055d611b92cc231"><code>8740f19</code></a>
Thanks <a
href="https://github.com/alessbell"><code>@​alessbell</code></a>! -
Fixes <a
href="https://redirect.github.com/apollographql/apollo-client/issues/11849">#11849</a>
by reevaluating <code>window.fetch</code> each time
<code>BatchHttpLink</code> uses it, if not configured via
<code>options.fetch</code>. Takes the same approach as PR <a
href="https://redirect.github.com/apollographql/apollo-client/pull/8603">#8603</a>
which fixed the same issue in <code>HttpLink</code>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11852">#11852</a>
<a
href="https://github.com/apollographql/apollo-client/commit/d502a69654d8ffa31e09467da028304a934a9874"><code>d502a69</code></a>
Thanks <a
href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Fix a
bug where calling the <code>useMutation</code> <code>reset</code>
function would point the hook to an outdated <code>client</code>
reference.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11329">#11329</a>
<a
href="https://github.com/apollographql/apollo-client/commit/3d164ea16c17d271f6fa9e5ad8f013623eec23a0"><code>3d164ea</code></a>
Thanks <a href="https://github.com/PaLy"><code>@​PaLy</code></a>! - Fix
graphQLErrors in Error Link if networkError.result is an empty
string</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11852">#11852</a>
<a
href="https://github.com/apollographql/apollo-client/commit/d502a69654d8ffa31e09467da028304a934a9874"><code>d502a69</code></a>
Thanks <a
href="https://github.com/phryneas"><code>@​phryneas</code></a>! -
Prevent writing to a ref in render in <code>useMutation</code>.
As a result, you might encounter problems in the future if you call the
mutation's <code>execute</code> function during render. Please note that
this was never supported behavior, and we strongly recommend against
it.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11848">#11848</a>
<a
href="https://github.com/apollographql/apollo-client/commit/ad6392424ddbeb6f91b165c806251490e1cdd69e"><code>ad63924</code></a>
Thanks <a
href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Ensure
covariant behavior: <code>MockedResponse&lt;X,Y&gt;</code> should be
assignable to <code>MockedResponse</code></p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11851">#11851</a>
<a
href="https://github.com/apollographql/apollo-client/commit/45c47be26d4e020cfcff359a5af19ccfc39b930e"><code>45c47be</code></a>
Thanks <a
href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Avoid
usage of useRef in useInternalState to prevent ref access in render.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11877">#11877</a>
<a
href="https://github.com/apollographql/apollo-client/commit/634d91aeb10ab308b05d5ffb918678806046af09"><code>634d91a</code></a>
Thanks <a
href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Add
missing name to tuple member (fix TS5084)</p>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-client/pull/11851">#11851</a>
<a
href="https://github.com/apollographql/apollo-client/commit/45c47be26d4e020cfcff359a5af19ccfc39b930e"><code>45c47be</code></a>
Thanks <a
href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Fix a
bug where <code>useLazyQuery</code> would not pick up a client
change.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apollographql/apollo-client/commit/a739dfd2847d002405bb6c8b637ead9e54d5d012"><code>a739dfd</code></a>
Version Packages (<a
href="https://redirect.github.com/apollographql/apollo-client/issues/11855">#11855</a>)</li>
<li><a
href="https://github.com/apollographql/apollo-client/commit/e41580b590ffdc5ac11f31966852ad6fcfebad07"><code>e41580b</code></a>
Revert &quot;Update router terminology (<a
href="https://redirect.github.com/apollographql/apollo-client/issues/11885">#11885</a>)&quot;
(<a
href="https://redirect.github.com/apollographql/apollo-client/issues/11892">#11892</a>)</li>
<li><a
href="https://github.com/apollographql/apollo-client/commit/5f5326bb629fd855e6c1dbfc6c8cc9c6dd9492ee"><code>5f5326b</code></a>
docs: add graphql-tag-swc-plugin to performance docs (<a
href="https://redirect.github.com/apollographql/apollo-client/issues/11884">#11884</a>)</li>
<li><a
href="https://github.com/apollographql/apollo-client/commit/3d164ea16c17d271f6fa9e5ad8f013623eec23a0"><code>3d164ea</code></a>
fix: graphQLErrors in Error Link if networkError.result is an empty
string (#...</li>
<li><a
href="https://github.com/apollographql/apollo-client/commit/1aca223b8da3fe02bbd38379d6a211844e0b40bb"><code>1aca223</code></a>
Update router terminology (<a
href="https://redirect.github.com/apollographql/apollo-client/issues/11885">#11885</a>)</li>
<li><a
href="https://github.com/apollographql/apollo-client/commit/3e5e7701adaa09d0aa629aeb1c04beb7572fb5bd"><code>3e5e770</code></a>
chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (<a
href="https://redirect.github.com/apollographql/apollo-client/issues/11887">#11887</a>)</li>
<li><a
href="https://github.com/apollographql/apollo-client/commit/7fb7939edb7ca8f4273b75554f96ea9936731458"><code>7fb7939</code></a>
switch <code>useRenderGuard</code> to an approach not accessing React's
internals (<a
href="https://redirect.github.com/apollographql/apollo-client/issues/11888">#11888</a>)</li>
<li><a
href="https://github.com/apollographql/apollo-client/commit/6536369cf213469d20d15b779c344268d70fecd5"><code>6536369</code></a>
enable <code>react-hooks</code> lint rules (<a
href="https://redirect.github.com/apollographql/apollo-client/issues/11511">#11511</a>)</li>
<li><a
href="https://github.com/apollographql/apollo-client/commit/08dbc02c3f3ad76954f02af7354dc4cb715c5c13"><code>08dbc02</code></a>
use circleci <code>-browsers</code> image to save some install time (<a
href="https://redirect.github.com/apollographql/apollo-client/issues/11889">#11889</a>)</li>
<li><a
href="https://github.com/apollographql/apollo-client/commit/6ca5ef4981085caf326bcfc984757078648c709e"><code>6ca5ef4</code></a>
start testing with React 19 (<a
href="https://redirect.github.com/apollographql/apollo-client/issues/11883">#11883</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apollographql/apollo-client/compare/v3.10.4...v3.10.5">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.10.4&new-version=3.10.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 15, 2024
1 parent 36628a3 commit 0d8c871
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 46 deletions.
8 changes: 4 additions & 4 deletions 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 fitbit_challenges/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"dependencies": {
"@apollo/client": "^3.10.4",
"@apollo/client": "^3.10.5",
"@apollo/react-testing": "^4.0.0",
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.3",
Expand Down
43 changes: 2 additions & 41 deletions fitbit_challenges/frontend/pnpm-lock.yaml

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

0 comments on commit 0d8c871

Please sign in to comment.