-
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
Update Reakit dep to 1.3.11 #49763
Update Reakit dep to 1.3.11 #49763
Conversation
Also update popperjs
Size Change: +766 B (0%) Total Size: 1.37 MB
ℹ️ View Unchanged
|
Flaky tests detected in 35fd578. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4680137335
|
Could we remove that declaration for |
Unfortunately no, the |
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.
LGTM 🚀 🚢
Follow-up to #49649
What?
Updates
reakit
to 1.3.11 (diff, no major changes that might affect us). Also updatespopperjs
to 2.11.7 (at the package-json level).Why?
Fixes these TypeScript errors when
skipLibCheck: false
fortsc
:Unfortunately I couldn't find a good fix for this duplicate declaration error in a reasonable amount of time, so I'll keep the
skipLibCheck: true
for now:Testing Instructions
✅ Types compile successfully (
npm run build:package-types
)