Bump tailwindcss from 4.1.18 to 4.3.2#94
Conversation
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.18 to 4.3.2. - [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.3.2/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.3.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 377c54b. Configure here.
| "react-dom": "^19.0.1", | ||
| "rimraf": "^6.1.2", | ||
| "tailwindcss": "^4.1.18" | ||
| "tailwindcss": "^4.3.2" |
There was a problem hiding this comment.
CLI still uses 4.1.18
Medium Severity
This PR bumps the direct tailwindcss devDependency to ^4.3.2, but css:build, css, and dev invoke the tailwindcss binary from @tailwindcss/cli, which remains at ^4.1.18. The lockfile keeps a nested tailwindcss@4.1.18 under that CLI, so generated dashboard CSS still runs on 4.1.18 while the root package claims 4.3.2.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 377c54b. Configure here.


Bumps tailwindcss from 4.1.18 to 4.3.2.
Release notes
Sourced from tailwindcss's releases.
... (truncated)
Changelog
Sourced from tailwindcss's changelog.
... (truncated)
Commits
056a1554.3.2 (#20281)c8b081dAdd suggestions for named opacity modifiers (#20287)c46f654Ensure--alpha(…)is seen as acolor, and--spacing(…)is seen as a `le...5e9f66eEnsure@variantcan be used in JS based APIs (#20252)707c23bEnsure custom variants can be used via@variantinaddBase(#20247)127d170Add bare value support forauto-rows-*andauto-cols-*(#20229)8a14a714.3.1 (#20226)12833aaFix canonicalization bug where we end up with a high precision number (#20221)97a5b3adocs: fix double word 'to to' in test comment (#20216)d01e103Add missinginsetkeyword forinset-shadow-none(#20208)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for tailwindcss since your current version.
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 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
Low Risk
Dev-only CSS toolchain bump with no runtime or security-sensitive code touched; verify dashboard styles after
css:buildif you rely on edge-case utilities.Overview
Bumps the tailwindcss dev dependency from 4.1.18 to 4.3.2 and refreshes package-lock.json so the top-level package resolves to 4.3.2 (nested copies under
@tailwindcss/cli/@tailwindcss/nodestay on 4.1.18 until those packages are updated separately).This only affects how dashboard CSS is built (
css,css:build, anddevscripts); no application source changes. The upgrade is mostly bug fixes and small compiler behavior tweaks in the 4.3.x line (e.g. spacing0output, CLI--watchrobustness).Reviewed by Cursor Bugbot for commit 377c54b. Bugbot is set up for automated code reviews on this repo. Configure here.