Skip to content

build(deps-dev): bump eslint-plugin-better-tailwindcss from 3.8.0 to 4.0.2#8

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-plugin-better-tailwindcss-4.0.2
Open

build(deps-dev): bump eslint-plugin-better-tailwindcss from 3.8.0 to 4.0.2#8
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-plugin-better-tailwindcss-4.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 27, 2026

Bumps eslint-plugin-better-tailwindcss from 3.8.0 to 4.0.2.

Release notes

Sourced from eslint-plugin-better-tailwindcss's releases.

v4.0.2

compare changes

Fixes

  • enforce-canonical-classes: removal of unrelated classes (#309)
  • enforce-consistent-variable-syntax: Support custom css functions (#308)
  • Config types (#310)

v4.0.1

compare changes

Fixes

  • Disallow extra properties in rule options (valibot schemas) (#295)
  • Configuration warnings getting lost (#297)

❤️ Contributors

v4.0.0

This version includes a major rewrite of the internal architecture, improving performance and maintainability, resolving long-standing issues, and preparing the codebase for the future and for oxlint.

New Features

  • New rule: enforce-canonical-classes (#232)
  • New options for enforce-consistent-class-order to sort "component classes" and "unknown classes" (#263)
    • detectComponentClasses: boolean
    • componentClassOrder: "asc" | "desc" | "preserve"
    • componentClassPosition: "start" | "end"
    • unknownClassOrder: "asc" | "desc" | "preserve"
    • unknownClassPosition: "start" | "end"
  • Added strictness: "loose" option to enforce-consistent-line-wrapping to improve interoperability with prettier (#260)
  • Better Performance
  • Oxlint support

⚠️ Breaking Changes

First of all, the minimum required Node.js version is has changed to support v23.0.0, v22.12.0, v20.19.0 to support require(esm)

  • This made it possible to remove the CommonJS build (#264)

Some rules have been renamed to better reflect their intentions:

  • Renamed rule no-unregistered-classes to no-unknown-classes

... (truncated)

Changelog

Sourced from eslint-plugin-better-tailwindcss's changelog.

v4.0.2

compare changes

Fixes

  • enforce-canonical-classes: removal of unrelated classes (#309)
  • enforce-consistent-variable-syntax: Support custom css functions (#308)
  • Config types (#310)

v4.0.1

compare changes

Fixes

  • Disallow extra properties in rule options (valibot schemas) (#295)
  • Configuration warnings getting lost (#297)

❤️ Contributors

v4.0.0

compare changes

This version includes a major rewrite of the internal architecture, improving performance and maintainability, resolving long-standing issues, and preparing the codebase for the future and for oxlint.

New Features

  • New rule: enforce-canonical-classes (#232)
  • New options for enforce-consistent-class-order to sort "component classes" and "unknown classes" (#263)
    • detectComponentClasses: boolean
    • componentClassOrder: "asc" | "desc" | "preserve"
    • componentClassPosition: "start" | "end"
    • unknownClassOrder: "asc" | "desc" | "preserve"
    • unknownClassPosition: "start" | "end"
  • Added strictness: "loose" option to enforce-consistent-line-wrapping to improve interoperability with prettier (#260)
  • Better Performance
  • Oxlint support

⚠️ Breaking Changes

First of all, the minimum required Node.js version is has changed to support v23.0.0, v22.12.0, v20.19.0 to support require(esm)

  • This made it possible to remove the CommonJS build (#264)

... (truncated)

Commits
  • 36c60ef chore(release): v4.0.2
  • d5d369c chore: update dependencies
  • c39690a Merge pull request #310 from schoero/fix/config-types
  • 816b7ad fix: exported types
  • 9a0707f fix: rule names
  • c12cdff Merge pull request #309 from schoero/fix/removal-of-unrelated-classes
  • 735ef66 Merge pull request #308 from schoero/fix/support-custom-css-functions
  • bfa8478 fix: config types
  • 13c8a6e style: fix indentation
  • fa8d6ed fix: support custom css functions
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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

Bumps [eslint-plugin-better-tailwindcss](https://github.com/schoero/eslint-plugin-better-tailwindcss) from 3.8.0 to 4.0.2.
- [Release notes](https://github.com/schoero/eslint-plugin-better-tailwindcss/releases)
- [Changelog](https://github.com/schoero/eslint-plugin-better-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](schoero/eslint-plugin-better-tailwindcss@v3.8.0...v4.0.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-better-tailwindcss
  dependency-version: 4.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 27, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Jan 27, 2026

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

Project Deployment Review Updated (UTC)
prediction-market Ready Ready Preview, Comment Jan 27, 2026 0:23am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants