Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upcoming Release Changes #780

Merged
merged 1 commit into from
Feb 2, 2022
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
7 changes: 0 additions & 7 deletions .changeset/cuddly-donkeys-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-mails-sit.md

This file was deleted.

4 changes: 2 additions & 2 deletions benchmarks/apis/ez-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"@envelop/graphql-jit": "^3.0.0",
"@graphql-ez/express": "workspace:^0.9.6",
"@graphql-ez/express": "workspace:^0.9.7",
"@types/express": "^4.17.13",
"benchmark-bench": "workspace:1.0.0",
"cross-env": "^7.0.3",
"express": "^4.17.2",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.13.8",
"graphql-ez": "workspace:^0.14.0",
"require-env-variable": "^4.0.0",
"typescript": "^4.5.5"
},
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/apis/ez-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"dependencies": {
"@envelop/graphql-jit": "^3.0.0",
"@graphql-ez/fastify": "workspace:^0.9.5",
"@graphql-ez/fastify": "workspace:^0.9.6",
"benchmark-bench": "workspace:1.0.0",
"cross-env": "^7.0.3",
"fastify": "^3.27.0",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.13.8",
"graphql-ez": "workspace:^0.14.0",
"require-env-variable": "^4.0.0",
"typescript": "^4.5.5"
},
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/apis/ez-hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"@envelop/graphql-jit": "^3.0.0",
"@graphql-ez/hapi": "workspace:^0.8.8",
"@graphql-ez/hapi": "workspace:^0.8.9",
"@hapi/hapi": "^20.2.1",
"@types/hapi__hapi": "^20.0.10",
"benchmark-bench": "workspace:1.0.0",
"cross-env": "^7.0.3",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.13.8",
"graphql-ez": "workspace:^0.14.0",
"require-env-variable": "^4.0.0",
"typescript": "^4.5.5"
},
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/apis/ez-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"dependencies": {
"@envelop/graphql-jit": "^3.0.0",
"@graphql-ez/http": "workspace:^0.10.2",
"@graphql-ez/http": "workspace:^0.10.3",
"@types/node": "^17.0.14",
"benchmark-bench": "workspace:1.0.0",
"cross-env": "^7.0.3",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.13.8",
"graphql-ez": "workspace:^0.14.0",
"require-env-variable": "^4.0.0",
"typescript": "^4.5.5"
},
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/apis/ez-koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"dependencies": {
"@envelop/graphql-jit": "^3.0.0",
"@graphql-ez/koa": "workspace:^0.8.8",
"@graphql-ez/koa": "workspace:^0.8.9",
"@koa/router": "^10.1.1",
"benchmark-bench": "workspace:1.0.0",
"cross-env": "^7.0.3",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.13.8",
"graphql-ez": "workspace:^0.14.0",
"koa": "^2.13.4",
"require-env-variable": "^4.0.0",
"typescript": "^4.5.5"
Expand Down
10 changes: 5 additions & 5 deletions examples/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"dependencies": {
"@graphql-ez/cloudflare": "workspace:*",
"@graphql-ez/plugin-altair": "workspace:^0.9.7",
"@graphql-ez/plugin-graphiql": "workspace:^0.11.3",
"@graphql-ez/plugin-schema": "workspace:^0.8.2",
"@graphql-ez/plugin-voyager": "workspace:^0.9.2",
"@graphql-ez/plugin-altair": "workspace:^0.9.8",
"@graphql-ez/plugin-graphiql": "workspace:^0.11.4",
"@graphql-ez/plugin-schema": "workspace:^0.8.3",
"@graphql-ez/plugin-voyager": "workspace:^0.9.3",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.13.8",
"graphql-ez": "workspace:^0.14.0",
"worktop": "^0.7.3"
},
"devDependencies": {
Expand Down
20 changes: 10 additions & 10 deletions examples/express/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"start": "bob-tsm src/index.ts"
},
"dependencies": {
"@graphql-ez/express": "workspace:^0.9.6",
"@graphql-ez/plugin-altair": "workspace:^0.9.7",
"@graphql-ez/plugin-codegen": "workspace:^0.7.7",
"@graphql-ez/plugin-graphiql": "workspace:^0.11.3",
"@graphql-ez/plugin-modules": "workspace:^0.10.1",
"@graphql-ez/plugin-scalars": "workspace:^0.7.3",
"@graphql-ez/plugin-schema": "workspace:^0.8.2",
"@graphql-ez/plugin-upload": "workspace:^0.7.0",
"@graphql-ez/plugin-websockets": "workspace:^0.10.2",
"@graphql-ez/express": "workspace:^0.9.7",
"@graphql-ez/plugin-altair": "workspace:^0.9.8",
"@graphql-ez/plugin-codegen": "workspace:^0.7.8",
"@graphql-ez/plugin-graphiql": "workspace:^0.11.4",
"@graphql-ez/plugin-modules": "workspace:^0.11.0",
"@graphql-ez/plugin-scalars": "workspace:^0.7.4",
"@graphql-ez/plugin-schema": "workspace:^0.8.3",
"@graphql-ez/plugin-upload": "workspace:^0.7.1",
"@graphql-ez/plugin-websockets": "workspace:^0.10.3",
"@graphql-typed-document-node/core": "^3.1.1",
"express": "^4.17.2",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.13.8"
"graphql-ez": "workspace:^0.14.0"
},
"devDependencies": {
"@types/express": "^4.17.13",
Expand Down
8 changes: 4 additions & 4 deletions examples/fastify/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"start": "bob-tsm src/index.ts"
},
"dependencies": {
"@graphql-ez/fastify": "workspace:^0.9.5",
"@graphql-ez/plugin-codegen": "workspace:^0.7.7",
"@graphql-ez/plugin-schema": "workspace:^0.8.2",
"@graphql-ez/fastify": "workspace:^0.9.6",
"@graphql-ez/plugin-codegen": "workspace:^0.7.8",
"@graphql-ez/plugin-schema": "workspace:^0.8.3",
"fastify": "^3.27.0",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.13.8"
"graphql-ez": "workspace:^0.14.0"
},
"devDependencies": {
"@types/node": "^17.0.14",
Expand Down
24 changes: 12 additions & 12 deletions examples/fastify/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
"start": "bob-tsm src/index.ts"
},
"dependencies": {
"@graphql-ez/fastify": "workspace:^0.9.5",
"@graphql-ez/plugin-altair": "workspace:^0.9.7",
"@graphql-ez/plugin-codegen": "workspace:^0.7.7",
"@graphql-ez/plugin-dataloader": "workspace:^0.5.6",
"@graphql-ez/plugin-graphiql": "workspace:^0.11.3",
"@graphql-ez/plugin-modules": "workspace:^0.10.1",
"@graphql-ez/plugin-scalars": "workspace:^0.7.3",
"@graphql-ez/plugin-schema": "workspace:^0.8.2",
"@graphql-ez/plugin-upload": "workspace:^0.7.0",
"@graphql-ez/plugin-voyager": "workspace:^0.9.2",
"@graphql-ez/plugin-websockets": "workspace:^0.10.2",
"@graphql-ez/fastify": "workspace:^0.9.6",
"@graphql-ez/plugin-altair": "workspace:^0.9.8",
"@graphql-ez/plugin-codegen": "workspace:^0.7.8",
"@graphql-ez/plugin-dataloader": "workspace:^0.6.0",
"@graphql-ez/plugin-graphiql": "workspace:^0.11.4",
"@graphql-ez/plugin-modules": "workspace:^0.11.0",
"@graphql-ez/plugin-scalars": "workspace:^0.7.4",
"@graphql-ez/plugin-schema": "workspace:^0.8.3",
"@graphql-ez/plugin-upload": "workspace:^0.7.1",
"@graphql-ez/plugin-voyager": "workspace:^0.9.3",
"@graphql-ez/plugin-websockets": "workspace:^0.10.3",
"@types/graphql-upload": "^8.0.10",
"fastify": "^3.27.0",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.13.8",
"graphql-ez": "workspace:^0.14.0",
"graphql-upload": "^13.0.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/fastify/nexus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@graphql-ez/fastify": "workspace:^0.9.5",
"@graphql-ez/plugin-altair": "workspace:^0.9.7",
"@graphql-ez/fastify": "workspace:^0.9.6",
"@graphql-ez/plugin-altair": "workspace:^0.9.8",
"fastify": "^3.27.0",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.13.8",
"graphql-ez": "workspace:^0.14.0",
"nexus": "^1.2.0"
}
}
6 changes: 3 additions & 3 deletions examples/fastify/pothos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"typecheck": "tsc"
},
"dependencies": {
"@graphql-ez/fastify": "workspace:^0.9.5",
"@graphql-ez/plugin-graphiql": "workspace:^0.11.3",
"@graphql-ez/fastify": "workspace:^0.9.6",
"@graphql-ez/plugin-graphiql": "workspace:^0.11.4",
"@pothos/core": "^3.1.1",
"fastify": "^3.27.0",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.13.8"
"graphql-ez": "workspace:^0.14.0"
},
"devDependencies": {
"@types/node": "^17.0.14",
Expand Down
6 changes: 3 additions & 3 deletions examples/fastify/type-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"dev": "tsc-watch --onSuccess \"node dist/index.js\""
},
"dependencies": {
"@graphql-ez/fastify": "workspace:^0.9.5",
"@graphql-ez/plugin-altair": "workspace:^0.9.7",
"@graphql-ez/fastify": "workspace:^0.9.6",
"@graphql-ez/plugin-altair": "workspace:^0.9.8",
"class-validator": "^0.13.2",
"fastify": "^3.27.0",
"graphql": "^15.8.0",
"graphql-ez": "workspace:^0.13.8",
"graphql-ez": "workspace:^0.14.0",
"reflect-metadata": "^0.1.13",
"type-graphql": "^1.1.1"
},
Expand Down
20 changes: 10 additions & 10 deletions examples/hapi/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"start": "bob-tsm src/index.ts"
},
"dependencies": {
"@graphql-ez/hapi": "workspace:^0.8.8",
"@graphql-ez/plugin-altair": "workspace:^0.9.7",
"@graphql-ez/plugin-codegen": "workspace:^0.7.7",
"@graphql-ez/plugin-graphiql": "workspace:^0.11.3",
"@graphql-ez/plugin-modules": "workspace:^0.10.1",
"@graphql-ez/plugin-scalars": "workspace:^0.7.3",
"@graphql-ez/plugin-schema": "workspace:^0.8.2",
"@graphql-ez/plugin-upload": "workspace:^0.7.0",
"@graphql-ez/plugin-websockets": "workspace:^0.10.2",
"@graphql-ez/hapi": "workspace:^0.8.9",
"@graphql-ez/plugin-altair": "workspace:^0.9.8",
"@graphql-ez/plugin-codegen": "workspace:^0.7.8",
"@graphql-ez/plugin-graphiql": "workspace:^0.11.4",
"@graphql-ez/plugin-modules": "workspace:^0.11.0",
"@graphql-ez/plugin-scalars": "workspace:^0.7.4",
"@graphql-ez/plugin-schema": "workspace:^0.8.3",
"@graphql-ez/plugin-upload": "workspace:^0.7.1",
"@graphql-ez/plugin-websockets": "workspace:^0.10.3",
"@graphql-typed-document-node/core": "^3.1.1",
"@hapi/hapi": "^20.2.1",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.13.8"
"graphql-ez": "workspace:^0.14.0"
},
"devDependencies": {
"@types/hapi__hapi": "^20.0.10",
Expand Down
20 changes: 10 additions & 10 deletions examples/http/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
"start": "bob-tsm src/index.ts"
},
"dependencies": {
"@graphql-ez/http": "workspace:^0.10.2",
"@graphql-ez/plugin-altair": "workspace:^0.9.7",
"@graphql-ez/plugin-codegen": "workspace:^0.7.7",
"@graphql-ez/plugin-graphiql": "workspace:^0.11.3",
"@graphql-ez/plugin-modules": "workspace:^0.10.1",
"@graphql-ez/plugin-scalars": "workspace:^0.7.3",
"@graphql-ez/plugin-schema": "workspace:^0.8.2",
"@graphql-ez/plugin-upload": "workspace:^0.7.0",
"@graphql-ez/plugin-websockets": "workspace:^0.10.2",
"@graphql-ez/http": "workspace:^0.10.3",
"@graphql-ez/plugin-altair": "workspace:^0.9.8",
"@graphql-ez/plugin-codegen": "workspace:^0.7.8",
"@graphql-ez/plugin-graphiql": "workspace:^0.11.4",
"@graphql-ez/plugin-modules": "workspace:^0.11.0",
"@graphql-ez/plugin-scalars": "workspace:^0.7.4",
"@graphql-ez/plugin-schema": "workspace:^0.8.3",
"@graphql-ez/plugin-upload": "workspace:^0.7.1",
"@graphql-ez/plugin-websockets": "workspace:^0.10.3",
"@graphql-typed-document-node/core": "^3.1.1",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.13.8"
"graphql-ez": "workspace:^0.14.0"
},
"devDependencies": {
"@types/node": "^17.0.14",
Expand Down
22 changes: 11 additions & 11 deletions examples/koa/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
"start": "bob-tsm src/index.ts"
},
"dependencies": {
"@graphql-ez/koa": "workspace:^0.8.8",
"@graphql-ez/plugin-altair": "workspace:^0.9.7",
"@graphql-ez/plugin-codegen": "workspace:^0.7.7",
"@graphql-ez/plugin-graphiql": "workspace:^0.11.3",
"@graphql-ez/plugin-modules": "workspace:^0.10.1",
"@graphql-ez/plugin-scalars": "workspace:^0.7.3",
"@graphql-ez/plugin-schema": "workspace:^0.8.2",
"@graphql-ez/plugin-sse": "workspace:^0.2.0",
"@graphql-ez/plugin-upload": "workspace:^0.7.0",
"@graphql-ez/plugin-websockets": "workspace:^0.10.2",
"@graphql-ez/koa": "workspace:^0.8.9",
"@graphql-ez/plugin-altair": "workspace:^0.9.8",
"@graphql-ez/plugin-codegen": "workspace:^0.7.8",
"@graphql-ez/plugin-graphiql": "workspace:^0.11.4",
"@graphql-ez/plugin-modules": "workspace:^0.11.0",
"@graphql-ez/plugin-scalars": "workspace:^0.7.4",
"@graphql-ez/plugin-schema": "workspace:^0.8.3",
"@graphql-ez/plugin-sse": "workspace:^0.2.1",
"@graphql-ez/plugin-upload": "workspace:^0.7.1",
"@graphql-ez/plugin-websockets": "workspace:^0.10.3",
"@graphql-typed-document-node/core": "^3.1.1",
"@koa/router": "^10.1.1",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.13.8",
"graphql-ez": "workspace:^0.14.0",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0"
},
Expand Down
18 changes: 9 additions & 9 deletions examples/nextjs/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"start": "next start"
},
"dependencies": {
"@graphql-ez/nextjs": "workspace:^0.10.0",
"@graphql-ez/plugin-altair": "workspace:^0.9.7",
"@graphql-ez/plugin-codegen": "workspace:^0.7.7",
"@graphql-ez/plugin-graphiql": "workspace:^0.11.3",
"@graphql-ez/plugin-modules": "workspace:^0.10.1",
"@graphql-ez/plugin-scalars": "workspace:^0.7.3",
"@graphql-ez/plugin-upload": "workspace:^0.7.0",
"@graphql-ez/plugin-voyager": "workspace:^0.9.2",
"@graphql-ez/nextjs": "workspace:^0.10.1",
"@graphql-ez/plugin-altair": "workspace:^0.9.8",
"@graphql-ez/plugin-codegen": "workspace:^0.7.8",
"@graphql-ez/plugin-graphiql": "workspace:^0.11.4",
"@graphql-ez/plugin-modules": "workspace:^0.11.0",
"@graphql-ez/plugin-scalars": "workspace:^0.7.4",
"@graphql-ez/plugin-upload": "workspace:^0.7.1",
"@graphql-ez/plugin-voyager": "workspace:^0.9.3",
"@graphql-typed-document-node/core": "^3.1.1",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.13.8",
"graphql-ez": "workspace:^0.14.0",
"graphql-request": "^4.0.0",
"next": "^12.0.10",
"react": "^17.0.2",
Expand Down
14 changes: 7 additions & 7 deletions examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"preview": "svelte-kit preview"
},
"dependencies": {
"@graphql-ez/plugin-altair": "workspace:^0.9.7",
"@graphql-ez/plugin-codegen": "workspace:^0.7.7",
"@graphql-ez/plugin-graphiql": "workspace:^0.11.3",
"@graphql-ez/plugin-schema": "workspace:^0.8.2",
"@graphql-ez/plugin-voyager": "workspace:^0.9.2",
"@graphql-ez/sveltekit": "workspace:^0.2.0",
"@graphql-ez/plugin-altair": "workspace:^0.9.8",
"@graphql-ez/plugin-codegen": "workspace:^0.7.8",
"@graphql-ez/plugin-graphiql": "workspace:^0.11.4",
"@graphql-ez/plugin-schema": "workspace:^0.8.3",
"@graphql-ez/plugin-voyager": "workspace:^0.9.3",
"@graphql-ez/sveltekit": "workspace:^0.3.0",
"@graphql-tools/schema": "^8.3.1",
"@sveltejs/adapter-node": "^1.0.0-next.67",
"altair-static-slim": "4.3.1",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.13.8"
"graphql-ez": "workspace:^0.14.0"
},
"devDependencies": {
"@sveltejs/kit": "^1.0.0-next.257",
Expand Down
12 changes: 6 additions & 6 deletions examples/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"start": "pnpm dlx vercel dev"
},
"dependencies": {
"@graphql-ez/plugin-altair": "workspace:^0.9.7",
"@graphql-ez/plugin-graphiql": "workspace:^0.11.3",
"@graphql-ez/plugin-schema": "workspace:^0.8.2",
"@graphql-ez/plugin-voyager": "workspace:^0.9.2",
"@graphql-ez/vercel": "workspace:^0.1.1",
"@graphql-ez/plugin-altair": "workspace:^0.9.8",
"@graphql-ez/plugin-graphiql": "workspace:^0.11.4",
"@graphql-ez/plugin-schema": "workspace:^0.8.3",
"@graphql-ez/plugin-voyager": "workspace:^0.9.3",
"@graphql-ez/vercel": "workspace:^0.1.2",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.13.8"
"graphql-ez": "workspace:^0.14.0"
},
"devDependencies": {
"typescript": "^4.5.5"
Expand Down
Loading