Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v4.9.3 (#4814)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency typescript to v4.9.3

* chore(dependencies): updated changesets for modified dependencies

* fix(runtime): support for TS 4.9.3

* chore(dependencies): updated changesets for modified dependencies

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <[email protected]>
  • Loading branch information
3 people authored Nov 17, 2022
1 parent 38520bd commit 7390ca3
Show file tree
Hide file tree
Showing 16 changed files with 33 additions and 20 deletions.
8 changes: 8 additions & 0 deletions .changeset/@graphql-mesh_cli-4814-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@graphql-mesh/cli": patch
---
dependencies updates:
- Updated dependency [`@graphql-codegen/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-codegen/typescript/v/2.8.2) (from `2.8.1`, in `dependencies`)
- Updated dependency [`@graphql-codegen/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-codegen/typescript-operations/v/2.5.7) (from `2.5.6`, in `dependencies`)
- Updated dependency [`@graphql-codegen/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-codegen/typescript-resolvers/v/2.7.7) (from `2.7.6`, in `dependencies`)
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/typescript/v/4.9.3) (from `4.8.4`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/kind-seahorses-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphql-mesh/runtime': patch
---

Fixes for TypeScript 4.9.3
2 changes: 1 addition & 1 deletion examples/nextjs-apollo-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
},
"devDependencies": {
"@types/react": "18.0.25",
"typescript": "4.8.4"
"typescript": "4.9.3"
}
}
2 changes: 1 addition & 1 deletion examples/nextjs-sdk-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
},
"devDependencies": {
"@types/react": "18.0.25",
"typescript": "4.8.4"
"typescript": "4.9.3"
}
}
2 changes: 1 addition & 1 deletion examples/openapi-javascript-wiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"@graphql-mesh/openapi": "0.33.34",
"graphql": "16.6.0",
"moment": "2.29.4",
"typescript": "4.8.4"
"typescript": "4.9.3"
}
}
2 changes: 1 addition & 1 deletion examples/openapi-react-weatherbit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@vitejs/plugin-react": "2.2.0",
"typescript": "4.8.4",
"typescript": "4.9.3",
"vite": "3.2.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"express": "4.18.2",
"@whatwg-node/fetch": "0.5.3",
"ts-node": "10.9.1",
"typescript": "4.8.4"
"typescript": "4.9.3"
}
}
2 changes: 1 addition & 1 deletion examples/openwhisk-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"graphql": "16.6.0",
"@graphql-mesh/cli": "0.79.3",
"@graphql-mesh/graphql": "0.31.31",
"typescript": "4.8.4"
"typescript": "4.9.3"
}
}
2 changes: 1 addition & 1 deletion examples/postgres-geodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@types/node": "18.11.9",
"ts-node": "10.9.1",
"typescript": "4.8.4",
"typescript": "4.9.3",
"cross-env": "7.0.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/thrift-calculator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"graphql": "16.6.0",
"thrift": "0.17.0",
"ts-node": "10.9.1",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"devDependencies": {
"concurrently": "7.5.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"patch-package": "6.5.0",
"prettier": "2.7.1",
"ts-jest": "29.0.3",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"pascal-case": "3.1.2",
"rimraf": "3.0.2",
"yargs": "17.6.2",
"typescript": "4.8.4",
"typescript": "4.9.3",
"ts-node": "10.9.1",
"tsconfig-paths": "4.1.0",
"ws": "8.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/src/useSubschema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export function useSubschema(subschema: Subschema): Plugin {
const plugin: Plugin = {
onPluginInit({ setSchema }) {
// To prevent unwanted warnings from stitching
if (!('_transformedSchema' in subschema)) {
if (!('_transformedSchema' in (subschema as any))) {
subschema.transformedSchema = applySchemaTransforms(subschema.schema, subschema);
}

Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"eslint-config-next": "12.3.3",
"postcss-import": "15.0.0",
"tailwindcss": "3.2.4",
"typescript": "4.8.4"
"typescript": "4.9.3"
}
}
8 changes: 4 additions & 4 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4782,10 +4782,10 @@ tsutils@^3.21.0:
dependencies:
tslib "^1.8.1"

typescript@4.8.4:
version "4.8.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
typescript@4.9.3:
version "4.9.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db"
integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==

unbox-primitive@^1.0.2:
version "1.0.2"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19792,10 +19792,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977"
integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==

typescript@4.8.4:
version "4.8.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
typescript@4.9.3:
version "4.9.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db"
integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==

typical@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit 7390ca3

Please sign in to comment.