Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Run Leak Tests
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
with:
timeout_minutes: 10
timeout_minutes: 120
max_attempts: 3
command: pnpm run test:unit:leaks --ci

Expand Down
14 changes: 7 additions & 7 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"start": "tsx index.ts"
},
"dependencies": {
"@pulumi/aws": "7.3.1",
"@pulumi/aws-native": "1.31.0",
"@pulumi/azure-native": "3.6.1",
"@pulumi/aws": "7.6.0",
"@pulumi/aws-native": "1.32.0",
"@pulumi/azure-native": "3.7.1",
"@pulumi/cloudflare": "5.49.1",
"@pulumi/docker": "4.8.0",
"@pulumi/pulumi": "3.188.0",
"@types/node": "24.2.0",
"tsx": "4.20.3",
"@pulumi/docker": "4.8.2",
"@pulumi/pulumi": "3.191.0",
"@types/node": "24.3.0",
"tsx": "4.20.5",
"typescript": "5.8.3"
}
}
4 changes: 2 additions & 2 deletions examples/apollo-federation-compatibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@graphql-codegen/cli": "5.0.7",
"@graphql-codegen/typescript": "4.1.6",
"@graphql-codegen/typescript-resolvers": "4.5.1",
"@types/node": "24.2.0",
"esbuild": "0.25.8"
"@types/node": "24.3.0",
"esbuild": "0.25.9"
}
}
2 changes: 1 addition & 1 deletion examples/apollo-managed-federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@graphql-yoga/apollo-managed-federation": "workspace:^",
"@graphql-yoga/plugin-apollo-usage-report": "workspace:^",
"graphql-yoga": "workspace:^",
"tsx": "4.20.3"
"tsx": "4.20.5"
},
"devDependencies": {
"@graphql-yoga/apollo-managed-federation": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions examples/aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"devDependencies": {
"@aws-cdk/assert": "2.68.0",
"@types/aws-lambda": "8.10.152",
"@types/node": "24.2.0",
"aws-cdk": "2.1024.0",
"aws-cdk-lib": "2.210.0",
"esbuild": "0.25.8",
"@types/node": "24.3.0",
"aws-cdk": "2.1027.0",
"aws-cdk-lib": "2.212.0",
"esbuild": "0.25.9",
"ts-node": "10.9.2",
"typescript": "5.8.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/azure-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"tslib": "2.8.1"
},
"devDependencies": {
"esbuild": "0.25.8",
"esbuild": "0.25.9",
"typescript": "5.8.3"
}
}
6 changes: 3 additions & 3 deletions examples/cloudflare-advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"ts-loader": "9.5.2",
"ts-loader": "9.5.4",
"typescript": "5.8.3",
"webpack": "5.101.0",
"wrangler": "4.28.1"
"webpack": "5.101.3",
"wrangler": "4.33.0"
}
}
4 changes: 2 additions & 2 deletions examples/cloudflare-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20250807.0",
"@cloudflare/workers-types": "4.20250826.0",
"@whatwg-node/fetch": "^0.10.1",
"typescript": "5.8.3",
"wrangler": "4.28.1"
"wrangler": "4.33.0"
}
}
2 changes: 1 addition & 1 deletion examples/cookies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@types/node": "24.2.0",
"@types/node": "24.3.0",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.8.3"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`Defer / Stream defer: defer 1`] = `
"
Expand Down
4 changes: 2 additions & 2 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": "8.0.0",
"@graphql-tools/load-files": "7.0.1",
"fastify": "5.4.0",
"fastify": "5.5.0",
"graphql-modules": "3.0.0",
"graphql-yoga": "workspace:*",
"reflect-metadata": "0.2.2"
},
"devDependencies": {
"@types/node": "24.2.0",
"@types/node": "24.3.0",
"ts-node": "10.9.2"
}
}
4 changes: 2 additions & 2 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.4.0",
"fastify": "5.5.0",
"graphql-yoga": "workspace:*",
"pino-pretty": "13.1.1"
},
"devDependencies": {
"@graphql-tools/utils": "^10.6.1",
"@types/node": "24.2.0",
"@types/node": "24.3.0",
"ts-node": "10.9.2"
}
}
4 changes: 2 additions & 2 deletions examples/file-upload-nextjs-pothos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "next start"
},
"dependencies": {
"@pothos/core": "4.8.1",
"@pothos/core": "4.9.0",
"graphql": "16.11.0",
"graphql-yoga": "workspace:*",
"next": "15.4.4",
Expand All @@ -20,7 +20,7 @@
"devDependencies": {
"@types/react": "^19.0.0",
"@whatwg-node/fetch": "^0.10.1",
"eslint": "9.32.0",
"eslint": "9.34.0",
"eslint-config-next": "15.4.4",
"typescript": "5.8.3"
}
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 @@ -18,7 +18,7 @@
"graphql-yoga": "5.3.1"
},
"devDependencies": {
"concurrently": "9.2.0",
"concurrently": "9.2.1",
"firebase-functions-test": "^3.0.0",
"firebase-tools": "^14.0.0",
"typescript": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/gcp-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@google-cloud/functions-framework": "4.0.0",
"@types/node": "24.2.0",
"@types/node": "24.3.0",
"typescript": "5.8.3"
}
}
4 changes: 2 additions & 2 deletions examples/generic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@types/node": "24.2.0",
"@types/node": "24.3.0",
"@whatwg-node/fetch": "0.10.10",
"cross-env": "10.0.0",
"tsx": "4.20.3",
"tsx": "4.20.5",
"typescript": "5.8.3"
}
}
4 changes: 2 additions & 2 deletions examples/graphql-armor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"start": "ts-node src/main.ts"
},
"dependencies": {
"@escape.tech/graphql-armor": "3.1.6",
"@escape.tech/graphql-armor": "3.1.7",
"graphql": "16.11.0",
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@types/node": "24.2.0",
"@types/node": "24.3.0",
"cross-env": "10.0.0",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/hackernews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"devDependencies": {
"@eddeee888/gcg-typescript-resolver-files": "0.12.1",
"@graphql-codegen/cli": "5.0.7",
"@prisma/client": "6.13.0",
"@prisma/internals": "6.13.0",
"@prisma/migrate": "6.13.0",
"@types/node": "24.2.0",
"@prisma/client": "6.15.0",
"@prisma/internals": "6.15.0",
"@prisma/migrate": "6.15.0",
"@types/node": "24.3.0",
"cross-env": "10.0.0",
"prisma": "6.13.0",
"prisma": "6.15.0",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.8.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "ts-node src/index.ts"
},
"dependencies": {
"@hapi/hapi": "21.4.2",
"@hapi/hapi": "21.4.3",
"graphql": "16.11.0",
"graphql-yoga": "workspace:*"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/issue-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@types/node": "24.2.0",
"@types/node": "24.3.0",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.8.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"cache-manager": "^7.0.0",
"class-transformer": "0.5.1",
"class-validator": "^0.14.0",
"esbuild": "0.25.8",
"esbuild": "0.25.9",
"graphql": "16.11.0",
"kafkajs": "^2.2.4",
"mqtt": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/netlify-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"esbuild": "0.25.8",
"esbuild": "0.25.9",
"netlify-cli": "^23.0.0"
}
}
8 changes: 4 additions & 4 deletions examples/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"start": "next start"
},
"dependencies": {
"@types/node": "24.2.0",
"@types/react": "19.1.9",
"@types/react-dom": "19.1.7",
"@types/node": "24.3.0",
"@types/react": "19.1.12",
"@types/react-dom": "19.1.8",
"autoprefixer": "10.4.21",
"eslint": "9.32.0",
"eslint": "9.34.0",
"eslint-config-next": "15.4.4",
"graphql": "16.11.0",
"graphql-yoga": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"tslib": "2.8.1"
},
"devDependencies": {
"@types/react": "19.1.9",
"eslint": "9.32.0",
"@types/react": "19.1.12",
"eslint": "9.34.0",
"eslint-config-next": "15.4.4",
"typescript": "5.8.3"
}
Expand Down
10 changes: 5 additions & 5 deletions examples/nextjs-legacy-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"start": "next start"
},
"dependencies": {
"@types/react": "19.1.9",
"@types/react": "19.1.12",
"graphql": "16.11.0",
"graphql-yoga": "workspace:*",
"next": "15.4.4",
Expand All @@ -20,10 +20,10 @@
"tslib": "2.8.1"
},
"devDependencies": {
"@types/node": "24.2.0",
"@types/react": "19.1.9",
"esbuild": "0.25.8",
"eslint": "9.32.0",
"@types/node": "24.3.0",
"@types/react": "19.1.12",
"esbuild": "0.25.9",
"eslint": "9.34.0",
"eslint-config-next": "15.4.4",
"typescript": "5.8.3"
}
Expand Down
8 changes: 4 additions & 4 deletions examples/nextjs-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "node server.js"
},
"dependencies": {
"@types/react": "19.1.9",
"@types/react": "19.1.12",
"graphql": "16.11.0",
"graphql-ws": "^6.0.0",
"graphql-yoga": "workspace:*",
Expand All @@ -18,10 +18,10 @@
"ws": "8.18.3"
},
"devDependencies": {
"@types/node": "24.2.0",
"@types/react": "19.1.9",
"@types/node": "24.3.0",
"@types/react": "19.1.12",
"@types/ws": "8.18.1",
"eslint": "9.32.0",
"eslint": "9.34.0",
"eslint-config-next": "15.4.4",
"typescript": "5.8.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/node-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"esbuild": "0.25.8",
"tsx": "4.20.3",
"esbuild": "0.25.9",
"tsx": "4.20.5",
"typescript": "5.8.3"
}
}
4 changes: 2 additions & 2 deletions examples/pothos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"start": "ts-node src/index.ts"
},
"dependencies": {
"@pothos/core": "4.8.1",
"@pothos/core": "4.9.0",
"graphql": "16.11.0",
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@types/node": "24.2.0",
"@types/node": "24.3.0",
"ts-node": "10.9.2",
"typescript": "5.8.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/redis-pub-sub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ioredis": "5.7.0"
},
"devDependencies": {
"@types/node": "24.2.0",
"@types/node": "24.3.0",
"cross-env": "10.0.0",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/request-cancelation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@types/node": "24.2.0",
"@types/node": "24.3.0",
"@whatwg-node/fetch": "^0.10.1",
"cross-env": "10.0.0",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/response-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@types/node": "24.2.0",
"@types/node": "24.3.0",
"@whatwg-node/fetch": "^0.10.1",
"cross-env": "10.0.0",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/service-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"devDependencies": {
"@whatwg-node/fetch": "^0.10.1",
"typescript": "5.8.3",
"wrangler": "4.28.1"
"wrangler": "4.33.0"
}
}
Loading
Loading