Skip to content

Commit c133951

Browse files
renovate[bot]jtoar
andauthored
fix(deps): update dependency @graphql-yoga/plugin-graphql-sse to v2.0.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/[email protected]...@graphql-yoga/[email protected]) ##### Patch Changes - Updated dependencies \[[`bf602edf`](https://togithub.com/dotansimha/graphql-yoga/commit/bf602edf790590de1db26b5f3fc39f895104055c)]: - [email protected] </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 <[email protected]>
1 parent 018494f commit c133951

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/realtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@graphql-tools/schema": "10.0.0",
2828
"@graphql-tools/utils": "10.0.8",
2929
"@graphql-yoga/plugin-defer-stream": "2.0.5",
30-
"@graphql-yoga/plugin-graphql-sse": "2.0.4",
30+
"@graphql-yoga/plugin-graphql-sse": "2.0.5",
3131
"@graphql-yoga/redis-event-target": "2.0.0",
3232
"@graphql-yoga/subscription": "4.0.0",
3333
"@n1ru4l/graphql-live-query": "0.10.0",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -4496,15 +4496,15 @@ __metadata:
44964496
languageName: node
44974497
linkType: hard
44984498

4499-
"@graphql-yoga/plugin-graphql-sse@npm:2.0.4":
4500-
version: 2.0.4
4501-
resolution: "@graphql-yoga/plugin-graphql-sse@npm:2.0.4"
4499+
"@graphql-yoga/plugin-graphql-sse@npm:2.0.5":
4500+
version: 2.0.5
4501+
resolution: "@graphql-yoga/plugin-graphql-sse@npm:2.0.5"
45024502
dependencies:
45034503
graphql-sse: ^2.0.0
45044504
peerDependencies:
45054505
graphql: ^15.2.0 || ^16.0.0
4506-
graphql-yoga: ^4.0.4
4507-
checksum: 61c7fa4d44f33d440a59a1504febfceb22ad91d7afdad1cdf1aff53b744bf61ee7c940e4a2f94f9d421d7f1d42e8e733f6f51f098d2625c6e87e4abcfea0b024
4506+
graphql-yoga: ^4.0.5
4507+
checksum: 5da378feeef61c134ff7a95dfe8d8cab38df33a64218209e4ab918310fef853a975f354a2d23174fab506f47153a35fd6fa51f2204b427070680011a8b9d5cc9
45084508
languageName: node
45094509
linkType: hard
45104510

@@ -8972,7 +8972,7 @@ __metadata:
89728972
"@graphql-tools/schema": 10.0.0
89738973
"@graphql-tools/utils": 10.0.8
89748974
"@graphql-yoga/plugin-defer-stream": 2.0.5
8975-
"@graphql-yoga/plugin-graphql-sse": 2.0.4
8975+
"@graphql-yoga/plugin-graphql-sse": 2.0.5
89768976
"@graphql-yoga/redis-event-target": 2.0.0
89778977
"@graphql-yoga/subscription": 4.0.0
89788978
"@n1ru4l/graphql-live-query": 0.10.0

0 commit comments

Comments
 (0)