-
Notifications
You must be signed in to change notification settings - Fork 866
chore: Update radix-ui components and icons #557
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
Merged
olaservo
merged 10 commits into
modelcontextprotocol:main
from
richardkmichael:update-radix-and-icons
Jun 25, 2025
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
336804d
Update @radix-ui/react-checkbox
richardkmichael 6d8e2dd
Update @radix-ui/react-label
richardkmichael 21d3b7d
Update @radix-ui/react-tabs
richardkmichael 54209f4
Update @radix-ui/react-tooltip
richardkmichael 0987127
Update @radix-ui/react-toast
richardkmichael 8153f0d
Update @radix-ui/react-dialog
richardkmichael 5d00e87
Update @radix-ui/react-popover
richardkmichael e0fe311
Update @radix-ui/react-select
richardkmichael 73bb000
Update lucide-react
richardkmichael 36e053a
Adjust e2e test configuration
richardkmichael File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Wow, I am kind of surprised that CI might take this long for these tests. Wonder if this should only run on main or on demand?
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.
I think it can run on all PRs, as-is.
The actual tests take only ~25 seconds. A total test run is ~3m20s. Both visible on this successful run.
The failed run exceeded the timeout during runner prep;
apt-get update
and Playwright install w deps took > 4 minutes. I'm not sure, but presume this depends on cache state and GitHub infrastructure load, so the minimum is difficult to predict. 10 minutes might be enough, I set it to 15 to avoid fiddling with it. :-)Ideally the author runs locally too. Personally, I prefer to have full test suites enabled for PRs / branches, to avoid discovering breakage after a merge. If the test suite is slow, that ought to be dealt with.