-
Notifications
You must be signed in to change notification settings - Fork 407
chore: repo maintenance #1247
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
base: main
Are you sure you want to change the base?
chore: repo maintenance #1247
Changes from 5 commits
961d409
8f451e1
d36808d
a5f8e12
07c93dc
77376da
48f7454
23e7e4b
f923c15
8c18a18
962b56d
bb77c56
11bb1cb
13728c5
384cf33
fa6a80c
06883d2
7563ba0
dbbdb62
7c3ad8a
9969b8e
95b59f8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,10 +25,10 @@ | |
| "@react-router/dev": "^7.0.0", | ||
| "@types/react": "19.2.7", | ||
| "@types/react-dom": "19.2.3", | ||
| "postcss": "8.4.49", | ||
| "tailwindcss": "^3.4.16", | ||
| "typescript": "5.8.3", | ||
| "vite": "^6.3.4", | ||
| "postcss": "8.5.6", | ||
| "tailwindcss": "^4.1.18", | ||
|
Contributor
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. 🧩 Analysis chain🏁 Script executed: # Find the example directory structure
find examples/with-clerk-react-router -type f -name "*.tsx" -o -name "*.ts" -o -name "*.jsx" -o -name "*.js" -o -name "*.json" | grep -E "\.(tsx?|jsx?|json)$" | head -20Repository: pingdotgg/uploadthing Length of output: 729 🏁 Script executed: # Check if Tailwind config exists
find examples/with-clerk-react-router -name "tailwind.config.*" -o -name "postcss.config.*"Repository: pingdotgg/uploadthing Length of output: 167 🏁 Script executed: # Look at the main example files
ls -la examples/with-clerk-react-router/src/ 2>/dev/null || echo "src directory not found"Repository: pingdotgg/uploadthing Length of output: 88 🏁 Script executed: # Search for Tailwind CSS usage patterns (old v3 vs new v4 syntax)
rg -i "tailwind|@apply|@layer" examples/with-clerk-react-router --type tsx --type ts --type jsx --type js --type css -A 2Repository: pingdotgg/uploadthing Length of output: 92 🏁 Script executed: # Check the package.json to understand dependencies
cat examples/with-clerk-react-router/package.jsonRepository: pingdotgg/uploadthing Length of output: 1012 🏁 Script executed: cat examples/with-clerk-react-router/tailwind.config.tsRepository: pingdotgg/uploadthing Length of output: 248 🏁 Script executed: cat examples/with-clerk-react-router/postcss.config.jsRepository: pingdotgg/uploadthing Length of output: 123 🏁 Script executed: cat -n examples/with-clerk-react-router/app/root.tsxRepository: pingdotgg/uploadthing Length of output: 1355 🏁 Script executed: cat -n examples/with-clerk-react-router/app/routes/_index.tsxRepository: pingdotgg/uploadthing Length of output: 1677 🏁 Script executed: # Search for CSS files that might contain Tailwind directives
find examples/with-clerk-react-router -name "*.css" -o -name "*.scss"Repository: pingdotgg/uploadthing Length of output: 114 🏁 Script executed: cat examples/with-clerk-react-router/app/tailwind.cssRepository: pingdotgg/uploadthing Length of output: 586 🌐 Web query:
💡 Result: Below is a concise migration checklist for upgrading projects from Tailwind CSS v3 → v4, with the most important breaking changes and the minimal steps to fix them. Quick upgrade steps
Major breaking changes you need to know (and how to fix)
Other notes and recommendations
Primary sources
If you want, I can:
Citations:
🏁 Script executed: # Check the with-clerk-remix example for comparison
cat examples/with-clerk-remix/app/tailwind.cssRepository: pingdotgg/uploadthing Length of output: 586 🏁 Script executed: # Verify if this is a widespread pattern
find examples -name "tailwind.css" -exec echo "=== {} ===" \; -exec head -5 {} \;Repository: pingdotgg/uploadthing Length of output: 309 Update Tailwind CSS v4 syntax in source files. The example uses Tailwind CSS v4.1.18 but the CSS file still contains the v3 🤖 Prompt for AI Agents |
||
| "typescript": "5.9.3", | ||
| "vite": "^7.2.7", | ||
| "vite-tsconfig-paths": "^5.1.4" | ||
| }, | ||
| "engines": { | ||
|
|
||
This file was deleted.
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.