Skip to content

Commit

Permalink
fix(deps): update dependency graphql-yoga to v5.6.3 (#11220)
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 |
|---|---|---|---|---|---|
| [graphql-yoga](https://togithub.com/dotansimha/graphql-yoga)
([source](https://togithub.com/dotansimha/graphql-yoga/tree/HEAD/packages/graphql-yoga))
| [`5.6.2` ->
`5.6.3`](https://renovatebot.com/diffs/npm/graphql-yoga/5.6.2/5.6.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/graphql-yoga/5.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/graphql-yoga/5.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/graphql-yoga/5.6.2/5.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/graphql-yoga/5.6.2/5.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dotansimha/graphql-yoga (graphql-yoga)</summary>

###
[`v5.6.3`](https://togithub.com/dotansimha/graphql-yoga/blob/HEAD/packages/graphql-yoga/CHANGELOG.md#563)

[Compare
Source](https://togithub.com/dotansimha/graphql-yoga/compare/graphql-yoga@5.6.2...graphql-yoga@5.6.3)

##### Patch Changes

- [#&#8203;3400](https://togithub.com/dotansimha/graphql-yoga/pull/3400)

[`0866c1b`](https://togithub.com/dotansimha/graphql-yoga/commit/0866c1be8868eb891a0a62e36c9270d87f205330)
Thanks [@&#8203;n1ru4l](https://togithub.com/n1ru4l)! - Restores
compatibility with
[RFC1341: The Multipart
Content-Type](https://www.w3.org/Protocols/rfc1341/7\_2\_Multipart.html)
by
including preceding `\r\n` for initial boundary delimiter when using the
multipart response
    protocol.

This makes Yoga compatible with libraries that strictly follow the
response protocol, such as

[fetch-multipart-graphql](https://togithub.com/relay-tools/fetch-multipart-graphql).

</details>

---

### Configuration

📅 **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 this update
again.

---

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

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/redwoodjs/redwood).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 12, 2024
1 parent 7182817 commit d25cabb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"graphql": "16.9.0",
"graphql-scalars": "1.23.0",
"graphql-tag": "2.12.6",
"graphql-yoga": "5.6.2",
"graphql-yoga": "5.6.3",
"lodash": "4.17.21",
"uuid": "10.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8202,7 +8202,7 @@ __metadata:
graphql: "npm:16.9.0"
graphql-scalars: "npm:1.23.0"
graphql-tag: "npm:2.12.6"
graphql-yoga: "npm:5.6.2"
graphql-yoga: "npm:5.6.3"
jest: "npm:29.7.0"
jsonwebtoken: "npm:9.0.2"
lodash: "npm:4.17.21"
Expand Down Expand Up @@ -18409,9 +18409,9 @@ __metadata:
languageName: node
linkType: hard

"graphql-yoga@npm:5.6.2":
version: 5.6.2
resolution: "graphql-yoga@npm:5.6.2"
"graphql-yoga@npm:5.6.3":
version: 5.6.3
resolution: "graphql-yoga@npm:5.6.3"
dependencies:
"@envelop/core": "npm:^5.0.1"
"@graphql-tools/executor": "npm:^1.3.0"
Expand All @@ -18426,7 +18426,7 @@ __metadata:
tslib: "npm:^2.5.2"
peerDependencies:
graphql: ^15.2.0 || ^16.0.0
checksum: 10c0/50c17bccb47bb6333c2ac9bfb9e878fc95f8bbe48dbfa1647475de1bcbee4787175dc4acde834bb07b1746d3f0cdc3f8b9151e51abb884f1ea268fbaa19499c0
checksum: 10c0/0196963b5c78cb10dd673dc785d6895e1f6d14c8442a626e728889c027422332def571a110deac2de0d18975817486d73e7d8d82bbff2c1fa29e3e372ebf95fc
languageName: node
linkType: hard

Expand Down

0 comments on commit d25cabb

Please sign in to comment.