Skip to content

Commit

Permalink
chore(deps): update dependency @apollo/client to v3.8.6 (#7760)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@apollo/client](https://www.apollographql.com/docs/react/)
([source](https://togithub.com/apollographql/apollo-client)) | [`3.8.5`
->
`3.8.6`](https://renovatebot.com/diffs/npm/@apollo%2fclient/3.8.5/3.8.6)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@apollo%2fclient/3.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@apollo%2fclient/3.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@apollo%2fclient/3.8.5/3.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@apollo%2fclient/3.8.5/3.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>apollographql/apollo-client (@&#8203;apollo/client)</summary>

###
[`v3.8.6`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#386)

[Compare
Source](https://togithub.com/apollographql/apollo-client/compare/v3.8.5...v3.8.6)

##### Patch Changes

-
[#&#8203;11291](https://togithub.com/apollographql/apollo-client/pull/11291)
[`2be7eafe3`](https://togithub.com/apollographql/apollo-client/commit/2be7eafe3c115d56d993dbda64d320550712df1f)
Thanks [@&#8203;ArioA](https://togithub.com/ArioA)! - Fix a bug that
allows to only call `loadErrorMessages` without also calling
`loadDevErrorMessages`.

-
[#&#8203;11274](https://togithub.com/apollographql/apollo-client/pull/11274)
[`b29f000f3`](https://togithub.com/apollographql/apollo-client/commit/b29f000f36f281e256809b5454eaeca2ec4450bf)
Thanks [@&#8203;jerelmiller](https://togithub.com/jerelmiller)! - Start
the query ref auto dispose timeout after the initial promise has
settled. This prevents requests that run longer than the timeout
duration from keeping the component suspended indefinitely.

-
[#&#8203;11289](https://togithub.com/apollographql/apollo-client/pull/11289)
[`b5894dbf0`](https://togithub.com/apollographql/apollo-client/commit/b5894dbf0fd5ea5ef1ff20dd896a658ef78c69dc)
Thanks [@&#8203;phryneas](https://togithub.com/phryneas)! -
`MockedProvider`: default `connectToDevTools` to `false` in created
`ApolloClient` instance.

This will prevent the mocked `ApolloClient` instance from trying to
connect to the DevTools, which would start a `setTimeout` that might
keep running after a test has finished.

-
[#&#8203;11206](https://togithub.com/apollographql/apollo-client/pull/11206)
[`dd2ce7687`](https://togithub.com/apollographql/apollo-client/commit/dd2ce7687ae9afa399e950a523fc7330284c25fe)
Thanks [@&#8203;phryneas](https://togithub.com/phryneas)! -
`cache.modify`: Less strict types & new dev runtime warnings.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/apollographql/apollo-server).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent c7d64a3 commit 2331189
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"npm": ">=8.5.0"
},
"devDependencies": {
"@apollo/client": "3.8.5",
"@apollo/client": "3.8.6",
"@apollo/gateway": "2.5.6",
"@apollo/subgraph": "2.5.6",
"@apollo/utils.createhash": "2.0.1",
Expand Down

0 comments on commit 2331189

Please sign in to comment.