diff --git a/.changeset/@graphql-yoga_graphiql-2608-dependencies.md b/.changeset/@graphql-yoga_graphiql-2608-dependencies.md deleted file mode 100644 index 2583be24c0..0000000000 --- a/.changeset/@graphql-yoga_graphiql-2608-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-yoga/graphiql': patch ---- -dependencies updates: - - Updated dependency [`@graphiql/toolkit@0.8.3` ↗︎](https://www.npmjs.com/package/@graphiql/toolkit/v/0.8.3) (from `0.8.2`, in `dependencies`) diff --git a/.changeset/graphql-yoga-2602-dependencies.md b/.changeset/graphql-yoga-2602-dependencies.md deleted file mode 100644 index a533a34b40..0000000000 --- a/.changeset/graphql-yoga-2602-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphql-yoga': patch ---- -dependencies updates: - - Updated dependency [`lru-cache@^7.14.1` ↗︎](https://www.npmjs.com/package/lru-cache/v/7.14.1) (from `^8.0.0`, in `dependencies`) diff --git a/.changeset/happy-months-kiss.md b/.changeset/happy-months-kiss.md deleted file mode 100644 index cb29678379..0000000000 --- a/.changeset/happy-months-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-yoga/nestjs-federation': major ---- - -GraphQL Yoga driver with Apollo Federation for NestJS GraphQL diff --git a/.changeset/late-taxis-nail.md b/.changeset/late-taxis-nail.md deleted file mode 100644 index 321f471881..0000000000 --- a/.changeset/late-taxis-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphql-yoga': patch ---- - -revert `lru-cache` version to `7.x.x`, as `8.x.x` broke Node.js 14 support. diff --git a/.changeset/little-socks-drive.md b/.changeset/little-socks-drive.md deleted file mode 100644 index e6155d92e9..0000000000 --- a/.changeset/little-socks-drive.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -'@graphql-yoga/nestjs': major ---- - -GraphQL Yoga driver for NestJS GraphQL. - -### BREAKING CHANGES - -- No more `subscriptionWithFilter` in YogaBaseDriver. -- `YogaBaseDriver.yogaInstance` has been renamed to `YogaBaseDriver.yoga` -- `YogaBaseDriver` has been renamed to `AbstractYogaDriver` -- Drop `@envelop/apollo-server-errors`, if you want to use it - supply it to the plugins yourself -- `graphql` is now a peer dependency -- `graphql-yoga` is now a peer dependency -- `installSubscriptionHandlers` driver option has been dropped, please use the `subscriptions` - option -- Apollo Federation v2 support -- Apollo Federation driver has been moved to a separate package `@graphql-yoga/nestjs-federation` -- Dropped support for `@nestjs/graphql@v10`, now at least v11 is required (https://github.com/nestjs/graphql/pull/2435) -- Minimum Node.js engine is v14 diff --git a/.changeset/tricky-teachers-sin.md b/.changeset/tricky-teachers-sin.md deleted file mode 100644 index 04c3c823f5..0000000000 --- a/.changeset/tricky-teachers-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphql-yoga': minor ---- - -GraphQL SSE Distinct Connections mode support with `legacySse = false` flag diff --git a/benchmark/CHANGELOG.md b/benchmark/CHANGELOG.md index 9c01f79375..c3f3013978 100644 --- a/benchmark/CHANGELOG.md +++ b/benchmark/CHANGELOG.md @@ -1,5 +1,13 @@ # hello-world-benchmark +## 1.8.0 + +### Patch Changes + +- Updated dependencies [[`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`09d23a4b`](https://github.com/dotansimha/graphql-yoga/commit/09d23a4b3b22f520c41f3cebbe3b11ffbda39557)]: + - graphql-yoga@3.8.0 + - @graphql-yoga/plugin-response-cache@1.8.0 + ## 1.7.3 ### Patch Changes diff --git a/benchmark/package.json b/benchmark/package.json index 02434b5b94..9b2f4085ab 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -1,7 +1,7 @@ { "name": "hello-world-benchmark", "type": "module", - "version": "1.7.3", + "version": "1.8.0", "private": true, "scripts": { "build": "tsc", @@ -14,8 +14,8 @@ "dependencies": { "@envelop/graphql-jit": "5.0.6", "@faker-js/faker": "7.6.0", - "@graphql-yoga/plugin-response-cache": "1.7.3", - "graphql-yoga": "3.7.3", + "@graphql-yoga/plugin-response-cache": "1.8.0", + "graphql-yoga": "3.8.0", "graphql": "16.6.0" }, "devDependencies": { diff --git a/examples/apollo-federation-compatibility/package.json b/examples/apollo-federation-compatibility/package.json index 48755c847c..c837e6fa7d 100644 --- a/examples/apollo-federation-compatibility/package.json +++ b/examples/apollo-federation-compatibility/package.json @@ -15,10 +15,10 @@ "license": "ISC", "dependencies": { "@apollo/subgraph": "^2.4.0", - "@graphql-yoga/plugin-apollo-inline-trace": "1.7.3", + "@graphql-yoga/plugin-apollo-inline-trace": "1.8.0", "graphql": "16.6.0", "graphql-tag": "2.12.6", - "graphql-yoga": "3.7.3" + "graphql-yoga": "3.8.0" }, "devDependencies": { "@apollo/federation-subgraph-compatibility": "1.2.1", diff --git a/examples/apollo-federation/gateway/CHANGELOG.md b/examples/apollo-federation/gateway/CHANGELOG.md index eba410cd89..1df9b50fe9 100644 --- a/examples/apollo-federation/gateway/CHANGELOG.md +++ b/examples/apollo-federation/gateway/CHANGELOG.md @@ -1,5 +1,12 @@ # apollo-federation-gateway-with-yoga +## 1.8.0 + +### Patch Changes + +- Updated dependencies [[`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`09d23a4b`](https://github.com/dotansimha/graphql-yoga/commit/09d23a4b3b22f520c41f3cebbe3b11ffbda39557)]: + - graphql-yoga@3.8.0 + ## 1.7.3 ### Patch Changes diff --git a/examples/apollo-federation/gateway/package.json b/examples/apollo-federation/gateway/package.json index e645e9f9e9..b41064e0a0 100644 --- a/examples/apollo-federation/gateway/package.json +++ b/examples/apollo-federation/gateway/package.json @@ -1,6 +1,6 @@ { "name": "apollo-federation-gateway-with-yoga", - "version": "1.7.3", + "version": "1.8.0", "private": true, "scripts": { "start": "node index.js", @@ -9,7 +9,7 @@ "dependencies": { "@apollo/gateway": "2.4.0", "@envelop/apollo-federation": "3.0.6", - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "graphql": "16.6.0" } } diff --git a/examples/apollo-federation/service/CHANGELOG.md b/examples/apollo-federation/service/CHANGELOG.md index 4c31f12bda..e2d03e00cf 100644 --- a/examples/apollo-federation/service/CHANGELOG.md +++ b/examples/apollo-federation/service/CHANGELOG.md @@ -1,5 +1,12 @@ # apollo-subgraph-with-yoga +## 1.8.0 + +### Patch Changes + +- Updated dependencies [[`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`09d23a4b`](https://github.com/dotansimha/graphql-yoga/commit/09d23a4b3b22f520c41f3cebbe3b11ffbda39557)]: + - graphql-yoga@3.8.0 + ## 1.7.3 ### Patch Changes diff --git a/examples/apollo-federation/service/package.json b/examples/apollo-federation/service/package.json index e436b87add..6409eaf4fd 100644 --- a/examples/apollo-federation/service/package.json +++ b/examples/apollo-federation/service/package.json @@ -1,6 +1,6 @@ { "name": "apollo-subgraph-with-yoga", - "version": "1.7.3", + "version": "1.8.0", "private": true, "scripts": { "start": "node index.js", @@ -8,7 +8,7 @@ }, "dependencies": { "@apollo/subgraph": "^2.4.0", - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "graphql": "16.6.0" } } diff --git a/examples/aws-lambda/lambda/CHANGELOG.md b/examples/aws-lambda/lambda/CHANGELOG.md index e1a89e37e1..b654e35af9 100644 --- a/examples/aws-lambda/lambda/CHANGELOG.md +++ b/examples/aws-lambda/lambda/CHANGELOG.md @@ -1,5 +1,12 @@ # graphql-lambda +## 1.8.0 + +### Patch Changes + +- Updated dependencies [[`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`09d23a4b`](https://github.com/dotansimha/graphql-yoga/commit/09d23a4b3b22f520c41f3cebbe3b11ffbda39557)]: + - graphql-yoga@3.8.0 + ## 1.7.3 ### Patch Changes diff --git a/examples/aws-lambda/lambda/package.json b/examples/aws-lambda/lambda/package.json index 4f4fc07eab..c3d8b082c8 100644 --- a/examples/aws-lambda/lambda/package.json +++ b/examples/aws-lambda/lambda/package.json @@ -1,7 +1,7 @@ { "name": "graphql-lambda", "private": true, - "version": "1.7.3", + "version": "1.8.0", "description": "", "main": "graphql.js", "scripts": { @@ -12,7 +12,7 @@ "author": "", "license": "ISC", "dependencies": { - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "graphql": "^16.3.0" } } diff --git a/examples/azure-function/package.json b/examples/azure-function/package.json index 9493c25bd0..213b307ae5 100644 --- a/examples/azure-function/package.json +++ b/examples/azure-function/package.json @@ -7,7 +7,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.7.3" + "graphql-yoga": "3.8.0" }, "devDependencies": { "@azure/functions": "3.5.1", diff --git a/examples/bun/package.json b/examples/bun/package.json index 3105951b29..c389b96a96 100644 --- a/examples/bun/package.json +++ b/examples/bun/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "bun-types": "^0.5.0", - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "graphql": "^16.6.0" }, "devDependencies": { diff --git a/examples/cloudflare-advanced/CHANGELOG.md b/examples/cloudflare-advanced/CHANGELOG.md index 3590d3dc78..97d365e17d 100644 --- a/examples/cloudflare-advanced/CHANGELOG.md +++ b/examples/cloudflare-advanced/CHANGELOG.md @@ -1,5 +1,12 @@ # cloudflare-advanced +## 1.8.0 + +### Patch Changes + +- Updated dependencies [[`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`09d23a4b`](https://github.com/dotansimha/graphql-yoga/commit/09d23a4b3b22f520c41f3cebbe3b11ffbda39557)]: + - graphql-yoga@3.8.0 + ## 1.7.3 ### Patch Changes diff --git a/examples/cloudflare-advanced/package.json b/examples/cloudflare-advanced/package.json index 7a4f79070f..a33d781bc5 100644 --- a/examples/cloudflare-advanced/package.json +++ b/examples/cloudflare-advanced/package.json @@ -1,13 +1,13 @@ { "name": "cloudflare-advanced", - "version": "1.7.3", + "version": "1.8.0", "private": true, "scripts": { "start": "wrangler dev", "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "@cloudflare/workers-types": "^4.0.0", "graphql": "16.6.0" }, diff --git a/examples/cloudflare-modules/CHANGELOG.md b/examples/cloudflare-modules/CHANGELOG.md index 74c7f4be4e..8df434bfa8 100644 --- a/examples/cloudflare-modules/CHANGELOG.md +++ b/examples/cloudflare-modules/CHANGELOG.md @@ -1,5 +1,12 @@ # cloudflare +## 1.8.0 + +### Patch Changes + +- Updated dependencies [[`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`09d23a4b`](https://github.com/dotansimha/graphql-yoga/commit/09d23a4b3b22f520c41f3cebbe3b11ffbda39557)]: + - graphql-yoga@3.8.0 + ## 1.7.3 ### Patch Changes diff --git a/examples/cloudflare-modules/package.json b/examples/cloudflare-modules/package.json index a2f8a1cc19..73c301ee47 100644 --- a/examples/cloudflare-modules/package.json +++ b/examples/cloudflare-modules/package.json @@ -1,6 +1,6 @@ { "name": "cloudflare", - "version": "1.7.3", + "version": "1.8.0", "private": true, "type": "module", "module": "./dist/index.mjs", @@ -10,7 +10,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "graphql": "16.6.0" }, "devDependencies": { diff --git a/examples/defer-stream/package.json b/examples/defer-stream/package.json index 8b3d75b58c..ba0738c122 100644 --- a/examples/defer-stream/package.json +++ b/examples/defer-stream/package.json @@ -7,10 +7,10 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.7.3", - "@graphql-yoga/render-graphiql": "3.7.3", + "graphql-yoga": "3.8.0", + "@graphql-yoga/render-graphiql": "3.8.0", "graphql": "16.6.0", - "@graphql-yoga/plugin-defer-stream": "1.7.3" + "@graphql-yoga/plugin-defer-stream": "1.8.0" }, "devDependencies": { "ts-node": "10.9.1", diff --git a/examples/error-handling/package.json b/examples/error-handling/package.json index b21559ca88..f25633d9ac 100644 --- a/examples/error-handling/package.json +++ b/examples/error-handling/package.json @@ -7,7 +7,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "@whatwg-node/fetch": "^0.8.4", "graphql": "^16.1.0" }, diff --git a/examples/express/package.json b/examples/express/package.json index 69419228e3..4896922b1a 100644 --- a/examples/express/package.json +++ b/examples/express/package.json @@ -7,7 +7,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "@types/express": "^4.17.13", "express": "^4.17.1", "supertest": "^6.1.6" diff --git a/examples/fastify-modules/package.json b/examples/fastify-modules/package.json index 75efef1b24..a7c8ec8805 100644 --- a/examples/fastify-modules/package.json +++ b/examples/fastify-modules/package.json @@ -9,7 +9,7 @@ "dependencies": { "@envelop/graphql-modules": "4.0.6", "@graphql-tools/load-files": "6.6.1", - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "fastify": "4.15.0", "graphql-modules": "2.1.2", "reflect-metadata": "0.1.13" diff --git a/examples/fastify/package.json b/examples/fastify/package.json index 667f7e628a..bfa635457b 100644 --- a/examples/fastify/package.json +++ b/examples/fastify/package.json @@ -7,7 +7,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "fastify": "4.15.0", "pino-pretty": "10.0.0" }, diff --git a/examples/file-upload-nextjs-pothos/package.json b/examples/file-upload-nextjs-pothos/package.json index 3915026cb9..98e7c8e680 100644 --- a/examples/file-upload-nextjs-pothos/package.json +++ b/examples/file-upload-nextjs-pothos/package.json @@ -10,7 +10,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "@pothos/core": "3.29.0", "graphql": "16.6.0", "next": "13.2.4", diff --git a/examples/file-upload-nexus/package.json b/examples/file-upload-nexus/package.json index 83fd7b6a11..95fa718dbc 100644 --- a/examples/file-upload-nexus/package.json +++ b/examples/file-upload-nexus/package.json @@ -7,7 +7,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "graphql": "16.6.0", "nexus": "^1.3.0" }, diff --git a/examples/file-upload/package.json b/examples/file-upload/package.json index 70914c2713..7a1d9502bd 100644 --- a/examples/file-upload/package.json +++ b/examples/file-upload/package.json @@ -7,7 +7,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "graphql": "16.6.0", "ts-node": "10.9.1" }, diff --git a/examples/gcp/package.json b/examples/gcp/package.json index 098b7fb241..d241f8451a 100644 --- a/examples/gcp/package.json +++ b/examples/gcp/package.json @@ -11,7 +11,7 @@ "check": "exit 0" }, "dependencies": { - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "graphql": "16.6.0" }, "devDependencies": { diff --git a/examples/generic-auth/package.json b/examples/generic-auth/package.json index c46fa9a246..07adb78fa6 100644 --- a/examples/generic-auth/package.json +++ b/examples/generic-auth/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@envelop/generic-auth": "5.0.6", - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "graphql": "16.6.0" } } diff --git a/examples/graphql-armor/package.json b/examples/graphql-armor/package.json index 927f42d6da..5fb0856997 100644 --- a/examples/graphql-armor/package.json +++ b/examples/graphql-armor/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@escape.tech/graphql-armor": "1.8.1", - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "graphql": "16.6.0" } } diff --git a/examples/graphql-sse/package.json b/examples/graphql-sse/package.json index 42675a1f09..f2f468919a 100644 --- a/examples/graphql-sse/package.json +++ b/examples/graphql-sse/package.json @@ -7,8 +7,8 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "@graphql-yoga/plugin-graphql-sse": "1.3.3", - "graphql-yoga": "3.7.3", + "@graphql-yoga/plugin-graphql-sse": "1.4.0", + "graphql-yoga": "3.8.0", "graphql": "16.6.0" }, "devDependencies": { diff --git a/examples/graphql-ws/package.json b/examples/graphql-ws/package.json index 50e628b7fe..06b1148e31 100644 --- a/examples/graphql-ws/package.json +++ b/examples/graphql-ws/package.json @@ -7,7 +7,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "graphql": "16.6.0", "graphql-ws": "5.12.0", "ws": "8.13.0" diff --git a/examples/hackernews/CHANGELOG.md b/examples/hackernews/CHANGELOG.md index 3a2c1ff51a..23b83977ef 100644 --- a/examples/hackernews/CHANGELOG.md +++ b/examples/hackernews/CHANGELOG.md @@ -1,5 +1,12 @@ # hackernews +## 2.8.0 + +### Patch Changes + +- Updated dependencies [[`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`09d23a4b`](https://github.com/dotansimha/graphql-yoga/commit/09d23a4b3b22f520c41f3cebbe3b11ffbda39557)]: + - graphql-yoga@3.8.0 + ## 2.7.3 ### Patch Changes diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index af25c7ea26..ee574fa9ef 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -1,6 +1,6 @@ { "name": "hackernews", - "version": "2.7.3", + "version": "2.8.0", "private": true, "description": "", "scripts": { @@ -24,7 +24,7 @@ "prisma": "4.11.0" }, "dependencies": { - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "@graphql-tools/schema": "9.0.17", "graphql": "16.6.0" } diff --git a/examples/hapi/package.json b/examples/hapi/package.json index 1d02f23523..4d71f50f49 100644 --- a/examples/hapi/package.json +++ b/examples/hapi/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@hapi/hapi": "21.3.1", - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "graphql": "16.6.0" }, "devDependencies": { diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index a3e38e3594..8d09c822c9 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -7,8 +7,8 @@ "check": "exit 0" }, "dependencies": { - "@graphql-yoga/render-graphiql": "3.7.3", - "graphql-yoga": "3.7.3", + "@graphql-yoga/render-graphiql": "3.8.0", + "graphql-yoga": "3.8.0", "graphql": "16.6.0" } } diff --git a/examples/issue-template/package.json b/examples/issue-template/package.json index c93d29cb08..46b5092d6d 100644 --- a/examples/issue-template/package.json +++ b/examples/issue-template/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "graphql": "^16.3.0", - "graphql-yoga": "^3.7.3" + "graphql-yoga": "^3.8.0" }, "scripts": { "dev": "ts-node-dev src/main.ts", diff --git a/examples/koa/package.json b/examples/koa/package.json index c68e8e7127..289b5f006b 100644 --- a/examples/koa/package.json +++ b/examples/koa/package.json @@ -7,7 +7,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "@types/koa": "2.13.6", "koa": "2.14.1", "supertest": "^6.1.6" diff --git a/examples/live-query/package.json b/examples/live-query/package.json index 56cc22983f..531fad6d1a 100644 --- a/examples/live-query/package.json +++ b/examples/live-query/package.json @@ -17,7 +17,7 @@ "@n1ru4l/graphql-live-query": "0.10.0", "@n1ru4l/in-memory-live-query-store": "0.10.0", "@graphql-tools/utils": "9.2.1", - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "graphql": "16.6.0" } } diff --git a/examples/nestjs-apollo-federation-compatibility/package.json b/examples/nestjs-apollo-federation-compatibility/package.json index cf655215b2..f1409cee91 100644 --- a/examples/nestjs-apollo-federation-compatibility/package.json +++ b/examples/nestjs-apollo-federation-compatibility/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@apollo/federation-subgraph-compatibility": "1.2.1", "@apollo/rover": "^0.13.0", - "@graphql-yoga/nestjs-federation": "0.0.0", + "@graphql-yoga/nestjs-federation": "1.0.0", "@grpc/proto-loader": "^0.7.5", "@nestjs/cli": "^9.3.0", "@nestjs/common": "^9.3.12", diff --git a/examples/netlify-edge/package.json b/examples/netlify-edge/package.json index 154bc722c9..10919cde17 100644 --- a/examples/netlify-edge/package.json +++ b/examples/netlify-edge/package.json @@ -12,7 +12,7 @@ "esbuild": "0.17.14" }, "dependencies": { - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "graphql": "16.6.0" } } diff --git a/examples/nextjs-auth/package.json b/examples/nextjs-auth/package.json index e71612ca92..e909b52235 100644 --- a/examples/nextjs-auth/package.json +++ b/examples/nextjs-auth/package.json @@ -10,7 +10,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "graphql": "^16.1.0", "next-auth": "4.20.1", "next": "13.2.4", diff --git a/examples/nextjs-ws/package.json b/examples/nextjs-ws/package.json index a3a28487c5..2ca302cc5e 100644 --- a/examples/nextjs-ws/package.json +++ b/examples/nextjs-ws/package.json @@ -11,7 +11,7 @@ "@types/react": "18.0.30", "graphql": "^16.1.0", "graphql-ws": "^5.11.3", - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "next": "13.2.4", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 96df54f533..7016bf7318 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -11,7 +11,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "@types/react": "18.0.30", "graphql": "^16.1.0", "next": "13.2.4", diff --git a/examples/node-esm/package.json b/examples/node-esm/package.json index c19b22dab5..90316608b9 100644 --- a/examples/node-esm/package.json +++ b/examples/node-esm/package.json @@ -10,7 +10,7 @@ "check": "exit 0" }, "dependencies": { - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "graphql": "^16.3.0" } } diff --git a/examples/node-ts/package.json b/examples/node-ts/package.json index 16f79478ac..ba42cfd5e3 100644 --- a/examples/node-ts/package.json +++ b/examples/node-ts/package.json @@ -8,7 +8,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "graphql": "16.6.0" }, "devDependencies": { diff --git a/examples/pothos/package.json b/examples/pothos/package.json index 26ce149234..5666fbb383 100644 --- a/examples/pothos/package.json +++ b/examples/pothos/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@pothos/core": "3.29.0", - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "graphql": "16.6.0" }, "devDependencies": { diff --git a/examples/redis-pub-sub/package.json b/examples/redis-pub-sub/package.json index ad615c8130..01bb73e056 100644 --- a/examples/redis-pub-sub/package.json +++ b/examples/redis-pub-sub/package.json @@ -19,7 +19,7 @@ "typescript": "5.0.2" }, "dependencies": { - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "@graphql-yoga/redis-event-target": "1.0.0", "graphql": "16.6.0", "ioredis": "5.3.1" diff --git a/examples/response-cache/package.json b/examples/response-cache/package.json index 09f7ba6b4c..6655831606 100644 --- a/examples/response-cache/package.json +++ b/examples/response-cache/package.json @@ -20,8 +20,8 @@ "typescript": "5.0.2" }, "dependencies": { - "graphql-yoga": "3.7.3", - "@graphql-yoga/plugin-response-cache": "1.7.3", + "graphql-yoga": "3.8.0", + "@graphql-yoga/plugin-response-cache": "1.8.0", "graphql": "16.6.0" }, "module": "commonjs" diff --git a/examples/service-worker/package.json b/examples/service-worker/package.json index c3db9d30c4..116fe040b1 100644 --- a/examples/service-worker/package.json +++ b/examples/service-worker/package.json @@ -9,7 +9,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "graphql": "16.6.0" }, "devDependencies": { diff --git a/examples/sofa/package.json b/examples/sofa/package.json index dfa67cf335..7458098d44 100644 --- a/examples/sofa/package.json +++ b/examples/sofa/package.json @@ -7,8 +7,8 @@ "start": "ts-node-dev src/index.ts" }, "dependencies": { - "@graphql-yoga/plugin-sofa": "1.7.3", - "graphql-yoga": "3.7.3", + "@graphql-yoga/plugin-sofa": "1.8.0", + "graphql-yoga": "3.8.0", "graphql": "16.6.0", "typescript": "5.0.2", "ts-node-dev": "2.0.0" diff --git a/examples/subscriptions/package.json b/examples/subscriptions/package.json index d363838412..aed45a2349 100644 --- a/examples/subscriptions/package.json +++ b/examples/subscriptions/package.json @@ -10,7 +10,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "graphql": "^16.1.0" }, "devDependencies": { diff --git a/examples/sveltekit/package.json b/examples/sveltekit/package.json index be10953555..cf912e9169 100644 --- a/examples/sveltekit/package.json +++ b/examples/sveltekit/package.json @@ -37,9 +37,9 @@ }, "dependencies": { "@envelop/graphql-jit": "5.0.6", - "graphql-yoga": "3.7.3", - "@graphql-yoga/render-graphiql": "3.7.3", + "graphql-yoga": "3.8.0", + "@graphql-yoga/render-graphiql": "3.8.0", "graphql": "16.6.0" }, "type": "module" -} +} diff --git a/examples/uwebsockets/package.json b/examples/uwebsockets/package.json index 2473db9fce..516ffa7c20 100644 --- a/examples/uwebsockets/package.json +++ b/examples/uwebsockets/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@types/node": "^18.11.19", - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "graphql": "^16.6.0", "graphql-ws": "^5.11.3", "typescript": "^5.0.0", diff --git a/packages/client/apollo-link/CHANGELOG.md b/packages/client/apollo-link/CHANGELOG.md index a6e1f9f271..fb3b376143 100644 --- a/packages/client/apollo-link/CHANGELOG.md +++ b/packages/client/apollo-link/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphql-yoga/apollo-link +## 1.7.0 + ## 1.6.3 ## 1.6.2 diff --git a/packages/client/apollo-link/package.json b/packages/client/apollo-link/package.json index 509bb7abbe..ffd80ec51f 100644 --- a/packages/client/apollo-link/package.json +++ b/packages/client/apollo-link/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/apollo-link", - "version": "1.6.3", + "version": "1.7.0", "description": "", "repository": { "type": "git", @@ -55,7 +55,7 @@ }, "devDependencies": { "@apollo/client": "3.7.10", - "graphql-yoga": "3.7.3" + "graphql-yoga": "3.8.0" }, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0", diff --git a/packages/client/urql-exchange/CHANGELOG.md b/packages/client/urql-exchange/CHANGELOG.md index 8305003cf5..55789ad1f2 100644 --- a/packages/client/urql-exchange/CHANGELOG.md +++ b/packages/client/urql-exchange/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphql-yoga/urql-exchange +## 1.7.0 + ## 1.6.3 ## 1.6.2 diff --git a/packages/client/urql-exchange/package.json b/packages/client/urql-exchange/package.json index 777add2ac9..978add4a84 100644 --- a/packages/client/urql-exchange/package.json +++ b/packages/client/urql-exchange/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/urql-exchange", - "version": "1.6.3", + "version": "1.7.0", "description": "", "repository": { "type": "git", @@ -56,7 +56,7 @@ "devDependencies": { "@urql/core": "3.2.2", "wonka": "6.3.0", - "graphql-yoga": "3.7.3" + "graphql-yoga": "3.8.0" }, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0", diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 9b4828f066..b14db128c6 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-yoga/common +## 3.8.0 + +### Patch Changes + +- Updated dependencies [[`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`09d23a4b`](https://github.com/dotansimha/graphql-yoga/commit/09d23a4b3b22f520c41f3cebbe3b11ffbda39557)]: + - graphql-yoga@3.8.0 + ## 3.7.3 ### Patch Changes diff --git a/packages/common/package.json b/packages/common/package.json index f5d0ea7f54..3214d92052 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/common", - "version": "3.7.3", + "version": "3.8.0", "description": "", "repository": { "type": "git", @@ -64,7 +64,7 @@ "access": "public" }, "dependencies": { - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "tslib": "^2.3.1" }, "devDependencies": { diff --git a/packages/graphiql/CHANGELOG.md b/packages/graphiql/CHANGELOG.md index c4eb8d974c..be2815b05a 100644 --- a/packages/graphiql/CHANGELOG.md +++ b/packages/graphiql/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-yoga/graphiql +## 3.0.10 + +### Patch Changes + +- [#2608](https://github.com/dotansimha/graphql-yoga/pull/2608) [`c3127f01`](https://github.com/dotansimha/graphql-yoga/commit/c3127f015e335b62b9fa77ada0cc15c92c659392) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: + - Updated dependency [`@graphiql/toolkit@0.8.3` ↗︎](https://www.npmjs.com/package/@graphiql/toolkit/v/0.8.3) (from `0.8.2`, in `dependencies`) + ## 3.0.9 ### Patch Changes diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json index 9447fd73c8..6a40dffdd9 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -1,7 +1,7 @@ { "name": "@graphql-yoga/graphiql", "type": "module", - "version": "3.0.9", + "version": "3.0.10", "description": "", "repository": { "type": "git", diff --git a/packages/graphql-yoga/CHANGELOG.md b/packages/graphql-yoga/CHANGELOG.md index 8dd9f8e1c8..0bd6b574ea 100644 --- a/packages/graphql-yoga/CHANGELOG.md +++ b/packages/graphql-yoga/CHANGELOG.md @@ -1,5 +1,19 @@ # graphql-yoga +## 3.8.0 + +### Minor Changes + +- [#2445](https://github.com/dotansimha/graphql-yoga/pull/2445) [`09d23a4b`](https://github.com/dotansimha/graphql-yoga/commit/09d23a4b3b22f520c41f3cebbe3b11ffbda39557) Thanks [@ardatan](https://github.com/ardatan)! - GraphQL SSE Distinct Connections mode support with `legacySse = false` flag + +### Patch Changes + +- [#2602](https://github.com/dotansimha/graphql-yoga/pull/2602) [`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553) Thanks [@n1ru4l](https://github.com/n1ru4l)! - dependencies updates: + + - Updated dependency [`lru-cache@^7.14.1` ↗︎](https://www.npmjs.com/package/lru-cache/v/7.14.1) (from `^8.0.0`, in `dependencies`) + +- [#2602](https://github.com/dotansimha/graphql-yoga/pull/2602) [`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553) Thanks [@n1ru4l](https://github.com/n1ru4l)! - revert `lru-cache` version to `7.x.x`, as `8.x.x` broke Node.js 14 support. + ## 3.7.3 ### Patch Changes diff --git a/packages/graphql-yoga/package.json b/packages/graphql-yoga/package.json index 00a6ae0ec9..96195a6d5f 100644 --- a/packages/graphql-yoga/package.json +++ b/packages/graphql-yoga/package.json @@ -1,6 +1,6 @@ { "name": "graphql-yoga", - "version": "3.7.3", + "version": "3.8.0", "description": "", "repository": { "type": "git", @@ -65,7 +65,7 @@ "devDependencies": { "@envelop/disable-introspection": "4.0.6", "@envelop/live-query": "5.0.6", - "@graphql-yoga/render-graphiql": "3.7.3", + "@graphql-yoga/render-graphiql": "3.8.0", "@jest/globals": "^29.2.1", "@n1ru4l/in-memory-live-query-store": "0.10.0", "@repeaterjs/repeater": "^3.0.4", diff --git a/packages/nestjs-federation/CHANGELOG.md b/packages/nestjs-federation/CHANGELOG.md new file mode 100644 index 0000000000..7eb9390f9c --- /dev/null +++ b/packages/nestjs-federation/CHANGELOG.md @@ -0,0 +1,13 @@ +# @graphql-yoga/nestjs-federation + +## 1.0.0 + +### Major Changes + +- [#2525](https://github.com/dotansimha/graphql-yoga/pull/2525) [`41f4a545`](https://github.com/dotansimha/graphql-yoga/commit/41f4a545637e3ab16cf8119c4950ea7fe5ab3eb6) Thanks [@enisdenjo](https://github.com/enisdenjo)! - GraphQL Yoga driver with Apollo Federation for NestJS GraphQL + +### Patch Changes + +- Updated dependencies [[`41f4a545`](https://github.com/dotansimha/graphql-yoga/commit/41f4a545637e3ab16cf8119c4950ea7fe5ab3eb6)]: + - @graphql-yoga/nestjs@1.0.0 + - @graphql-yoga/plugin-apollo-inline-trace@1.8.0 diff --git a/packages/nestjs-federation/package.json b/packages/nestjs-federation/package.json index 7962f37ae3..e29b42a4df 100644 --- a/packages/nestjs-federation/package.json +++ b/packages/nestjs-federation/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/nestjs-federation", - "version": "0.0.0", + "version": "1.0.0", "description": "GraphQL Yoga driver with Apollo Federation for NestJS GraphQL.", "repository": { "type": "git", @@ -59,8 +59,8 @@ "@apollo/subgraph": "^2.4.0", "@envelop/apollo-federation": "^3.0.6", "@envelop/core": "^3.0.6", - "@graphql-yoga/nestjs": "0.3.1", - "@graphql-yoga/plugin-apollo-inline-trace": "1.7.3" + "@graphql-yoga/nestjs": "1.0.0", + "@graphql-yoga/plugin-apollo-inline-trace": "1.8.0" }, "devDependencies": { "@nestjs/common": "^9.3.12", diff --git a/packages/nestjs/CHANGELOG.md b/packages/nestjs/CHANGELOG.md index 4c224d210b..1f10289ec2 100644 --- a/packages/nestjs/CHANGELOG.md +++ b/packages/nestjs/CHANGELOG.md @@ -1,5 +1,31 @@ # @graphql-yoga/nestjs +## 1.0.0 + +### Major Changes + +- [#2525](https://github.com/dotansimha/graphql-yoga/pull/2525) [`41f4a545`](https://github.com/dotansimha/graphql-yoga/commit/41f4a545637e3ab16cf8119c4950ea7fe5ab3eb6) Thanks [@enisdenjo](https://github.com/enisdenjo)! - GraphQL Yoga driver for NestJS GraphQL. + + ### BREAKING CHANGES + + - No more `subscriptionWithFilter` in YogaBaseDriver. + - `YogaBaseDriver.yogaInstance` has been renamed to `YogaBaseDriver.yoga` + - `YogaBaseDriver` has been renamed to `AbstractYogaDriver` + - Drop `@envelop/apollo-server-errors`, if you want to use it - supply it to the plugins yourself + - `graphql` is now a peer dependency + - `graphql-yoga` is now a peer dependency + - `installSubscriptionHandlers` driver option has been dropped, please use the `subscriptions` + option + - Apollo Federation v2 support + - Apollo Federation driver has been moved to a separate package `@graphql-yoga/nestjs-federation` + - Dropped support for `@nestjs/graphql@v10`, now at least v11 is required (https://github.com/nestjs/graphql/pull/2435) + - Minimum Node.js engine is v14 + +### Patch Changes + +- Updated dependencies [[`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`09d23a4b`](https://github.com/dotansimha/graphql-yoga/commit/09d23a4b3b22f520c41f3cebbe3b11ffbda39557)]: + - graphql-yoga@3.8.0 + ## 0.3.1 ### Patch Changes diff --git a/packages/nestjs/package.json b/packages/nestjs/package.json index fbc3cb09df..436008ffed 100644 --- a/packages/nestjs/package.json +++ b/packages/nestjs/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/nestjs", - "version": "0.3.1", + "version": "1.0.0", "description": "GraphQL Yoga driver for NestJS GraphQL.", "repository": { "type": "git", @@ -50,7 +50,7 @@ "@nestjs/common": "^8.4.7 || ^9.0.0", "@nestjs/core": "^8.4.7 || ^9.0.0", "@nestjs/graphql": "^11.0.0", - "graphql-yoga": "^3.0.0", + "graphql-yoga": "^3.8.0", "graphql": "^15.0.0 || ^16.0.0" }, "devDependencies": { @@ -71,7 +71,7 @@ "graphql": "^16.6.0", "graphql-http": "^1.16.0", "graphql-ws": "^5.11.3", - "graphql-yoga": "^3.7.0", + "graphql-yoga": "^3.8.0", "prettier": "^2.8.3", "reflect-metadata": "^0.1.13", "rxjs": "^7.8.0", diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 8655d5b7bd..2e90ceecc3 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-yoga/node +## 3.8.0 + +### Patch Changes + +- Updated dependencies [[`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`09d23a4b`](https://github.com/dotansimha/graphql-yoga/commit/09d23a4b3b22f520c41f3cebbe3b11ffbda39557)]: + - graphql-yoga@3.8.0 + ## 3.7.3 ### Patch Changes diff --git a/packages/node/package.json b/packages/node/package.json index df100e0e2e..a5060e7917 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/node", - "version": "3.7.3", + "version": "3.8.0", "description": "", "repository": { "type": "git", @@ -63,7 +63,7 @@ "access": "public" }, "dependencies": { - "graphql-yoga": "3.7.3", + "graphql-yoga": "3.8.0", "tslib": "^2.3.1" }, "peerDependencies": { diff --git a/packages/plugins/apollo-inline-trace/CHANGELOG.md b/packages/plugins/apollo-inline-trace/CHANGELOG.md index 0e5793b27d..e7b63546b5 100644 --- a/packages/plugins/apollo-inline-trace/CHANGELOG.md +++ b/packages/plugins/apollo-inline-trace/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-yoga/plugin-apollo-inline-trace +## 1.8.0 + +### Patch Changes + +- Updated dependencies [[`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`09d23a4b`](https://github.com/dotansimha/graphql-yoga/commit/09d23a4b3b22f520c41f3cebbe3b11ffbda39557)]: + - graphql-yoga@3.8.0 + ## 1.7.3 ### Patch Changes diff --git a/packages/plugins/apollo-inline-trace/package.json b/packages/plugins/apollo-inline-trace/package.json index 89e445e2c0..5fd7fe0acb 100644 --- a/packages/plugins/apollo-inline-trace/package.json +++ b/packages/plugins/apollo-inline-trace/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/plugin-apollo-inline-trace", - "version": "1.7.3", + "version": "1.8.0", "description": "Apollo's federated tracing plugin for GraphQL Yoga.", "repository": { "type": "git", @@ -43,7 +43,7 @@ "peerDependencies": { "@graphql-tools/utils": "^9.0.1", "@whatwg-node/fetch": "^0.8.4", - "graphql-yoga": "^3.7.3", + "graphql-yoga": "^3.8.0", "graphql": "^15.2.0 || ^16.0.0" }, "dependencies": { @@ -54,6 +54,6 @@ "devDependencies": { "@envelop/on-resolve": "^2.0.4", "@whatwg-node/fetch": "^0.8.4", - "graphql-yoga": "3.7.3" + "graphql-yoga": "3.8.0" } } diff --git a/packages/plugins/apq/CHANGELOG.md b/packages/plugins/apq/CHANGELOG.md index e26ddddf60..ce0c8e2d3b 100644 --- a/packages/plugins/apq/CHANGELOG.md +++ b/packages/plugins/apq/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-yoga/plugin-apq +## 1.8.0 + +### Patch Changes + +- Updated dependencies [[`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`09d23a4b`](https://github.com/dotansimha/graphql-yoga/commit/09d23a4b3b22f520c41f3cebbe3b11ffbda39557)]: + - graphql-yoga@3.8.0 + ## 1.7.3 ### Patch Changes diff --git a/packages/plugins/apq/package.json b/packages/plugins/apq/package.json index 21db4f9fda..d47cd0b5f6 100644 --- a/packages/plugins/apq/package.json +++ b/packages/plugins/apq/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/plugin-apq", - "version": "1.7.3", + "version": "1.8.0", "description": "APQ plugin for GraphQL Yoga.", "repository": { "type": "git", @@ -44,11 +44,11 @@ "tiny-lru": "^10.0.0" }, "devDependencies": { - "graphql-yoga": "3.7.3" + "graphql-yoga": "3.8.0" }, "peerDependencies": { "@graphql-tools/utils": "^9.0.1", - "graphql-yoga": "^3.7.3" + "graphql-yoga": "^3.8.0" }, "type": "module" } diff --git a/packages/plugins/csrf-prevention/CHANGELOG.md b/packages/plugins/csrf-prevention/CHANGELOG.md index 4988be6bb1..2a36648ba9 100644 --- a/packages/plugins/csrf-prevention/CHANGELOG.md +++ b/packages/plugins/csrf-prevention/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-yoga/plugin-csrf-prevention +## 1.4.0 + +### Patch Changes + +- Updated dependencies [[`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`09d23a4b`](https://github.com/dotansimha/graphql-yoga/commit/09d23a4b3b22f520c41f3cebbe3b11ffbda39557)]: + - graphql-yoga@3.8.0 + ## 1.3.3 ### Patch Changes diff --git a/packages/plugins/csrf-prevention/package.json b/packages/plugins/csrf-prevention/package.json index 3a4b940385..a0b53b7ff8 100644 --- a/packages/plugins/csrf-prevention/package.json +++ b/packages/plugins/csrf-prevention/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/plugin-csrf-prevention", - "version": "1.3.3", + "version": "1.4.0", "description": "CSRF prevention plugin for GraphQL Yoga that requires the clients to have a specific header set.", "repository": { "type": "git", @@ -41,10 +41,10 @@ "access": "public" }, "peerDependencies": { - "graphql-yoga": "^3.7.3" + "graphql-yoga": "^3.8.0" }, "devDependencies": { - "graphql-yoga": "^3.7.3", + "graphql-yoga": "^3.8.0", "tslib": "^2.4.1" } } diff --git a/packages/plugins/defer-stream/CHANGELOG.md b/packages/plugins/defer-stream/CHANGELOG.md index 3dfcc1226c..df12bc56b1 100644 --- a/packages/plugins/defer-stream/CHANGELOG.md +++ b/packages/plugins/defer-stream/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-yoga/plugin-defer-stream +## 1.8.0 + +### Patch Changes + +- Updated dependencies [[`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`09d23a4b`](https://github.com/dotansimha/graphql-yoga/commit/09d23a4b3b22f520c41f3cebbe3b11ffbda39557)]: + - graphql-yoga@3.8.0 + ## 1.7.3 ### Patch Changes diff --git a/packages/plugins/defer-stream/package.json b/packages/plugins/defer-stream/package.json index b3e93713b9..e9cc30faed 100644 --- a/packages/plugins/defer-stream/package.json +++ b/packages/plugins/defer-stream/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/plugin-defer-stream", - "version": "1.7.3", + "version": "1.8.0", "description": "Defer/Stream plugin for GraphQL Yoga.", "repository": { "type": "git", @@ -41,7 +41,7 @@ }, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0", - "graphql-yoga": "^3.7.3" + "graphql-yoga": "^3.8.0" }, "devDependencies": { "@graphql-tools/executor-http": "^0.1.4", diff --git a/packages/plugins/disable-introspection/CHANGELOG.md b/packages/plugins/disable-introspection/CHANGELOG.md index e24324b0c7..f6e3e36162 100644 --- a/packages/plugins/disable-introspection/CHANGELOG.md +++ b/packages/plugins/disable-introspection/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-yoga/plugin-disable-introspection +## 0.7.0 + +### Patch Changes + +- Updated dependencies [[`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`09d23a4b`](https://github.com/dotansimha/graphql-yoga/commit/09d23a4b3b22f520c41f3cebbe3b11ffbda39557)]: + - graphql-yoga@3.8.0 + ## 0.6.3 ### Patch Changes diff --git a/packages/plugins/disable-introspection/package.json b/packages/plugins/disable-introspection/package.json index 42bf8c9ca2..7f5fdb92eb 100644 --- a/packages/plugins/disable-introspection/package.json +++ b/packages/plugins/disable-introspection/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/plugin-disable-introspection", - "version": "0.6.3", + "version": "0.7.0", "description": "Disable Introspection plugin for GraphQL Yoga.", "repository": { "type": "git", @@ -40,7 +40,7 @@ "access": "public" }, "peerDependencies": { - "graphql-yoga": "^3.7.3", + "graphql-yoga": "^3.8.0", "graphql": "^15.2.0 || ^16.0.0" }, "devDependencies": { diff --git a/packages/plugins/graphql-sse/CHANGELOG.md b/packages/plugins/graphql-sse/CHANGELOG.md index 419dfd39f9..17dd422869 100644 --- a/packages/plugins/graphql-sse/CHANGELOG.md +++ b/packages/plugins/graphql-sse/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-yoga/plugin-graphql-sse +## 1.4.0 + +### Patch Changes + +- Updated dependencies [[`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`09d23a4b`](https://github.com/dotansimha/graphql-yoga/commit/09d23a4b3b22f520c41f3cebbe3b11ffbda39557)]: + - graphql-yoga@3.8.0 + ## 1.3.3 ### Patch Changes diff --git a/packages/plugins/graphql-sse/package.json b/packages/plugins/graphql-sse/package.json index 3ce093239b..2a520e6ecd 100644 --- a/packages/plugins/graphql-sse/package.json +++ b/packages/plugins/graphql-sse/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/plugin-graphql-sse", - "version": "1.3.3", + "version": "1.4.0", "description": "GraphQL over Server-Sent Events Protocol plugin for GraphQL Yoga.", "repository": { "type": "git", @@ -41,14 +41,14 @@ "access": "public" }, "peerDependencies": { - "graphql-yoga": "^3.7.3", + "graphql-yoga": "^3.8.0", "graphql": "^15.2.0 || ^16.0.0" }, "dependencies": { "graphql-sse": "^2.0.0" }, "devDependencies": { - "graphql-yoga": "^3.7.3", + "graphql-yoga": "^3.8.0", "tslib": "^2.4.1" } } diff --git a/packages/plugins/persisted-operations/CHANGELOG.md b/packages/plugins/persisted-operations/CHANGELOG.md index 47600ba062..70aa81f812 100644 --- a/packages/plugins/persisted-operations/CHANGELOG.md +++ b/packages/plugins/persisted-operations/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-yoga/plugin-persisted-operations +## 1.8.0 + +### Patch Changes + +- Updated dependencies [[`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`09d23a4b`](https://github.com/dotansimha/graphql-yoga/commit/09d23a4b3b22f520c41f3cebbe3b11ffbda39557)]: + - graphql-yoga@3.8.0 + ## 1.7.3 ### Patch Changes diff --git a/packages/plugins/persisted-operations/package.json b/packages/plugins/persisted-operations/package.json index fa7928dedc..8ba2086cf7 100644 --- a/packages/plugins/persisted-operations/package.json +++ b/packages/plugins/persisted-operations/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/plugin-persisted-operations", - "version": "1.7.3", + "version": "1.8.0", "description": "Persisted Operations plugin for GraphQL Yoga.", "repository": { "type": "git", @@ -42,11 +42,11 @@ "peerDependencies": { "@graphql-tools/utils": "^9.2.1", "graphql": "^15.2.0 || ^16.0.0", - "graphql-yoga": "^3.7.3" + "graphql-yoga": "^3.8.0" }, "devDependencies": { "@types/lru-cache": "7.10.9", - "graphql-yoga": "^3.7.3" + "graphql-yoga": "^3.8.0" }, "type": "module" } diff --git a/packages/plugins/prometheus/CHANGELOG.md b/packages/plugins/prometheus/CHANGELOG.md index 358c394297..9cde9872f0 100644 --- a/packages/plugins/prometheus/CHANGELOG.md +++ b/packages/plugins/prometheus/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-yoga/plugin-prometheus +## 1.8.0 + +### Patch Changes + +- Updated dependencies [[`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`09d23a4b`](https://github.com/dotansimha/graphql-yoga/commit/09d23a4b3b22f520c41f3cebbe3b11ffbda39557)]: + - graphql-yoga@3.8.0 + ## 1.7.3 ### Patch Changes diff --git a/packages/plugins/prometheus/package.json b/packages/plugins/prometheus/package.json index e9b8d5710d..ceaf7ab3c8 100644 --- a/packages/plugins/prometheus/package.json +++ b/packages/plugins/prometheus/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/plugin-prometheus", - "version": "1.7.3", + "version": "1.8.0", "description": "Prometheus plugin for GraphQL Yoga.", "repository": { "type": "git", @@ -45,7 +45,7 @@ "peerDependencies": { "prom-client": "^13 || ^14.0.0", "graphql": "^15.2.0 || ^16.0.0", - "graphql-yoga": "^3.7.3" + "graphql-yoga": "^3.8.0" }, "devDependencies": { "prom-client": "14.2.0" diff --git a/packages/plugins/response-cache/CHANGELOG.md b/packages/plugins/response-cache/CHANGELOG.md index 75b32a5704..324070ddba 100644 --- a/packages/plugins/response-cache/CHANGELOG.md +++ b/packages/plugins/response-cache/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-yoga/plugin-response-cache +## 1.8.0 + +### Patch Changes + +- Updated dependencies [[`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`09d23a4b`](https://github.com/dotansimha/graphql-yoga/commit/09d23a4b3b22f520c41f3cebbe3b11ffbda39557)]: + - graphql-yoga@3.8.0 + ## 1.7.3 ### Patch Changes diff --git a/packages/plugins/response-cache/package.json b/packages/plugins/response-cache/package.json index 165b81d91b..b544c3ad48 100644 --- a/packages/plugins/response-cache/package.json +++ b/packages/plugins/response-cache/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/plugin-response-cache", - "version": "1.7.3", + "version": "1.8.0", "description": "", "repository": { "type": "git", @@ -53,7 +53,7 @@ }, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0", - "graphql-yoga": "^3.7.3" + "graphql-yoga": "^3.8.0" }, "type": "module" } diff --git a/packages/plugins/sofa/CHANGELOG.md b/packages/plugins/sofa/CHANGELOG.md index 1ba0551f14..7323a4169b 100644 --- a/packages/plugins/sofa/CHANGELOG.md +++ b/packages/plugins/sofa/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-yoga/plugin-sofa +## 1.8.0 + +### Patch Changes + +- Updated dependencies [[`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`09d23a4b`](https://github.com/dotansimha/graphql-yoga/commit/09d23a4b3b22f520c41f3cebbe3b11ffbda39557)]: + - graphql-yoga@3.8.0 + ## 1.7.3 ### Patch Changes diff --git a/packages/plugins/sofa/package.json b/packages/plugins/sofa/package.json index e6796011f3..232278fab6 100644 --- a/packages/plugins/sofa/package.json +++ b/packages/plugins/sofa/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/plugin-sofa", - "version": "1.7.3", + "version": "1.8.0", "description": "", "repository": { "type": "git", @@ -54,7 +54,7 @@ }, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0", - "graphql-yoga": "^3.7.3" + "graphql-yoga": "^3.8.0" }, "type": "module" } diff --git a/packages/render-graphiql/CHANGELOG.md b/packages/render-graphiql/CHANGELOG.md index e5a45029c3..843590f34f 100644 --- a/packages/render-graphiql/CHANGELOG.md +++ b/packages/render-graphiql/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-yoga/render-graphiql +## 3.8.0 + +### Patch Changes + +- Updated dependencies [[`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`99b72696`](https://github.com/dotansimha/graphql-yoga/commit/99b726961b45b9c22d6383e2fe7212d21d324553), [`09d23a4b`](https://github.com/dotansimha/graphql-yoga/commit/09d23a4b3b22f520c41f3cebbe3b11ffbda39557)]: + - graphql-yoga@3.8.0 + ## 3.7.3 ### Patch Changes diff --git a/packages/render-graphiql/package.json b/packages/render-graphiql/package.json index 368e154854..100300a88d 100644 --- a/packages/render-graphiql/package.json +++ b/packages/render-graphiql/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/render-graphiql", - "version": "3.7.3", + "version": "3.8.0", "description": "", "repository": { "type": "git", @@ -64,7 +64,7 @@ "access": "public" }, "peerDependencies": { - "graphql-yoga": "^3.7.3" + "graphql-yoga": "^3.8.0" }, "type": "module" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 65bf8afb76..6ef207a165 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -91,9 +91,9 @@ importers: specifiers: '@envelop/graphql-jit': 5.0.6 '@faker-js/faker': 7.6.0 - '@graphql-yoga/plugin-response-cache': 1.7.3 + '@graphql-yoga/plugin-response-cache': 1.8.0 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 start-server-and-test: 2.0.0 dependencies: '@envelop/graphql-jit': 5.0.6_graphql@16.6.0 @@ -144,12 +144,12 @@ importers: '@graphql-codegen/cli': 3.2.2 '@graphql-codegen/typescript': 3.0.2 '@graphql-codegen/typescript-resolvers': 3.1.1 - '@graphql-yoga/plugin-apollo-inline-trace': 1.7.3 + '@graphql-yoga/plugin-apollo-inline-trace': 1.8.0 '@types/node': 18.15.10 esbuild: 0.17.14 graphql: 16.6.0 graphql-tag: 2.12.6 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 dependencies: '@apollo/subgraph': 2.4.0_graphql@16.6.0 '@graphql-yoga/plugin-apollo-inline-trace': link:../../packages/plugins/apollo-inline-trace @@ -169,7 +169,7 @@ importers: '@apollo/gateway': 2.4.0 '@envelop/apollo-federation': 3.0.6 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 dependencies: '@apollo/gateway': 2.4.0_graphql@16.6.0 '@envelop/apollo-federation': 3.0.6_yiqtrka4juoc6jnbeh2mgox7y4 @@ -180,7 +180,7 @@ importers: specifiers: '@apollo/subgraph': ^2.4.0 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 dependencies: '@apollo/subgraph': 2.4.0_graphql@16.6.0 graphql: 16.6.0 @@ -218,7 +218,7 @@ importers: examples/aws-lambda/lambda: specifiers: graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 dependencies: graphql: 16.6.0 graphql-yoga: link:../../../packages/graphql-yoga @@ -227,7 +227,7 @@ importers: specifiers: '@azure/functions': 3.5.1 esbuild: 0.17.14 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 tslib: 2.5.0 typescript: 5.0.2 dependencies: @@ -243,7 +243,7 @@ importers: '@whatwg-node/fetch': ^0.8.4 bun-types: ^0.5.0 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 dependencies: bun-types: 0.5.0 graphql: 16.6.0 @@ -255,7 +255,7 @@ importers: specifiers: '@cloudflare/workers-types': ^4.0.0 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 ts-loader: 9.4.2 typescript: 5.0.2 webpack: 5.76.3 @@ -275,7 +275,7 @@ importers: '@cloudflare/workers-types': 4.20230321.0 '@whatwg-node/fetch': ^0.8.4 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 typescript: 5.0.2 wrangler: 2.13.0 dependencies: @@ -308,10 +308,10 @@ importers: examples/defer-stream: specifiers: - '@graphql-yoga/plugin-defer-stream': 1.7.3 - '@graphql-yoga/render-graphiql': 3.7.3 + '@graphql-yoga/plugin-defer-stream': 1.8.0 + '@graphql-yoga/render-graphiql': 3.8.0 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 ts-node: 10.9.1 typescript: 5.0.2 dependencies: @@ -330,7 +330,7 @@ importers: specifiers: '@whatwg-node/fetch': ^0.8.4 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 ts-node: 10.9.1 typescript: 5.0.2 dependencies: @@ -345,7 +345,7 @@ importers: specifiers: '@types/express': ^4.17.13 express: ^4.17.1 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 supertest: ^6.1.6 ts-node: 10.9.1 dependencies: @@ -360,7 +360,7 @@ importers: specifiers: '@types/node': 18.15.10 fastify: 4.15.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 pino-pretty: 10.0.0 ts-node: 10.9.1 dependencies: @@ -378,7 +378,7 @@ importers: '@types/node': 18.15.10 fastify: 4.15.0 graphql-modules: 2.1.2 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 reflect-metadata: 0.1.13 ts-node: 10.9.1 dependencies: @@ -396,7 +396,7 @@ importers: specifiers: '@whatwg-node/fetch': ^0.8.4 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 ts-node: 10.9.1 dependencies: graphql: 16.6.0 @@ -413,7 +413,7 @@ importers: eslint: 8.36.0 eslint-config-next: 13.2.4 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 next: 13.2.4 react: 18.2.0 react-dom: 18.2.0 @@ -436,7 +436,7 @@ importers: specifiers: '@whatwg-node/fetch': ^0.8.4 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 nexus: ^1.3.0 ts-node: 10.9.1 typescript: 5.0.2 @@ -475,7 +475,7 @@ importers: '@google-cloud/functions-framework': 3.1.3 '@types/node': 18.15.10 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 typescript: 5.0.2 dependencies: graphql: 16.6.0 @@ -492,7 +492,7 @@ importers: '@whatwg-node/fetch': ^0.8.4 cross-env: 7.0.3 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 ts-node: 10.9.1 ts-node-dev: 2.0.0 typescript: 5.0.2 @@ -514,7 +514,7 @@ importers: '@types/node': 18.15.10 cross-env: 7.0.3 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 ts-node: 10.9.1 ts-node-dev: 2.0.0 typescript: 5.0.2 @@ -531,9 +531,9 @@ importers: examples/graphql-sse: specifiers: - '@graphql-yoga/plugin-graphql-sse': 1.3.3 + '@graphql-yoga/plugin-graphql-sse': 1.4.0 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 ts-node: 10.9.1 typescript: 5.0.2 dependencies: @@ -548,7 +548,7 @@ importers: specifiers: graphql: 16.6.0 graphql-ws: 5.12.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 ts-node: 10.9.1 typescript: 5.0.2 ws: 8.13.0 @@ -570,7 +570,7 @@ importers: '@types/node': 18.15.10 cross-env: 7.0.3 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 prisma: 4.11.0 ts-node: 10.9.1 ts-node-dev: 2.0.0 @@ -595,7 +595,7 @@ importers: '@hapi/hapi': 21.3.1 '@whatwg-node/fetch': ^0.8.4 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 ts-node: 10.9.1 typescript: 5.0.2 dependencies: @@ -609,9 +609,9 @@ importers: examples/hello-world: specifiers: - '@graphql-yoga/render-graphiql': 3.7.3 + '@graphql-yoga/render-graphiql': 3.8.0 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 dependencies: '@graphql-yoga/render-graphiql': link:../../packages/render-graphiql graphql: 16.6.0 @@ -621,7 +621,7 @@ importers: specifiers: '@types/node': 18.15.10 graphql: 16.6.0 - graphql-yoga: ^3.7.3 + graphql-yoga: ^3.8.0 ts-node: 10.9.1 ts-node-dev: 2.0.0 typescript: 5.0.2 @@ -637,7 +637,7 @@ importers: examples/koa: specifiers: '@types/koa': 2.13.6 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 koa: 2.14.1 supertest: ^6.1.6 ts-node: 10.9.1 @@ -658,7 +658,7 @@ importers: '@n1ru4l/graphql-live-query': 0.10.0 '@n1ru4l/in-memory-live-query-store': 0.10.0 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 ts-node: 10.9.1 ts-node-dev: 2.0.0 typescript: 5.0.2 @@ -678,7 +678,7 @@ importers: specifiers: '@apollo/federation-subgraph-compatibility': 1.2.1 '@apollo/rover': ^0.13.0 - '@graphql-yoga/nestjs-federation': 0.0.0 + '@graphql-yoga/nestjs-federation': 1.0.0 '@grpc/proto-loader': ^0.7.5 '@nestjs/cli': ^9.3.0 '@nestjs/common': ^9.3.12 @@ -734,7 +734,7 @@ importers: specifiers: esbuild: 0.17.14 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 netlify-cli: ^13.0.0 dependencies: graphql: 16.6.0 @@ -750,7 +750,7 @@ importers: eslint: 8.36.0 eslint-config-next: 13.2.4 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 next: 13.2.4 react: 18.2.0 react-dom: 18.2.0 @@ -776,7 +776,7 @@ importers: eslint: 8.36.0 eslint-config-next: 13.2.4 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 next: 13.2.4 next-auth: 4.20.1 react: 18.2.0 @@ -806,7 +806,7 @@ importers: eslint-config-next: 13.2.4 graphql: 16.6.0 graphql-ws: ^5.11.3 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 next: 13.2.4 react: 18.2.0 react-dom: 18.2.0 @@ -831,7 +831,7 @@ importers: examples/node-esm: specifiers: graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 dependencies: graphql: 16.6.0 graphql-yoga: link:../../packages/graphql-yoga @@ -839,7 +839,7 @@ importers: examples/node-ts: specifiers: graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 ts-node: 10.9.1 typescript: 5.0.2 dependencies: @@ -854,7 +854,7 @@ importers: '@pothos/core': 3.29.0 '@types/node': 18.15.10 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 ts-node: 10.9.1 typescript: 5.0.2 dependencies: @@ -872,7 +872,7 @@ importers: '@types/node': 18.15.10 cross-env: 7.0.3 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 ioredis: 5.3.1 ts-node: 10.9.1 ts-node-dev: 2.0.0 @@ -891,12 +891,12 @@ importers: examples/response-cache: specifiers: - '@graphql-yoga/plugin-response-cache': 1.7.3 + '@graphql-yoga/plugin-response-cache': 1.8.0 '@types/node': 18.15.10 '@whatwg-node/fetch': ^0.8.4 cross-env: 7.0.3 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 ts-node: 10.9.1 ts-node-dev: 2.0.0 typescript: 5.0.2 @@ -916,7 +916,7 @@ importers: specifiers: '@whatwg-node/fetch': ^0.8.4 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 typescript: 5.0.2 wrangler: 2.13.0 dependencies: @@ -929,9 +929,9 @@ importers: examples/sofa: specifiers: - '@graphql-yoga/plugin-sofa': 1.7.3 + '@graphql-yoga/plugin-sofa': 1.8.0 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 ts-node-dev: 2.0.0 typescript: 5.0.2 dependencies: @@ -947,7 +947,7 @@ importers: '@graphql-codegen/typescript': ^3.0.0 '@graphql-codegen/typescript-resolvers': ^3.0.0 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 ts-node: 10.9.1 typescript: 5.0.2 dependencies: @@ -963,7 +963,7 @@ importers: examples/sveltekit: specifiers: '@envelop/graphql-jit': 5.0.6 - '@graphql-yoga/render-graphiql': 3.7.3 + '@graphql-yoga/render-graphiql': 3.8.0 '@sveltejs/adapter-auto': 2.0.0 '@sveltejs/kit': 1.0.0-next.520 '@types/jest': ^29.0.0 @@ -973,7 +973,7 @@ importers: eslint-config-prettier: 8.8.0 eslint-plugin-svelte3: 4.0.0 graphql: 16.6.0 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 jest: ^29.0.0 prettier: 2.8.7 prettier-plugin-svelte: 2.10.0 @@ -1016,7 +1016,7 @@ importers: '@whatwg-node/fetch': ^0.8.4 graphql: 16.6.0 graphql-ws: ^5.11.3 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 ts-node-dev: ^2.0.0 typescript: ^5.0.0 uWebSockets.js: uNetworking/uWebSockets.js#v20.15.0 @@ -1039,7 +1039,7 @@ importers: '@apollo/client': 3.7.10 '@graphql-tools/executor-apollo-link': ^0.0.8 '@graphql-tools/executor-http': ^0.1.4 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 tslib: ^2.3.1 dependencies: '@graphql-tools/executor-apollo-link': 0.0.8_@apollo+client@3.7.10 @@ -1055,7 +1055,7 @@ importers: '@graphql-tools/executor-http': ^0.1.4 '@graphql-tools/executor-urql-exchange': ^0.0.8 '@urql/core': 3.2.2 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 tslib: ^2.4.0 wonka: 6.3.0 dependencies: @@ -1071,7 +1071,7 @@ importers: packages/common: specifiers: '@types/node': 18.15.10 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 html-minifier-terser: 7.1.0 tslib: ^2.3.1 dependencies: @@ -1148,7 +1148,7 @@ importers: '@graphql-tools/schema': ^9.0.0 '@graphql-tools/utils': ^9.2.1 '@graphql-yoga/logger': ^0.0.1 - '@graphql-yoga/render-graphiql': 3.7.3 + '@graphql-yoga/render-graphiql': 3.8.0 '@graphql-yoga/subscription': ^3.1.0 '@jest/globals': ^29.2.1 '@n1ru4l/in-memory-live-query-store': 0.10.0 @@ -1222,7 +1222,7 @@ importers: graphql: 16.6.0 graphql-http: ^1.16.0 graphql-ws: ^5.11.3 - graphql-yoga: ^3.7.0 + graphql-yoga: ^3.8.0 prettier: ^2.8.3 reflect-metadata: ^0.1.13 rxjs: ^7.8.0 @@ -1261,8 +1261,8 @@ importers: '@apollo/subgraph': ^2.4.0 '@envelop/apollo-federation': ^3.0.6 '@envelop/core': 3.0.4 - '@graphql-yoga/nestjs': 0.3.1 - '@graphql-yoga/plugin-apollo-inline-trace': 1.7.3 + '@graphql-yoga/nestjs': 1.0.0 + '@graphql-yoga/plugin-apollo-inline-trace': 1.8.0 '@nestjs/common': ^9.3.12 '@nestjs/core': ^9.3.12 '@nestjs/graphql': ^11.0.4 @@ -1284,7 +1284,7 @@ importers: packages/node: specifiers: - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 tslib: ^2.3.1 dependencies: graphql-yoga: link:../graphql-yoga @@ -1296,7 +1296,7 @@ importers: '@envelop/on-resolve': ^2.0.2 '@whatwg-node/fetch': ^0.8.4 apollo-reporting-protobuf: ^3.3.2 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 tslib: ^2.5.0 dependencies: '@envelop/on-resolve': 2.0.2 @@ -1310,7 +1310,7 @@ importers: packages/plugins/apq: specifiers: '@whatwg-node/fetch': ^0.8.4 - graphql-yoga: 3.7.3 + graphql-yoga: 3.8.0 tiny-lru: ^10.0.0 dependencies: '@whatwg-node/fetch': 0.8.4 @@ -1321,7 +1321,7 @@ importers: packages/plugins/csrf-prevention: specifiers: - graphql-yoga: ^3.7.3 + graphql-yoga: ^3.8.0 tslib: ^2.4.1 devDependencies: graphql-yoga: link:../../graphql-yoga @@ -1350,7 +1350,7 @@ importers: packages/plugins/graphql-sse: specifiers: graphql-sse: ^2.0.0 - graphql-yoga: ^3.7.3 + graphql-yoga: ^3.8.0 tslib: ^2.4.1 dependencies: graphql-sse: 2.0.0 @@ -1362,7 +1362,7 @@ importers: packages/plugins/persisted-operations: specifiers: '@types/lru-cache': 7.10.9 - graphql-yoga: ^3.7.3 + graphql-yoga: ^3.8.0 devDependencies: '@types/lru-cache': 7.10.9 graphql-yoga: link:../../graphql-yoga