-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[v17] WebUI MFA types refactor #49974
Conversation
@@ -62,7 +62,7 @@ | |||
"prettier": "^3.3.3", | |||
"react-select-event": "^5.5.1", | |||
"storybook": "^8.3.4", | |||
"typescript": "^5.6.2", | |||
"typescript": "^5.7.2", |
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.
Why this upgrade in a backport?
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.
The version update was necessary to fix the linting issue seen here - https://github.com/gravitational/teleport/actions/runs/12247136930/job/34164410155
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.
The issue seems to be that #49613 hasn't been backported, but the typescript update is the only thing this PR needs. WDYT?
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.
Ah okay, fair enough. I don't think it's worth opening another PR to do this
2b12ec1
to
62edcd7
Compare
Backport #49678 to branch/v17