Skip to content
forked from eslint/css

chore: release 1.0.0 🚀#8

Closed
github-actions[bot] wants to merge 2 commits intomainfrom
release-please--branches--main--components--css
Closed

chore: release 1.0.0 🚀#8
github-actions[bot] wants to merge 2 commits intomainfrom
release-please--branches--main--components--css

Conversation

@github-actions
Copy link

🤖 I have created a release beep boop

1.0.0 (2025-12-10)

⚠ BREAKING CHANGES

  • Bump to v1.0.0
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#302)
  • 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 allow* options to use-baseline rule (#310) (e8dc57d)
  • 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 no-unmatchable-selectors rule (#301) (adaa397)
  • add relative-font-units rule (#133) (ce256da)
  • add selector-complexity rule (#252) (2bd29c4)
  • 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)
  • Bump to v1.0.0 (050bde3)
  • 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 Node.js ^20.19.0 || ^22.13.0 || >=24 (#302) (a1eb7f5)
  • 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 missing name property to recommended config (#336) (f115c3f)
  • 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 message for functions in use-baseline rule (#297) (cc0dff7)
  • correct parent typing for rule visitors (#313) (17046d0)
  • 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)
  • disallow extra properties in rule options (#299) (baf36e2)
  • 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)
  • enforce valid allow* values in prefer-logical-properties rule (#311) (23caee3)
  • 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)
  • handle missing declaration state in no-invalid-properties (#290) (4120774)
  • 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 (105102e)
  • update baseline data (85ed786)
  • update baseline data (61480f0)
  • 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)
  • update baseline data (#296) (0f6725f)
  • update baseline data (#306) (2f44739)
  • update baseline data (#321) (61090f9)
  • update baseline data (#326) (cddbf92)
  • update baseline data (#332) (85254d4)
  • 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)

Miscellaneous Chores


This PR was generated with Release Please. See documentation.

@lumirlumir lumirlumir closed this Dec 14, 2025
@lumirlumir lumirlumir deleted the release-please--branches--main--components--css branch December 14, 2025 15:13
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.

1 participant