Skip to content

build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktop#623

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1
Open

build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktop#623
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown
Contributor

Bumps @tailwindcss/postcss from 4.2.1 to 4.3.3.

Release notes

Sourced from @​tailwindcss/postcss's releases.

v4.3.3

Fixed

  • Support --watch --poll[=ms] in @tailwindcss/cli when filesystem events are unreliable or unavailable (#20297)
  • Canonicalization: match arbitrary hex colors against theme colors case-insensitively (e.g. bg-[#fff] and bg-[#FFF]bg-white) (#20298)
  • Prevent Preflight from overriding Firefox's native iframe:focus-visible outline styles (#20292)
  • Ensure theme('colors.foo') in JS plugins resolves correctly when both --color-foo and --color-foo-bar exist (#20299)
  • Ensure fractional opacity modifiers work with named shadow sizes like shadow-sm/12.5, text-shadow-sm/12.5, drop-shadow-sm/12.5, and inset-shadow-sm/12.5 (#20302)
  • Parse selectors like [data-foo]div as two selectors instead of one (#20303)
  • Ensure @tailwindcss/postcss rebuilds when a preprocessor like Sass changes the input CSS without changing the input file on disk (#20310)
  • Ensure CSS nesting is handled even when Lightning CSS isn't run, such as in @tailwindcss/browser and Tailwind Play (#20124)
  • Prevent achromatic theme colors from shifting hue when mixed in polar color spaces like oklch (#20314)
  • Ensure --spacing(0) is optimized to 0px instead of 0 so it remains a <length> when used in calc(…) (#20319)
  • Load @parcel/watcher only when needed in @tailwindcss/cli --watch mode, so one-off builds and --watch --poll work when @parcel/watcher can't be loaded (#20325)
  • Use explicit platform fonts instead of system-ui and ui-sans-serif so CJK text respects the page's lang attribute on Windows (#20318)
  • Prevent @tailwindcss/upgrade from rewriting ignored files when run from a subdirectory (#20329)
  • Ensure earlier @source rules pointing to nested files are scanned when later @source rules point to files in parent folders (#20335)
  • Prevent @tailwindcss/vite from triggering full page reloads when scanned files are processed by Vite but haven't been loaded as modules yet (#20336)

v4.3.2

Fixed

  • Support bare spacing values for auto-rows-* and auto-cols-* utilities (e.g. auto-rows-12 and auto-cols-16) (#20229)
  • Prevent @tailwindcss/cli in --watch mode from crashing on Windows when @source points to a directory that doesn't exist (#20242)
  • Prevent @tailwindcss/vite from crashing in Deno v2.8.x when context.parentURL is not a valid URL (#20245)
  • Ensure @tailwindcss/cli in --watch mode rebuilds when the input CSS file changes in an ignored directory (#20246)
  • Allow @variant rules used in addBase(…) to use custom variants defined later (#20247)
  • Prevent @tailwindcss/vite from crashing during HMR when scanned files or directories are deleted (#20259)
  • Generate font-size instead of color declarations for text-[--spacing(…)] (#20260)
  • Prevent @source patterns from scanning unrelated sibling files and folders (#20263)
  • Extract class candidates adjacent to Template Toolkit delimiters like %]…[% in .tt, .tt2, and .tx files (#20269)
  • Extract class candidates from conditional Maud syntax like p.text-black[condition] (#20269)
  • Prevent @position-try rules from triggering unknown at-rule warnings when optimizing CSS (#20277)
  • Support class suggestions for named opacity modifiers from --opacity theme values (#20287)
  • Prevent type errors in @tailwindcss/postcss when used with newer PostCSS patch releases (#20289)

v4.3.1

Added

  • Add --silent option to suppress output in @tailwindcss/cli (#20100)

Fixed

  • Remove deprecation warnings by using Module#registerHooks instead of Module#register on Node 26+ (#20028)
  • Canonicalization: don't crash when plugin utilities throw for unsupported values (#20052)
  • Allow @apply to be used with CSS mixins (#19427)
  • Ensure not-* correctly negates @container queries, including style(…) queries (#20059)
  • Ensure drop-shadow-* color utilities work with custom shadow values containing calc(…) (#20080)
  • Fix 'Sourcemap is likely to be incorrect' warnings when using @tailwindcss/vite (#20103)
  • Ensure @tailwindcss/webpack can be installed in Rspack projects without requiring webpack as a peer dependency (#20027)

... (truncated)

Changelog

Sourced from @​tailwindcss/postcss's changelog.

[4.3.3] - 2026-07-16

Fixed

  • Support --watch --poll[=ms] in @tailwindcss/cli when filesystem events are unreliable or unavailable (#20297)
  • Canonicalization: match arbitrary hex colors against theme colors case-insensitively (e.g. bg-[#fff] and bg-[#FFF]bg-white) (#20298)
  • Prevent Preflight from overriding Firefox's native iframe:focus-visible outline styles (#20292)
  • Ensure theme('colors.foo') in JS plugins resolves correctly when both --color-foo and --color-foo-bar exist (#20299)
  • Ensure fractional opacity modifiers work with named shadow sizes like shadow-sm/12.5, text-shadow-sm/12.5, drop-shadow-sm/12.5, and inset-shadow-sm/12.5 (#20302)
  • Parse selectors like [data-foo]div as two selectors instead of one (#20303)
  • Ensure @tailwindcss/postcss rebuilds when a preprocessor like Sass changes the input CSS without changing the input file on disk (#20310)
  • Ensure CSS nesting is handled even when Lightning CSS isn't run, such as in @tailwindcss/browser and Tailwind Play (#20124)
  • Prevent achromatic theme colors from shifting hue when mixed in polar color spaces like oklch (#20314)
  • Ensure --spacing(0) is optimized to 0px instead of 0 so it remains a <length> when used in calc(…) (#20319)
  • Load @parcel/watcher only when needed in @tailwindcss/cli --watch mode, so one-off builds and --watch --poll work when @parcel/watcher can't be loaded (#20325)
  • Use explicit platform fonts instead of system-ui and ui-sans-serif so CJK text respects the page's lang attribute on Windows (#20318)
  • Prevent @tailwindcss/upgrade from rewriting ignored files when run from a subdirectory (#20329)
  • Ensure earlier @source rules pointing to nested files are scanned when later @source rules point to files in parent folders (#20335)
  • Prevent @tailwindcss/vite from triggering full page reloads when scanned files are processed by Vite but haven't been loaded as modules yet (#20336)

[4.3.2] - 2026-06-26

Fixed

  • Support bare spacing values for auto-rows-* and auto-cols-* utilities (e.g. auto-rows-12 and auto-cols-16) (#20229)
  • Prevent @tailwindcss/cli in --watch mode from crashing on Windows when @source points to a directory that doesn't exist (#20242)
  • Prevent @tailwindcss/vite from crashing in Deno v2.8.x when context.parentURL is not a valid URL (#20245)
  • Ensure @tailwindcss/cli in --watch mode rebuilds when the input CSS file changes in an ignored directory (#20246)
  • Allow @variant rules used in addBase(…) to use custom variants defined later (#20247)
  • Prevent @tailwindcss/vite from crashing during HMR when scanned files or directories are deleted (#20259)
  • Generate font-size instead of color declarations for text-[--spacing(…)] (#20260)
  • Prevent @source patterns from scanning unrelated sibling files and folders (#20263)
  • Extract class candidates adjacent to Template Toolkit delimiters like %]…[% in .tt, .tt2, and .tx files (#20269)
  • Extract class candidates from conditional Maud syntax like p.text-black[condition] (#20269)
  • Prevent @position-try rules from triggering unknown at-rule warnings when optimizing CSS (#20277)
  • Support class suggestions for named opacity modifiers from --opacity theme values (#20287)
  • Prevent type errors in @tailwindcss/postcss when used with newer PostCSS patch releases (#20289)

[4.3.1] - 2026-06-12

Added

  • Add --silent option to suppress output in @tailwindcss/cli (#20100)

Fixed

  • Remove deprecation warnings by using Module#registerHooks instead of Module#register on Node 26+ (#20028)
  • Canonicalization: don't crash when plugin utilities throw for unsupported values (#20052)
  • Allow @apply to be used with CSS mixins (#19427)
  • Ensure not-* correctly negates @container queries, including style(…) queries (#20059)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​tailwindcss/postcss since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 20, 2026
@dependabot
dependabot Bot requested a review from arul28 as a code owner June 20, 2026 02:24
@mintlify

mintlify Bot commented Jun 20, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
ade-ac1c6011 🟢 Ready View Preview Jun 20, 2026, 2:29 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 20, 2026
@vercel

vercel Bot commented Jun 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
ade Ignored Ignored Preview Jul 17, 2026 3:35am

@greptile-apps

greptile-apps Bot commented Jun 20, 2026

Copy link
Copy Markdown

PR author is in the excluded authors list.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 92f98b2 to 6afc7c4 Compare June 22, 2026 10:20
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6afc7c4 to c339864 Compare June 23, 2026 02:20
@dependabot dependabot Bot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.1 in /apps/desktop build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktop Jul 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c339864 to a746916 Compare July 1, 2026 06:58
@dependabot dependabot Bot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktop Bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktop Jul 5, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from a746916 to 3bc7400 Compare July 5, 2026 15:14
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 3bc7400 to 6ad3fa4 Compare July 7, 2026 17:34
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6ad3fa4 to c7f9db1 Compare July 7, 2026 21:37
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c7f9db1 to 59732ed Compare July 7, 2026 22:21
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 59732ed to 022f4a2 Compare July 8, 2026 01:10
@vercel

vercel Bot commented Jul 8, 2026

Copy link
Copy Markdown

Deployment failed with the following error:

Resource is limited - try again in 24 hours (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/arul28s-projects?upgradeToPro=build-rate-limit

@dependabot dependabot Bot changed the title Bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktop Build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktop Jul 9, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from b3403cb to ea78ced Compare July 9, 2026 01:06
@vercel

vercel Bot commented Jul 9, 2026

Copy link
Copy Markdown

Deployment failed with the following error:

Resource is limited - try again in 1 day (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/arul28s-projects?upgradeToPro=build-rate-limit

@dependabot dependabot Bot changed the title Build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktop build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktop Jul 9, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from ea78ced to 77a362f Compare July 9, 2026 01:13
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 77a362f to 9af2821 Compare July 9, 2026 01:18
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 9af2821 to 1890088 Compare July 9, 2026 01:34
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 1890088 to 0c5597a Compare July 9, 2026 01:55
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 0c5597a to 52b9fbb Compare July 10, 2026 01:43
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 52b9fbb to c17e065 Compare July 12, 2026 02:42
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c17e065 to 6561836 Compare July 14, 2026 07:27
@dependabot dependabot Bot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktop bump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktop Jul 16, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6561836 to 09be661 Compare July 16, 2026 23:02
@dependabot dependabot Bot changed the title bump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktop build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktop Jul 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 09be661 to 8eab674 Compare July 17, 2026 01:08
Bumps [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) from 4.2.1 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-postcss)

---
updated-dependencies:
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 8eab674 to e2c91ed Compare July 17, 2026 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants