chore(deps-dev): bump tailwindcss from 3.4.19 to 4.3.3 - #1024
Merged
Conversation
dependabot
Bot
requested review from
Avtrkrb,
akramcodez and
will-lamerton
as code owners
August 28, 2026 17:15
Contributor
No changeset foundThis PR does not add a changeset, so it will not appear in the changelog or trigger a release. If the change is user-facing, add one: pnpm changesetPick a bump (patch / minor / major) and write the changelog entry in our usual voice ("Added X... Thanks to @you. Closes #123."), then commit the generated If this PR is docs-only or a chore that needs no release note, you can ignore this - or run |
Member
|
@dependabot rebase |
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.19 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) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.3.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/tailwindcss-4.3.3
branch
from
August 30, 2026 14:39
d4afe11 to
8e2d6a8
Compare
will-lamerton
added a commit
that referenced
this pull request
Aug 30, 2026
`pnpm run build:vscode` fails on a clean checkout:
sh: 1: tailwindcss: not found
Tailwind CSS v4 moved the CLI out of the `tailwindcss` package into
`@tailwindcss/cli`. The installed tailwindcss@4.3.3 has no `bin` field at
all, so `build:css` — `tailwindcss -i ./src/styles.css -o
./media/chat-panel.css --minify` — has no binary to run.
Introduced by #1024, "chore(deps-dev): bump tailwindcss from 3.4.19 to
4.3.3". A major-version bump with a packaging change, merged without
anything exercising the extension build.
This is release-breaking, not just a local annoyance: release.yml runs
`pnpm run build:vscode` and then asserts assets/nanocoder-vscode.vsix
exists. Nothing caught it because PR checks never built the extension —
they only checked that the committed .vsix file was present, which it
always is.
Adds @tailwindcss/cli as a devDependency of the extension, and marks its
native @parcel/watcher transitive as not-built: it is only needed for
--watch, and the extension build is one-shot.
Verified: build:vscode now succeeds, producing a 175KB .vsix and a 16KB
chat-panel.css.
Claude-Session: https://claude.ai/code/session_014WoygKgfq3ahXinVVHqjA8
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
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 from 3.4.19 to 4.3.3.
Release notes
Sourced from tailwindcss's releases.
... (truncated)
Changelog
Sourced from tailwindcss's changelog.
... (truncated)
Commits
c2b24dd4.3.3 (#20334)e48c5e8Fix weird character rendering on Windows with Japanese locale (#20318)35a3e9cAlways produce\<length>value when optimizing--spacing(0)(#20319)4af47fbFix hues in achromatic theme colors to benone(#20314)5835691Handle CSS nesting natively (#20124)67c745eFix bug in attribute selector parsing (#20303)2683903Support fractional opacity modifiers for named shadow sizes (#20302)04588b1Fix theme() in JS plugins returning unresolved object instead of DEFAULT valu...b53fa09fix: exclude iframes from focus-visible auto outline in Preflight (#20292)ef79119Bump dependencies (#20300)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for tailwindcss since your current version.