-
Notifications
You must be signed in to change notification settings - Fork 545
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 figma code connect dependency #5454
base: main
Are you sure you want to change the base?
Conversation
|
👋 Hi, this pull request contains changes to the source code that github/github depends on. If you are GitHub staff, we recommend testing these changes with github/github using the integration workflow. Thanks! |
size-limit report 📦
|
"overrides": { | ||
"nwsapi": "2.2.2" | ||
}, |
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.
Had to utilize an override here, as there's a problem with the latest version of nwsapi
and the :has
selector (some context), which causes some tests to fail (such as TreeView.test.tsx
), since there's usage of :has
in some selectors.
When this is resolved we can remove it, but for now it's needed in order for us to bump @figma/code-connect
.
Works perfect @TylerJDev, could you approve the PR? |
Update figma code connect dependency
Rollout strategy
Testing & Reviewing
Merge checklist