fix(deps): update dependency eslint-plugin-tailwindcss to v3.18.2 #13
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:
3.13.1
->3.18.2
Release Notes
francoismassart/eslint-plugin-tailwindcss (eslint-plugin-tailwindcss)
v3.18.2
: Tailwind CSS v4 READMECompare Source
This patch release is the same as
v3.8.0
, I had to publish patch versions in the regular npm release channel in order to update the README.Here is a copy of the important message as added in the README:
About Tailwind CSS 4 support
While the development of
eslint-plugin-tailwindcss
for Tailwind CSS v4 is ongoing, you can use the latest version published on the beta channel to get partial support of Tailwind CSS v4.npm i eslint-plugin-tailwindcss@beta -D
You can always disable specific rules if necessary.
This version has been made possible thanks to the work of hyoban and his project
tailwind-api-utils
.v3.18.1
Compare Source
v3.18.0
Compare Source
enforces-shorthand
rule now supportplace-content-*
/place-items-*
/place-self-*
enforces-shorthand
does not work forh-
&w-
when prefixed (by Kamahl19 🙏)v3.17.5
Compare Source
v3.17.4
Compare Source
v3.17.3
Compare Source
v3.17.2
Compare Source
Revert to
3.17.0
equivalent to prevent a regression introduced in3.17.1
v3.17.1
Compare Source
no-custom-classname
optimization (by XantreDev 🙏)This version did introduce a regression, so you should use 3.17.2 instead for now
v3.17.0
: Enhanced Template literals supportCompare Source
tag.div
andtag(Component)
(by nihalgonsalves 🙏)v3.16.0
: ESLint v9 supportCompare Source
v3.15.2
Compare Source
v3.15.1
Compare Source
fixes #324 & #317
v3.15.0
: no-unnecessary-arbitrary-valueCompare Source
New rule
no-unnecessary-arbitrary-value
is available.e.g. replacing
m-[1.25rem]
by its configuration based classnamem-5
v3.14.3
Compare Source
fix: retro compatibility for older Tailwind CSS (before typescript config)
v3.14.2
Compare Source
shadow-md
+shadow-[#color]
can be used together 🤝tabular-nums
andslashed-zero
can be used together 🤝size-*
based onsize
,spacing
,width
andheight
🤓v3.14.1
Compare Source
size-screen
😅enforces-shorthand
(by kachkaev 🙏)v3.14.0
: Tailwind CSS 3.4.0Compare Source
See #297
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.