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

feat(core): drop support for TypeScript 4.6 and 4.7 #47690

Closed
wants to merge 1 commit into from

Commits on Oct 7, 2022

  1. feat(core): drop support for TypeScript 4.6 and 4.7

    Updates the version range in the compiler to require at least TypeScript 4.8. Note that I'm keeping the backwards-compatibility layer for 4.7 around for now until internal projects have been migrated to 4.8.
    
    BREAKING CHANGE:
    TypeScript versions older than 4.8 are no longer supported.
    crisbeto committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    2c36df3 View commit details
    Browse the repository at this point in the history