-
Notifications
You must be signed in to change notification settings - Fork 667
[WIP] CONSOLE-2501: Bump Typescript to v4.2.4 #10604
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
6973dce to
28283a5
Compare
047543a to
0f9a4ce
Compare
7b3b4b5 to
b65621d
Compare
a89a2c5 to
1c49b60
Compare
423f58b to
e478a73
Compare
6d205c6 to
ac182a3
Compare
ac182a3 to
c91e233
Compare
Changes introduce a lot of additional TS errors in tests; I would rather ensure that all tests are working first before I return to this.
|
@rebeccaalpert: PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
2e7858e to
0f29513
Compare
0f29513 to
e4081b2
Compare
|
@rebeccaalpert: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Per Kim, I am opening a new PR based on Gilad's TypeScript work: #10432.
I will fix tests and try to resolve open issues.
Related to https://issues.redhat.com/projects/CONSOLE/issues/CONSOLE-2501.
Note: I am upgrading Jest to the latest version as part of this PR. I attempted a smaller upgrade (upgrade was necessary), but ran into issues and poor error messaging. The version we were using was so old there is no documentation, and documentation was sparse on the next major release.
The latest version has improved messaging and it is easier to mock modules. The next version bump will deprecate Jasmine. This PR will remove only the broken Jasmine calls. We will need to plan on removing any remaining Jasmine calls the next time we upgrade.