Skip to content

Commit

Permalink
fix(deps): update dependency graphql-yoga to v5.7.0 (#11493)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [graphql-yoga](https://github.com/dotansimha/graphql-yoga)
([source](https://github.com/dotansimha/graphql-yoga/tree/HEAD/packages/graphql-yoga))
| [`5.6.3` ->
`5.7.0`](https://renovatebot.com/diffs/npm/graphql-yoga/5.6.3/5.7.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/graphql-yoga/5.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/graphql-yoga/5.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/graphql-yoga/5.6.3/5.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/graphql-yoga/5.6.3/5.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

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

###
[`v5.7.0`](https://github.com/dotansimha/graphql-yoga/blob/HEAD/packages/graphql-yoga/CHANGELOG.md#570)

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

##### Minor Changes

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

[`5dae4ab`](https://github.com/dotansimha/graphql-yoga/commit/5dae4abeb6a4aa82f396a19d31d0155fe10bc752)
Thanks [@&#8203;EmrysMyrddin](https://github.com/EmrysMyrddin)!
- Expose server context in
`onResultProcessHook`. In particular, this gives access to the
`waitUntil` method to cleanly
    handle hanging promises.

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

[`5dae4ab`](https://github.com/dotansimha/graphql-yoga/commit/5dae4abeb6a4aa82f396a19d31d0155fe10bc752)
Thanks [@&#8203;EmrysMyrddin](https://github.com/EmrysMyrddin)!
- New hook: onExecutionResult which is
triggered when an execution is done on the pipeline. If it is a batched
operation, this is called
    per each operation in the batch

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

[`5dae4ab`](https://github.com/dotansimha/graphql-yoga/commit/5dae4abeb6a4aa82f396a19d31d0155fe10bc752)
Thanks [@&#8203;EmrysMyrddin](https://github.com/EmrysMyrddin)!
- Expose the already existing `waitUntil`
    method from the server context.

##### Patch Changes

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

[`5dae4ab`](https://github.com/dotansimha/graphql-yoga/commit/5dae4abeb6a4aa82f396a19d31d0155fe10bc752)
Thanks [@&#8203;EmrysMyrddin](https://github.com/EmrysMyrddin)!
- dependencies updates:
    -   Updated dependency
[`@whatwg-node/server@^0.9.44`
↗︎](https://www.npmjs.com/package/@&#8203;whatwg-node/server/v/0.9.44)
        (from `^0.9.41`, in `dependencies`)

</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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/redwoodjs/redwood).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 9, 2024
1 parent 73acecb commit 42d7cee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.3",
"graphql-yoga": "5.7.0",
"lodash": "4.17.21",
"uuid": "10.0.0"
},
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8265,7 +8265,7 @@ __metadata:
graphql: "npm:16.9.0"
graphql-scalars: "npm:1.23.0"
graphql-tag: "npm:2.12.6"
graphql-yoga: "npm:5.6.3"
graphql-yoga: "npm:5.7.0"
jest: "npm:29.7.0"
jsonwebtoken: "npm:9.0.2"
lodash: "npm:4.17.21"
Expand Down Expand Up @@ -11691,7 +11691,7 @@ __metadata:
languageName: node
linkType: hard

"@whatwg-node/server@npm:0.9.49, @whatwg-node/server@npm:^0.9.41":
"@whatwg-node/server@npm:0.9.49, @whatwg-node/server@npm:^0.9.44":
version: 0.9.49
resolution: "@whatwg-node/server@npm:0.9.49"
dependencies:
Expand Down Expand Up @@ -18564,9 +18564,9 @@ __metadata:
languageName: node
linkType: hard

"graphql-yoga@npm:5.6.3":
version: 5.6.3
resolution: "graphql-yoga@npm:5.6.3"
"graphql-yoga@npm:5.7.0":
version: 5.7.0
resolution: "graphql-yoga@npm:5.7.0"
dependencies:
"@envelop/core": "npm:^5.0.1"
"@graphql-tools/executor": "npm:^1.3.0"
Expand All @@ -18575,13 +18575,13 @@ __metadata:
"@graphql-yoga/logger": "npm:^2.0.0"
"@graphql-yoga/subscription": "npm:^5.0.1"
"@whatwg-node/fetch": "npm:^0.9.18"
"@whatwg-node/server": "npm:^0.9.41"
"@whatwg-node/server": "npm:^0.9.44"
dset: "npm:^3.1.1"
lru-cache: "npm:^10.0.0"
tslib: "npm:^2.5.2"
peerDependencies:
graphql: ^15.2.0 || ^16.0.0
checksum: 10c0/0196963b5c78cb10dd673dc785d6895e1f6d14c8442a626e728889c027422332def571a110deac2de0d18975817486d73e7d8d82bbff2c1fa29e3e372ebf95fc
checksum: 10c0/dc7524bd076bf336ca671a40a9765cf5ec66c0c6feda658bcd817966814010c849a7fa5b49ffdc3121ad9887b9791a460bf51ebdab3d0c7d2b9d5038230c6328
languageName: node
linkType: hard

Expand Down

0 comments on commit 42d7cee

Please sign in to comment.