8000 [Snyk] Upgrade @radix-ui/react-dialog from 1.1.4 to 1.1.11 by FlixiDoe · Pull Request #2 · FlixiDoe/coder · GitHub
[go: up one dir, main page]

Skip to content

[Snyk] Upgrade @radix-ui/react-dialog from 1.1.4 to 1.1.11 #2

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 @@ -56,7 +56,7 @@
"@radix-ui/react-avatar": "1.1.2",
"@radix-ui/react-checkbox": "1.1.4",
"@radix-ui/react-collapsible": "1.1.2",
"@radix-ui/react-dialog": "1.1.4",
"@radix-ui/react-dialog": "1.1.11",

Choose a reason for hiding this comment

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

critical

The target version @radix-ui/react-dialog@1.1.11 is listed with a release date of 2025-04-22 in the PR description and Snyk metadata. This future date is a significant concern.

Could you please verify the following from official Radix UI sources (npm, GitHub releases for radix-ui/primitives):

  1. Is v1.1.11 a stable, publicly released version of @radix-ui/react-dialog?
  2. What is its actual release date and changelog?
  3. Is this version intended and suitable for production use?

If this version is not yet released, is a pre-release, or if the date is an error, it might be safer to target the latest confirmed stable version (e.g., 1.1.1 as of April 2024, but please confirm the absolute latest stable). This discrepancy needs clarification before the upgrade can be safely merged.

"@radix-ui/react-dropdown-menu": "2.1.4",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-popover": "1.1.5",
Expand Down
0