Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#3555)
Browse files Browse the repository at this point in the history
* fix(deps): update all non-major dependencies

* chore(dependencies): updated changesets for modified dependencies

* Update graphql-armor.spec.ts

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
  • Loading branch information
3 people authored Dec 15, 2024
1 parent 8fee214 commit c8ff4b3
Show file tree
Hide file tree
Showing 75 changed files with 2,405 additions and 4,135 deletions.
7 changes: 7 additions & 0 deletions .changeset/@graphql-yoga_graphiql-3555-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@graphql-yoga/graphiql": patch
---
dependencies updates:
- Updated dependency [`@graphiql/toolkit@0.11.1` ↗︎](https://www.npmjs.com/package/@graphiql/toolkit/v/0.11.1) (from `0.9.1`, in `dependencies`)
- Updated dependency [`graphql@16.10.0` ↗︎](https://www.npmjs.com/package/graphql/v/16.10.0) (from `16.8.1`, in `dependencies`)
- Updated dependency [`tslib@2.8.1` ↗︎](https://www.npmjs.com/package/tslib/v/2.8.1) (from `2.6.3`, in `dependencies`)
6 changes: 3 additions & 3 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
},
"dependencies": {
"@envelop/graphql-jit": "8.0.4",
"@faker-js/faker": "9.2.0",
"@faker-js/faker": "9.3.0",
"@graphql-yoga/plugin-response-cache": "workspace:*",
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-yoga": "workspace:*",
"uWebSockets.js": "uNetworking/uWebSockets.js#semver:^20"
},
"devDependencies": {
"start-server-and-test": "2.0.0"
"start-server-and-test": "2.0.9"
}
}
14 changes: 7 additions & 7 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"start": "tsx index.ts"
},
"dependencies": {
"@pulumi/aws": "6.36.0",
"@pulumi/awsx": "2.10.0",
"@pulumi/azure-native": "2.42.1",
"@pulumi/cloudflare": "5.29.0",
"@pulumi/docker": "4.5.3",
"@pulumi/pulumi": "3.116.1",
"@types/node": "22.9.0",
"@pulumi/aws": "6.65.0",
"@pulumi/awsx": "2.19.0",
"@pulumi/azure-native": "2.77.0",
"@pulumi/cloudflare": "5.45.0",
"@pulumi/docker": "4.5.8",
"@pulumi/pulumi": "3.143.0",
"@types/node": "22.10.2",
"tsx": "4.19.2",
"typescript": "5.7.2"
}
Expand Down
8 changes: 4 additions & 4 deletions examples/apollo-federation-compatibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"dependencies": {
"@apollo/subgraph": "^2.4.0",
"@graphql-yoga/plugin-apollo-inline-trace": "workspace:*",
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-tag": "2.12.6",
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/typescript": "4.1.2",
"@graphql-codegen/typescript-resolvers": "4.4.1",
"@types/node": "22.9.0",
"esbuild": "0.17.19"
"@types/node": "22.10.2",
"esbuild": "0.24.0"
}
}
4 changes: 2 additions & 2 deletions examples/apollo-federation/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"start": "node index.js"
},
"dependencies": {
"@apollo/gateway": "2.4.7",
"@apollo/gateway": "2.9.3",
"@envelop/apollo-federation": "5.0.0",
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-yoga": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion examples/apollo-federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"concurrently": "^9.0.0"
},
"devDependencies": {
"@apollo/gateway": "2.4.7",
"@apollo/gateway": "2.9.3",
"@whatwg-node/fetch": "^0.10.1"
}
}
2 changes: 1 addition & 1 deletion examples/apollo-federation/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@apollo/subgraph": "^2.4.0",
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-yoga": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion examples/aws-lambda/lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-yoga": "workspace:*"
}
}
18 changes: 9 additions & 9 deletions examples/aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
"watch": "tsc -w"
},
"dependencies": {
"@aws-cdk/aws-apigateway": "1.203.0",
"@aws-cdk/aws-lambda": "1.203.0",
"@aws-cdk/core": "1.203.0",
"@aws-cdk/aws-apigateway": "1.204.0",
"@aws-cdk/aws-lambda": "1.204.0",
"@aws-cdk/core": "1.204.0",
"source-map-support": "^0.5.16"
},
"devDependencies": {
"@aws-cdk/assert": "2.68.0",
"@types/aws-lambda": "8.10.116",
"@types/node": "22.9.0",
"aws-cdk": "2.83.0",
"aws-cdk-lib": "2.83.0",
"esbuild": "0.17.19",
"ts-node": "10.9.1",
"@types/aws-lambda": "8.10.146",
"@types/node": "22.10.2",
"aws-cdk": "2.173.1",
"aws-cdk-lib": "2.173.1",
"esbuild": "0.24.0",
"ts-node": "10.9.2",
"typescript": "5.7.2"
}
}
6 changes: 3 additions & 3 deletions examples/azure-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@azure/functions": "4.0.0",
"esbuild": "0.17.19",
"tslib": "2.6.3",
"@azure/functions": "4.6.0",
"esbuild": "0.24.0",
"tslib": "2.8.1",
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion examples/bun-yoga-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"bun-types": "^1.0.0",
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-ws": "^5.14.1",
"graphql-yoga": "^5.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"bun-types": "^1.0.0",
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-yoga": "5.3.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/cloudflare-advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"dependencies": {
"@cloudflare/workers-types": "^4.0.0",
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"ts-loader": "9.4.3",
"ts-loader": "9.5.1",
"typescript": "5.7.2",
"webpack": "5.86.0",
"wrangler": "3.57.1"
"webpack": "5.97.1",
"wrangler": "3.95.0"
}
}
6 changes: 3 additions & 3 deletions examples/cloudflare-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"start": "wrangler dev"
},
"dependencies": {
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20230518.0",
"@cloudflare/workers-types": "4.20241205.0",
"@whatwg-node/fetch": "^0.10.1",
"typescript": "5.7.2",
"wrangler": "3.57.1"
"wrangler": "3.95.0"
}
}
6 changes: 3 additions & 3 deletions examples/cookies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
},
"dependencies": {
"@whatwg-node/server-plugin-cookies": "^1.0.3",
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@types/node": "22.9.0",
"ts-node": "10.9.1",
"@types/node": "22.10.2",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.7.2"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/defer-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"dependencies": {
"@graphql-yoga/plugin-defer-stream": "workspace:*",
"@graphql-yoga/render-graphiql": "workspace:*",
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"typescript": "5.7.2"
}
}
4 changes: 2 additions & 2 deletions examples/error-handling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
},
"dependencies": {
"@whatwg-node/fetch": "^0.10.1",
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion examples/express-helmet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"supertest": "7.0.0"
},
"devDependencies": {
"ts-node": "10.9.1"
"ts-node": "10.9.2"
}
}
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"supertest": "7.0.0"
},
"devDependencies": {
"ts-node": "10.9.1"
"ts-node": "10.9.2"
}
}
10 changes: 5 additions & 5 deletions examples/fastify-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"dependencies": {
"@envelop/graphql-modules": "6.0.0",
"@graphql-tools/load-files": "7.0.0",
"fastify": "5.1.0",
"graphql-modules": "2.1.2",
"fastify": "5.2.0",
"graphql-modules": "2.4.0",
"graphql-yoga": "workspace:*",
"reflect-metadata": "0.1.13"
"reflect-metadata": "0.2.2"
},
"devDependencies": {
"@types/node": "22.9.0",
"ts-node": "10.9.1"
"@types/node": "22.10.2",
"ts-node": "10.9.2"
}
}
6 changes: 3 additions & 3 deletions examples/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"dependencies": {
"@whatwg-node/fetch": "^0.10.1",
"fastify": "5.1.0",
"fastify": "5.2.0",
"graphql-yoga": "workspace:*",
"pino-pretty": "13.0.0"
},
"devDependencies": {
"@graphql-tools/utils": "^10.6.1",
"@types/node": "22.9.0",
"ts-node": "10.9.1"
"@types/node": "22.10.2",
"ts-node": "10.9.2"
}
}
6 changes: 3 additions & 3 deletions examples/file-upload-nextjs-pothos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"start": "next start"
},
"dependencies": {
"@pothos/core": "4.0.2",
"graphql": "16.9.0",
"@pothos/core": "4.3.0",
"graphql": "16.10.0",
"graphql-yoga": "workspace:*",
"next": "15.1.0",
"react": "19.0.0",
Expand All @@ -20,7 +20,7 @@
"devDependencies": {
"@types/react": "^19.0.0",
"@whatwg-node/fetch": "^0.10.1",
"eslint": "9.16.0",
"eslint": "9.17.0",
"eslint-config-next": "15.1.0",
"typescript": "5.7.2"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/file-upload-nexus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"start": "ts-node index.ts"
},
"dependencies": {
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-yoga": "workspace:*",
"nexus": "^1.3.0"
},
"devDependencies": {
"@whatwg-node/fetch": "^0.10.1",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"typescript": "5.7.2"
}
}
4 changes: 2 additions & 2 deletions examples/file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"start": "ts-node index.ts"
},
"dependencies": {
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-yoga": "workspace:*",
"ts-node": "10.9.1"
"ts-node": "10.9.2"
},
"devDependencies": {
"@whatwg-node/fetch": "^0.10.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/firebase/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"firebase-admin": "^13.0.0",
"firebase-functions": "^6.0.0",
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-yoga": "5.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gcp-cloud-run/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"start": "node ."
},
"dependencies": {
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-yoga": "^5.3.1"
}
}
6 changes: 3 additions & 3 deletions examples/gcp-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"start": "functions-framework --target=graphql"
},
"dependencies": {
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-yoga": "5.3.1"
},
"devDependencies": {
"@google-cloud/functions-framework": "3.2.0",
"@types/node": "22.9.0",
"@google-cloud/functions-framework": "3.4.3",
"@types/node": "22.10.2",
"typescript": "5.7.2"
}
}
4 changes: 2 additions & 2 deletions examples/generic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"dependencies": {
"@envelop/generic-auth": "8.0.1",
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@types/node": "22.9.0",
"@types/node": "22.10.2",
"@whatwg-node/fetch": "0.10.1",
"cross-env": "7.0.3",
"tsx": "4.19.2",
Expand Down
Loading

0 comments on commit c8ff4b3

Please sign in to comment.