Skip to content

Commit

Permalink
chore(deps): update dependency @apollo/client to v3.7.2 (#7227)
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.7.1`
->
`3.7.2`](https://renovatebot.com/diffs/npm/@apollo%2fclient/3.7.1/3.7.2)
|
[![age](https://badges.renovateapi.com/packages/npm/@apollo%2fclient/3.7.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@apollo%2fclient/3.7.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@apollo%2fclient/3.7.2/compatibility-slim/3.7.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@apollo%2fclient/3.7.2/confidence-slim/3.7.1)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>apollographql/apollo-client</summary>

###
[`v3.7.2`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#Apollo-Client-372-2022-12-06)

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

##### Improvements

- Only show dev tools suggestion in the console when `connectToDevTools`
is `true`. <br/>
[@&#8203;chris110408](https://togithub.com/chris110408) in
[#&#8203;10258](https://togithub.com/apollographql/apollo-client/pull/10258)

- Pass `TCache` generic to `MutationHookOptions` for better type support
in `useMutation`. <br />
[@&#8203;igrlk](https://togithub.com/igrlk) in
[#&#8203;10223](https://togithub.com/apollographql/apollo-client/pull/10223)

- Add `name` property to `ApolloError` to ensure better type safety and
help error reporting tools better identify the error. <br />
[@&#8203;aaronadamsCA](https://togithub.com/aaronadamsCA) in
[#&#8203;9323](https://togithub.com/apollographql/apollo-client/pull/9323)

- Export a `ModifierDetails` type for the `details` parameter of a
`Modifier` function. <br />
[@&#8203;KeithGillette](https://togithub.com/KeithGillette) in
[#&#8203;7133](https://togithub.com/apollographql/apollo-client/pull/7133)

- Revert use of `cloneDeep` to clone options when fetching queries. <br
/>
[@&#8203;MrDoomBringer](https://togithub.com/MrDoomBringer) in
[#&#8203;10215](https://togithub.com/apollographql/apollo-client/pull/10215)

</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://app.renovatebot.com/dashboard#github/apollographql/apollo-server).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40OS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDkuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 6, 2022
1 parent 18501ff commit 6b4674d
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
Expand Up @@ -38,7 +38,7 @@
"npm": ">=8.5.0"
},
"devDependencies": {
"@apollo/client": "3.7.1",
"@apollo/client": "3.7.2",
"@apollo/server-plugin-landing-page-graphql-playground": "4.0.0",
"@apollo/utils.createhash": "2.0.0",
"@changesets/changelog-github": "0.4.7",
Expand Down

0 comments on commit 6b4674d

Please sign in to comment.