Skip to content

Commit

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

---

### Release Notes

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

###
[`v3.7.15`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#&#8203;3715)

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

##### Patch Changes

-
[#&#8203;10891](https://togithub.com/apollographql/apollo-client/pull/10891)
[`ab42a5c08`](https://togithub.com/apollographql/apollo-client/commit/ab42a5c08840193cb915f4e66d71fac3834fec68)
Thanks [@&#8203;laverdet](https://togithub.com/laverdet)! - Fixes a bug
in how multipart responses are read when using `@defer`. When reading a
multipart body, `HttpLink` no longer attempts to parse the boundary
(e.g. `"---"` or other boundary string) within the response data itself,
only when reading the beginning of each mulitpart chunked message.

-
[#&#8203;10789](https://togithub.com/apollographql/apollo-client/pull/10789)
[`23a4e1578`](https://togithub.com/apollographql/apollo-client/commit/23a4e15786fe99658d741585366f3b02bcffb97f)
Thanks [@&#8203;phryneas](https://togithub.com/phryneas)! - Fix a bug
where other fields could be aliased to `__typename` or `id`, in which
case an incoming result would be merged into the wrong cache entry.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjEwNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 31, 2023
1 parent 899f74b commit 27e22f1
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 10 deletions.
39 changes: 30 additions & 9 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.7.14",
"@apollo/client": "3.7.15",
"@apollo/gateway": "2.4.7",
"@apollo/subgraph": "2.4.7",
"@apollo/utils.createhash": "2.0.1",
Expand Down

0 comments on commit 27e22f1

Please sign in to comment.