DataBiosphere / findable-ui

Apache License 2.0
1 stars 0 forks source link

Bump version of ts-jest to match the typescript version #201

Closed NoopDog closed 2 weeks ago

NoopDog commented 2 weeks ago

I saw the error below trying to run npm run lint and npm run test during the pre -commit hook.

=============

WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <5.0.0

YOUR TYPESCRIPT VERSION: 5.5.4

Please only submit bug reports when using the officially supported version.

============= Pages directory cannot be found at /Users/dave/projects/findable-ui/pages or /Users/dave/projects/findable-ui/src/pages. If using a custom path, please configure with the no-html-link-for-pages rule in your eslint config file.

@databiosphere/findable-ui@11.0.0 test jest

ts-jest[versions] (WARN) Version 5.5.4 of typescript installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=4.3.0 <5.0.0-0). Please do not report issues in ts-jest if you are using unsupported versions. ts-jest[versions] (WARN) Version 5.5.4 of typescript installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=4.3.0 <5.0.0-0). Please do not report issues in ts-jest if you are using unsupported versions. ts-jest[versions] (WARN) Version 5.5.4 of typescript installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=4.3.0 <5.0.0-0). Please do not report issues in ts-jest if you are using unsupported versions. ts-jest[versions] (WARN) Version 5.5.4 of typescript installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=4.3.0 <5.0.0-0). Please do not report issues in ts-jest if you are using unsupported versions. ts-jest[versions] (WARN) Version 5.5.4 of typescript installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=4.3.0 <5.0.0-0). Please do not report issues in ts-jest if you are using unsupported versions. ts-jest[versions] (WARN) Version 5.5.4 of typescript installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=4.3

NoopDog commented 2 weeks ago

Complete