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

@dependabotdependabotBot commented on behalf of githubJun 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.


Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

mintlifyBot commented Jun 20, 2026

Copy link
Copy Markdown

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

ProjectStatusPreviewUpdated (UTC)
ade-ac1c6011🟢 ReadyView PreviewJun 20, 2026, 2:29 AM

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

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

vercelBot commented Jun 20, 2026

Copy link
Copy Markdown

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

1 Skipped Deployment
ProjectDeploymentActionsUpdated (UTC)
adeIgnoredIgnoredPreviewJul 17, 2026 3:35am

@greptile-apps

Copy link
Copy Markdown

PR author is in the excluded authors list.

@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 92f98b2 to 6afc7c4CompareJune 22, 2026 10:20
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6afc7c4 to c339864CompareJune 23, 2026 02:20
@dependabotdependabotBot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.1 in /apps/desktopbuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 1, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c339864 to a746916CompareJuly 1, 2026 06:58
@dependabotdependabotBot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopBump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 5, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from a746916 to 3bc7400CompareJuly 5, 2026 15:14
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 3bc7400 to 6ad3fa4CompareJuly 7, 2026 17:34
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6ad3fa4 to c7f9db1CompareJuly 7, 2026 21:37
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c7f9db1 to 59732edCompareJuly 7, 2026 22:21
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 59732ed to 022f4a2CompareJuly 8, 2026 01:10
@vercel

vercelBot 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

@dependabotdependabotBot changed the title Bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopBuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 9, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from b3403cb to ea78cedCompareJuly 9, 2026 01:06
@vercel

vercelBot 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

@dependabotdependabotBot changed the title Build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopbuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 9, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from ea78ced to 77a362fCompareJuly 9, 2026 01:13
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 77a362f to 9af2821CompareJuly 9, 2026 01:18
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 9af2821 to 1890088CompareJuly 9, 2026 01:34
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 1890088 to 0c5597aCompareJuly 9, 2026 01:55
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 0c5597a to 52b9fbbCompareJuly 10, 2026 01:43
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 52b9fbb to c17e065CompareJuly 12, 2026 02:42
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c17e065 to 6561836CompareJuly 14, 2026 07:27
@dependabotdependabotBot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopbump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktopJul 16, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6561836 to 09be661CompareJuly 16, 2026 23:02
@dependabotdependabotBot changed the title bump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktopbuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktopJul 17, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 09be661 to 8eab674CompareJuly 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
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 8eab674 to e2c91edCompareJuly 17, 2026 03:34
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all
 blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks");
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
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

@dependabotdependabotBot commented on behalf of githubJun 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.


Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

mintlifyBot commented Jun 20, 2026

Copy link
Copy Markdown

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

ProjectStatusPreviewUpdated (UTC)
ade-ac1c6011🟢 ReadyView PreviewJun 20, 2026, 2:29 AM

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

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

vercelBot commented Jun 20, 2026

Copy link
Copy Markdown

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

1 Skipped Deployment
ProjectDeploymentActionsUpdated (UTC)
adeIgnoredIgnoredPreviewJul 17, 2026 3:35am

@greptile-apps

Copy link
Copy Markdown

PR author is in the excluded authors list.

@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 92f98b2 to 6afc7c4CompareJune 22, 2026 10:20
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6afc7c4 to c339864CompareJune 23, 2026 02:20
@dependabotdependabotBot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.1 in /apps/desktopbuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 1, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c339864 to a746916CompareJuly 1, 2026 06:58
@dependabotdependabotBot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopBump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 5, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from a746916 to 3bc7400CompareJuly 5, 2026 15:14
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 3bc7400 to 6ad3fa4CompareJuly 7, 2026 17:34
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6ad3fa4 to c7f9db1CompareJuly 7, 2026 21:37
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c7f9db1 to 59732edCompareJuly 7, 2026 22:21
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 59732ed to 022f4a2CompareJuly 8, 2026 01:10
@vercel

vercelBot 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

@dependabotdependabotBot changed the title Bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopBuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 9, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from b3403cb to ea78cedCompareJuly 9, 2026 01:06
@vercel

vercelBot 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

@dependabotdependabotBot changed the title Build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopbuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 9, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from ea78ced to 77a362fCompareJuly 9, 2026 01:13
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 77a362f to 9af2821CompareJuly 9, 2026 01:18
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 9af2821 to 1890088CompareJuly 9, 2026 01:34
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 1890088 to 0c5597aCompareJuly 9, 2026 01:55
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 0c5597a to 52b9fbbCompareJuly 10, 2026 01:43
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 52b9fbb to c17e065CompareJuly 12, 2026 02:42
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c17e065 to 6561836CompareJuly 14, 2026 07:27
@dependabotdependabotBot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopbump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktopJul 16, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6561836 to 09be661CompareJuly 16, 2026 23:02
@dependabotdependabotBot changed the title bump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktopbuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktopJul 17, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 09be661 to 8eab674CompareJuly 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
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 8eab674 to e2c91edCompareJuly 17, 2026 03:34
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Force GitHub README to respect dark mode\n(function() {\n var style = document.createElement('style');\n style.textContent = '\n .markdown-body {\n color-scheme: dark light;\n }\n .markdown-body pre { background: #161b22 !important; }\n .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; }\n .markdown-body table th, .markdown-body table td { border-color: #30363d !important; }\n .markdown-body img { background: #0d1117; }\n .markdown-body blockquote { border-left-color: #8b949e; }\n .markdown-body hr { border-color: #30363d; }\n ';\n document.head.appendChild(style);\n})();", "GitHub Dark Mode README Fix"); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
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

@dependabotdependabotBot commented on behalf of githubJun 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.


Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

mintlifyBot commented Jun 20, 2026

Copy link
Copy Markdown

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

ProjectStatusPreviewUpdated (UTC)
ade-ac1c6011🟢 ReadyView PreviewJun 20, 2026, 2:29 AM

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

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

vercelBot commented Jun 20, 2026

Copy link
Copy Markdown

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

1 Skipped Deployment
ProjectDeploymentActionsUpdated (UTC)
adeIgnoredIgnoredPreviewJul 17, 2026 3:35am

@greptile-apps

Copy link
Copy Markdown

PR author is in the excluded authors list.

@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 92f98b2 to 6afc7c4CompareJune 22, 2026 10:20
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6afc7c4 to c339864CompareJune 23, 2026 02:20
@dependabotdependabotBot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.1 in /apps/desktopbuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 1, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c339864 to a746916CompareJuly 1, 2026 06:58
@dependabotdependabotBot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopBump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 5, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from a746916 to 3bc7400CompareJuly 5, 2026 15:14
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 3bc7400 to 6ad3fa4CompareJuly 7, 2026 17:34
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6ad3fa4 to c7f9db1CompareJuly 7, 2026 21:37
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c7f9db1 to 59732edCompareJuly 7, 2026 22:21
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 59732ed to 022f4a2CompareJuly 8, 2026 01:10
@vercel

vercelBot 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

@dependabotdependabotBot changed the title Bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopBuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 9, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from b3403cb to ea78cedCompareJuly 9, 2026 01:06
@vercel

vercelBot 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

@dependabotdependabotBot changed the title Build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopbuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 9, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from ea78ced to 77a362fCompareJuly 9, 2026 01:13
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 77a362f to 9af2821CompareJuly 9, 2026 01:18
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 9af2821 to 1890088CompareJuly 9, 2026 01:34
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 1890088 to 0c5597aCompareJuly 9, 2026 01:55
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 0c5597a to 52b9fbbCompareJuly 10, 2026 01:43
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 52b9fbb to c17e065CompareJuly 12, 2026 02:42
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c17e065 to 6561836CompareJuly 14, 2026 07:27
@dependabotdependabotBot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopbump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktopJul 16, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6561836 to 09be661CompareJuly 16, 2026 23:02
@dependabotdependabotBot changed the title bump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktopbuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktopJul 17, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 09be661 to 8eab674CompareJuly 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
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 8eab674 to e2c91edCompareJuly 17, 2026 03:34
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Highlight search terms from Google/DuckDuckGo/Bing referrer\n(function() {\n var ref = document.referrer;\n var terms = [];\n \n if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) {\n var url = new URL(ref);\n var q = url.searchParams.get('q') || url.searchParams.get('p');\n if (q) {\n terms = q.split(/\\s+/).filter(function(t) { return t.length > 2; });\n }\n }\n \n if (terms.length === 0) return;\n \n var style = document.createElement('style');\n style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }';\n document.head.appendChild(style);\n \n function highlight(node) {\n if (node.nodeType === 3) { // text node\n var text = node.textContent;\n var found = false;\n terms.forEach(function(term) {\n var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\') + ')', 'gi');\n if (regex.test(text)) {\n found = true;\n var frag = document.createDocumentFragment();\n var parts = text.split(regex);\n parts.forEach(function(part, i) {\n if (i % 2 === 0) {\n frag.appendChild(document.createTextNode(part));\n } else {\n var span = document.createElement('span');\n span.className = 'userscript-highlight';\n span.textContent = part;\n frag.appendChild(span);\n }\n });\n node.parentNode.replaceChild(frag, node);\n }\n });\n } else if (node.nodeType === 1 && node.childNodes) { // element\n var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT'];\n if (!skipTags.includes(node.tagName)) {\n Array.from(node.childNodes).forEach(highlight);\n }\n }\n }\n \n highlight(document.body);\n \n // Re-highlight on dynamic content\n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1 || node.nodeType === 3) highlight(node);\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Highlight Search Terms"); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
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

@dependabotdependabotBot commented on behalf of githubJun 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.


Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

mintlifyBot commented Jun 20, 2026

Copy link
Copy Markdown

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

ProjectStatusPreviewUpdated (UTC)
ade-ac1c6011🟢 ReadyView PreviewJun 20, 2026, 2:29 AM

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

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

vercelBot commented Jun 20, 2026

Copy link
Copy Markdown

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

1 Skipped Deployment
ProjectDeploymentActionsUpdated (UTC)
adeIgnoredIgnoredPreviewJul 17, 2026 3:35am

@greptile-apps

Copy link
Copy Markdown

PR author is in the excluded authors list.

@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 92f98b2 to 6afc7c4CompareJune 22, 2026 10:20
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6afc7c4 to c339864CompareJune 23, 2026 02:20
@dependabotdependabotBot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.1 in /apps/desktopbuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 1, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c339864 to a746916CompareJuly 1, 2026 06:58
@dependabotdependabotBot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopBump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 5, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from a746916 to 3bc7400CompareJuly 5, 2026 15:14
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 3bc7400 to 6ad3fa4CompareJuly 7, 2026 17:34
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6ad3fa4 to c7f9db1CompareJuly 7, 2026 21:37
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c7f9db1 to 59732edCompareJuly 7, 2026 22:21
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 59732ed to 022f4a2CompareJuly 8, 2026 01:10
@vercel

vercelBot 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

@dependabotdependabotBot changed the title Bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopBuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 9, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from b3403cb to ea78cedCompareJuly 9, 2026 01:06
@vercel

vercelBot 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

@dependabotdependabotBot changed the title Build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopbuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 9, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from ea78ced to 77a362fCompareJuly 9, 2026 01:13
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 77a362f to 9af2821CompareJuly 9, 2026 01:18
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 9af2821 to 1890088CompareJuly 9, 2026 01:34
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 1890088 to 0c5597aCompareJuly 9, 2026 01:55
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 0c5597a to 52b9fbbCompareJuly 10, 2026 01:43
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 52b9fbb to c17e065CompareJuly 12, 2026 02:42
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c17e065 to 6561836CompareJuly 14, 2026 07:27
@dependabotdependabotBot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopbump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktopJul 16, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6561836 to 09be661CompareJuly 16, 2026 23:02
@dependabotdependabotBot changed the title bump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktopbuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktopJul 17, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 09be661 to 8eab674CompareJuly 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
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 8eab674 to e2c91edCompareJuly 17, 2026 03:34
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Strip utm_, fbclid, gclid, etc. from all links on page\n(function() {\n var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content',\n 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid',\n 'ref', 'ref_src', 'source', 'medium', 'campaign'];\n \n function cleanUrl(url) {\n try {\n var u = new URL(url, window.location.origin);\n var changed = false;\n trackingParams.forEach(function(p) {\n if (u.searchParams.has(p)) {\n u.searchParams.delete(p);\n changed = true;\n }\n });\n return changed ? u.toString() : url;\n } catch (e) {\n return url;\n }\n }\n \n function cleanLinks() {\n document.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n \n cleanLinks();\n \n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1) {\n if (node.tagName === 'A') cleanLinks();\n node.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Remove Tracking Parameters from Links"); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
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

@dependabotdependabotBot commented on behalf of githubJun 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.


Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

mintlifyBot commented Jun 20, 2026

Copy link
Copy Markdown

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

ProjectStatusPreviewUpdated (UTC)
ade-ac1c6011🟢 ReadyView PreviewJun 20, 2026, 2:29 AM

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

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

vercelBot commented Jun 20, 2026

Copy link
Copy Markdown

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

1 Skipped Deployment
ProjectDeploymentActionsUpdated (UTC)
adeIgnoredIgnoredPreviewJul 17, 2026 3:35am

@greptile-apps

Copy link
Copy Markdown

PR author is in the excluded authors list.

@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 92f98b2 to 6afc7c4CompareJune 22, 2026 10:20
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6afc7c4 to c339864CompareJune 23, 2026 02:20
@dependabotdependabotBot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.1 in /apps/desktopbuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 1, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c339864 to a746916CompareJuly 1, 2026 06:58
@dependabotdependabotBot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopBump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 5, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from a746916 to 3bc7400CompareJuly 5, 2026 15:14
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 3bc7400 to 6ad3fa4CompareJuly 7, 2026 17:34
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6ad3fa4 to c7f9db1CompareJuly 7, 2026 21:37
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c7f9db1 to 59732edCompareJuly 7, 2026 22:21
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 59732ed to 022f4a2CompareJuly 8, 2026 01:10
@vercel

vercelBot 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

@dependabotdependabotBot changed the title Bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopBuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 9, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from b3403cb to ea78cedCompareJuly 9, 2026 01:06
@vercel

vercelBot 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

@dependabotdependabotBot changed the title Build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopbuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 9, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from ea78ced to 77a362fCompareJuly 9, 2026 01:13
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 77a362f to 9af2821CompareJuly 9, 2026 01:18
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 9af2821 to 1890088CompareJuly 9, 2026 01:34
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 1890088 to 0c5597aCompareJuly 9, 2026 01:55
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 0c5597a to 52b9fbbCompareJuly 10, 2026 01:43
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 52b9fbb to c17e065CompareJuly 12, 2026 02:42
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c17e065 to 6561836CompareJuly 14, 2026 07:27
@dependabotdependabotBot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopbump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktopJul 16, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6561836 to 09be661CompareJuly 16, 2026 23:02
@dependabotdependabotBot changed the title bump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktopbuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktopJul 17, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 09be661 to 8eab674CompareJuly 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
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 8eab674 to e2c91edCompareJuly 17, 2026 03:34
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Auto-enable theater mode on YouTube\n(function() {\n function tryTheater() {\n var btn = document.querySelector('button[aria-label=\"Theater mode\"], ytd-player #player button[title=\"Theater mode\"]');\n if (btn && !btn.classList.contains('activated')) {\n btn.click();\n }\n }\n \n // Try immediately\n tryTheater();\n \n // Try after navigation (SPA)\n var lastUrl = location.href;\n setInterval(function() {\n if (location.href !== lastUrl) {\n lastUrl = location.href;\n setTimeout(tryTheater, 500);\n }\n }, 1000);\n \n // Also try on player load\n var observer = new MutationObserver(tryTheater);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "YouTube Theater Mode Default"); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
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

@dependabotdependabotBot commented on behalf of githubJun 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.


Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

mintlifyBot commented Jun 20, 2026

Copy link
Copy Markdown

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

ProjectStatusPreviewUpdated (UTC)
ade-ac1c6011🟢 ReadyView PreviewJun 20, 2026, 2:29 AM

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

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

vercelBot commented Jun 20, 2026

Copy link
Copy Markdown

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

1 Skipped Deployment
ProjectDeploymentActionsUpdated (UTC)
adeIgnoredIgnoredPreviewJul 17, 2026 3:35am

@greptile-apps

Copy link
Copy Markdown

PR author is in the excluded authors list.

@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 92f98b2 to 6afc7c4CompareJune 22, 2026 10:20
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6afc7c4 to c339864CompareJune 23, 2026 02:20
@dependabotdependabotBot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.1 in /apps/desktopbuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 1, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c339864 to a746916CompareJuly 1, 2026 06:58
@dependabotdependabotBot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopBump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 5, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from a746916 to 3bc7400CompareJuly 5, 2026 15:14
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 3bc7400 to 6ad3fa4CompareJuly 7, 2026 17:34
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6ad3fa4 to c7f9db1CompareJuly 7, 2026 21:37
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c7f9db1 to 59732edCompareJuly 7, 2026 22:21
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 59732ed to 022f4a2CompareJuly 8, 2026 01:10
@vercel

vercelBot 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

@dependabotdependabotBot changed the title Bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopBuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 9, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from b3403cb to ea78cedCompareJuly 9, 2026 01:06
@vercel

vercelBot 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

@dependabotdependabotBot changed the title Build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopbuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 9, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from ea78ced to 77a362fCompareJuly 9, 2026 01:13
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 77a362f to 9af2821CompareJuly 9, 2026 01:18
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 9af2821 to 1890088CompareJuly 9, 2026 01:34
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 1890088 to 0c5597aCompareJuly 9, 2026 01:55
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 0c5597a to 52b9fbbCompareJuly 10, 2026 01:43
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 52b9fbb to c17e065CompareJuly 12, 2026 02:42
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c17e065 to 6561836CompareJuly 14, 2026 07:27
@dependabotdependabotBot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopbump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktopJul 16, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6561836 to 09be661CompareJuly 16, 2026 23:02
@dependabotdependabotBot changed the title bump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktopbuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktopJul 17, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 09be661 to 8eab674CompareJuly 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
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 8eab674 to e2c91edCompareJuly 17, 2026 03:34
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
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

@dependabotdependabotBot commented on behalf of githubJun 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.


Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

mintlifyBot commented Jun 20, 2026

Copy link
Copy Markdown

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

ProjectStatusPreviewUpdated (UTC)
ade-ac1c6011🟢 ReadyView PreviewJun 20, 2026, 2:29 AM

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

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

vercelBot commented Jun 20, 2026

Copy link
Copy Markdown

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

1 Skipped Deployment
ProjectDeploymentActionsUpdated (UTC)
adeIgnoredIgnoredPreviewJul 17, 2026 3:35am

@greptile-apps

Copy link
Copy Markdown

PR author is in the excluded authors list.

@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 92f98b2 to 6afc7c4CompareJune 22, 2026 10:20
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6afc7c4 to c339864CompareJune 23, 2026 02:20
@dependabotdependabotBot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.1 in /apps/desktopbuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 1, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c339864 to a746916CompareJuly 1, 2026 06:58
@dependabotdependabotBot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopBump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 5, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from a746916 to 3bc7400CompareJuly 5, 2026 15:14
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 3bc7400 to 6ad3fa4CompareJuly 7, 2026 17:34
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6ad3fa4 to c7f9db1CompareJuly 7, 2026 21:37
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c7f9db1 to 59732edCompareJuly 7, 2026 22:21
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 59732ed to 022f4a2CompareJuly 8, 2026 01:10
@vercel

vercelBot 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

@dependabotdependabotBot changed the title Bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopBuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 9, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from b3403cb to ea78cedCompareJuly 9, 2026 01:06
@vercel

vercelBot 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

@dependabotdependabotBot changed the title Build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopbuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 9, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from ea78ced to 77a362fCompareJuly 9, 2026 01:13
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 77a362f to 9af2821CompareJuly 9, 2026 01:18
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 9af2821 to 1890088CompareJuly 9, 2026 01:34
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 1890088 to 0c5597aCompareJuly 9, 2026 01:55
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 0c5597a to 52b9fbbCompareJuly 10, 2026 01:43
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 52b9fbb to c17e065CompareJuly 12, 2026 02:42
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c17e065 to 6561836CompareJuly 14, 2026 07:27
@dependabotdependabotBot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopbump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktopJul 16, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6561836 to 09be661CompareJuly 16, 2026 23:02
@dependabotdependabotBot changed the title bump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktopbuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktopJul 17, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 09be661 to 8eab674CompareJuly 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
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 8eab674 to e2c91edCompareJuly 17, 2026 03:34
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
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

@dependabotdependabotBot commented on behalf of githubJun 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.


Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

mintlifyBot commented Jun 20, 2026

Copy link
Copy Markdown

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

ProjectStatusPreviewUpdated (UTC)
ade-ac1c6011🟢 ReadyView PreviewJun 20, 2026, 2:29 AM

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

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

vercelBot commented Jun 20, 2026

Copy link
Copy Markdown

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

1 Skipped Deployment
ProjectDeploymentActionsUpdated (UTC)
adeIgnoredIgnoredPreviewJul 17, 2026 3:35am

@greptile-apps

Copy link
Copy Markdown

PR author is in the excluded authors list.

@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 92f98b2 to 6afc7c4CompareJune 22, 2026 10:20
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6afc7c4 to c339864CompareJune 23, 2026 02:20
@dependabotdependabotBot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.1 in /apps/desktopbuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 1, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c339864 to a746916CompareJuly 1, 2026 06:58
@dependabotdependabotBot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopBump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 5, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from a746916 to 3bc7400CompareJuly 5, 2026 15:14
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 3bc7400 to 6ad3fa4CompareJuly 7, 2026 17:34
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6ad3fa4 to c7f9db1CompareJuly 7, 2026 21:37
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c7f9db1 to 59732edCompareJuly 7, 2026 22:21
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 59732ed to 022f4a2CompareJuly 8, 2026 01:10
@vercel

vercelBot 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

@dependabotdependabotBot changed the title Bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopBuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 9, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from b3403cb to ea78cedCompareJuly 9, 2026 01:06
@vercel

vercelBot 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

@dependabotdependabotBot changed the title Build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopbuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopJul 9, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from ea78ced to 77a362fCompareJuly 9, 2026 01:13
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 77a362f to 9af2821CompareJuly 9, 2026 01:18
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 9af2821 to 1890088CompareJuly 9, 2026 01:34
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 1890088 to 0c5597aCompareJuly 9, 2026 01:55
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 0c5597a to 52b9fbbCompareJuly 10, 2026 01:43
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 52b9fbb to c17e065CompareJuly 12, 2026 02:42
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from c17e065 to 6561836CompareJuly 14, 2026 07:27
@dependabotdependabotBot changed the title build(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 in /apps/desktopbump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktopJul 16, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 6561836 to 09be661CompareJuly 16, 2026 23:02
@dependabotdependabotBot changed the title bump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktopbuild(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.3 in /apps/desktopJul 17, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 09be661 to 8eab674CompareJuly 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
dependabotBotforce-pushed the dependabot/npm_and_yarn/apps/desktop/tailwindcss/postcss-4.3.1 branch from 8eab674 to e2c91edCompareJuly 17, 2026 03:34
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants