Skip to content

Commit

Permalink
Update GraphQL Tools packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed May 8, 2024
1 parent 4446a4b commit fb59244
Show file tree
Hide file tree
Showing 30 changed files with 116 additions and 128 deletions.
32 changes: 32 additions & 0 deletions .changeset/gentle-sheep-speak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
'@graphql-mesh/transform-naming-convention': patch
'@graphql-mesh/transform-filter-schema': patch
'@graphql-mesh/transform-type-merging': patch
'@graphql-mesh/transform-encapsulate': patch
'@graphql-mesh/transform-hoist-field': patch
'@graphql-mesh/postgraphile': patch
'@graphql-mesh/transform-federation': patch
'@graphql-mesh/supergraph': patch
'@graphql-mesh/merger-stitching': patch
'@graphql-mesh/transform-prefix': patch
'@graphql-mesh/transform-rename': patch
'@graphql-mesh/graphql': patch
'@graphql-mesh/transform-hive': patch
'@graphql-mesh/odata': patch
'@omnigraph/json-schema': patch
'@graphql-mesh/transport-common': patch
'@graphql-mesh/transport-mysql': patch
'@graphql-mesh/transport-neo4j': patch
'@omnigraph/openapi': patch
'@graphql-mesh/fusion-runtime': patch
'@graphql-mesh/runtime': patch
'@omnigraph/sqlite': patch
'@omnigraph/mysql': patch
'@omnigraph/neo4j': patch
'@graphql-mesh/serve-runtime': patch
'@graphql-mesh/types': patch
'@graphql-mesh/utils': patch
'@omnigraph/raml': patch
---

Update GraphQL Tools packages
6 changes: 3 additions & 3 deletions packages/fusion/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@
"@graphql-mesh/transport-common": "^0.2.3",
"@graphql-mesh/types": "^0.98.3",
"@graphql-mesh/utils": "^0.98.3",
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/stitch": "^9.2.4",
"@graphql-tools/delegate": "^10.0.10",
"@graphql-tools/stitch": "^9.2.8",
"@graphql-tools/stitching-directives": "^3.0.2",
"@graphql-tools/utils": "^10.2.0",
"@graphql-tools/wrap": "^10.0.5",
"graphql-yoga": "^5.3.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/delegate": "^10.0.7"
"@graphql-tools/delegate": "^10.0.10"
},
"publishConfig": {
"directory": "dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/legacy/handlers/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
},
"dependencies": {
"@graphql-mesh/string-interpolation": "^0.5.4",
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/federation": "^1.1.28",
"@graphql-tools/delegate": "^10.0.10",
"@graphql-tools/federation": "^1.1.35",
"@graphql-tools/url-loader": "^8.0.0",
"lodash.get": "^4.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/handlers/odata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@graphql-mesh/string-interpolation": "^0.5.4",
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/delegate": "^10.0.10",
"@whatwg-node/fetch": "^0.9.0",
"dataloader": "^2.2.2",
"fast-xml-parser": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/handlers/postgraphile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@graphql-mesh/string-interpolation": "^0.5.4",
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/delegate": "^10.0.10",
"pg": "^8.6.0",
"postgraphile": "^4.13.0",
"postgraphile-core": "^4.13.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/handlers/supergraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@graphql-mesh/string-interpolation": "^0.5.4",
"@graphql-tools/executor-http": "^1.0.2",
"@graphql-tools/federation": "^1.1.28",
"@graphql-tools/federation": "^1.1.35",
"lodash.get": "^4.4.2"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/legacy/mergers/stitching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/delegate": "^10.0.10",
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/stitch": "^9.2.4"
"@graphql-tools/stitch": "^9.2.8"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@envelop/graphql-jit": "^8.0.0",
"@graphql-mesh/string-interpolation": "^0.5.4",
"@graphql-tools/batch-delegate": "^9.0.2",
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/delegate": "^10.0.10",
"@graphql-tools/executor": "^1.2.0",
"@graphql-tools/wrap": "^10.0.5",
"@whatwg-node/fetch": "^0.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/encapsulate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/delegate": "^10.0.10",
"@graphql-tools/wrap": "^10.0.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@apollo/subgraph": "^2.4.1",
"@graphql-mesh/string-interpolation": "^0.5.4",
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/delegate": "^10.0.10",
"@graphql-tools/stitching-directives": "^3.0.0",
"dset": "^3.1.2",
"graphql-transform-federation": "^2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/filter-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/delegate": "^10.0.10",
"@graphql-tools/wrap": "^10.0.5",
"minimatch": "^9.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/hive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@graphql-hive/client": "^0.32.0",
"@graphql-mesh/string-interpolation": "^0.5.4",
"@graphql-tools/delegate": "^10.0.7"
"@graphql-tools/delegate": "^10.0.10"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/hoist-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"graphql": "*"
},
"dependencies": {
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/delegate": "^10.0.10",
"@graphql-tools/wrap": "^10.0.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/naming-convention/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"tslib": "^2.5.0"
},
"dependencies": {
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/delegate": "^10.0.10",
"@graphql-tools/wrap": "^10.0.5",
"change-case": "^4.1.2",
"graphql-scalars": "^1.22.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/prefix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/delegate": "^10.0.10",
"@graphql-tools/wrap": "^10.0.5",
"graphql-scalars": "^1.22.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/rename/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/delegate": "^10.0.10",
"@graphql-tools/wrap": "^10.0.5",
"graphql-scalars": "^1.22.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/type-merging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/delegate": "^10.0.10",
"@graphql-tools/stitching-directives": "^3.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@graphql-tools/batch-delegate": "^9.0.2",
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/delegate": "^10.0.10",
"@graphql-typed-document-node/core": "^3.2.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@graphql-mesh/string-interpolation": "^0.5.4",
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/delegate": "^10.0.10",
"@whatwg-node/fetch": "^0.9.13",
"dset": "^3.1.2",
"js-yaml": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/json-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@graphql-mesh/string-interpolation": "0.5.4",
"@graphql-mesh/transport-common": "^0.2.3",
"@graphql-mesh/transport-rest": "^0.2.3",
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/delegate": "^10.0.10",
"@json-schema-tools/meta-schema": "1.7.5",
"@whatwg-node/fetch": "^0.9.0",
"ajv": "8.13.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@graphql-mesh/string-interpolation": "^0.5.4",
"@graphql-mesh/transport-mysql": "^0.2.3",
"@graphql-mesh/utils": "^0.98.3",
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/delegate": "^10.0.10",
"@graphql-tools/utils": "^10.2.0",
"graphql-compose": "^9.0.10",
"graphql-fields": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/neo4j/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@graphql-mesh/transport-neo4j": "^0.2.3",
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/delegate": "^10.0.10",
"@graphql-tools/schema": "^10.0.2",
"@neo4j/introspector": "^3.0.0",
"neo4j-driver": "^5.9.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@graphql-mesh/string-interpolation": "^0.5.4",
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/delegate": "^10.0.10",
"@omnigraph/json-schema": "^0.100.5",
"change-case": "^4.1.2",
"json-machete": "^0.97.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/raml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@ardatan/raml-1-parser": "1.1.69",
"@graphql-mesh/string-interpolation": "0.5.4",
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/delegate": "^10.0.10",
"@omnigraph/json-schema": "0.100.5",
"@whatwg-node/fetch": "^0.9.0",
"change-case": "4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@graphql-mesh/cross-helpers": "^0.4.2",
"@graphql-mesh/types": "^0.98.3",
"@graphql-tools/delegate": "^10.0.7"
"@graphql-tools/delegate": "^10.0.10"
},
"optionalDependencies": {
"tuql": "^1.7.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/serve-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"@graphql-mesh/fusion-runtime": "^0.3.4",
"@graphql-mesh/transport-common": "^0.2.3",
"@graphql-mesh/utils": "^0.98.3",
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/delegate": "^10.0.10",
"@graphql-tools/executor-http": "^1.0.6",
"@graphql-tools/executor-yoga": "^2.0.3",
"@graphql-tools/federation": "^1.1.28",
"@graphql-tools/stitch": "^9.2.4",
"@graphql-tools/federation": "^1.1.35",
"@graphql-tools/stitch": "^9.2.8",
"@graphql-tools/utils": "^10.2.0",
"@whatwg-node/server": "^0.9.34",
"graphql-yoga": "^5.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/transports/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/delegate": "^10.0.10",
"@graphql-tools/utils": "^10.2.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/transports/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@graphql-mesh/transport-common": "^0.2.3",
"@graphql-mesh/types": "^0.98.3",
"@graphql-mesh/utils": "^0.98.3",
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/delegate": "^10.0.10",
"@graphql-tools/utils": "^10.2.0",
"graphql-fields": "^2.0.3",
"mysql": "^2.18.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/transports/neo4j/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@graphql-mesh/transport-common": "^0.2.3",
"@graphql-mesh/types": "^0.98.3",
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/delegate": "^10.0.10",
"@graphql-tools/utils": "^10.2.0",
"@neo4j/graphql": "^5.0.0",
"graphql-scalars": "^1.22.4",
Expand Down

0 comments on commit fb59244

Please sign in to comment.