-
Notifications
You must be signed in to change notification settings - Fork 3
chore: bump #22
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
chore: bump #22
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -9,20 +9,14 @@ | |||||||||||||
| "preview": "vite preview", | ||||||||||||||
| "lint": "biome lint .", | ||||||||||||||
| "format": "prettier --cache -c .", | ||||||||||||||
| "format:fix": "prettier --cache -w .", | ||||||||||||||
| "typecheck": "react-router typegen && tsc", | ||||||||||||||
| "validate": "pnpm run lint && pnpm run format && pnpm run typecheck", | ||||||||||||||
| "start": "npx sirv-cli build/client/ --single" | ||||||||||||||
| }, | ||||||||||||||
| "dependencies": { | ||||||||||||||
| "@conform-to/react": "^1.5.0", | ||||||||||||||
| "@conform-to/zod": "^1.5.0", | ||||||||||||||
| "@radix-ui/react-alert-dialog": "^1.1.13", | ||||||||||||||
| "@radix-ui/react-avatar": "^1.1.9", | ||||||||||||||
| "@radix-ui/react-dialog": "^1.1.13", | ||||||||||||||
| "@radix-ui/react-dropdown-menu": "^2.1.14", | ||||||||||||||
| "@radix-ui/react-label": "^2.1.6", | ||||||||||||||
| "@radix-ui/react-slot": "^1.2.2", | ||||||||||||||
| "@radix-ui/react-tabs": "^1.1.11", | ||||||||||||||
| "@radix-ui/react-toast": "^1.2.13", | ||||||||||||||
| "@react-router/node": "7.6.0", | ||||||||||||||
| "@tailwindcss/vite": "^4.1.6", | ||||||||||||||
|
Comment on lines
18
to
22
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Verification agent 🧩 Analysis chainLeft-over scoped Radix package creates duplicate bundles Only toast keeps the old scoped namespace: If the new monorepo also exports 🏁 Script executed: #!/bin/bash
# Find every import that still references the old scoped packages
rg --no-heading -n "@radix-ui/react-" | headLength of output: 615 Remove unused We ran • package.json, line 20: remove If you have a future need for Radix Toast, re-add it then or document why this package remains special. 🤖 Prompt for AI Agents |
||||||||||||||
|
|
@@ -46,7 +40,8 @@ | |||||||||||||
| "tailwind-merge": "^3.3.0", | ||||||||||||||
| "tailwindcss-animate": "^1.0.7", | ||||||||||||||
| "zod": "^3.24.4", | ||||||||||||||
| "zodix": "^0.4.4" | ||||||||||||||
| "zodix": "^0.4.4", | ||||||||||||||
| "radix-ui": "latest" | ||||||||||||||
| }, | ||||||||||||||
|
Comment on lines
+43
to
45
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Pin Unpinned versions make reproducible builds impossible and silently pull breaking - "radix-ui": "latest"
+ "radix-ui": "^2.0.1"📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||
| "devDependencies": { | ||||||||||||||
| "@biomejs/biome": "^1.9.4", | ||||||||||||||
|
|
||||||||||||||
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.
Run-time bug –
.Slotproperty is very likely undefinedSlotPrimitiveis already the component you want to render. Dereferencing.Slotadds an extra level that does not exist in the original API and will crash:📝 Committable suggestion
🤖 Prompt for AI Agents