chore(app): upgrade to Vite v8#1962
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
1 issue found across 10 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="ee/apps/den-web/package.json">
<violation number="1" location="ee/apps/den-web/package.json:25">
P2: `autoprefixer` is redundant with Tailwind CSS v4. The `@tailwindcss/postcss` plugin handles vendor prefixing internally via Lightning CSS, so keeping autoprefixer can produce duplicated prefixes in the output CSS. Remove `autoprefixer` from both `package.json` and `postcss.config.js`.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Fix all with cubic | Re-trigger cubic
| "react-dom": "catalog:" | ||
| }, | ||
| "devDependencies": { | ||
| "@tailwindcss/postcss": "4.3.0", |
There was a problem hiding this comment.
P2: autoprefixer is redundant with Tailwind CSS v4. The @tailwindcss/postcss plugin handles vendor prefixing internally via Lightning CSS, so keeping autoprefixer can produce duplicated prefixes in the output CSS. Remove autoprefixer from both package.json and postcss.config.js.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At ee/apps/den-web/package.json, line 25:
<comment>`autoprefixer` is redundant with Tailwind CSS v4. The `@tailwindcss/postcss` plugin handles vendor prefixing internally via Lightning CSS, so keeping autoprefixer can produce duplicated prefixes in the output CSS. Remove `autoprefixer` from both `package.json` and `postcss.config.js`.</comment>
<file context>
@@ -22,12 +22,13 @@
"react-dom": "catalog:"
},
"devDependencies": {
+ "@tailwindcss/postcss": "4.3.0",
"@types/node": "20.12.12",
"@types/react": "19.2.14",
</file context>
benjaminshafii
left a comment
There was a problem hiding this comment.
Approved via automated Daytona Electron smoke test (agent). Tested: Electron boot, app render (Vite v8 dev server), settings navigation, back-to-app. All passed, no regressions from the Vite upgrade.
There was a problem hiding this comment.
1 issue found across 10 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="ee/apps/landing/package.json">
<violation number="1" location="ee/apps/landing/package.json:23">
P2: `autoprefixer` is redundant with Tailwind CSS v4 and should be removed. According to the Tailwind v4 upgrade guide, `@tailwindcss/postcss` handles vendor prefixing automatically via Lightning CSS. Keeping both may cause double-prefixing and adds an unnecessary dependency. Remove `autoprefixer` from `package.json` and from `postcss.config.js`.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Fix all with cubic | Re-trigger cubic
| "react-dom": "catalog:react18" | ||
| }, | ||
| "devDependencies": { | ||
| "@tailwindcss/postcss": "4.3.0", |
There was a problem hiding this comment.
P2: autoprefixer is redundant with Tailwind CSS v4 and should be removed. According to the Tailwind v4 upgrade guide, @tailwindcss/postcss handles vendor prefixing automatically via Lightning CSS. Keeping both may cause double-prefixing and adds an unnecessary dependency. Remove autoprefixer from package.json and from postcss.config.js.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At ee/apps/landing/package.json, line 23:
<comment>`autoprefixer` is redundant with Tailwind CSS v4 and should be removed. According to the Tailwind v4 upgrade guide, `@tailwindcss/postcss` handles vendor prefixing automatically via Lightning CSS. Keeping both may cause double-prefixing and adds an unnecessary dependency. Remove `autoprefixer` from `package.json` and from `postcss.config.js`.</comment>
<file context>
@@ -20,12 +20,13 @@
"react-dom": "catalog:react18"
},
"devDependencies": {
+ "@tailwindcss/postcss": "4.3.0",
"@types/node": "20.12.12",
"@types/react": "18.2.79",
</file context>
Summary