chore(deps-dev): bump tailwindcss from 3.4.17 to 4.1.18#657
chore(deps-dev): bump tailwindcss from 3.4.17 to 4.1.18#657dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| "stylelint-order": "6.0.4", | ||
| "stylelint-prettier": "5.0.3", | ||
| "tailwindcss": "3.4.17", | ||
| "tailwindcss": "4.1.18", |
There was a problem hiding this comment.
Tailwind v4 breaks v3 CSS import syntax
High Severity
Upgrading tailwindcss from v3.4.17 to v4.1.18 breaks the build because the project's CSS file (resources/css/site.css) uses v3-style imports: @import url('tailwindcss/base'), @import url('tailwindcss/components'), and @import url('tailwindcss/utilities'). These individual module paths don't exist in Tailwind v4, which uses a completely different CSS-first architecture requiring @import "tailwindcss" instead. The CSS build will fail with module resolution errors.
| "stylelint-order": "6.0.4", | ||
| "stylelint-prettier": "5.0.3", | ||
| "tailwindcss": "3.4.17", | ||
| "tailwindcss": "4.1.18", |
There was a problem hiding this comment.
PostCSS config uses v3-only plugin paths
High Severity
The project's postcss.config.js configures tailwindcss: {} and 'tailwindcss/nesting': {} as PostCSS plugins, but Tailwind v4 doesn't export PostCSS plugins from the main package. In v4, you need the separate @tailwindcss/postcss package for PostCSS integration, and the tailwindcss/nesting export doesn't exist. The PostCSS build will fail with a "cannot find module" error when loading these plugins.
f1dedc8 to
d3d9f77
Compare
d3d9f77 to
3a33f7d
Compare
3a33f7d to
dfac1b3
Compare
dfac1b3 to
78a6698
Compare
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.17 to 4.1.18. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.1.18 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
78a6698 to
caca60a
Compare
Bumps tailwindcss from 3.4.17 to 4.1.18.
Release notes
Sourced from tailwindcss's releases.
... (truncated)
Changelog
Sourced from tailwindcss's changelog.
... (truncated)
Commits
9b32f7cRelease v4.1.18 (#19431)820d907ExposecandidatesToAstto the language server (#19405)478e959Don’t emit color-mix fallback rules inside@keyframes(#19419)a5f4644Validate named values in candidate parser (#19397)229121dCanonicalization: combinetext-*andleading-*classes (#19396)243615eHandle backwards compatibility forcontenttheme from JS configs (#19381)7642751Improve compatibility with special default values in JS configs (#19348)af48117remove unnecessary intermediate check9e436f7Try to canonicalize any arbitrary utility to a bare value (#19379)479b725Bump Vitest to v4 (#19216)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Upgrades the build toolchain to Tailwind CSS v4.
tailwindcssinpackage.jsonfrom3.4.17to4.1.18package-lock.jsonwith updated transitive packages (e.g.,postcss-*,resolve,sucrase,@jridgewell/*, etc.), engine ranges, and license metadataWritten by Cursor Bugbot for commit f1dedc8. This will update automatically on new commits. Configure here.