Skip to content

Commit c06a0bf

Browse files
chore(deps): update tailwindcss monorepo to v4.1.12 (#654)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@tailwindcss/postcss](https://tailwindcss.com) ([source](https://redirect.github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss)) | devDependencies | patch | [`4.1.11` -> `4.1.12`](https://renovatebot.com/diffs/npm/@tailwindcss%2fpostcss/4.1.11/4.1.12) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/tailwindlabs/tailwindcss/badge)](https://securityscorecards.dev/viewer/?uri=github.com/tailwindlabs/tailwindcss) | | [tailwindcss](https://tailwindcss.com) ([source](https://redirect.github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss)) | devDependencies | patch | [`4.1.11` -> `4.1.12`](https://renovatebot.com/diffs/npm/tailwindcss/4.1.11/4.1.12) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/tailwindlabs/tailwindcss/badge)](https://securityscorecards.dev/viewer/?uri=github.com/tailwindlabs/tailwindcss) | --- ### Release Notes <details> <summary>tailwindlabs/tailwindcss (@&#8203;tailwindcss/postcss)</summary> ### [`v4.1.12`](https://redirect.github.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#4112---2025-08-13) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v4.1.11...v4.1.12) ##### Fixed - Don't consider the global important state in `@apply` ([#&#8203;18404](https://redirect.github.com/tailwindlabs/tailwindcss/pull/18404)) - Add missing suggestions for `flex-<number>` utilities ([#&#8203;18642](https://redirect.github.com/tailwindlabs/tailwindcss/pull/18642)) - Fix trailing `)` from interfering with extraction in Clojure keywords ([#&#8203;18345](https://redirect.github.com/tailwindlabs/tailwindcss/pull/18345)) - Detect classes inside Elixir charlist, word list, and string sigils ([#&#8203;18432](https://redirect.github.com/tailwindlabs/tailwindcss/pull/18432)) - Track source locations through `@plugin` and `@config` ([#&#8203;18345](https://redirect.github.com/tailwindlabs/tailwindcss/pull/18345)) - Allow boolean values of `process.env.DEBUG` in `@tailwindcss/node` ([#&#8203;18485](https://redirect.github.com/tailwindlabs/tailwindcss/pull/18485)) - Ignore consecutive semicolons in the CSS parser ([#&#8203;18532](https://redirect.github.com/tailwindlabs/tailwindcss/pull/18532)) - Center the dropdown icon added to an input with a paired datalist by default ([#&#8203;18511](https://redirect.github.com/tailwindlabs/tailwindcss/pull/18511)) - Extract candidates in Slang templates ([#&#8203;18565](https://redirect.github.com/tailwindlabs/tailwindcss/pull/18565)) - Improve error messages when encountering invalid functional utility names ([#&#8203;18568](https://redirect.github.com/tailwindlabs/tailwindcss/pull/18568)) - Discard CSS AST objects with `false` or `undefined` properties ([#&#8203;18571](https://redirect.github.com/tailwindlabs/tailwindcss/pull/18571)) - Allow users to disable URL rebasing in `@tailwindcss/postcss` via `transformAssetUrls: false` ([#&#8203;18321](https://redirect.github.com/tailwindlabs/tailwindcss/pull/18321)) - Fix false-positive migrations in `addEventListener` and JavaScript variable names ([#&#8203;18718](https://redirect.github.com/tailwindlabs/tailwindcss/pull/18718)) - Fix Standalone CLI showing default Bun help when run via symlink on Windows ([#&#8203;18723](https://redirect.github.com/tailwindlabs/tailwindcss/pull/18723)) - Read from `--border-color-*` theme keys in `divide-*` utilities for backwards compatibility ([#&#8203;18704](https://redirect.github.com/tailwindlabs/tailwindcss/pull/18704/)) - Don't scan `.hdr` and `.exr` files for classes by default ([#&#8203;18734](https://redirect.github.com/tailwindlabs/tailwindcss/pull/18734)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/docs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 36c02a3 commit c06a0bf

2 files changed

Lines changed: 30 additions & 28 deletions

File tree

bun.lock

Lines changed: 28 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050
},
5151
"devDependencies": {
5252
"@fumadocs/cli": "0.2.1",
53-
"@tailwindcss/postcss": "4.1.11",
53+
"@tailwindcss/postcss": "4.1.12",
5454
"@types/mdx": "2.0.13",
5555
"@types/node": "24.2.1",
5656
"@types/react": "19.1.10",
5757
"@types/react-dom": "19.1.7",
5858
"babel-plugin-react-compiler": "19.1.0-rc.2",
5959
"postcss": "8.5.6",
60-
"tailwindcss": "4.1.11",
60+
"tailwindcss": "4.1.12",
6161
"typescript": "5.9.2",
6262
"eslint": "9.33.0",
6363
"eslint-config-next": "15.4.6",

0 commit comments

Comments
 (0)