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

fix: lock Typescript to 3.6.0 #6810

Merged
merged 1 commit into from Sep 30, 2020

Commits on Sep 30, 2020

  1. fix: lock Typescript to 3.6.0

    Because of a breaking feature in Typescript 3.7.0 we cannot upgrade
    past that without marooning users of Typescript 3.5 / 3.6 & 4.0+
    
    this locks typescript to ~3.6.0 explicitly and fixes some small
    issues that arise in using that version
    
    fixes typeorm#6809
    fixes typeorm#6805
    imnotjames committed Sep 30, 2020
    Copy the full SHA
    8621fd2 View commit details
    Browse the repository at this point in the history