xolvio / chimp

Tooling that helps you do quality, faster.
MIT License
798 stars 139 forks source link

fix: upgrades typescript version #787

Closed Bhavesh-Suvalaka closed 2 years ago

Bhavesh-Suvalaka commented 2 years ago

Upgrading typescript version as end-to-end test was failing while running the type check with below error:

`

graphql-scaffold@1.0.0 type-check /home/runner/work/chimp/chimp-test-repo tsc --noEmit Error: node_modules/@types/prettier/index.d.ts(41,54): error TS2315: Type 'IsTuple' is not generic. Error: node_modules/@types/prettier/index.d.ts(53,6): error TS2456: Type alias 'IsTuple' circularly references itself. Error: node_modules/@types/prettier/index.d.ts(53,65): error TS2574: A rest element type must be an array type. Error: node_modules/@types/prettier/index.d.ts(53,84): error TS2315: Type 'IsTuple' is not generic. Error: node_modules/@types/prettier/index.d.ts(96,5): error TS2589: Type instantiation is excessively deep and possibly infinite. Error: node_modules/@types/prettier/index.d.ts(131,5): error TS2589: Type instantiation is excessively deep and possibly infinite. Error: node_modules/@types/prettier/index.d.ts(165,5): error TS2589: Type instantiation is excessively deep and possibly infinite. `

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 4.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: