You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tryghost-renovateBot
changed the title
Update dependency eslint-plugin-tailwindcss to v4.0.2
Update dependency eslint-plugin-tailwindcss to v4.0.3
Jun 24, 2026
Triage from auto-loop: this beta-to-stable bump (4.0.0-beta.0 → 4.0.3) needs more than mechanical rebasing.
Required changes (out of scope for the auto-loop):
Settings API rename in eslint.shared.mjs: the new plugin requires tailwindcss: {cssConfigPath: ...} instead of tailwindcss: {config: ...}.
Auto-fixable new findings: ~24 new enforces-shorthand violations across @tryghost/shade, @tryghost/admin-x-design-system, @tryghost/admin-x-settings, @tryghost/posts, @tryghost/activitypub (e.g. h-5 w-5 → size-5, -translate-x-1/2 -translate-y-1/2 → -translate-1/2). Fixable via eslint --fix.
False-positive blocker: the new no-contradicting-classname rule flags valid Tailwind v4 patterns:
outline outline-N (used in ~10 sites across apps/activitypub and apps/admin-x-design-system) — in TW v4, outline-N only sets outline-width; outline provides outline-style: solid, so the pair is intentional, not contradictory.
divide-gray-X + border-gray-X (1 site) — orthogonal: divide-color applies to child dividers, border-color to the outer border.
Recommend: file an upstream bug on francoismassart/eslint-plugin-tailwindcss for the false-positives, and either (a) wait for a fix before merging, or (b) decide whether to disable no-contradicting-classname until upstream patches.
The pre-existing comments-ui/signup-form lint failures (rule-schema mismatch for legacyTailwindV3ConfigPath apps with the v4 plugin loaded at root) are independent of this bump and already failing on main.
tryghost-renovateBot
changed the title
Update dependency eslint-plugin-tailwindcss to v4.0.3
Update dependency eslint-plugin-tailwindcss to v4.0.4
Jun 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency file
1 participant
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.0-beta.0→4.0.4Release Notes
francoismassart/eslint-plugin-tailwindcss (eslint-plugin-tailwindcss)
v4.0.4Compare Source
cninsidefunctionsdefault values of the settingspeer&peer/...are now considered valid classnamesv4.0.3: Tailwind CSS v4Compare Source
Made for Tailwind CSS v4
Version 4 of the
eslint-plugin-tailwindcssis:prettier-plugin-tailwindcssplugintailwind-api-utilsThis version has been made possible thanks to the work of hyoban and his project
tailwind-api-utils.The pre-release versions were tested on our Nx monorepo which uses Next.js, react and offcourse Tailwind CSS 4.
v4.0.2Compare Source
Configuration
📅 Schedule: (in timezone Etc/UTC)
* * * * 0,6)* 23 * * 1-5)* 0-4 * * 1-6)* * * * 0,6)* 23 * * 1-5)* 0-4 * * 1-6)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.