Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps the major group with 1 update in the / directory: eslint-plugin-better-tailwindcss.

Updates eslint-plugin-better-tailwindcss from 3.8.0 to 4.0.1

Release notes

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

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
  • Renamed rule sort-classes to enforce-consistent-class-order
  • Renamed rule multiline to enforce-consistent-line-wrapping

The rule recommendations have been updated to enable new rules by default. Check the updated rule recommendations for more information.

For some rules, the options have been renamed or changed:

... (truncated)

Changelog

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

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)

Some rules have been renamed to better reflect their intentions:

  • Renamed rule no-unregistered-classes to no-unknown-classes
  • Renamed rule sort-classes to enforce-consistent-class-order
  • Renamed rule multiline to enforce-consistent-line-wrapping

The rule recommendations have been updated to enable new rules by default. Check the updated rule recommendations for more information.

... (truncated)

Commits
  • f83c5b4 chore(release): v4.0.1
  • 9ddbeb3 Merge pull request #297 from schoero/fix/warnings-get-lost
  • 0cfe4c4 fix: duplicate warnings
  • 67ec0d7 Merge pull request #295 from andreww2012/fix/disallow-extra-properties-in-rul...
  • 2cb9ae3 fix: warnings getting lost
  • 733d959 fix: disallow extra properties in rule options (valibot schemas)
  • e5a6ce4 docs: fix table of contents
  • 1e9e8c6 docs: fix link
  • c01d9f7 Merge pull request #265 from schoero/v4
  • f88659d chore: prepare v4 release
  • Additional commits viewable in compare view

Updates synckit from 0.11.11 to 0.11.12

Release notes

Sourced from synckit's releases.

v0.11.12

Patch Changes

New Contributors

Full Changelog: un-ts/synckit@v0.11.11...v0.11.12

Changelog

Sourced from synckit's changelog.

0.11.12

Patch Changes

0.11.9

Patch Changes

0.11.8

Patch Changes

0.11.7

Patch Changes

0.11.6

Patch Changes

0.11.5

Patch Changes

0.11.4

Patch Changes

0.11.3

Patch Changes

0.11.2

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for synckit since your current version.


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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the major group with 1 update in the / directory: [eslint-plugin-better-tailwindcss](https://github.com/schoero/eslint-plugin-better-tailwindcss).


Updates `eslint-plugin-better-tailwindcss` from 3.8.0 to 4.0.1
- [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.1)

Updates `synckit` from 0.11.11 to 0.11.12
- [Release notes](https://github.com/un-ts/synckit/releases)
- [Changelog](https://github.com/un-ts/synckit/blob/main/CHANGELOG.md)
- [Commits](un-ts/synckit@v0.11.11...v0.11.12)

---
updated-dependencies:
- dependency-name: eslint-plugin-better-tailwindcss
  dependency-version: 4.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: synckit
  dependency-version: 0.11.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: 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 19, 2026
@Master-Hash Master-Hash merged commit 2cfe61a into main Jan 19, 2026
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/major-5aa3993e9b branch January 19, 2026 02:57
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.

2 participants