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

support for TS >= 5.0 in cli-plugin-unit-jest #7428

Open
mateuszkitlas opened this issue Oct 18, 2023 · 1 comment
Open

support for TS >= 5.0 in cli-plugin-unit-jest #7428

mateuszkitlas opened this issue Oct 18, 2023 · 1 comment

Comments

@mateuszkitlas
Copy link

What problem does this feature solve?

peer dependency for cli-plugin-unit-jest is ts-node 27, which peer dependency for TS is < 5.0. Because of that, no Vue project can use TS >= 5.0 with any tests (same story for mocha plugin).

It's been quite a long time since TS 5.0 release, and Vue claims that TS has first-class support.

What does the proposed API look like?

peer dependency for cli-plugin-unit-jest should include ts-node >= 28

@jmaloon
Copy link

jmaloon commented Oct 30, 2023

This might help #7129

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