-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Bump up typescript to latest #3009
Conversation
/cc @benlesh . |
Uh forgot error object thing. :/ |
BREAKING CHANGE: IE10 and lower will need to polyfill `Object.setPrototypeOf`
20e3b54
to
9a1ff90
Compare
Generated by 🚫 dangerJS |
Error object change is basically cherry picking d242156 merged in next previously. |
@kwonoj what is dependency cruiser? Is it required for this change? Can we discuss it and perhaps move it to a different PR? |
@benlesh it's replacement to |
@kwonoj right on |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description:
This PR bumps up tsc / type definition (
typings
) into latest. PR intentionally picks tsc version tolatest
, let master branch try to build on latest release always to check regressions earlier.Related issue (if exists):