-
Notifications
You must be signed in to change notification settings - Fork 6.8k
build: drop typescript 3.9 checks #20827
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but going to mark as blocked until Google is on 4.0
Unblocking since the Framework PR has landed. |
ebbf960
to
916b6df
Compare
@crisbeto I don't think we can remove the tests until Google is off 3.9 |
The Framework team dropped support on their end though. See angular/angular#39313. |
They changed the supported TS range for CLI apps, but they still have the tests for it (Andrew's PR says those will be removed in a follow-up, and that follow up would also be blocked on Google finishing updating to 4.0) |
Alright, re-blocking this one. |
916b6df
to
c18908d
Compare
@crisbeto is this merge ready again? |
Looks like support was dropped in v11 from the Framework repo. Unblocking. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Removes the TypeScript 3.9 checks since the framework is in the process of removing support (see angular/angular#39313). Also updates the Firebase functions to TS 4.0.
c18908d
to
7dfa40d
Compare
Removes the TypeScript 3.9 checks since the framework is in the process of removing support (see angular/angular#39313). Also updates the Firebase functions to TS 4.0. (cherry picked from commit ab8ec83)
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Removes the TypeScript 3.9 checks since the framework is in the process of removing support (see angular/angular#39313).
Also updates the Firebase functions to TS 4.0.
Note: this is merge-safe since it only changes build-related code.