Skip to content

Commit

Permalink
fix(deps): update graphql-tools monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 23, 2023
1 parent 98d9fe7 commit 4d25750
Show file tree
Hide file tree
Showing 48 changed files with 342 additions and 144 deletions.
2 changes: 1 addition & 1 deletion packages/apollo-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"peerDependencies": {
"@apollo/client": "^3.5.9",
"@graphql-mesh/runtime": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "^15.2.0 || ^16.0.0",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@graphql-mesh/store": "^0.93.1",
"@graphql-mesh/types": "^0.93.1",
"@graphql-mesh/utils": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^10.0.0",
"ajv": "^8.12.0",
"change-case": "^4.1.2",
"cosmiconfig": "^8.1.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@graphql-mesh/store": "^0.93.1",
"@graphql-mesh/types": "^0.93.1",
"@graphql-mesh/utils": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand All @@ -46,9 +46,9 @@
"@graphql-mesh/cache-localforage": "^0.93.1",
"@graphql-mesh/merger-bare": "^0.93.1",
"@graphql-mesh/merger-stitching": "^0.93.1",
"@graphql-tools/code-file-loader": "^7.3.22",
"@graphql-tools/graphql-file-loader": "^7.5.17",
"@graphql-tools/load": "^7.8.14",
"@graphql-tools/code-file-loader": "^8.0.0",
"@graphql-tools/graphql-file-loader": "^8.0.0",
"@graphql-tools/load": "^8.0.0",
"@whatwg-node/fetch": "^0.8.3",
"camel-case": "^4.1.2",
"param-case": "^3.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/cross-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"types": "index.d.ts",
"typings": "./index.d.ts",
"peerDependencies": {
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "*"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/handlers/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"@graphql-mesh/store": "^0.93.1",
"@graphql-mesh/types": "^0.93.1",
"@graphql-mesh/utils": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "*",
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-mesh/string-interpolation": "^0.4.4",
"@graphql-tools/delegate": "^9.0.32",
"@graphql-tools/url-loader": "^7.17.18",
"@graphql-tools/wrap": "^9.4.2",
"@graphql-tools/delegate": "^10.0.0",
"@graphql-tools/url-loader": "^8.0.0",
"@graphql-tools/wrap": "^10.0.0",
"lodash.get": "^4.4.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@graphql-mesh/store": "^0.93.1",
"@graphql-mesh/types": "^0.93.1",
"@graphql-mesh/utils": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/json-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@graphql-mesh/store": "^0.93.1",
"@graphql-mesh/types": "^0.93.1",
"@graphql-mesh/utils": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/handlers/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"@graphql-mesh/store": "^0.93.1",
"@graphql-mesh/types": "^0.93.1",
"@graphql-mesh/utils": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "*",
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-mesh/string-interpolation": "^0.4.4",
"@graphql-tools/delegate": "^9.0.32",
"@graphql-tools/delegate": "^10.0.0",
"graphql-compose": "^9.0.10",
"graphql-fields": "^2.0.3",
"graphql-scalars": "^1.20.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/neo4j/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@graphql-mesh/store": "^0.93.1",
"@graphql-mesh/types": "^0.93.1",
"@graphql-mesh/utils": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/handlers/odata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"@graphql-mesh/store": "^0.93.1",
"@graphql-mesh/types": "^0.93.1",
"@graphql-mesh/utils": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "*",
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-mesh/string-interpolation": "^0.4.4",
"@graphql-tools/delegate": "^9.0.32",
"@graphql-tools/delegate": "^10.0.0",
"@whatwg-node/fetch": "^0.8.3",
"dataloader": "^2.2.2",
"fast-xml-parser": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@graphql-mesh/store": "^0.93.1",
"@graphql-mesh/types": "^0.93.1",
"@graphql-mesh/utils": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/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.4.4",
"@graphql-tools/delegate": "^9.0.32",
"@graphql-tools/delegate": "^10.0.0",
"pg": "^8.6.0",
"postgraphile": "^4.13.0",
"postgraphile-core": "^4.13.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/raml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@graphql-mesh/store": "^0.93.1",
"@graphql-mesh/types": "^0.93.1",
"@graphql-mesh/utils": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/soap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@graphql-mesh/store": "^0.93.1",
"@graphql-mesh/types": "^0.93.1",
"@graphql-mesh/utils": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/thrift/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@graphql-mesh/store": "^0.93.1",
"@graphql-mesh/types": "^0.93.1",
"@graphql-mesh/utils": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/jit-executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"peerDependencies": {
"@graphql-mesh/types": "^0.93.1",
"@graphql-mesh/utils": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/json-machete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@graphql-mesh/cross-helpers": "^0.3.4",
"@graphql-mesh/types": "^0.93.1",
"@graphql-mesh/utils": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "*",
"tslib": "^2.4.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 @@ -35,7 +35,7 @@
"@graphql-mesh/cross-helpers": "^0.3.4",
"@graphql-mesh/types": "^0.93.1",
"@graphql-mesh/utils": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "*",
"tslib": "^2.4.0"
},
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 @@ -46,7 +46,7 @@
"openapi-types": "^12.1.0"
},
"devDependencies": {
"@graphql-tools/utils": "9.2.1",
"@graphql-tools/utils": "10.0.0",
"@whatwg-node/fetch": "0.8.8",
"@whatwg-node/router": "0.3.0",
"graphql-yoga": "3.9.1",
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 @@ -34,7 +34,7 @@
"peerDependencies": {
"@graphql-mesh/cross-helpers": "^0.3.4",
"@graphql-mesh/utils": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/soap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"peerDependencies": {
"@graphql-mesh/types": "^0.93.1",
"@graphql-mesh/utils": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "*"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mergers/bare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"peerDependencies": {
"@graphql-mesh/types": "^0.93.1",
"@graphql-mesh/utils": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "*",
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-mesh/merger-stitching": "0.93.1",
"@graphql-tools/schema": "9.0.19"
"@graphql-tools/schema": "10.0.0"
},
"publishConfig": {
"access": "public",
Expand Down
6 changes: 3 additions & 3 deletions packages/mergers/federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"@graphql-mesh/store": "^0.93.1",
"@graphql-mesh/types": "^0.93.1",
"@graphql-mesh/utils": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "*",
"tslib": "^2.4.0"
},
"dependencies": {
"@apollo/gateway": "^2.4.1",
"@graphql-tools/schema": "^9.0.18",
"@graphql-tools/wrap": "^9.4.2"
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/wrap": "^10.0.0"
},
"publishConfig": {
"access": "public",
Expand Down
10 changes: 5 additions & 5 deletions packages/mergers/stitching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"@graphql-mesh/store": "^0.93.1",
"@graphql-mesh/types": "^0.93.1",
"@graphql-mesh/utils": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "*",
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-tools/delegate": "^9.0.32",
"@graphql-tools/schema": "^9.0.18",
"@graphql-tools/stitch": "^8.7.50",
"@graphql-tools/stitching-directives": "^2.3.34"
"@graphql-tools/delegate": "^10.0.0",
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/stitch": "^9.0.0",
"@graphql-tools/stitching-directives": "^3.0.0"
},
"publishConfig": {
"access": "public",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"@graphql-mesh/cross-helpers": "^0.3.4",
"@graphql-mesh/types": "^0.93.1",
"@graphql-mesh/utils": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "*",
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-mesh/string-interpolation": "^0.4.4",
"@graphql-tools/mock": "^8.7.20",
"@graphql-tools/schema": "^9.0.18",
"@graphql-tools/mock": "^9.0.0",
"@graphql-tools/schema": "^10.0.0",
"faker": "5.5.3",
"graphql-scalars": "^1.20.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/rate-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"peerDependencies": {
"@graphql-mesh/cross-helpers": "^0.3.4",
"@graphql-mesh/types": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@
"@graphql-mesh/cross-helpers": "^0.3.4",
"@graphql-mesh/types": "^0.93.1",
"@graphql-mesh/utils": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "*",
"tslib": "^2.4.0"
},
"dependencies": {
"@envelop/core": "^4.0.0",
"@envelop/extended-validation": "^3.0.0",
"@graphql-mesh/string-interpolation": "^0.4.4",
"@graphql-tools/batch-delegate": "^8.4.25",
"@graphql-tools/batch-execute": "^8.5.19",
"@graphql-tools/delegate": "^9.0.32",
"@graphql-tools/wrap": "^9.4.2",
"@graphql-tools/batch-delegate": "^9.0.0",
"@graphql-tools/batch-execute": "^9.0.0",
"@graphql-tools/delegate": "^10.0.0",
"@graphql-tools/wrap": "^10.0.0",
"@whatwg-node/fetch": "^0.8.3"
},
"devDependencies": {
"@graphql-tools/schema": "9.0.19"
"@graphql-tools/schema": "10.0.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@graphql-mesh/cross-helpers": "^0.3.4",
"@graphql-mesh/types": "^0.93.1",
"@graphql-mesh/utils": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/transforms/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"@graphql-mesh/cross-helpers": "^0.3.4",
"@graphql-mesh/types": "^0.93.1",
"@graphql-mesh/utils": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "*",
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-mesh/string-interpolation": "^0.4.4",
"@graphql-tools/resolvers-composition": "^6.5.18",
"@graphql-tools/schema": "^9.0.18",
"@graphql-tools/resolvers-composition": "^7.0.0",
"@graphql-tools/schema": "^10.0.0",
"dayjs": "^1.11.7"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/transforms/encapsulate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
"peerDependencies": {
"@graphql-mesh/types": "^0.93.1",
"@graphql-mesh/utils": "^0.93.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "*",
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-tools/delegate": "^9.0.32",
"@graphql-tools/wrap": "^9.4.2"
"@graphql-tools/delegate": "^10.0.0",
"@graphql-tools/wrap": "^10.0.0"
},
"devDependencies": {
"@graphql-tools/schema": "9.0.19"
"@graphql-tools/schema": "10.0.0"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 4d25750

Please sign in to comment.