8000 [Snyk] Upgrade @radix-ui/react-tooltip from 1.1.7 to 1.2.4 by FlixiDoe · Pull Request #5 · FlixiDoe/coder · GitHub
[go: up one dir, main page]

Skip to content

[Snyk] Upgrade @radix-ui/react-tooltip from 1.1.7 to 1.2.4 #5

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@radix-ui/react-slider": "1.2.2",
"@radix-ui/react-slot": "1.1.1",
"@radix-ui/react-switch": "1.1.1",
"@radix-ui/react-tooltip": "1.1.7",
"@radix-ui/react-tooltip": "1.2.4",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This upgrade changes @radix-ui/react-tooltip from v1.1.7 to v1.2.4. This represents a minor version increment (1.1.x to 1.2.x) and, according to the PR description, encompasses 45 intermediate versions (many of which are release candidates).

While Snyk flags this as a non-breaking change, minor versions can introduce subtle API alterations, behavioral shifts, or deprecations that might not be caught by automated checks. Your project includes a custom TooltipContent component (site/src/components/Tooltip/Tooltip.tsx) that relies on Radix UI's data-[state] and data-[side] attributes for styling and animations.

Could you please ensure the following steps are taken before merging?

  1. Review Radix UI Changelog: Examine the official Radix UI changelog for @radix-ui/react-tooltip, particularly for the v1.2.0 release and any subsequent patch versions up to v1.2.4. Pay close attention to any notes regarding TooltipPrimitive.Content, styling hooks (like data-* attributes), animation behavior, or accessibility improvements/changes.
  2. Comprehensive Testing: Thoroughly test the custom tooltip component. This includes verifying that its appearance, animations, positioning, and overall functionality remain consistent and correct across different browsers and use cases within your application. The Storybook story for this component would be a good starting point.

"@radix-ui/react-visually-hidden": "1.1.0",
"@tanstack/react-query-devtools": "4.35.3",
"@xterm/addon-canvas": "0.7.0",
Expand Down
0