Skip to content

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Oct 7, 2025

🤖 I have created a release beep boop

0.13.0 (2025-10-07)

⚠ BREAKING CHANGES

  • Remove Tailwind syntax in favor of external tailwind-csstree (#166)
  • Rename require-basline -> use-baseline (#100)

Features

  • add @namespace validation to no-invalid-at-rule-placement rule (#183) (26b902c)
  • add allowUnknownVariables option to no-invalid-properties (#178) (932cf62)
  • add font-family-fallbacks rule (#174) (5678024)
  • add no-invalid-named-grid-areas rule (#169) (162f6e5)
  • add relative-font-units rule (#133) (ce256da)
  • add allow-list options for at-rules, properties, and selectors (#228) (623ad8e)
  • add autofix to no-duplicate-imports rule (#216) (0aa7b97)
  • add new rule no-duplicate-keyframe-selectors (#143) (dfe9c05)
  • Add no-duplicate-imports rule (#4) (8d4558b)
  • add no-important rule (#124) (af043db)
  • add no-invalid-at-rule-placement rule (#171) (bb90e3a)
  • add prefer-logical-properties rule (#63) (2a440ce)
  • add selector support to require-baseline (#61) (9c7fd6a)
  • add suggestion to no-important rule to remove !important flag (#217) (47e26b3)
  • add support for getLocFromIndex and getIndexFromLoc (#167) (3baeacf)
  • add support for baseline years (#81) (4c70882)
  • Add support for media conditions in require-baseline rule (#49) (ad9ddd7)
  • Add tolerant parsing mode (#38) (9e4b2dd), closes #29
  • Add use-layers rule (#27) (6ebf57e)
  • allow custom descriptors in no-invalid-at-rules (#128) (df26df3)
  • Allow custom syntax (#47) (397888b)
  • allow relative-size and global values in relative-font-units (#214) (933d71c)
  • CSS language plugin (#2) (52d4f2c)
  • CSS nesting baseline support (#87) (8fcae6c)
  • make var() regex multiline-safe in no-invalid-properties (#242) (c123f6e)
  • no-invalid-properties rule (#11) (9b80bdd)
  • no-unknown-at-rules -> no-invalid-at-rules (#12) (b90ee0e)
  • no-unknown-at-rules rule (#7) (9a4d027)
  • no-unknown-properties rule (#5) (43dec96)
  • Remove Tailwind syntax in favor of external tailwind-csstree (#166) (a035fa7)
  • Rename require-basline -> use-baseline (#100) (21b71b4), closes #96
  • require-baseline rule (#33) (c5f66fa)
  • Switch to @eslint/css-tree (#83) (828a6eb)
  • Type checking for all APIs and rules (#103) (809ea4c)
  • Update Baseline data (#130) (86aad6b)
  • Validate property values containing variables (#148) (9fb07fa)

Bug Fixes

  • Add support period-separated layer names in use-layers rule (#92) (54b7da5)
  • add type tests (#16) (f21e090)
  • allow any type for meta.docs.recommended in custom rules (#231) (6ea61a5)
  • bump plugin-kit to latest to resolve security vulnerabilities (#209) (32e02d6)
  • Catch more parse errors (#97) (d08df74)
  • compute baseline status of individual features (#82) (3d91042)
  • correct location reporting for !important in no-important rule (#286) (33ea905)
  • correct the return type of applyInlineConfig (#281) (386f42a)
  • detect prefixed @keyframes in no-duplicate-keyframe-selectors (11ae50f)
  • detect prefixed [@keyframes](https://github.com/keyframes) in no-duplicate-keyframe-selectors (#251) (11ae50f)
  • disallow extra properties in rule options (#197) (8fd755d)
  • Don't check class names in require-baseline (#93) (b8d6356)
  • enforce strict syntax for [@charset](https://github.com/charset) in no-invalid-at-rules (#192) (4d3d140)
  • Enforce unique items in the options of prefer-logical-properties (b720cf8)
  • enforce unique items in the options of prefer-logical-properties (#176) (b720cf8)
  • Ensure languageOptions.customSyntax is serializable (#212) (7f82110)
  • expand supported types in baseline-data (#74) (96c3f95)
  • handle all CSS newline types in CSSSourceCode (#275) (2d0eec6)
  • handle all CSS newlines in rules (#280) (ed0c0f1)
  • improve use-baseline types regex (#137) (5ed6073)
  • make no-invalid-properties var() case-insensitive (#232) (ad0cbdb)
  • make relative-font-units unit matching case-insensitive (#222) (7a2ecad)
  • make types usable in CommonJS (#44) (0540006)
  • no-invalid-properties false positives for var() in functions (#227) (268c7f0)
  • prevent false positives for !important inside comments (#218) (3c6937a)
  • recursively resolve custom properties in no-invalid-properties (#237) (f2ee3fd)
  • remove redundant Comment member from CSSSyntaxElement union (#119) (67f3d4e)
  • require-baseline should not warn for cursor property (#52) (21b5aad), closes #51
  • Set use-baseline to 'warn' in recommended config (#110) (2152e9d), closes #80
  • Suppress var() validation errors (#45) (f526b1d), closes #40
  • treat at-rule names as case-insensitive across rules (#233) (9765135)
  • update baseline data (fb65800)
  • update baseline data (8ee9da0)
  • update baseline data (#189) (9bdb155)
  • update baseline data (#207) (79e06c6)
  • update baseline data (#213) (30ca01c)
  • update baseline data (#234) (5f409d3)
  • update baseline data (#238) (d058f1c)
  • update baseline data (#241) (330c326)
  • update baseline data (#245) (a009bb7)
  • update baseline data (#254) (ff77374)
  • update baseline data (#257) (b5414d3)
  • update baseline data (#267) (da37950)
  • update baseline data (#287) (73734bb)
  • Upgrade @eslint/css-tree (#243) (136e2ab)
  • Upgrade @eslint/css-tree to update syntax support (#173) (8909277), closes #159
  • var() with fallback value in no-invalid-properties (#184) (1db0b1a)

This PR was generated with Release Please. See documentation.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants