-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
chore(workspace): use typescript ~5.3.0 across the workspace #13416
base: main
Are you sure you want to change the base?
Conversation
Please ensure that this PR:
A repository administrator is required to review this change. |
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.
Thanks!
9abb779
to
73fe129
Compare
@@ -122,7 +122,7 @@ | |||
"typedoc": "0.25.8", | |||
"typedoc-plugin-extras": "^3.0.0", | |||
"typedoc-plugin-missing-exports": "^2.2.0", | |||
"typescript": "^4.6.0", | |||
"typescript": "~5.3.0", |
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 ~
vs hard dependency or ^
?
Description of changes
We can now use typescript 5.3.x across the workspace.
Issue #, if available
Description of how you validated changes
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.