Skip to content

Commit 243c7f2

Browse files
renovate[bot]Tobbe
authored andcommitted
fix(deps): update dependency graphql-yoga to v5.18.0 (#804)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [graphql-yoga](https://redirect.github.com/graphql-hive/graphql-yoga) ([source](https://redirect.github.com/graphql-hive/graphql-yoga/tree/HEAD/packages/graphql-yoga)) | [`5.13.3` -> `5.18.0`](https://renovatebot.com/diffs/npm/graphql-yoga/5.13.3/5.18.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/graphql-yoga/5.18.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/graphql-yoga/5.13.3/5.18.0?slim=true) | --- ### Release Notes <details> <summary>graphql-hive/graphql-yoga (graphql-yoga)</summary> ### [`v5.18.0`](https://redirect.github.com/graphql-hive/graphql-yoga/blob/HEAD/packages/graphql-yoga/CHANGELOG.md#5180) [Compare Source](https://redirect.github.com/graphql-hive/graphql-yoga/compare/graphql-yoga@5.17.1...graphql-yoga@5.18.0) ##### Minor Changes - [#&#8203;4312](https://redirect.github.com/graphql-hive/graphql-yoga/pull/4312) [`3eabd17`](https://redirect.github.com/graphql-hive/graphql-yoga/commit/3eabd17faae2d85dae09608370707ba2833052bd) Thanks [@&#8203;ardatan](https://redirect.github.com/ardatan)! - Export `GraphiQLRenderer` type which is the signature for `renderGraphiQL` option of Yoga configuration ### [`v5.17.1`](https://redirect.github.com/graphql-hive/graphql-yoga/blob/HEAD/packages/graphql-yoga/CHANGELOG.md#5171) [Compare Source](https://redirect.github.com/graphql-hive/graphql-yoga/compare/graphql-yoga@5.17.0...graphql-yoga@5.17.1) ##### Patch Changes - [#&#8203;4302](https://redirect.github.com/graphql-hive/graphql-yoga/pull/4302) [`c27f550`](https://redirect.github.com/graphql-hive/graphql-yoga/commit/c27f5506f579318a333c86aaa5aa861f21b16784) Thanks [@&#8203;beaumontjonathan](https://redirect.github.com/beaumontjonathan)! - Bump [@&#8203;whatwg-node/promise-helpers](https://redirect.github.com/whatwg-node/promise-helpers) to fix missing export unfakePromise ### [`v5.17.0`](https://redirect.github.com/graphql-hive/graphql-yoga/blob/HEAD/packages/graphql-yoga/CHANGELOG.md#5170) [Compare Source](https://redirect.github.com/graphql-hive/graphql-yoga/compare/graphql-yoga@5.16.2...graphql-yoga@5.17.0) ##### Minor Changes - [#&#8203;4288](https://redirect.github.com/graphql-hive/graphql-yoga/pull/4288) [`66c370c`](https://redirect.github.com/graphql-hive/graphql-yoga/commit/66c370cb185f632ec9d28cf642d3049a981effeb) Thanks [@&#8203;EmrysMyrddin](https://redirect.github.com/EmrysMyrddin)! - Add experimental support for [`coordinate` error attribute proposal](https://redirect.github.com/graphql/graphql-spec/pull/1200). The `coordinate` attribute indicates the coordinate in the schema of the resolver which experienced the errors. It allows for an easier error source identification than with the `path` which can be difficult to walk, or even lead to unsolvable ambiguities when using Union or Interface types. ### [`v5.16.2`](https://redirect.github.com/graphql-hive/graphql-yoga/blob/HEAD/packages/graphql-yoga/CHANGELOG.md#5162) [Compare Source](https://redirect.github.com/graphql-hive/graphql-yoga/compare/graphql-yoga@5.16.1...graphql-yoga@5.16.2) ##### Patch Changes - [#&#8203;4270](https://redirect.github.com/graphql-hive/graphql-yoga/pull/4270) [`ba38629`](https://redirect.github.com/graphql-hive/graphql-yoga/commit/ba38629974f7ad353a28efd7ab83b7ffe938881c) Thanks [@&#8203;ardatan](https://redirect.github.com/ardatan)! - Fixes the bug where the error masking incorrectly sets `http.unexpected` instead of just `unexpected`. ```diff { "extensions": { - "http": { "unexpected": true - } } } ``` ### [`v5.16.1`](https://redirect.github.com/graphql-hive/graphql-yoga/blob/HEAD/packages/graphql-yoga/CHANGELOG.md#5161) [Compare Source](https://redirect.github.com/graphql-hive/graphql-yoga/compare/graphql-yoga@5.16.0...graphql-yoga@5.16.1) ##### Patch Changes - [#&#8203;4263](https://redirect.github.com/graphql-hive/graphql-yoga/pull/4263) [`6f83cea`](https://redirect.github.com/graphql-hive/graphql-yoga/commit/6f83cea1aa1e2166664304f6853e7d5f88f0739a) Thanks [@&#8203;ardatan](https://redirect.github.com/ardatan)! - dependencies updates: - Updated dependency [`@whatwg-node/server@^0.10.14` ↗︎](https://www.npmjs.com/package/@&#8203;whatwg-node/server/v/0.10.14) (from `^0.10.5`, in `dependencies`) - [#&#8203;4264](https://redirect.github.com/graphql-hive/graphql-yoga/pull/4264) [`e1f52b6`](https://redirect.github.com/graphql-hive/graphql-yoga/commit/e1f52b656c30e94d13d050a9211740c5b1d49913) Thanks [@&#8203;renovate](https://redirect.github.com/apps/renovate)! - dependencies updates: - Removed dependency [`dset@^3.1.4` ↗︎](https://www.npmjs.com/package/dset/v/3.1.4) (from `dependencies`) - [#&#8203;4263](https://redirect.github.com/graphql-hive/graphql-yoga/pull/4263) [`6f83cea`](https://redirect.github.com/graphql-hive/graphql-yoga/commit/6f83cea1aa1e2166664304f6853e7d5f88f0739a) Thanks [@&#8203;ardatan](https://redirect.github.com/ardatan)! - Update GraphiQL dependencies ### [`v5.16.0`](https://redirect.github.com/graphql-hive/graphql-yoga/blob/HEAD/packages/graphql-yoga/CHANGELOG.md#5160) [Compare Source](https://redirect.github.com/graphql-hive/graphql-yoga/compare/graphql-yoga@5.15.2...graphql-yoga@5.16.0) ##### Minor Changes - [#&#8203;3188](https://redirect.github.com/graphql-hive/graphql-yoga/pull/3188) [`a4e1c5f`](https://redirect.github.com/graphql-hive/graphql-yoga/commit/a4e1c5f8bfbaada3ffea4a7a2b090ce7e015e715) Thanks [@&#8203;EmrysMyrddin](https://redirect.github.com/EmrysMyrddin)! - Add `allowedHeaders` option to allow filtering Response and Request headers ##### Patch Changes - [#&#8203;4191](https://redirect.github.com/graphql-hive/graphql-yoga/pull/4191) [`0a7a635`](https://redirect.github.com/graphql-hive/graphql-yoga/commit/0a7a635f60886e6ecaa9a5e4245c15a00f9d9737) Thanks [@&#8203;ardatan](https://redirect.github.com/ardatan)! - Fix workers' loading in online GraphiQL mode, so that Monaco features like autocomplete can work properly ### [`v5.15.2`](https://redirect.github.com/graphql-hive/graphql-yoga/blob/HEAD/packages/graphql-yoga/CHANGELOG.md#5152) [Compare Source](https://redirect.github.com/graphql-hive/graphql-yoga/compare/graphql-yoga@5.15.1...graphql-yoga@5.15.2) ##### Patch Changes - [`e7b8906`](https://redirect.github.com/graphql-hive/graphql-yoga/commit/e7b8906d2259c643b61a4fc1d8345df533a64eb9) Thanks [@&#8203;ardatan](https://redirect.github.com/ardatan)! - Bump URL Loader in GraphiQL to the latest to remove extra DOWNSTREAM\_SERVICE\_ERROR code in the errors ### [`v5.15.1`](https://redirect.github.com/graphql-hive/graphql-yoga/blob/HEAD/packages/graphql-yoga/CHANGELOG.md#5151) [Compare Source](https://redirect.github.com/graphql-hive/graphql-yoga/compare/graphql-yoga@5.15.0...graphql-yoga@5.15.1) ##### Patch Changes - [#&#8203;4116](https://redirect.github.com/graphql-hive/graphql-yoga/pull/4116) [`ecd605b`](https://redirect.github.com/graphql-hive/graphql-yoga/commit/ecd605bc3d8ae3989dd09be31b89c1f5ae94c8be) Thanks [@&#8203;enisdenjo](https://redirect.github.com/enisdenjo)! - Does not GraphQL error extensions when it's wrapping an internal server error ### [`v5.15.0`](https://redirect.github.com/graphql-hive/graphql-yoga/blob/HEAD/packages/graphql-yoga/CHANGELOG.md#5150) [Compare Source](https://redirect.github.com/graphql-hive/graphql-yoga/compare/graphql-yoga@5.14.0...graphql-yoga@5.15.0) ##### Minor Changes - [#&#8203;4114](https://redirect.github.com/graphql-hive/graphql-yoga/pull/4114) [`ccb5c53`](https://redirect.github.com/graphql-hive/graphql-yoga/commit/ccb5c536a81165a8581e63341c5a80109fe15cf5) Thanks [@&#8203;enisdenjo](https://redirect.github.com/enisdenjo)! - Configurable GraphiQL logo and favicon ##### Patch Changes - [#&#8203;4114](https://redirect.github.com/graphql-hive/graphql-yoga/pull/4114) [`ccb5c53`](https://redirect.github.com/graphql-hive/graphql-yoga/commit/ccb5c536a81165a8581e63341c5a80109fe15cf5) Thanks [@&#8203;enisdenjo](https://redirect.github.com/enisdenjo)! - Export GraphiQLPluginConfig and GraphiQLOptionsOrFactory ### [`v5.14.0`](https://redirect.github.com/graphql-hive/graphql-yoga/blob/HEAD/packages/graphql-yoga/CHANGELOG.md#5140) [Compare Source](https://redirect.github.com/graphql-hive/graphql-yoga/compare/graphql-yoga@5.13.5...graphql-yoga@5.14.0) ##### Minor Changes - [#&#8203;4088](https://redirect.github.com/graphql-hive/graphql-yoga/pull/4088) [`98c82a5`](https://redirect.github.com/graphql-hive/graphql-yoga/commit/98c82a5d70040f488d72cfda52b8afa81b5da2a1) Thanks [@&#8203;EmrysMyrddin](https://redirect.github.com/EmrysMyrddin)! - Added new `withState` plugin utility for easy data sharing between hooks. ### [`v5.13.5`](https://redirect.github.com/graphql-hive/graphql-yoga/blob/HEAD/packages/graphql-yoga/CHANGELOG.md#5135) [Compare Source](https://redirect.github.com/graphql-hive/graphql-yoga/compare/graphql-yoga@5.13.4...graphql-yoga@5.13.5) ##### Patch Changes - [#&#8203;3998](https://redirect.github.com/graphql-hive/graphql-yoga/pull/3998) [`8b41a52`](https://redirect.github.com/graphql-hive/graphql-yoga/commit/8b41a522917826b7ea24eca97e421b5aaeda6337) Thanks [@&#8203;renovate](https://redirect.github.com/apps/renovate)! - Remove extra error handling plugin ### [`v5.13.4`](https://redirect.github.com/graphql-hive/graphql-yoga/blob/HEAD/packages/graphql-yoga/CHANGELOG.md#5134) [Compare Source](https://redirect.github.com/graphql-hive/graphql-yoga/compare/graphql-yoga@5.13.3...graphql-yoga@5.13.4) ##### Patch Changes - [#&#8203;3995](https://redirect.github.com/graphql-hive/graphql-yoga/pull/3995) [`000c33d`](https://redirect.github.com/graphql-hive/graphql-yoga/commit/000c33dc043454f4b73d15f03c3e688cfb9d0901) Thanks [@&#8203;enisdenjo](https://redirect.github.com/enisdenjo)! - Update whatwg-node packages In light of [ardatan/whatwg-node#2305](https://redirect.github.com/ardatan/whatwg-node/pull/2305). Please upgrade as soon as possible! - Updated dependencies \[[`000c33d`](https://redirect.github.com/graphql-hive/graphql-yoga/commit/000c33dc043454f4b73d15f03c3e688cfb9d0901)]: - [@&#8203;graphql-yoga/subscription](https://redirect.github.com/graphql-yoga/subscription)@&#8203;5.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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cedarjs/cedar). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlc2V0cy1vayIsInJlbGVhc2U6ZGVwZW5kZW5jeSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 080aea6 commit 243c7f2

File tree

2 files changed

+20
-21
lines changed

2 files changed

+20
-21
lines changed

packages/graphql-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"graphql": "16.12.0",
5656
"graphql-scalars": "1.25.0",
5757
"graphql-tag": "2.12.6",
58-
"graphql-yoga": "5.13.3",
58+
"graphql-yoga": "5.18.0",
5959
"lodash": "4.17.21",
6060
"uuid": "10.0.0"
6161
},

yarn.lock

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3693,7 +3693,7 @@ __metadata:
36933693
graphql: "npm:16.12.0"
36943694
graphql-scalars: "npm:1.25.0"
36953695
graphql-tag: "npm:2.12.6"
3696-
graphql-yoga: "npm:5.13.3"
3696+
graphql-yoga: "npm:5.18.0"
36973697
jsonwebtoken: "npm:9.0.3"
36983698
lodash: "npm:4.17.21"
36993699
publint: "npm:0.3.16"
@@ -4526,7 +4526,7 @@ __metadata:
45264526
languageName: node
45274527
linkType: hard
45284528

4529-
"@envelop/core@npm:5.4.0, @envelop/core@npm:^5.0.0, @envelop/core@npm:^5.2.3":
4529+
"@envelop/core@npm:5.4.0, @envelop/core@npm:^5.0.0, @envelop/core@npm:^5.3.0":
45304530
version: 5.4.0
45314531
resolution: "@envelop/core@npm:5.4.0"
45324532
dependencies:
@@ -6641,7 +6641,7 @@ __metadata:
66416641
languageName: node
66426642
linkType: hard
66436643

6644-
"@graphql-tools/executor@npm:^1.4.0":
6644+
"@graphql-tools/executor@npm:^1.5.0":
66456645
version: 1.5.0
66466646
resolution: "@graphql-tools/executor@npm:1.5.0"
66476647
dependencies:
@@ -6912,7 +6912,7 @@ __metadata:
69126912
languageName: node
69136913
linkType: hard
69146914

6915-
"@graphql-tools/utils@npm:10.11.0, @graphql-tools/utils@npm:^10.0.0, @graphql-tools/utils@npm:^10.11.0, @graphql-tools/utils@npm:^10.6.2":
6915+
"@graphql-tools/utils@npm:10.11.0, @graphql-tools/utils@npm:^10.0.0, @graphql-tools/utils@npm:^10.11.0":
69166916
version: 10.11.0
69176917
resolution: "@graphql-tools/utils@npm:10.11.0"
69186918
dependencies:
@@ -7031,7 +7031,7 @@ __metadata:
70317031
languageName: node
70327032
linkType: hard
70337033

7034-
"@graphql-yoga/subscription@npm:5.0.5, @graphql-yoga/subscription@npm:^5.0.4":
7034+
"@graphql-yoga/subscription@npm:5.0.5, @graphql-yoga/subscription@npm:^5.0.5":
70357035
version: 5.0.5
70367036
resolution: "@graphql-yoga/subscription@npm:5.0.5"
70377037
dependencies:
@@ -12501,7 +12501,7 @@ __metadata:
1250112501
languageName: node
1250212502
linkType: hard
1250312503

12504-
"@whatwg-node/fetch@npm:0.10.13, @whatwg-node/fetch@npm:^0.10.13, @whatwg-node/fetch@npm:^0.10.5":
12504+
"@whatwg-node/fetch@npm:0.10.13, @whatwg-node/fetch@npm:^0.10.13, @whatwg-node/fetch@npm:^0.10.6":
1250512505
version: 0.10.13
1250612506
resolution: "@whatwg-node/fetch@npm:0.10.13"
1250712507
dependencies:
@@ -12558,7 +12558,7 @@ __metadata:
1255812558
languageName: node
1255912559
linkType: hard
1256012560

12561-
"@whatwg-node/server@npm:0.10.17, @whatwg-node/server@npm:^0.10.2":
12561+
"@whatwg-node/server@npm:0.10.17, @whatwg-node/server@npm:^0.10.14":
1256212562
version: 0.10.17
1256312563
resolution: "@whatwg-node/server@npm:0.10.17"
1256412564
dependencies:
@@ -16517,7 +16517,7 @@ __metadata:
1651716517
languageName: node
1651816518
linkType: hard
1651916519

16520-
"dset@npm:^3.1.2, dset@npm:^3.1.4":
16520+
"dset@npm:^3.1.2":
1652116521
version: 3.1.4
1652216522
resolution: "dset@npm:3.1.4"
1652316523
checksum: 10c0/b67bbd28dd8a539e90c15ffb61100eb64ef995c5270a124d4f99bbb53f4d82f55a051b731ba81f3215dd9dce2b4c8d69927dc20b3be1c5fc88bab159467aa438
@@ -19363,26 +19363,25 @@ __metadata:
1936319363
languageName: node
1936419364
linkType: hard
1936519365

19366-
"graphql-yoga@npm:5.13.3":
19367-
version: 5.13.3
19368-
resolution: "graphql-yoga@npm:5.13.3"
19366+
"graphql-yoga@npm:5.18.0":
19367+
version: 5.18.0
19368+
resolution: "graphql-yoga@npm:5.18.0"
1936919369
dependencies:
19370-
"@envelop/core": "npm:^5.2.3"
19370+
"@envelop/core": "npm:^5.3.0"
1937119371
"@envelop/instrumentation": "npm:^1.0.0"
19372-
"@graphql-tools/executor": "npm:^1.4.0"
19372+
"@graphql-tools/executor": "npm:^1.5.0"
1937319373
"@graphql-tools/schema": "npm:^10.0.11"
19374-
"@graphql-tools/utils": "npm:^10.6.2"
19374+
"@graphql-tools/utils": "npm:^10.11.0"
1937519375
"@graphql-yoga/logger": "npm:^2.0.1"
19376-
"@graphql-yoga/subscription": "npm:^5.0.4"
19377-
"@whatwg-node/fetch": "npm:^0.10.5"
19378-
"@whatwg-node/promise-helpers": "npm:^1.2.4"
19379-
"@whatwg-node/server": "npm:^0.10.2"
19380-
dset: "npm:^3.1.4"
19376+
"@graphql-yoga/subscription": "npm:^5.0.5"
19377+
"@whatwg-node/fetch": "npm:^0.10.6"
19378+
"@whatwg-node/promise-helpers": "npm:^1.3.2"
19379+
"@whatwg-node/server": "npm:^0.10.14"
1938119380
lru-cache: "npm:^10.0.0"
1938219381
tslib: "npm:^2.8.1"
1938319382
peerDependencies:
1938419383
graphql: ^15.2.0 || ^16.0.0
19385-
checksum: 10c0/fb124ecba20c377d661af499d14ea5127693306f6f12d6ae259b058f3bca1f9b49582b9da7c3151df1212bb832ab4e23b4235571a305c54306340403e7b3ca52
19384+
checksum: 10c0/c5a079eb4ae76a7a7bb784b5e11a6e86002c64aace5dcc0f4013f950a419a53ada6bb240b27673f6a7f8237ff1d57cbe5d7c099612cfd6c17191e9e126a06e91
1938619385
languageName: node
1938719386
linkType: hard
1938819387

0 commit comments

Comments
 (0)