Conversation
✅ Deploy Preview for nx-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for nx-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
View your CI Pipeline Execution ↗ for commit 6f5eb98
☁️ Nx Cloud last updated this comment at |
graph apps and nx-dev pin tailwindcss 3.4.4 with JS configs and v3 directives. tailwindcss 4.1.11 via @tailwindcss/postcss. Configs converted to CSS via @import 'tailwindcss', @plugin, @source, @custom-variant. JS tailwind.config.js files removed. Drops @tailwindcss/aspect-ratio (built-in). NXC-4430
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Important
At least one additional CI pipeline execution has run since the conclusion below was written and it may no longer be applicable.
Nx Cloud has identified a possible root cause for your failed CI:
We classified this failure as an environment/pre-existing issue rather than a code change because the failing e2e-gradle test encounters Kotlin compilation errors (Unresolved reference 'LinkedList') in fixture template files that were not touched by this PR. Our diff contains only Tailwind CSS configs, PostCSS configs, and TSX class-name updates — none of which could cause Kotlin's compiler to fail resolving standard library references in Gradle e2e templates.
No code changes were suggested for this issue.
Trigger a rerun:
🔔 Heads up, your workspace has pending recommendations ↗ to auto-apply fixes for similar failures.
🎓 Learn more about Self-Healing CI on nx.dev
Current Behavior
graph apps and nx-dev pin tailwindcss 3.4.4 with JS configs and v3 directives.
Expected Behavior
tailwindcss 4.1.11 via @tailwindcss/postcss. JS configs replaced with CSS-based @import 'tailwindcss', @plugin, @source, @custom-variant. astro-docs already on v4.
v3 utility renames applied across graph + nx-dev sources (per the Tailwind v4 upgrade guide) so visuals don't shift:
v3 default border-color (gray-200) preserved via @layer base compat shim per the upgrade guide's default border color note, since explicit border-color isn't always paired in existing markup.
Related Issue(s)
NXC-4430