Bump @tailwindcss/cli from 4.1.18 to 4.3.3#99
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [@tailwindcss/cli](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-cli) from 4.1.18 to 4.3.3. - [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.3/packages/@tailwindcss-cli) --- updated-dependencies: - dependency-name: "@tailwindcss/cli" dependency-version: 4.3.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/tailwindcss/cli-4.3.3
branch
from
July 26, 2026 06:19
6972277 to
b4d4bab
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @tailwindcss/cli from 4.1.18 to 4.3.3.
Release notes
Sourced from @tailwindcss/cli's releases.
... (truncated)
Changelog
Sourced from @tailwindcss/cli's changelog.
... (truncated)
Commits
c2b24dd4.3.3 (#20334)b03e5e7Lazy load@parcel/watcher(#20325)39656f7Add--polloption to@tailwindcss/cli(#20297)056a1554.3.2 (#20281)cc3b634Ensure@tailwindcss/cliwatches the input file (#20246)abc4670Prevent crash when using@tailwindcss/cliusing--watchon Windows (#20242)8a14a714.3.1 (#20226)0c5f8bfIgnore the standalone CLI (#20139)44818a6Ensure@tailwindcss/clirecovers from a deleted transitive dependency (#20137)e0a0c46Cleanup lockfile / dependencies (#20102)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@tailwindcss/clisince your current version.Note
Low Risk
Dev-only dependency and lockfile churn for the dashboard CSS pipeline; no runtime or application code changes.
Overview
Bumps
@tailwindcss/clifrom 4.1.18 to 4.3.3 inpackage.jsonand refreshespackage-lock.json.The lockfile pulls in matching Tailwind 4.3.3 pieces (
@tailwindcss/node,@tailwindcss/oxide,tailwindcssas a transitive dep of the CLI) plus updated build tooling (lightningcss1.32.0,enhanced-resolve,jiti).@parcel/watcheris pinned to 2.5.1 (down from 2.5.6) with a different dependency graph (micromatch/braces), aligned with Tailwind’s lazy watcher loading and--watch --pollbehavior in 4.3.x.The separate
tailwindcssdevDependency range is still^4.1.18; only the CLI package version changed in the manifest. Dashboard CSS still comes from the existingtailwindcss/css:buildscripts—no app source changes in this PR.Reviewed by Cursor Bugbot for commit b4d4bab. Bugbot is set up for automated code reviews on this repo. Configure here.