Skip to content

Commit

Permalink
chore(deps): update graphql-tools (#2289)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 16, 2024
1 parent f8159ba commit e77fc83
Show file tree
Hide file tree
Showing 40 changed files with 146 additions and 160 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@envelop/parser-cache": "workspace:^",
"@envelop/prometheus": "workspace:^",
"@envelop/validation-cache": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"faker": "5.5.3",
"fastify": "4.26.2",
"graphql": "16.8.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/apollo-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@apollo/server": "^4.3.2",
"@apollo/server-plugin-landing-page-graphql-playground": "^4.0.0",
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"graphql": "16.8.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/azure-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"graphql": "16.8.1",
"graphql-helix": "1.13.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"graphql": "16.8.1",
"graphql-helix": "1.13.0",
"worktop": "0.7.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/express-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"express": "4.19.1",
"express-graphql": "0.12.0",
"graphql": "16.8.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/google-cloud-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"firebase-admin": "12.0.0",
"firebase-functions": "5.0.1",
"graphql": "16.8.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-helix-auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@envelop/auth0": "workspace:^",
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"fastify": "4.26.2",
"graphql": "16.8.1",
"graphql-helix": "1.13.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-helix-defer-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"fastify": "4.26.2",
"graphql": "experimental-stream-defer",
"graphql-helix": "1.13.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-helix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"fastify": "4.26.2",
"graphql": "16.8.1",
"graphql-helix": "1.13.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"graphql": "16.8.1",
"graphql-http": "^1.18.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-socket.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"@n1ru4l/socket-io-graphql-client": "0.13.0",
"@n1ru4l/socket-io-graphql-server": "0.13.0",
"graphql": "16.8.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-sse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"graphql": "16.8.1",
"graphql-sse": "^2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"graphql": "16.8.1",
"graphql-ws": "^5.0.0",
"ws": "8.16.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/lambda-aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"aws-sdk": "2.1584.0",
"graphql": "16.8.1",
"graphql-helix": "1.13.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"graphql": "16.8.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"fastify": "4.26.2",
"graphql": "16.8.1",
"graphql-helix": "1.13.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"tslib": "^2.5.0"
},
"devDependencies": {
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/utils": "10.5.3",
"@graphql-tools/schema": "10.0.6",
"@graphql-tools/utils": "10.5.4",
"@repeaterjs/repeater": "3.0.5",
"graphql": "16.8.1",
"typescript": "5.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/apollo-datasources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"apollo-datasource": "3.3.2",
"apollo-server-caching": "3.3.0",
"graphql": "16.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/apollo-server-errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"apollo-server-core": "3.13.0",
"graphql": "16.8.1",
"typescript": "5.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/apollo-tracing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"devDependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"graphql": "16.8.1",
"typescript": "5.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/dataloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"devDependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"dataloader": "2.2.2",
"graphql": "16.8.1",
"reflect-metadata": "0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/extended-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"graphql": "16.8.1",
"typescript": "5.1.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/fragment-arguments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
},
"devDependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/utils": "10.5.3",
"@graphql-tools/schema": "10.0.6",
"@graphql-tools/utils": "10.5.4",
"@types/common-tags": "1.8.4",
"common-tags": "1.8.2",
"graphql": "16.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/generic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"graphql": "16.8.1",
"typescript": "5.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/graphql-jit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"graphql": "16.8.1",
"lru-cache": "^10.0.0",
"reflect-metadata": "0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/graphql-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"graphql": "16.8.1",
"graphql-middleware": "6.1.35",
"graphql-shield": "7.6.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/live-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"devDependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"@n1ru4l/graphql-live-query-patch-jsondiffpatch": "0.8.0",
"graphql": "16.8.1",
"typescript": "5.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/on-resolve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"dependencies": {},
"devDependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"graphql": "16.8.1",
"typescript": "5.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/operation-field-permissions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"graphql": "16.8.1",
"typescript": "5.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/persisted-operations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"devDependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"graphql": "16.8.1",
"typescript": "5.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/preload-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"devDependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"graphql": "16.8.1",
"typescript": "5.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/prometheus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"graphql": "16.8.1",
"prom-client": "15.1.0",
"typescript": "5.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/rate-limiter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"graphql": "16.8.1",
"typescript": "5.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/resource-limitations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"devDependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"graphql": "16.8.1",
"typescript": "5.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/response-cache-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"devDependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"@types/ioredis": "4.28.10",
"ioredis-mock": "5.9.1",
"typescript": "5.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/response-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"devDependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/executor": "^1.1.0",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"graphql": "16.8.1",
"ioredis-mock": "5.9.1",
"typescript": "5.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"@sentry/node": "7.108.0",
"@sentry/tracing": "7.108.0",
"@sentry/types": "7.108.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/statsd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"devDependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"graphql": "16.8.1",
"hot-shots": "9.3.0",
"typescript": "5.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/schema": "10.0.6",
"graphql": "16.8.1",
"typescript": "5.1.3"
},
Expand Down
Loading

0 comments on commit e77fc83

Please sign in to comment.