-
Notifications
You must be signed in to change notification settings - Fork 127
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
Migrate to the new typography APIs internally #2728
Conversation
🦋 Changeset detectedLatest commit: d49ae88 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: -68 B (-0.01%) Total Size: 640 kB
ℹ️ View Unchanged
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #2728 +/- ##
==========================================
- Coverage 87.10% 86.93% -0.17%
==========================================
Files 211 211
Lines 11920 11912 -8
Branches 1542 1527 -15
==========================================
- Hits 10383 10356 -27
- Misses 1487 1506 +19
Partials 50 50
|
Purpose
#2653 introduced new typography APIs but didn't adopt them yet internally.
Approach and changes
no-deprecated-components
,no-deprecated-props
, andno-renamed-props
ESLint rules to the entire project to automatically migrate to the new typography APIsDefinition of done