Skip to content
Open
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
5 changes: 5 additions & 0 deletions .changeset/@graphql-yoga_graphiql-4286-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-yoga/graphiql": patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/url-loader/v/9.0.4) (from `9.0.2`, in `dependencies`)
6 changes: 3 additions & 3 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": "7.11.0",
"@pulumi/aws": "7.11.1",
"@pulumi/aws-native": "1.38.0",
"@pulumi/azure-native": "3.10.1",
"@pulumi/cloudflare": "5.49.1",
"@pulumi/docker": "4.9.0",
"@pulumi/pulumi": "3.206.0",
"@types/node": "24.10.0",
"@pulumi/pulumi": "3.207.0",
"@types/node": "24.10.1",
"tsx": "4.20.6",
"typescript": "5.9.3"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/apollo-federation-compatibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@graphql-codegen/cli": "6.0.1",
"@graphql-codegen/cli": "6.0.2",
"@graphql-codegen/typescript": "5.0.2",
"@graphql-codegen/typescript-resolvers": "5.1.0",
"@types/node": "24.10.0",
"esbuild": "0.25.12"
"@types/node": "24.10.1",
"esbuild": "0.27.0"
}
}
8 changes: 4 additions & 4 deletions examples/aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
},
"devDependencies": {
"@aws-cdk/assert": "2.68.0",
"@types/aws-lambda": "8.10.157",
"@types/node": "24.10.0",
"@types/aws-lambda": "8.10.158",
"@types/node": "24.10.1",
"aws-cdk": "2.1031.2",
"aws-cdk-lib": "2.222.0",
"esbuild": "0.25.12",
"aws-cdk-lib": "2.223.0",
"esbuild": "0.27.0",
"ts-node": "10.9.2",
"typescript": "5.9.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.12",
"esbuild": "0.27.0",
"typescript": "5.9.3"
}
}
2 changes: 1 addition & 1 deletion examples/cloudflare-advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"ts-loader": "9.5.4",
"typescript": "5.9.3",
"webpack": "5.102.1",
"wrangler": "4.46.0"
"wrangler": "4.48.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.20251106.1",
"@cloudflare/workers-types": "4.20251111.0",
"@whatwg-node/fetch": "^0.10.1",
"typescript": "5.9.3",
"wrangler": "4.46.0"
"wrangler": "4.48.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.10.0",
"@types/node": "24.10.1",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.9.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/egg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"transpile": "tsc"
},
"dependencies": {
"@graphql-tools/utils": "10.10.1",
"@graphql-tools/utils": "10.10.3",
"egg": "3.31.0",
"egg-cors": "3.0.1",
"graphql": "16.12.0",
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": "9.0.0",
"@graphql-tools/load-files": "7.0.1",
"fastify": "5.6.1",
"fastify": "5.6.2",
"graphql-modules": "3.0.0",
"graphql-yoga": "workspace:*",
"reflect-metadata": "0.2.2"
},
"devDependencies": {
"@types/node": "24.10.0",
"@types/node": "24.10.1",
"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.6.1",
"fastify": "5.6.2",
"graphql-yoga": "workspace:*",
"pino-pretty": "13.1.2"
},
"devDependencies": {
"@graphql-tools/utils": "^10.6.1",
"@types/node": "24.10.0",
"@types/node": "24.10.1",
"ts-node": "10.9.2"
}
}
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.10.0",
"@types/node": "24.10.1",
"typescript": "5.9.3"
}
}
2 changes: 1 addition & 1 deletion examples/generic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@types/node": "24.10.0",
"@types/node": "24.10.1",
"@whatwg-node/fetch": "0.10.12",
"cross-env": "10.1.0",
"tsx": "4.20.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-armor/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.10.0",
"@types/node": "24.10.1",
"cross-env": "10.1.0",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/hackernews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
},
"devDependencies": {
"@eddeee888/gcg-typescript-resolver-files": "0.14.0",
"@graphql-codegen/cli": "6.0.1",
"@graphql-codegen/cli": "6.0.2",
"@prisma/client": "6.19.0",
"@prisma/internals": "6.19.0",
"@prisma/migrate": "6.19.0",
"@types/node": "24.10.0",
"@types/node": "24.10.1",
"cross-env": "10.1.0",
"prisma": "6.19.0",
"ts-node": "10.9.2",
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.10.0",
"@types/node": "24.10.1",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.9.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/live-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@envelop/live-query": "10.0.0",
"@graphql-tools/utils": "10.10.1",
"@graphql-tools/utils": "10.10.3",
"@n1ru4l/graphql-live-query": "0.10.0",
"@n1ru4l/in-memory-live-query-store": "0.10.0",
"graphql": "16.12.0",
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.12",
"esbuild": "0.27.0",
"graphql": "16.12.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.12",
"esbuild": "0.27.0",
"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,10 +10,10 @@
"start": "next start"
},
"dependencies": {
"@types/node": "24.10.0",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"autoprefixer": "10.4.21",
"@types/node": "24.10.1",
"@types/react": "19.2.4",
"@types/react-dom": "19.2.3",
"autoprefixer": "10.4.22",
"eslint": "9.39.1",
"eslint-config-next": "16.0.1",
"graphql": "16.12.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"tslib": "2.8.1"
},
"devDependencies": {
"@types/react": "19.2.2",
"@types/react": "19.2.4",
"eslint": "9.39.1",
"eslint-config-next": "16.0.1",
"typescript": "5.9.3"
Expand Down
8 changes: 4 additions & 4 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.2.2",
"@types/react": "19.2.4",
"graphql": "16.12.0",
"graphql-yoga": "workspace:*",
"next": "16.0.1",
Expand All @@ -20,9 +20,9 @@
"tslib": "2.8.1"
},
"devDependencies": {
"@types/node": "24.10.0",
"@types/react": "19.2.2",
"esbuild": "0.25.12",
"@types/node": "24.10.1",
"@types/react": "19.2.4",
"esbuild": "0.27.0",
"eslint": "9.39.1",
"eslint-config-next": "16.0.1",
"typescript": "5.9.3"
Expand Down
6 changes: 3 additions & 3 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.2.2",
"@types/react": "19.2.4",
"graphql": "16.12.0",
"graphql-ws": "^6.0.0",
"graphql-yoga": "workspace:*",
Expand All @@ -18,8 +18,8 @@
"ws": "8.18.3"
},
"devDependencies": {
"@types/node": "24.10.0",
"@types/react": "19.2.2",
"@types/node": "24.10.1",
"@types/react": "19.2.4",
"@types/ws": "8.18.1",
"eslint": "9.39.1",
"eslint-config-next": "16.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/node-ts/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.12",
"esbuild": "0.27.0",
"tsx": "4.20.6",
"typescript": "5.9.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/pothos/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.10.0",
"@types/node": "24.10.1",
"ts-node": "10.9.2",
"typescript": "5.9.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.8.2"
},
"devDependencies": {
"@types/node": "24.10.0",
"@types/node": "24.10.1",
"cross-env": "10.1.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.10.0",
"@types/node": "24.10.1",
"@whatwg-node/fetch": "^0.10.1",
"cross-env": "10.1.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.10.0",
"@types/node": "24.10.1",
"@whatwg-node/fetch": "^0.10.1",
"cross-env": "10.1.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.9.3",
"wrangler": "4.46.0"
"wrangler": "4.48.0"
}
}
2 changes: 1 addition & 1 deletion examples/subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@graphql-codegen/cli": "6.0.1",
"@graphql-codegen/cli": "6.0.2",
"@graphql-codegen/typescript": "5.0.2",
"@graphql-codegen/typescript-resolvers": "5.1.0",
"ts-node": "10.9.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"jest": "^30.0.0",
"prettier": "3.6.2",
"prettier-plugin-svelte": "3.4.0",
"svelte": "5.43.4",
"svelte-check": "4.3.3",
"svelte": "5.43.6",
"svelte-check": "4.3.4",
"svelte-preprocess": "6.0.3",
"tslib": "2.8.1",
"typescript": "5.9.3",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"license": "MIT",
"private": true,
"packageManager": "pnpm@10.20.0",
"packageManager": "pnpm@10.22.0",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=9.1.3"
Expand Down Expand Up @@ -88,7 +88,7 @@
"supertest": "7.1.4",
"ts-jest": "29.4.5",
"typescript": "5.9.3",
"wrangler": "4.46.0"
"wrangler": "4.48.0"
},
"lint-staged": {
"packages/**/src/**/*.{ts,tsx}": [
Expand All @@ -108,12 +108,12 @@
"axios": "1.13.2",
"estree-util-value-to-estree": "3.5.0",
"eslint-plugin-unicorn": "56.0.1",
"esbuild": "0.25.12",
"esbuild": "0.27.0",
"cookie": "1.0.2",
"graphql": "16.12.0",
"koa": "3.1.1",
"@changesets/assemble-release-plan": "5.2.3",
"@types/react": "19.2.2",
"@types/react": "19.2.4",
"multer": "2.0.2",
"on-headers": "1.1.0",
"tmp": "0.2.5"
Expand Down
Loading
Loading