ts-jest[versions] (WARN) Version 4.1.6 of typescript installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=2.7.0 <4.0.0). Please do not report issues in ts-jest if you are using unsupported versions.
I know vue-cli 5.x is close to launch, but 4.x should still be updated/supported. It would be ideal if vue-cli didn't create a project that shows warning messages and relies on a package version that's not maintained anymore.
Version
4.5.14
Reproduction link
github.com
Environment info
Steps to reproduce
yarn test:unit
What is expected?
I would expect no warning messages
What is actually happening?
I'm getting warning messages:
ts-jest[versions] (WARN) Version 4.1.6 of typescript installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=2.7.0 <4.0.0). Please do not report issues in ts-jest if you are using unsupported versions.
ts-jest 24 is unmaintained: https://github.com/kulshekhar/ts-jest/issues/2632#issuecomment-850394178
I know vue-cli 5.x is close to launch, but 4.x should still be updated/supported. It would be ideal if vue-cli didn't create a project that shows warning messages and relies on a package version that's not maintained anymore.