Skip to content

Commit

Permalink
fix(deps): update dependency graphql to v16.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent c1e0a1e commit 9cad417
Show file tree
Hide file tree
Showing 19 changed files with 905 additions and 645 deletions.
2 changes: 1 addition & 1 deletion integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"date-fns": "4.1.0",
"dockerode": "4.0.2",
"dotenv": "16.4.7",
"graphql": "16.9.0",
"graphql": "16.10.0",
"human-id": "4.1.1",
"ioredis": "5.4.2",
"slonik": "30.4.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"eslint-plugin-hive": "file:rules",
"eslint-plugin-tailwindcss": "npm:@hasparus/eslint-plugin-tailwindcss@3.17.5",
"fs-extra": "11.2.0",
"graphql": "16.9.0",
"graphql": "16.10.0",
"jest-snapshot-serializer-raw": "2.0.0",
"pg": "8.13.1",
"prettier": "3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@graphql-tools/schema": "10.0.8",
"body-parser": "1.20.3",
"express": "4.21.2",
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-ws": "5.16.0",
"nock": "14.0.0-beta.19",
"vitest": "2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
"devDependencies": {
"@types/env-ci": "3.1.4",
"graphql": "16.9.0",
"graphql": "16.10.0",
"oclif": "4.13.6",
"rimraf": "4.4.1",
"tsx": "4.19.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@apollo/subgraph": "2.9.3",
"@types/async-retry": "1.4.8",
"@types/lodash.sortby": "4.7.9",
"graphql": "16.9.0",
"graphql": "16.10.0",
"nock": "14.0.0-beta.19",
"tslib": "2.8.1",
"vitest": "2.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/external-composition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@apollo/composition": "2.9.3",
"esbuild": "0.24.2",
"fastify": "4.29.0",
"graphql": "16.9.0"
"graphql": "16.10.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"copyfiles": "2.4.1",
"dotenv": "16.4.7",
"got": "14.4.5",
"graphql": "16.9.0",
"graphql": "16.10.0",
"p-limit": "6.1.0",
"pg-promise": "11.10.2",
"slonik": "30.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"date-fns": "4.1.0",
"fast-json-stable-stringify": "2.1.0",
"got": "14.4.5",
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-modules": "2.4.0",
"graphql-parse-resolve-info": "4.13.0",
"graphql-scalars": "1.24.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/cdn-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dotenv": "16.4.7",
"esbuild": "0.24.2",
"fastify": "4.29.0",
"graphql": "16.9.0",
"graphql": "16.10.0",
"itty-router": "4.2.2",
"itty-router-extras": "0.4.6",
"toucan-js": "3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/demo/federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@apollo/subgraph": "2.9.3",
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-yoga": "5.9.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@graphql-hive/external-composition": "workspace:*",
"@whatwg-node/server": "0.9.50",
"dotenv": "16.4.7",
"graphql": "16.9.0",
"graphql": "16.10.0",
"lru-cache": "^7.17.0",
"zod": "3.24.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/services/policy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dotenv": "16.4.7",
"eslint": "8.57.1",
"fastify": "4.29.0",
"graphql": "16.9.0",
"graphql": "16.10.0",
"pino-pretty": "11.3.0",
"zod": "3.24.1",
"zod-validation-error": "3.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/services/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"fast-json-stable-stringify": "2.1.0",
"fastify": "4.29.0",
"got": "14.4.5",
"graphql": "16.9.0",
"graphql": "16.10.0",
"ioredis": "5.4.2",
"ioredis-mock": "8.9.0",
"p-timeout": "6.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dotenv": "16.4.7",
"fastify": "4.29.0",
"got": "14.4.5",
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-yoga": "5.9.0",
"hyperid": "3.3.0",
"ioredis": "5.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/usage-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"license": "MIT",
"private": true,
"devDependencies": {
"graphql": "16.9.0"
"graphql": "16.10.0"
}
}
2 changes: 1 addition & 1 deletion packages/services/usage-ingestor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"date-fns": "4.1.0",
"dotenv": "16.4.7",
"got": "14.4.5",
"graphql": "16.9.0",
"graphql": "16.10.0",
"kafkajs": "2.2.4",
"pino-pretty": "11.3.0",
"tiny-lru": "8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/usage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ajv": "8.17.1",
"dotenv": "16.4.7",
"got": "14.4.5",
"graphql": "16.9.0",
"graphql": "16.10.0",
"kafkajs": "2.2.4",
"pino-pretty": "11.3.0",
"tiny-lru": "8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"formik": "2.4.6",
"framer-motion": "11.11.17",
"graphiql": "4.0.0-alpha.5",
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-sse": "2.5.3",
"immer": "10.1.1",
"js-cookie": "3.0.5",
Expand Down
Loading

0 comments on commit 9cad417

Please sign in to comment.