Skip to content

Commit

Permalink
fix(deps): update dependency graphql-sse to v2.4.0 (#9607)
Browse files Browse the repository at this point in the history
[![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-sse](https://togithub.com/enisdenjo/graphql-sse) | [`2.3.0`
-> `2.4.0`](https://renovatebot.com/diffs/npm/graphql-sse/2.3.0/2.4.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/graphql-sse/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/graphql-sse/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/graphql-sse/2.3.0/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/graphql-sse/2.3.0/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>enisdenjo/graphql-sse (graphql-sse)</summary>

###
[`v2.4.0`](https://togithub.com/enisdenjo/graphql-sse/blob/HEAD/CHANGELOG.md#240-2023-11-29)

[Compare
Source](https://togithub.com/enisdenjo/graphql-sse/compare/v2.3.0...v2.4.0)

##### Bug Fixes

- **client:** Use closures instead of bindings (with `this`)
([8ecdf3c](https://togithub.com/enisdenjo/graphql-sse/commit/8ecdf3cffb5e013466defbbb131b7faeb39ec27a))

##### Features

- **client:** Event listeners for both operation modes
([#&#8203;84](https://togithub.com/enisdenjo/graphql-sse/issues/84))
([6274f44](https://togithub.com/enisdenjo/graphql-sse/commit/6274f44983e3c5ca7e343c880d10faf928597848))

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dominic Saadi <[email protected]>
  • Loading branch information
renovate[bot] and jtoar committed Dec 1, 2023
1 parent 75e0317 commit cef41b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@redwoodjs/auth": "6.0.7",
"core-js": "3.33.3",
"graphql": "16.8.1",
"graphql-sse": "2.3.0",
"graphql-sse": "2.4.0",
"graphql-tag": "2.12.6",
"react-helmet-async": "1.3.0",
"react-hot-toast": "2.4.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9380,7 +9380,7 @@ __metadata:
"@types/testing-library__jest-dom": 5.14.9
core-js: 3.33.3
graphql: 16.8.1
graphql-sse: 2.3.0
graphql-sse: 2.4.0
graphql-tag: 2.12.6
jest: 29.7.0
nodemon: 3.0.1
Expand Down Expand Up @@ -21362,12 +21362,12 @@ __metadata:
languageName: node
linkType: hard

"graphql-sse@npm:2.3.0, graphql-sse@npm:^2.0.0":
version: 2.3.0
resolution: "graphql-sse@npm:2.3.0"
"graphql-sse@npm:2.4.0, graphql-sse@npm:^2.0.0":
version: 2.4.0
resolution: "graphql-sse@npm:2.4.0"
peerDependencies:
graphql: ">=0.11 <=16"
checksum: 8cfc3db28094008fb33e04b9289d17ed7173ba6dfc01d9d0d686ae621c7cff33418657deb61429a498058cfad06e1282b89d3275ede87791fb065056db38e8a8
checksum: 8653b334653fe232a1632f3ec3aa1af1fe77369e43fe9fc4e8a1e113af5ea9db673279df671d74ced49bfcd8f61d24ec824e2381eab0eab85232a3a4b611dd48
languageName: node
linkType: hard

Expand Down

0 comments on commit cef41b5

Please sign in to comment.