Skip to content

Commit 231758c

Browse files
chore(release): update monorepo packages versions
1 parent 9720c8e commit 231758c

File tree

60 files changed

+250
-168
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+250
-168
lines changed

.changeset/@graphql-hive_gateway-1156-dependencies.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/@graphql-hive_gateway-1158-dependencies.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/@graphql-hive_gateway-1161-dependencies.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/@graphql-hive_gateway-1172-dependencies.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/@graphql-hive_gateway-runtime-1139-dependencies.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/@graphql-hive_gateway-runtime-1144-dependencies.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/@graphql-hive_gateway-runtime-1156-dependencies.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

.changeset/@graphql-hive_logger-pino-1156-dependencies.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/@graphql-hive_plugin-aws-sigv4-1156-dependencies.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/@graphql-mesh_fusion-runtime-1156-dependencies.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/@graphql-mesh_plugin-jwt-auth-1156-dependencies.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/@graphql-mesh_plugin-prometheus-1156-dependencies.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/@graphql-mesh_transport-http-callback-1144-dependencies.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/@graphql-tools_executor-http-1144-dependencies.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/@graphql-tools_federation-1144-dependencies.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/angry-walls-provide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fresh-squids-visit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/orange-glasses-agree.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/proud-rocks-marry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/smart-islands-hug.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/tall-terms-relate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/weak-starfishes-begin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/batch-delegate/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @graphql-tools/batch-delegate
22

3+
## 9.0.37
4+
5+
### Patch Changes
6+
7+
- [#1140](https://github.com/graphql-hive/gateway/pull/1140) [`f634b53`](https://github.com/graphql-hive/gateway/commit/f634b53478199c2b783a608e22fbe51401942039) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Use delegated response iterable next iterations for accurate cache key construction in external value loaders
8+
9+
- [#1134](https://github.com/graphql-hive/gateway/pull/1134) [`dca6529`](https://github.com/graphql-hive/gateway/commit/dca6529b234f1e178ad87a8992c5a7de12831128) Thanks [@ardatan](https://github.com/ardatan)! - Small improvements on usage of promise helpers
10+
11+
- Updated dependencies []:
12+
- @graphql-tools/delegate@10.2.19
13+
314
## 9.0.36
415

516
### Patch Changes

packages/batch-delegate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/batch-delegate",
3-
"version": "9.0.36",
3+
"version": "9.0.37",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {

packages/batch-execute/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-tools/batch-execute
22

3+
## 9.0.17
4+
5+
### Patch Changes
6+
7+
- [#1134](https://github.com/graphql-hive/gateway/pull/1134) [`dca6529`](https://github.com/graphql-hive/gateway/commit/dca6529b234f1e178ad87a8992c5a7de12831128) Thanks [@ardatan](https://github.com/ardatan)! - Small improvements on usage of promise helpers
8+
39
## 9.0.16
410

511
### Patch Changes

packages/batch-execute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/batch-execute",
3-
"version": "9.0.16",
3+
"version": "9.0.17",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {

packages/delegate/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-tools/delegate
22

3+
## 10.2.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dca6529`](https://github.com/graphql-hive/gateway/commit/dca6529b234f1e178ad87a8992c5a7de12831128)]:
8+
- @graphql-tools/batch-execute@9.0.17
9+
310
## 10.2.18
411

512
### Patch Changes

packages/delegate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/delegate",
3-
"version": "10.2.18",
3+
"version": "10.2.19",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {

packages/executors/http/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-tools/executor-http
22

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- [#1144](https://github.com/graphql-hive/gateway/pull/1144) [`54beb7a`](https://github.com/graphql-hive/gateway/commit/54beb7acde7558eee81ec0e20c123717865b8e18) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
8+
9+
- Updated dependency [`@whatwg-node/fetch@^0.10.8` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.8) (from `^0.10.6`, in `dependencies`)
10+
311
## 2.0.1
412

513
### Patch Changes

packages/executors/http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/executor-http",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {

packages/federation/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @graphql-tools/federation
22

3+
## 3.2.3
4+
5+
### Patch Changes
6+
7+
- [#1144](https://github.com/graphql-hive/gateway/pull/1144) [`54beb7a`](https://github.com/graphql-hive/gateway/commit/54beb7acde7558eee81ec0e20c123717865b8e18) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
8+
9+
- Updated dependency [`@whatwg-node/fetch@^0.10.8` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.8) (from `^0.10.6`, in `dependencies`)
10+
11+
- [#1136](https://github.com/graphql-hive/gateway/pull/1136) [`511ba36`](https://github.com/graphql-hive/gateway/commit/511ba36d9c8b81f83cf4cb37c03c9fbb9c5c9c9d) Thanks [@ardatan](https://github.com/ardatan)! - Handle errors on non-nullable fields in shared root fields correctly
12+
13+
- Updated dependencies [[`54beb7a`](https://github.com/graphql-hive/gateway/commit/54beb7acde7558eee81ec0e20c123717865b8e18)]:
14+
- @graphql-tools/executor-http@2.0.2
15+
- @graphql-tools/stitch@9.4.24
16+
- @graphql-tools/delegate@10.2.19
17+
- @graphql-tools/wrap@10.0.37
18+
319
## 3.2.2
420

521
### Patch Changes

packages/federation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/federation",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"type": "module",
55
"description": "Useful tools to create and manipulate GraphQL schemas.",
66
"repository": {

packages/fusion-runtime/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @graphql-mesh/fusion-runtime
22

3+
## 0.11.14
4+
5+
### Patch Changes
6+
7+
- [#1156](https://github.com/graphql-hive/gateway/pull/1156) [`fb74009`](https://github.com/graphql-hive/gateway/commit/fb740098652dba2e9107981d1f4e362143478451) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
8+
9+
- Updated dependency [`graphql-yoga@^5.13.5` ↗︎](https://www.npmjs.com/package/graphql-yoga/v/5.13.5) (from `^5.13.4`, in `dependencies`)
10+
11+
- Updated dependencies [[`54beb7a`](https://github.com/graphql-hive/gateway/commit/54beb7acde7558eee81ec0e20c123717865b8e18), [`511ba36`](https://github.com/graphql-hive/gateway/commit/511ba36d9c8b81f83cf4cb37c03c9fbb9c5c9c9d), [`dca6529`](https://github.com/graphql-hive/gateway/commit/dca6529b234f1e178ad87a8992c5a7de12831128)]:
12+
- @graphql-tools/federation@3.2.3
13+
- @graphql-tools/batch-execute@9.0.17
14+
- @graphql-tools/stitch@9.4.24
15+
- @graphql-tools/delegate@10.2.19
16+
- @graphql-tools/stitching-directives@3.1.34
17+
- @graphql-tools/wrap@10.0.37
18+
319
## 0.11.13
420

521
### Patch Changes

packages/fusion-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-mesh/fusion-runtime",
3-
"version": "0.11.13",
3+
"version": "0.11.14",
44
"type": "module",
55
"description": "Runtime for GraphQL Mesh Fusion Supergraph",
66
"repository": {

packages/gateway/CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# @graphql-hive/gateway
22

3+
## 1.15.0
4+
5+
### Minor Changes
6+
7+
- [#1172](https://github.com/graphql-hive/gateway/pull/1172) [`dacad53`](https://github.com/graphql-hive/gateway/commit/dacad5390e4ab54a74bb7ee0d86ebc5a014c55a8) Thanks [@ardatan](https://github.com/ardatan)! - Serve GraphiQL offline by default instead of fetching it from CDN
8+
9+
### Patch Changes
10+
11+
- [#1156](https://github.com/graphql-hive/gateway/pull/1156) [`fb74009`](https://github.com/graphql-hive/gateway/commit/fb740098652dba2e9107981d1f4e362143478451) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
12+
13+
- Updated dependency [`graphql-yoga@^5.13.5` ↗︎](https://www.npmjs.com/package/graphql-yoga/v/5.13.5) (from `^5.13.4`, in `dependencies`)
14+
15+
- [#1158](https://github.com/graphql-hive/gateway/pull/1158) [`a5d18da`](https://github.com/graphql-hive/gateway/commit/a5d18da95716c8e5ed231244c7dcae4f11843c08) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
16+
17+
- Updated dependency [`@commander-js/extra-typings@^14.0.0` ↗︎](https://www.npmjs.com/package/@commander-js/extra-typings/v/14.0.0) (from `^13.1.0`, in `dependencies`)
18+
19+
- [#1161](https://github.com/graphql-hive/gateway/pull/1161) [`3be8206`](https://github.com/graphql-hive/gateway/commit/3be82065790f1cb24cbe0655d7e8b90207fff52e) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
20+
21+
- Updated dependency [`@commander-js/extra-typings@^13.1.0` ↗︎](https://www.npmjs.com/package/@commander-js/extra-typings/v/13.1.0) (from `^14.0.0`, in `dependencies`)
22+
23+
- [#1172](https://github.com/graphql-hive/gateway/pull/1172) [`dacad53`](https://github.com/graphql-hive/gateway/commit/dacad5390e4ab54a74bb7ee0d86ebc5a014c55a8) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
24+
25+
- Added dependency [`@graphql-yoga/render-graphiql@^5.13.5` ↗︎](https://www.npmjs.com/package/@graphql-yoga/render-graphiql/v/5.13.5) (to `dependencies`)
26+
27+
- [#1141](https://github.com/graphql-hive/gateway/pull/1141) [`d8892f2`](https://github.com/graphql-hive/gateway/commit/d8892f2713388fcea37dfa74a8ae42294f07d362) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - **Security Update:** The Docker image have been updated to fix a CVE affecting `passwd` command. This CVE was not directly affecting Hive Gateway software, since it's not using impacted components.
28+
29+
- Updated dependencies [[`11cff4f`](https://github.com/graphql-hive/gateway/commit/11cff4f8ff28ca7d709b5b962029e17d5843110e), [`54beb7a`](https://github.com/graphql-hive/gateway/commit/54beb7acde7558eee81ec0e20c123717865b8e18), [`fb74009`](https://github.com/graphql-hive/gateway/commit/fb740098652dba2e9107981d1f4e362143478451), [`fb74009`](https://github.com/graphql-hive/gateway/commit/fb740098652dba2e9107981d1f4e362143478451), [`fb74009`](https://github.com/graphql-hive/gateway/commit/fb740098652dba2e9107981d1f4e362143478451), [`fb74009`](https://github.com/graphql-hive/gateway/commit/fb740098652dba2e9107981d1f4e362143478451), [`54beb7a`](https://github.com/graphql-hive/gateway/commit/54beb7acde7558eee81ec0e20c123717865b8e18), [`b4ba778`](https://github.com/graphql-hive/gateway/commit/b4ba778776140b66b8368daf0299105fd8035e46), [`11cff4f`](https://github.com/graphql-hive/gateway/commit/11cff4f8ff28ca7d709b5b962029e17d5843110e)]:
30+
- @graphql-hive/gateway-runtime@1.9.0
31+
- @graphql-hive/plugin-aws-sigv4@1.0.11
32+
- @graphql-mesh/plugin-jwt-auth@1.5.5
33+
- @graphql-mesh/plugin-prometheus@1.3.46
34+
- @graphql-mesh/transport-http-callback@0.6.1
35+
- @graphql-hive/plugin-deduplicate-request@1.0.0
36+
- @graphql-mesh/hmac-upstream-signature@1.2.27
37+
- @graphql-mesh/plugin-opentelemetry@1.3.58
38+
- @graphql-mesh/transport-http@0.6.42
39+
340
## 1.14.2
441

542
### Patch Changes

packages/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/gateway",
3-
"version": "1.14.2",
3+
"version": "1.15.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/logger-pino/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-hive/logger-pino
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#1156](https://github.com/graphql-hive/gateway/pull/1156) [`fb74009`](https://github.com/graphql-hive/gateway/commit/fb740098652dba2e9107981d1f4e362143478451) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
8+
9+
- Updated dependency [`pino@^9.7.0` ↗︎](https://www.npmjs.com/package/pino/v/9.7.0) (from `^9.6.0`, in `peerDependencies`)
10+
311
## 1.0.0
412

513
### Major Changes

packages/logger-pino/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/logger-pino",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)