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

Remove support for "create-react-app-ts" projectType in jest-runner #2787

Closed
nicojs opened this issue Mar 9, 2021 · 0 comments
Closed

Remove support for "create-react-app-ts" projectType in jest-runner #2787

nicojs opened this issue Mar 9, 2021 · 0 comments
Labels
🚀 Feature request New feature request
Milestone

Comments

@nicojs
Copy link
Member

nicojs commented Mar 9, 2021

Is your feature request related to a problem? Please describe.

The "create-react-app-ts" project type currently runs react-scripts-ts. However, this is no longer valid:

Describe the solution you'd like
Remove the "create-react-app-ts" project type from the jest runner.

Describe alternatives you've considered
Keeping it in for longer, or renaming it to something like "create-react-app-ts-legacy".

Additional context

@nicojs nicojs added the 🚀 Feature request New feature request label Mar 9, 2021
@nicojs nicojs added this to the 5.0 milestone Mar 9, 2021
@nicojs nicojs mentioned this issue Mar 9, 2021
6 tasks
nicojs added a commit that referenced this issue Mar 9, 2021
Drop support for "react-scripts-ts" by removing "create-react-app-ts" project type from the jest-runner. Note: react with typescript is still supported, either by projectType custom or `create-react-app` dependend on the use case. See #2787

Closes #2787
nicojs added a commit that referenced this issue Mar 9, 2021
Drop support for "react-scripts-ts" by removing "create-react-app-ts" project type from the jest-runner. Note: react with typescript is still supported, either by projectType custom or `create-react-app` dependent on the use case. See #2787

Closes #2787

BREAKING CHANGE: Support for project type `create-react-app-ts` is dropped from the jest-runner.
nicojs added a commit that referenced this issue Mar 11, 2021
Drop support for "react-scripts-ts" by removing "create-react-app-ts" project type from the jest-runner. Note: react with typescript is still supported, either by projectType custom or `create-react-app` dependent on the use case. See #2787

Closes #2787

BREAKING CHANGE: Support for project type `create-react-app-ts` is dropped from the jest-runner.
@simondel simondel closed this as completed Apr 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 Feature request New feature request
Projects
None yet
Development

No branches or pull requests

2 participants