File tree Expand file tree Collapse file tree 5 files changed +15
-4
lines changed Expand file tree Collapse file tree 5 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.11.0 "
2
+ "." : " 0.11.1 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.11.1] ( https://github.com/eslint/css/compare/css-v0.11.0...css-v0.11.1 ) (2025-09-11)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * detect prefixed [ @keyframes ] ( https://github.com/keyframes ) in no-duplicate-keyframe-selectors ([ 11ae50f] ( https://github.com/eslint/css/commit/11ae50fb404d1620309921ebadec006498db4091 ) )
9
+ * detect prefixed ` [@keyframes](https://github.com/keyframes) ` in ` no-duplicate-keyframe-selectors ` ([ #251 ] ( https://github.com/eslint/css/issues/251 ) ) ([ 11ae50f] ( https://github.com/eslint/css/commit/11ae50fb404d1620309921ebadec006498db4091 ) )
10
+ * Ensure languageOptions.customSyntax is serializable ([ #212 ] ( https://github.com/eslint/css/issues/212 ) ) ([ 7f82110] ( https://github.com/eslint/css/commit/7f82110ea633e1524d083434468052a7942c7236 ) )
11
+ * update baseline data ([ #245 ] ( https://github.com/eslint/css/issues/245 ) ) ([ a009bb7] ( https://github.com/eslint/css/commit/a009bb7ce58a29de9063bf4059ef217261449bd2 ) )
12
+ * update baseline data ([ #254 ] ( https://github.com/eslint/css/issues/254 ) ) ([ ff77374] ( https://github.com/eslint/css/commit/ff773743c8397d509bf215aa743abb28b92b94f5 ) )
13
+
3
14
## [ 0.11.0] ( https://github.com/eslint/css/compare/css-v0.10.0...css-v0.11.0 ) (2025-08-28)
4
15
5
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint/css" ,
3
- "version" : " 0.11.0 " ,
3
+ "version" : " 0.11.1 " ,
4
4
"exports" : {
5
5
"." : " ./dist/esm/index.js"
6
6
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint/css" ,
3
- "version" : " 0.11.0 " ,
3
+ "version" : " 0.11.1 " ,
4
4
"description" : " CSS linting plugin for ESLint" ,
5
5
"author" : " Nicholas C. Zakas" ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import rules from "./build/rules.js";
19
19
const plugin = {
20
20
meta : {
21
21
name : "@eslint/css" ,
22
- version : "0.11.0 " , // x-release-please-version
22
+ version : "0.11.1 " , // x-release-please-version
23
23
} ,
24
24
languages : {
25
25
css : new CSSLanguage ( ) ,
You can’t perform that action at this time.
0 commit comments