Skip to content

Commit

Permalink
update deps (#925)
Browse files Browse the repository at this point in the history
* update deps

* altair unpkg cross-fetch conditional imports

* update sveltekit example

* update sveltekit tests

* koa changeset
  • Loading branch information
PabloSzx committed Oct 9, 2022
1 parent 6fcb39a commit 067872e
Show file tree
Hide file tree
Showing 122 changed files with 4,282 additions and 3,843 deletions.
6 changes: 6 additions & 0 deletions .changeset/bright-tables-wonder.md
@@ -0,0 +1,6 @@
---
'graphql-ez': patch
'@graphql-ez/plugin-automatic-persisted-queries': patch
---

Update tiny-lru to v9
5 changes: 5 additions & 0 deletions .changeset/grumpy-pumas-carry.md
@@ -0,0 +1,5 @@
---
'@graphql-ez/plugin-altair': patch
---

cross-undici-fetch over cross-fetch and import conditionally
5 changes: 5 additions & 0 deletions .changeset/quick-melons-wonder.md
@@ -0,0 +1,5 @@
---
'@graphql-ez/koa': patch
---

Update @koa/cors to v4
8 changes: 8 additions & 0 deletions .changeset/twelve-bananas-guess.md
@@ -0,0 +1,8 @@
---
'@graphql-ez/sveltekit': minor
'@graphql-ez/plugin-altair': patch
'@graphql-ez/plugin-graphiql': patch
'@graphql-ez/plugin-voyager': patch
---

Update for Sveltekit>=1.0.0-next.511
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node_version: [14, 16]
node_version: [16]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Use Node
uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '16 .x'
- name: Cache pnpm modules
uses: actions/cache@v3
env:
Expand Down
8 changes: 4 additions & 4 deletions benchmarks/apis/envelop-fastify-raw/package.json
Expand Up @@ -16,14 +16,14 @@
"@envelop/types": "^2.4.0",
"@envelop/validation-cache": "*",
"benchmark-bench": "workspace:1.0.0",
"fastify": "^4.5.3",
"fastify": "^4.7.0",
"graphql": "16.1.0-experimental-stream-defer.6",
"require-env-variable": "^4.0.1"
},
"devDependencies": {
"@types/node": "^18.7.14",
"@types/node": "^18.8.3",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
"esbuild": "^0.15.10",
"typescript": "^4.8.4"
}
}
8 changes: 4 additions & 4 deletions benchmarks/apis/express-graphql/package.json
Expand Up @@ -17,10 +17,10 @@
"require-env-variable": "^4.0.1"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^18.7.14",
"@types/express": "^4.17.14",
"@types/node": "^18.8.3",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
"esbuild": "^0.15.10",
"typescript": "^4.8.4"
}
}
8 changes: 4 additions & 4 deletions benchmarks/apis/ez-express/package.json
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@envelop/graphql-jit": "^4.6.0",
"@graphql-ez/express": "workspace:^0.9.8",
"@types/express": "^4.17.13",
"@types/express": "^4.17.14",
"benchmark-bench": "workspace:1.0.0",
"cross-env": "^7.0.3",
"express": "^4.18.1",
Expand All @@ -21,9 +21,9 @@
"require-env-variable": "^4.0.1"
},
"devDependencies": {
"@types/node": "^18.7.14",
"@types/node": "^18.8.3",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
"esbuild": "^0.15.10",
"typescript": "^4.8.4"
}
}
8 changes: 4 additions & 4 deletions benchmarks/apis/ez-fastify/package.json
Expand Up @@ -14,15 +14,15 @@
"@graphql-ez/fastify": "workspace:^0.11.0",
"benchmark-bench": "workspace:1.0.0",
"cross-env": "^7.0.3",
"fastify": "^4.5.3",
"fastify": "^4.7.0",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.15.1",
"require-env-variable": "^4.0.1"
},
"devDependencies": {
"@types/node": "^18.7.14",
"@types/node": "^18.8.3",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
"esbuild": "^0.15.10",
"typescript": "^4.8.4"
}
}
6 changes: 3 additions & 3 deletions benchmarks/apis/ez-hapi/package.json
Expand Up @@ -21,9 +21,9 @@
"require-env-variable": "^4.0.1"
},
"devDependencies": {
"@types/node": "^18.7.14",
"@types/node": "^18.8.3",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
"esbuild": "^0.15.10",
"typescript": "^4.8.4"
}
}
6 changes: 3 additions & 3 deletions benchmarks/apis/ez-http/package.json
Expand Up @@ -19,9 +19,9 @@
"require-env-variable": "^4.0.1"
},
"devDependencies": {
"@types/node": "^18.7.14",
"@types/node": "^18.8.3",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
"esbuild": "^0.15.10",
"typescript": "^4.8.4"
}
}
10 changes: 5 additions & 5 deletions benchmarks/apis/ez-koa/package.json
Expand Up @@ -22,11 +22,11 @@
},
"devDependencies": {
"@types/koa": "^2.13.5",
"@types/koa-bodyparser": "^4.3.7",
"@types/koa__router": "^8.0.11",
"@types/node": "^18.7.14",
"@types/koa-bodyparser": "^4.3.8",
"@types/koa__router": "^12.0.0",
"@types/node": "^18.8.3",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
"esbuild": "^0.15.10",
"typescript": "^4.8.4"
}
}
8 changes: 4 additions & 4 deletions benchmarks/apis/graphql-helix/package.json
Expand Up @@ -11,15 +11,15 @@
},
"dependencies": {
"benchmark-bench": "workspace:1.0.0",
"fastify": "^4.5.3",
"fastify": "^4.7.0",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-helix": "^1.13.0",
"require-env-variable": "^4.0.1"
},
"devDependencies": {
"@types/node": "^18.7.14",
"@types/node": "^18.8.3",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
"esbuild": "^0.15.10",
"typescript": "^4.8.4"
}
}
10 changes: 5 additions & 5 deletions benchmarks/apis/mercurius/package.json
Expand Up @@ -12,16 +12,16 @@
"dependencies": {
"benchmark-bench": "workspace:1.0.0",
"cross-env": "^7.0.3",
"fastify": "^4.5.3",
"fastify": "^4.7.0",
"graphql": "^16.6.0",
"mercurius": "^11.0.0",
"mercurius": "^11.0.1",
"require-env-variable": "^4.0.1"
},
"devDependencies": {
"@types/node": "^18.7.14",
"@types/node": "^18.8.3",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
"esbuild": "^0.15.10",
"typescript": "^4.8.4"
},
"dependenciesMeta": {
"benchmark-bench": {
Expand Down
18 changes: 9 additions & 9 deletions benchmarks/bench/package.json
Expand Up @@ -12,11 +12,11 @@
},
"dependencies": {
"@faker-js/faker": "^7.5.0",
"@graphql-tools/schema": "^9.0.2",
"autocannon": "^7.9.0",
"chalk": "^5.0.1",
"@graphql-tools/schema": "^9.0.4",
"autocannon": "^7.10.0",
"chalk": "^5.1.0",
"cli-table": "^0.3.11",
"concurrently": "^7.3.0",
"concurrently": "^7.4.0",
"cross-env": "^7.0.3",
"kill-port": "^2.0.1",
"md5": "^2.3.0",
Expand All @@ -27,17 +27,17 @@
"wait-on": "^6.0.1"
},
"devDependencies": {
"@types/autocannon": "^7.6.1",
"@types/cli-table": "^0.3.0",
"@types/autocannon": "^7.9.0",
"@types/cli-table": "^0.3.1",
"@types/md5": "^2.3.2",
"@types/mkdirp": "^1.0.2",
"@types/node": "^18.7.14",
"@types/node": "^18.8.3",
"@types/rimraf": "^3.0.2",
"@types/wait-on": "^5.3.1",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"esbuild": "^0.15.10",
"graphql": "16.1.0-experimental-stream-defer.6",
"typescript": "^4.8.2"
"typescript": "^4.8.4"
},
"peerDependencies": {
"graphql": "*"
Expand Down
10 changes: 5 additions & 5 deletions examples/cloudflare/package.json
Expand Up @@ -19,11 +19,11 @@
"worktop": "^0.7.3"
},
"devDependencies": {
"@types/node": "^18.7.14",
"@types/node": "^18.8.3",
"clipboardy": "^3.0.0",
"concurrently": "^7.3.0",
"esbuild": "^0.15.6",
"miniflare": "^2.7.1",
"typescript": "^4.8.2"
"concurrently": "^7.4.0",
"esbuild": "^0.15.10",
"miniflare": "^2.9.0",
"typescript": "^4.8.4"
}
}
8 changes: 4 additions & 4 deletions examples/express/complete/package.json
Expand Up @@ -25,10 +25,10 @@
"graphql-ez": "workspace:^0.15.1"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^18.7.14",
"@types/express": "^4.17.14",
"@types/node": "^18.8.3",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
"esbuild": "^0.15.10",
"typescript": "^4.8.4"
}
}
8 changes: 4 additions & 4 deletions examples/fastify/basic/package.json
Expand Up @@ -13,14 +13,14 @@
"@graphql-ez/fastify": "workspace:^0.11.0",
"@graphql-ez/plugin-codegen": "workspace:^0.7.11",
"@graphql-ez/plugin-schema": "workspace:^0.8.5",
"fastify": "^4.5.3",
"fastify": "^4.7.0",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.15.1"
},
"devDependencies": {
"@types/node": "^18.7.14",
"@types/node": "^18.8.3",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
"esbuild": "^0.15.10",
"typescript": "^4.8.4"
}
}
8 changes: 4 additions & 4 deletions examples/fastify/complete/package.json
Expand Up @@ -22,15 +22,15 @@
"@graphql-ez/plugin-voyager": "workspace:^0.9.4",
"@graphql-ez/plugin-websockets": "workspace:^0.10.5",
"@types/graphql-upload": "^8.0.11",
"fastify": "^4.5.3",
"fastify": "^4.7.0",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.15.1",
"graphql-upload": "^13.0.0"
},
"devDependencies": {
"@types/node": "^18.7.14",
"@types/node": "^18.8.3",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
"esbuild": "^0.15.10",
"typescript": "^4.8.4"
}
}
8 changes: 4 additions & 4 deletions examples/fastify/nexus/package.json
Expand Up @@ -10,15 +10,15 @@
"start": "bob-tsm src/index.ts"
},
"devDependencies": {
"@types/node": "^18.7.14",
"@types/node": "^18.8.3",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
"esbuild": "^0.15.10",
"typescript": "^4.8.4"
},
"dependencies": {
"@graphql-ez/fastify": "workspace:^0.11.0",
"@graphql-ez/plugin-altair": "workspace:^0.9.11",
"fastify": "^4.5.3",
"fastify": "^4.7.0",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.15.1",
"nexus": "^1.3.0"
Expand Down
10 changes: 5 additions & 5 deletions examples/fastify/pothos/package.json
Expand Up @@ -12,15 +12,15 @@
"dependencies": {
"@graphql-ez/fastify": "workspace:^0.11.0",
"@graphql-ez/plugin-graphiql": "workspace:^0.11.5",
"@pothos/core": "^3.19.1",
"fastify": "^4.5.3",
"@pothos/core": "^3.22.5",
"fastify": "^4.7.0",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.15.1"
},
"devDependencies": {
"@types/node": "^18.7.14",
"@types/node": "^18.8.3",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
"esbuild": "^0.15.10",
"typescript": "^4.8.4"
}
}
8 changes: 4 additions & 4 deletions examples/fastify/type-graphql/package.json
Expand Up @@ -10,17 +10,17 @@
"@graphql-ez/fastify": "workspace:^0.11.0",
"@graphql-ez/plugin-altair": "workspace:^0.9.11",
"class-validator": "^0.13.2",
"fastify": "^4.5.3",
"fastify": "^4.7.0",
"graphql": "^15.8.0",
"graphql-ez": "workspace:^0.15.1",
"reflect-metadata": "^0.1.13",
"type-graphql": "^1.1.1"
},
"devDependencies": {
"@types/node": "^18.7.14",
"esbuild": "^0.15.6",
"@types/node": "^18.8.3",
"esbuild": "^0.15.10",
"tsc-watch": "^5.0.3",
"typescript": "^4.8.2"
"typescript": "^4.8.4"
},
"dependenciesMeta": {
"graphql-ez": {
Expand Down
6 changes: 3 additions & 3 deletions examples/hapi/complete/package.json
Expand Up @@ -26,9 +26,9 @@
},
"devDependencies": {
"@types/hapi__hapi": "20.0.12",
"@types/node": "^18.7.14",
"@types/node": "^18.8.3",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
"esbuild": "^0.15.10",
"typescript": "^4.8.4"
}
}

1 comment on commit 067872e

@vercel
Copy link

@vercel vercel bot commented on 067872e Oct 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.