Skip to content

Commit

Permalink
fix(deps): update dependency @graphql-yoga/plugin-graphql-sse to v2.0…
Browse files Browse the repository at this point in the history
….5 (#9440)

[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@graphql-yoga/plugin-graphql-sse](https://togithub.com/dotansimha/graphql-yoga)
| [`2.0.4` ->
`2.0.5`](https://renovatebot.com/diffs/npm/@graphql-yoga%2fplugin-graphql-sse/2.0.4/2.0.5)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@graphql-yoga%2fplugin-graphql-sse/2.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@graphql-yoga%2fplugin-graphql-sse/2.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@graphql-yoga%2fplugin-graphql-sse/2.0.4/2.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphql-yoga%2fplugin-graphql-sse/2.0.4/2.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dotansimha/graphql-yoga
(@&#8203;graphql-yoga/plugin-graphql-sse)</summary>

###
[`v2.0.5`](https://togithub.com/dotansimha/graphql-yoga/blob/HEAD/packages/plugins/graphql-sse/CHANGELOG.md#205)

[Compare
Source](https://togithub.com/dotansimha/graphql-yoga/compare/@graphql-yoga/plugin-graphql-sse@2.0.4...@graphql-yoga/plugin-graphql-sse@2.0.5)

##### Patch Changes

-   Updated dependencies

\[[`bf602edf`](https://togithub.com/dotansimha/graphql-yoga/commit/bf602edf790590de1db26b5f3fc39f895104055c)]:
    -   graphql-yoga@4.0.5

</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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dominic Saadi <dominiceliassaadi@gmail.com>
  • Loading branch information
renovate[bot] and jtoar authored Nov 15, 2023
1 parent 018494f commit c133951
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@graphql-tools/schema": "10.0.0",
"@graphql-tools/utils": "10.0.8",
"@graphql-yoga/plugin-defer-stream": "2.0.5",
"@graphql-yoga/plugin-graphql-sse": "2.0.4",
"@graphql-yoga/plugin-graphql-sse": "2.0.5",
"@graphql-yoga/redis-event-target": "2.0.0",
"@graphql-yoga/subscription": "4.0.0",
"@n1ru4l/graphql-live-query": "0.10.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4496,15 +4496,15 @@ __metadata:
languageName: node
linkType: hard

"@graphql-yoga/plugin-graphql-sse@npm:2.0.4":
version: 2.0.4
resolution: "@graphql-yoga/plugin-graphql-sse@npm:2.0.4"
"@graphql-yoga/plugin-graphql-sse@npm:2.0.5":
version: 2.0.5
resolution: "@graphql-yoga/plugin-graphql-sse@npm:2.0.5"
dependencies:
graphql-sse: ^2.0.0
peerDependencies:
graphql: ^15.2.0 || ^16.0.0
graphql-yoga: ^4.0.4
checksum: 61c7fa4d44f33d440a59a1504febfceb22ad91d7afdad1cdf1aff53b744bf61ee7c940e4a2f94f9d421d7f1d42e8e733f6f51f098d2625c6e87e4abcfea0b024
graphql-yoga: ^4.0.5
checksum: 5da378feeef61c134ff7a95dfe8d8cab38df33a64218209e4ab918310fef853a975f354a2d23174fab506f47153a35fd6fa51f2204b427070680011a8b9d5cc9
languageName: node
linkType: hard

Expand Down Expand Up @@ -8972,7 +8972,7 @@ __metadata:
"@graphql-tools/schema": 10.0.0
"@graphql-tools/utils": 10.0.8
"@graphql-yoga/plugin-defer-stream": 2.0.5
"@graphql-yoga/plugin-graphql-sse": 2.0.4
"@graphql-yoga/plugin-graphql-sse": 2.0.5
"@graphql-yoga/redis-event-target": 2.0.0
"@graphql-yoga/subscription": 4.0.0
"@n1ru4l/graphql-live-query": 0.10.0
Expand Down

0 comments on commit c133951

Please sign in to comment.