Skip to content

Commit

Permalink
fix(deps): update dependency @apollo/client to v3.8.4 (#9208)
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.3`
->
`3.8.4`](https://renovatebot.com/diffs/npm/@apollo%2fclient/3.8.3/3.8.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@apollo%2fclient/3.8.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@apollo%2fclient/3.8.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@apollo%2fclient/3.8.3/3.8.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@apollo%2fclient/3.8.3/3.8.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

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

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

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

-
[#&#8203;11195](https://togithub.com/apollographql/apollo-client/pull/11195)
[`9e59b251d`](https://togithub.com/apollographql/apollo-client/commit/9e59b251d4d63afb83d9821889f87c71c4adde0f)
Thanks [@&#8203;phryneas](https://togithub.com/phryneas)! - For
`invariant.log` etc., error arguments are now serialized correctly in
the link to the error page.

</details>

---

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates 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/redwoodjs/redwood).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and jtoar committed Sep 20, 2023
1 parent ba90964 commit 8b1d401
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"yargs": "17.7.2"
},
"devDependencies": {
"@apollo/client": "3.8.3",
"@apollo/client": "3.8.4",
"@babel/cli": "7.22.15",
"@babel/core": "^7.22.20",
"@graphiql/plugin-explorer": "0.1.22",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@apollo/client": "3.8.3",
"@apollo/client": "3.8.4",
"@babel/runtime-corejs3": "7.22.15",
"@redwoodjs/auth": "6.2.3",
"core-js": "3.32.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client@npm:3.8.3":
version: 3.8.3
resolution: "@apollo/client@npm:3.8.3"
"@apollo/client@npm:3.8.4":
version: 3.8.4
resolution: "@apollo/client@npm:3.8.4"
dependencies:
"@graphql-typed-document-node/core": ^3.1.1
"@wry/context": ^0.7.3
Expand Down Expand Up @@ -156,7 +156,7 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: f622299670fbd895ec6b3960560829b1575fcfc733dffe967afe6ebba17796b6c2d4f8fac5686761a24c394f99270877190914c7161bce9b4ea0e76e12d33de2
checksum: 36b8cb05da30fffb795d8bb970cdbc32f5f3b421ebe5874d7681a907bd4aa6ca7b01144b480299e309e207754f77d1f72b55b05e15bd488248242fafdd76dcd3
languageName: node
linkType: hard

Expand Down Expand Up @@ -9037,7 +9037,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/studio@workspace:packages/studio"
dependencies:
"@apollo/client": 3.8.3
"@apollo/client": 3.8.4
"@babel/cli": 7.22.15
"@babel/core": ^7.22.20
"@babel/runtime-corejs3": 7.22.15
Expand Down Expand Up @@ -9238,7 +9238,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/web@workspace:packages/web"
dependencies:
"@apollo/client": 3.8.3
"@apollo/client": 3.8.4
"@babel/cli": 7.22.15
"@babel/core": ^7.22.20
"@babel/runtime-corejs3": 7.22.15
Expand Down

0 comments on commit 8b1d401

Please sign in to comment.