@graphql-hive/gateway-runtime 2.4.0-alpha-76512376d2c99167b187648bb90a1d0068fc8f74 → 2.4.0-alpha-cc0feba56c0bf379a3d5aed326b3db1abf7c4681

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -3
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # @graphql-hive/gateway-runtime
2
2
 
3
- ## 2.4.0-alpha-76512376d2c99167b187648bb90a1d0068fc8f74
3
+ ## 2.4.0-alpha-cc0feba56c0bf379a3d5aed326b3db1abf7c4681
4
4
  ### Minor Changes
5
5
 
6
6
 
7
7
 
8
- - [#1636](https://github.com/graphql-hive/gateway/pull/1636) [`7651237`](https://github.com/graphql-hive/gateway/commit/76512376d2c99167b187648bb90a1d0068fc8f74) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Expose GraphQLError as OpenTelemetry Events.
8
+ - [#1636](https://github.com/graphql-hive/gateway/pull/1636) [`f19b9ef`](https://github.com/graphql-hive/gateway/commit/f19b9ef6994fbabefa85f1f9e2527ca79223fb6a) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Expose GraphQLError as OpenTelemetry Events.
9
9
 
10
10
  Errors contains in the result of a graphql operation are now reported as standalone OpenTelemetry
11
11
  Events (name `graphql.error`) instead of OpenTelemetry Exceptions.
@@ -25,8 +25,25 @@
25
25
 
26
26
  ### Patch Changes
27
27
 
28
- - Updated dependencies []:
28
+
29
+
30
+ - [#1636](https://github.com/graphql-hive/gateway/pull/1636) [`cc0feba`](https://github.com/graphql-hive/gateway/commit/cc0feba56c0bf379a3d5aed326b3db1abf7c4681) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
31
+
32
+ - Updated dependency [`graphql-yoga@^5.17.0` ↗︎](https://www.npmjs.com/package/graphql-yoga/v/5.17.0) (from `^5.16.2`, in `dependencies`)
33
+
34
+
35
+ - [#1725](https://github.com/graphql-hive/gateway/pull/1725) [`0ded04f`](https://github.com/graphql-hive/gateway/commit/0ded04f56d9d9dea8c412e2e320fb89815108362) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
36
+
37
+ - Updated dependency [`@graphql-hive/core@^0.15.1` ↗︎](https://www.npmjs.com/package/@graphql-hive/core/v/0.15.1) (from `^0.13.2`, in `dependencies`)
38
+ - Updated dependency [`@graphql-hive/yoga@^0.43.1` ↗︎](https://www.npmjs.com/package/@graphql-hive/yoga/v/0.43.1) (from `^0.42.4`, in `dependencies`)
39
+ - Updated dependencies [[`cc0feba`](https://github.com/graphql-hive/gateway/commit/cc0feba56c0bf379a3d5aed326b3db1abf7c4681), [`bc6cddd`](https://github.com/graphql-hive/gateway/commit/bc6cddd1c53a012dd02a1d8a7217a28e65cc6ae9), [`bc6cddd`](https://github.com/graphql-hive/gateway/commit/bc6cddd1c53a012dd02a1d8a7217a28e65cc6ae9), [`1dbc653`](https://github.com/graphql-hive/gateway/commit/1dbc6536cb992a705cac7894acca6fe5431b72de), [`bc6cddd`](https://github.com/graphql-hive/gateway/commit/bc6cddd1c53a012dd02a1d8a7217a28e65cc6ae9)]:
40
+ - @graphql-mesh/fusion-runtime@1.6.0-alpha-cc0feba56c0bf379a3d5aed326b3db1abf7c4681
41
+ - @graphql-tools/wrap@11.1.0-alpha-cc0feba56c0bf379a3d5aed326b3db1abf7c4681
42
+ - @graphql-tools/delegate@12.0.0-alpha-cc0feba56c0bf379a3d5aed326b3db1abf7c4681
43
+ - @graphql-tools/stitch@10.1.4-alpha-cc0feba56c0bf379a3d5aed326b3db1abf7c4681
29
44
  - @graphql-mesh/hmac-upstream-signature@2.0.8
45
+ - @graphql-tools/federation@4.2.4-alpha-cc0feba56c0bf379a3d5aed326b3db1abf7c4681
46
+ - @graphql-tools/batch-delegate@10.0.6-alpha-cc0feba56c0bf379a3d5aed326b3db1abf7c4681
30
47
 
31
48
  ## 2.3.5
32
49
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway-runtime",
3
- "version": "2.4.0-alpha-76512376d2c99167b187648bb90a1d0068fc8f74",
3
+ "version": "2.4.0-alpha-cc0feba56c0bf379a3d5aed326b3db1abf7c4681",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -49,26 +49,26 @@
49
49
  "@envelop/disable-introspection": "^9.0.0",
50
50
  "@envelop/generic-auth": "^11.0.0",
51
51
  "@envelop/instrumentation": "^1.0.0",
52
- "@graphql-hive/core": "^0.13.2",
52
+ "@graphql-hive/core": "^0.15.1",
53
53
  "@graphql-hive/logger": "^1.0.9",
54
54
  "@graphql-hive/pubsub": "^2.1.1",
55
55
  "@graphql-hive/signal": "^2.0.0",
56
- "@graphql-hive/yoga": "^0.42.4",
56
+ "@graphql-hive/yoga": "^0.43.1",
57
57
  "@graphql-mesh/cross-helpers": "^0.4.10",
58
- "@graphql-mesh/fusion-runtime": "^1.5.1",
58
+ "@graphql-mesh/fusion-runtime": "1.6.0-alpha-cc0feba56c0bf379a3d5aed326b3db1abf7c4681",
59
59
  "@graphql-mesh/hmac-upstream-signature": "^2.0.8",
60
60
  "@graphql-mesh/plugin-response-cache": "^0.104.18",
61
61
  "@graphql-mesh/transport-common": "^1.0.12",
62
62
  "@graphql-mesh/types": "^0.104.16",
63
63
  "@graphql-mesh/utils": "^0.104.16",
64
- "@graphql-tools/batch-delegate": "^10.0.5",
65
- "@graphql-tools/delegate": "^11.1.3",
64
+ "@graphql-tools/batch-delegate": "10.0.6-alpha-cc0feba56c0bf379a3d5aed326b3db1abf7c4681",
65
+ "@graphql-tools/delegate": "12.0.0-alpha-cc0feba56c0bf379a3d5aed326b3db1abf7c4681",
66
66
  "@graphql-tools/executor-common": "^1.0.5",
67
67
  "@graphql-tools/executor-http": "^3.0.7",
68
- "@graphql-tools/federation": "^4.2.3",
69
- "@graphql-tools/stitch": "^10.1.3",
68
+ "@graphql-tools/federation": "4.2.4-alpha-cc0feba56c0bf379a3d5aed326b3db1abf7c4681",
69
+ "@graphql-tools/stitch": "10.1.4-alpha-cc0feba56c0bf379a3d5aed326b3db1abf7c4681",
70
70
  "@graphql-tools/utils": "^10.10.3",
71
- "@graphql-tools/wrap": "^11.0.5",
71
+ "@graphql-tools/wrap": "11.1.0-alpha-cc0feba56c0bf379a3d5aed326b3db1abf7c4681",
72
72
  "@graphql-yoga/plugin-apollo-usage-report": "^0.11.2",
73
73
  "@graphql-yoga/plugin-csrf-prevention": "^3.16.2",
74
74
  "@graphql-yoga/plugin-defer-stream": "^3.16.2",
@@ -79,7 +79,7 @@
79
79
  "@whatwg-node/server": "^0.10.17",
80
80
  "@whatwg-node/server-plugin-cookies": "^1.0.5",
81
81
  "graphql-ws": "^6.0.6",
82
- "graphql-yoga": "^5.16.2",
82
+ "graphql-yoga": "^5.17.0",
83
83
  "tslib": "^2.8.1"
84
84
  },
85
85
  "devDependencies": {
@@ -95,7 +95,7 @@
95
95
  "graphql": "^16.12.0",
96
96
  "graphql-sse": "^2.6.0",
97
97
  "html-minifier-terser": "7.2.0",
98
- "pkgroll": "2.20.1",
98
+ "pkgroll": "2.21.3",
99
99
  "react": "^19.2.0",
100
100
  "react-dom": "^19.2.0",
101
101
  "tsx": "4.20.6"