You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snyk has created this PR to upgrade @radix-ui/react-dropdown-menu from 2.1.15 to 2.1.16.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 11 versions ahead of your current version.
Examine package.json and package-lock.json changes
Check where @radix-ui/react-dropdown-menu is used in the codebase
Verify compatibility with current React and TypeScript versions
Review release notes for breaking changes
Assess security improvements or bug fixes
Check for any potential impacts on UI components
✅ What Looks Good
Safe Patch Version Upgrade: This is a patch version update from 2.1.15 → 2.1.16, following semantic versioning. Patch versions typically contain only bug fixes and are backwards compatible.
Dependency Consistency: The upgrade maintains consistency with other Radix UI packages in the project, which are mostly on version 1.x or 2.x.
React Compatibility: The upgraded version supports React 18 (which the project uses) with the peer dependency range: "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
TypeScript Support: The package includes optional TypeScript type definitions, maintaining compatibility with the project's TypeScript setup.
Clean Dependency Tree: The sub-dependencies are also getting patch updates:
@radix-ui/primitive: 1.1.2 → 1.1.3
@radix-ui/react-menu: 2.1.15 → 2.1.16
Other internal Radix dependencies updated to compatible versions
⚠️ Observations
Unused Dependency: I couldn't find any actual usage of @radix-ui/react-dropdown-menu in the codebase. There's no dropdown-menu.tsx component in src/components/ui/, and no imports of this package found via grep search. This dependency appears to be installed but unused.
Bundle Size Impact: The package-lock.json diff shows approximately 175 additional lines, mostly from updated sub-dependencies. While not critical for a patch version, it indicates some structural changes in the dependency tree.
Release Notes: According to the PR description, the recommended version is "11 versions ahead," suggesting there might be more substantial updates available beyond 2.1.16 that could provide additional improvements.
🔍 Recommendations
Consider Dependency Audit: Since @radix-ui/react-dropdown-menu appears to be unused in the codebase, consider removing it entirely to reduce bundle size and dependency maintenance overhead.
Test UI Components: Although no dropdown menu component was found, if this dependency is planned for future use or is used indirectly, ensure all UI components are tested after the upgrade.
Future Updates: Consider updating to the latest stable version if there are no breaking changes, as the PR mentions there are 11 versions ahead of the current one.
🚨 No Critical Issues Found
This upgrade appears safe to merge. It's a minor patch update with no breaking changes expected. The project's strict TypeScript configuration and MathJS precision requirements are not affected by this UI library update.
Verdict: ✅ Approved - This is a safe, backwards-compatible patch update with no impact on the project's core functionality.
✅ All modified and coverable lines are covered by tests. ⚠️ Please upload report for BASE (main@ac23b33). Learn more about missing BASE report. ⚠️ Report is 2 commits behind head on main.
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
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.
Snyk has created this PR to upgrade @radix-ui/react-dropdown-menu from 2.1.15 to 2.1.16.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 11 versions ahead of your current version.
The recommended version was released 23 days ago.
Release notes
Package name: @radix-ui/react-dropdown-menu
-
2.1.16 - 2025-08-13
-
2.1.16-rc.1755205432459 - 2025-08-14
-
2.1.16-rc.1755201399387 - 2025-08-14
-
2.1.16-rc.1755118410828 - 2025-08-13
-
2.1.16-rc.1755114563302 - 2025-08-13
-
2.1.16-rc.1752791004720 - 2025-07-17
-
2.1.16-rc.1752166910601 - 2025-07-10
-
2.1.16-rc.1752166434368 - 2025-07-10
-
2.1.16-rc.1752166197873 - 2025-07-10
-
2.1.16-rc.1752165236204 - 2025-07-10
-
2.1.16-rc.1751501220403 - 2025-07-03
-
2.1.15 - 2025-05-20
from @radix-ui/react-dropdown-menu GitHub release notesImportant
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: