-
Notifications
You must be signed in to change notification settings - Fork 4.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
Upgrade typescript
to 4.9.5
#48299
Upgrade typescript
to 4.9.5
#48299
Conversation
Size Change: +410 B (0%) Total Size: 1.33 MB
ℹ️ View Unchanged
|
@@ -151,7 +151,7 @@ export { isAppleOS }; | |||
/** | |||
* Map the values of an object with a specified callback and return the result object. | |||
* | |||
* @template T | |||
* @template {{ [s: string]: any; } | ArrayLike<any>} T |
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.
@@ -87,7 +87,7 @@ function isValidFocusableArea( element ) { | |||
* Returns all focusable elements within a given context. | |||
* | |||
* @param {Element} context Element in which to search. | |||
* @param {Object} [options] | |||
* @param {Object} options |
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.
Flaky tests detected in a28ad60. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4270454351
|
1a0d75f
to
a28ad60
Compare
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.
Looks good, thank you! 🚀
What?
Upgrade
typescript
to the latest version (4.4.2
->4.9.5
).Why?
Staying up-to-date.
How?
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-5.html#breaking-changes
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-6.html#breaking-changes
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-7.html#breaking-changes
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-8.html#correctness-fixes-and-breaking-changes
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-9.html#correctness-fixes-and-breaking-changes
Testing Instructions