Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
NoopDog opened this issue Sep 23, 2024 · 1 comment
Closed

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

NoopDog opened this issue Sep 23, 2024 · 1 comment
Assignees

Comments

@NoopDog
Copy link
Collaborator

NoopDog commented Sep 23, 2024

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/[email protected] 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

frano-m pushed a commit that referenced this issue Sep 23, 2024
)

* chore: update typescript-related packages for compatibility (#201)

* chore: fix errors from updated eslint rules (#201)
@NoopDog
Copy link
Collaborator Author

NoopDog commented Sep 24, 2024

Complete

@NoopDog NoopDog closed this as completed Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants