Skip to content

Commit

Permalink
upgrade typescript to 4.8.4 (#1584)
Browse files Browse the repository at this point in the history
* upgrade typescript to 4.8.4

* enable lib checks :)

* dont use Id generic

* Revert "dont use Id generic"

This reverts commit 0b2ec35.

* disable lib checks (:

Co-authored-by: enisdenjo <badurinadenis@gmail.com>
  • Loading branch information
n1ru4l and enisdenjo authored Nov 24, 2022
1 parent e2ff77e commit 6b47915
Show file tree
Hide file tree
Showing 54 changed files with 57 additions and 62 deletions.
2 changes: 1 addition & 1 deletion examples/apollo-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/node": "15.6.1",
"ts-node": "10.0.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"scripts": {
"start": "ts-node index.ts"
Expand Down
2 changes: 1 addition & 1 deletion examples/azure-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@azure/functions": "1.2.3",
"@types/node": "15.6.1",
"ts-node": "10.0.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"scripts": {
"compile": "tsc"
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@cloudflare/workers-types": "2.2.2",
"@types/node": "15.6.1",
"ts-node": "10.0.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"scripts": {
"compile": "tsc"
Expand Down
2 changes: 1 addition & 1 deletion examples/express-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/node": "15.6.1",
"ts-node": "10.0.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"scripts": {
"start": "ts-node index.ts"
Expand Down
2 changes: 1 addition & 1 deletion examples/google-cloud-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@azure/functions": "1.2.3",
"@types/node": "15.6.1",
"ts-node": "10.0.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"scripts": {
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-helix-auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@types/node": "15.6.1",
"ts-node": "10.0.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"scripts": {
"start": "ts-node index.ts"
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-helix-defer-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/node": "16.10.9",
"ts-node": "10.3.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"scripts": {
"start": "ts-node index.ts"
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-helix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/node": "15.6.1",
"ts-node": "10.0.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"scripts": {
"start": "ts-node index.ts"
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-socket.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/node": "15.6.1",
"@types/ws": "7.4.1",
"ts-node": "10.0.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"scripts": {
"start": "ts-node index.ts",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-sse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/node": "15.6.1",
"@types/ws": "7.4.1",
"ts-node": "10.0.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"scripts": {
"start": "ts-node index.ts"
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/node": "15.6.1",
"@types/ws": "7.4.1",
"ts-node": "10.0.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"scripts": {
"start": "ts-node index.ts"
Expand Down
2 changes: 1 addition & 1 deletion examples/lambda-aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/aws-lambda": "8.10.76",
"@types/node": "15.6.1",
"ts-node": "10.0.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"scripts": {
"compile": "tsc"
Expand Down
2 changes: 1 addition & 1 deletion examples/nexus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@types/node": "15.6.1",
"ts-node": "10.0.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"scripts": {
"start": "ts-node index.ts"
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@types/node": "15.6.1",
"ts-node": "10.0.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"scripts": {
"start": "ts-node index.ts"
Expand Down
2 changes: 1 addition & 1 deletion examples/typegraphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@types/node": "15.6.1",
"ts-node": "10.0.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"scripts": {
"start": "ts-node index.ts"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@types/node": "15.12.2",
"tsup": "4.11.2",
"typescript": "4.7.4"
"typescript": "4.8.4"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"rimraf": "3.0.2",
"ts-jest": "27.1.3",
"ts-node": "10.7.0",
"typescript": "4.8.2",
"typescript": "4.8.4",
"wait-on": "6.0.1"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@graphql-tools/utils": "8.8.0",
"@graphql-tools/schema": "8.5.0",
"graphql": "16.3.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"buildOptions": {
"input": "./src/index.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/apollo-datasources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"apollo-server-caching": "3.3.0",
"apollo-datasource": "3.3.1",
"graphql": "16.3.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"dependencies": {
"tslib": "^2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/apollo-federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"devDependencies": {
"graphql": "16.3.0",
"typescript": "4.7.4",
"typescript": "4.8.4",
"@apollo/gateway": "0.43.1",
"@apollo/federation": "0.33.6",
"graphql-tag": "2.12.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/apollo-server-errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"apollo-server-core": "3.5.0",
"graphql": "16.3.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/apollo-tracing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"devDependencies": {
"@graphql-tools/schema": "8.5.0",
"graphql": "16.3.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"peerDependencies": {
"@envelop/types": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"devDependencies": {
"@types/jsonwebtoken": "8.5.8",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/dataloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"dataloader": "2.0.0",
"reflect-metadata": "0.1.13",
"graphql": "16.3.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"peerDependencies": {
"dataloader": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/depth-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@envelop/core": "^3.0.3",
"@types/graphql-depth-limit": "1.1.3",
"graphql": "16.3.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/disable-introspection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"graphql": "16.3.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/execute-subscription-event/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@n1ru4l/push-pull-async-iterable-iterator": "3.2.0",
"graphql": "16.3.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/extended-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"graphql": "16.3.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/filter-operation-type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"graphql": "16.3.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/fragment-arguments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@graphql-tools/utils": "8.8.0",
"@graphql-tools/schema": "8.5.0",
"graphql": "16.3.0",
"typescript": "4.7.4",
"typescript": "4.8.4",
"oneline": "1.0.3",
"common-tags": "1.8.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/generic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"graphql": "16.3.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/graphql-jit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"graphql-jit": "0.7.3",
"reflect-metadata": "0.1.13",
"graphql": "16.3.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/graphql-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"graphql-middleware": "6.1.15",
"graphql": "16.3.0",
"graphql-shield": "7.5.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/graphql-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"reflect-metadata": "0.1.13",
"graphql-modules": "2.0.0",
"graphql": "16.3.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/immediate-introspection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dependencies": {},
"devDependencies": {
"graphql": "16.3.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/live-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"devDependencies": {
"graphql": "16.3.0",
"typescript": "4.7.4",
"typescript": "4.8.4",
"@n1ru4l/graphql-live-query-patch-jsondiffpatch": "0.8.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/newrelic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/newrelic": "7.0.3",
"graphql": "16.3.0",
"newrelic": "8.8.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/on-resolve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dependencies": {},
"devDependencies": {
"graphql": "16.3.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/opentelemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"devDependencies": {
"graphql": "16.3.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/operation-field-permissions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"graphql": "16.3.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/parser-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"graphql": "16.3.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/persisted-operations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@graphql-tools/schema": "8.5.0",
"graphql": "16.3.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/preload-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"graphql": "16.3.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/prometheus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"prom-client": "14.0.1",
"@graphql-tools/schema": "8.5.0",
"graphql": "16.3.0",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.3",
Expand Down
Loading

0 comments on commit 6b47915

Please sign in to comment.