Bump tailwindcss from 3.4.17 to 4.1.14
Open
Number: #386
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 0
Association: Contributor
Comments: 0
Created:
October 03, 2025 at 06:01 AM UTC
(about 2 months ago)
(about 2 months ago)
Updated:
October 03, 2025 at 06:01 AM UTC
(about 2 months ago)
(about 2 months ago)
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps tailwindcss from 3.4.17 to 4.1.14.
Release notes
Sourced from tailwindcss's releases.
v4.1.14
Fixed
- Handle
'syntax in ClojureScript when extracting classes (#18888)- Handle
@variantinside@custom-variant(#18885)- Merge suggestions when using
@utility(#18900)- Ensure that file system watchers created when using the CLI are always cleaned up (#18905)
- Do not generate
grid-columnutilities when configuringgrid-column-startorgrid-column-end(#18907)- Do not generate
grid-rowutilities when configuringgrid-row-startorgrid-row-end(#18907)- Prevent duplicate CSS when overwriting a static utility with a theme key (#18056)
- Show Lightning CSS warnings (if any) when optimizing/minifying (#18918)
- Use
defaultexport condition for@tailwindcss/vite(#18948)- Re-throw errors from PostCSS nodes (#18373)
- Detect classes in markdown inline directives (#18967)
- Ensure files with only
@themeproduce no output when built (#18979)- Support Maud templates when extracting classes (#18988)
- Upgrade: Do not migrate
variant = 'outline'during upgrades (#18922)- Upgrade: Show version mismatch (if any) when running upgrade tool (#19028)
- Upgrade: Ensure first class inside
classNameis migrated (#19031)- Upgrade: Migrate classes inside
*ClassNameand*Classattributes (#19031)v4.1.13
Changed
- Drop warning from browser build (#18731)
- Drop exact duplicate declarations when emitting CSS (#18809)
Fixed
- Don't transition
visibilitywhen usingtransition(#18795)- Discard matched variants with unknown named values (#18799)
- Discard matched variants with non-string values (#18799)
- Show suggestions for known
matchVariantvalues (#18798)- Replace deprecated
clipwithclip-pathinsr-only(#18769)- Hide internal fields from completions in
matchUtilities(#18820)- Ignore
.vercelfolders by default (can be overridden by@source …rules) (#18855)- Consider variants starting with
@-to be invalid (e.g.@-2xl:flex) (#18869)- Do not allow custom variants to start or end with a
-or_(#18867, #18872)- Upgrade: Migrate
ariatheme keys to@custom-variant(#18815)- Upgrade: Migrate
datatheme keys to@custom-variant(#18816)- Upgrade: Migrate
supportstheme keys to@custom-variant(#18817)v4.1.12
Fixed
- Don't consider the global important state in
@apply(#18404)- Add missing suggestions for
flex-<number>utilities (#18642)- Fix trailing
)from interfering with extraction in Clojure keywords (#18345)- Detect classes inside Elixir charlist, word list, and string sigils (#18432)
- Track source locations through
@pluginand@config(#18345)
... (truncated)
Changelog
Sourced from tailwindcss's changelog.
[4.1.14] - 2025-10-01
Fixed
- Handle
'syntax in ClojureScript when extracting classes (#18888)- Handle
@variantinside@custom-variant(#18885)- Merge suggestions when using
@utility(#18900)- Ensure that file system watchers created when using the CLI are always cleaned up (#18905)
- Do not generate
grid-columnutilities when configuringgrid-column-startorgrid-column-end(#18907)- Do not generate
grid-rowutilities when configuringgrid-row-startorgrid-row-end(#18907)- Prevent duplicate CSS when overwriting a static utility with a theme key (#18056)
- Show Lightning CSS warnings (if any) when optimizing/minifying (#18918)
- Use
defaultexport condition for@tailwindcss/vite(#18948)- Re-throw errors from PostCSS nodes (#18373)
- Detect classes in markdown inline directives (#18967)
- Ensure files with only
@themeproduce no output when built (#18979)- Support Maud templates when extracting classes (#18988)
- Upgrade: Do not migrate
variant = 'outline'during upgrades (#18922)- Upgrade: Show version mismatch (if any) when running upgrade tool (#19028)
- Upgrade: Ensure first class inside
classNameis migrated (#19031)- Upgrade: Migrate classes inside
*ClassNameand*Classattributes (#19031)[4.1.13] - 2025-09-03
Changed
- Drop warning from browser build (#18731)
- Drop exact duplicate declarations when emitting CSS (#18809)
Fixed
- Don't transition
visibilitywhen usingtransition(#18795)- Discard matched variants with unknown named values (#18799)
- Discard matched variants with non-string values (#18799)
- Show suggestions for known
matchVariantvalues (#18798)- Replace deprecated
clipwithclip-pathinsr-only(#18769)- Hide internal fields from completions in
matchUtilities(#18820)- Ignore
.vercelfolders by default (can be overridden by@source …rules) (#18855)- Consider variants starting with
@-to be invalid (e.g.@-2xl:flex) (#18869)- Do not allow custom variants to start or end with a
-or_(#18867, #18872)- Upgrade: Migrate
ariatheme keys to@custom-variant(#18815)- Upgrade: Migrate
datatheme keys to@custom-variant(#18816)- Upgrade: Migrate
supportstheme keys to@custom-variant(#18817)[4.1.12] - 2025-08-13
Fixed
... (truncated)
Commits
b67cbcfPrepare v4.1.14 release (#19037)cc8fefcUpdate magic-string to version 0.30.19210575aUpdate dedent 1.6.0 → 1.7.0 (minor) (#19010)c6e0a55Ensure files with only@themeproduce no output when built (#18979)9a5bae2Revert "Update all pnpm dependencies (2025-09-20) (#18971)"42eadfdUpdate all pnpm dependencies (2025-09-20) (#18971)c2aab49Bump Prettier (#18960)d1fd645Proposal: Allow overwriting static utilities that have a namespace (#18056)340b59dDo not generategrid-columnwhen configuringgrid-column-startor `grid-c...b7c7e48Add@container-sizeutility (#18901)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
1
Files Changed:
2
2
Additions:
+25
+25
Deletions:
-1175
-1175
Package Dependencies
Technical Details
| ID: | 9277846 |
| UUID: | 2883895274 |
| Node ID: | PR_kwDOBNPhPs6r5L_q |
| Host: | GitHub |
| Repository: | laravelio/paste.laravel.io |
| Merge State: | Unknown |