Skip to content

Commit 2f44739

Browse files
fix: update baseline data (eslint#306)
Co-authored-by: fasttime <6367844+fasttime@users.noreply.github.com>
1 parent e09461f commit 2f44739

File tree

2 files changed

+23
-13
lines changed

2 files changed

+23
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"rollup-plugin-delete": "^3.0.1",
107107
"tailwind-csstree": "^0.1.0",
108108
"typescript": "^5.9.2",
109-
"web-features": "^3.4.0",
109+
"web-features": "^3.5.0",
110110
"yorkie": "^2.0.0"
111111
},
112112
"engines": {

src/data/baseline-data.js

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export const properties = new Map([
8383
["box-shadow", "10:2015"],
8484
["box-sizing", "10:2015"],
8585
["caret-color", "10:2020"],
86+
["caret-shape", "0:"],
8687
["clip", "0:"],
8788
["clip-path", "10:2020"],
8889
["color", "10:2015"],
@@ -503,8 +504,8 @@ export const properties = new Map([
503504
["transition-timing-function", "10:2015"],
504505
["user-select", "0:"],
505506
["vertical-align", "10:2015"],
506-
["view-transition-class", "0:"],
507-
["view-transition-name", "0:"],
507+
["view-transition-class", "5:2025"],
508+
["view-transition-name", "5:2025"],
508509
["visibility", "10:2015"],
509510
["white-space", "10:2015"],
510511
["white-space-collapse", "5:2024"],
@@ -676,7 +677,7 @@ export const types = new Map([
676677
["tan", "10:2023"],
677678
]);
678679
export const selectors = new Map([
679-
["active-view-transition", "0:"],
680+
["active-view-transition", "5:2025"],
680681
["active-view-transition-type", "0:"],
681682
["autofill", "10:2023"],
682683
["defined", "10:2020"],
@@ -688,7 +689,7 @@ export const selectors = new Map([
688689
["picker", "0:"],
689690
["picker-icon", "0:"],
690691
["default", "10:2020"],
691-
["details-content", "0:"],
692+
["details-content", "5:2025"],
692693
["dir", "5:2023"],
693694
["empty", "10:2015"],
694695
["file-selector-button", "10:2021"],
@@ -782,11 +783,11 @@ export const selectors = new Map([
782783
["hover", "10:2015"],
783784
["user-invalid", "5:2023"],
784785
["user-valid", "5:2023"],
785-
["view-transition", "0:"],
786-
["view-transition-group", "0:"],
787-
["view-transition-image-pair", "0:"],
788-
["view-transition-new", "0:"],
789-
["view-transition-old", "0:"],
786+
["view-transition", "5:2025"],
787+
["view-transition-group", "5:2025"],
788+
["view-transition-image-pair", "5:2025"],
789+
["view-transition-new", "5:2025"],
790+
["view-transition-old", "5:2025"],
790791
["cue", "10:2020"],
791792
["xr-overlay", "0:"],
792793
["where", "10:2021"],
@@ -1378,6 +1379,15 @@ export const propertyValues = new Map([
13781379
["content-box", "10:2015"],
13791380
]),
13801381
],
1382+
[
1383+
"caret-shape",
1384+
new Map([
1385+
["auto", "0:"],
1386+
["bar", "0:"],
1387+
["block", "0:"],
1388+
["underscore", "0:"],
1389+
]),
1390+
],
13811391
["clip", new Map([["auto", "0:"]])],
13821392
[
13831393
"clip-path",
@@ -2891,12 +2901,12 @@ export const propertyValues = new Map([
28912901
["top", "10:2015"],
28922902
]),
28932903
],
2894-
["view-transition-class", new Map([["none", "0:"]])],
2904+
["view-transition-class", new Map([["none", "5:2025"]])],
28952905
[
28962906
"view-transition-name",
28972907
new Map([
2898-
["match-element", "0:"],
2899-
["none", "0:"],
2908+
["match-element", "5:2025"],
2909+
["none", "5:2025"],
29002910
]),
29012911
],
29022912
[

0 commit comments

Comments
 (0)