-
Notifications
You must be signed in to change notification settings - Fork 428
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(deps): bump typescript
to 5.6.2
#7494
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
No changes to documentation |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@sanity/[email protected], npm/@sanity/[email protected], npm/[email protected], npm/[email protected] |
7a3aedf
to
9b60d6a
Compare
@@ -26,7 +26,6 @@ const MIMETYPE_PLAINTEXT = 'text/plain' | |||
const SUPPORTS_SANITY_CLIPBOARD_MIMETYPE = | |||
typeof ClipboardItem !== 'undefined' && | |||
'supports' in ClipboardItem && | |||
// @ts-expect-error `ClipboardItem.supports` does not have types yet |
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.
TS 5.6 does have typings for this 🥳
Component Testing Report Updated Sep 11, 2024 1:34 PM (UTC) ✅ All Tests Passed -- expand for details
|
Description
Replaces these PRs:
And updates Renovate to group
@sanity/tsdoc
,@sanity/pkg-utils
andtypescript
in a single PR in the future, to ensure that typechecking behaves the same way, no matter if it's in your IDE, when running build, or when generating tsdocs.What to review
All good?
Testing
If typechecks passes, the ETL suite passes and the build commands then we're all good 👍
Notes for release
N/A internal tooling changes only