Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.9.0
v22.14.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@lerna-lite/cli": "^4.1.2",
"@lerna-lite/publish": "^4.1.2",
"@mdn/browser-compat-data": "^6.0.27",
"@mdn/browser-compat-data": "^6.1.1",
"@parcel/transformer-sass": "2.15.0",
"@types/jest": "^29.5.14",
"compute-baseline": "^0.3.1",
Expand Down
6 changes: 4 additions & 2 deletions packages/eslint-plugin/lib/rules/utils/baseline.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ const elements = new Map([
["input.type_button", "10:2015"],
["input.type_checkbox", "10:2015"],
["input.type_color", "0:"],
["input.type_color.accepts_css_colors", "0:"],
["input.type_date", "10:2021"],
["input.type_datetime-local", "10:2021"],
["input.type_email", "10:2015"],
Expand All @@ -289,7 +290,8 @@ const elements = new Map([
["input.type_password.insecure_login_handling", "0:"],
["input.type_radio", "10:2015"],
["input.type_range", "10:2017"],
["input.type_range.tick_marks", "5:2023"],
["input.type_range.labeled_values", "0:"],
["input.type_range.tick_marks", "10:2023"],
Copy link

Copilot AI Aug 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The baseline version for input.type_range.tick_marks has been changed from "5:2023" to "10:2023", which represents a significant change in browser support timeline. Please verify this change is accurate as it affects when this feature is considered baseline-supported.

Suggested change
["input.type_range.tick_marks", "10:2023"],
["input.type_range.tick_marks", "5:2023"],

Copilot uses AI. Check for mistakes.
["input.type_range.vertical_orientation", "5:2024"],
["input.type_reset", "10:2015"],
["input.type_search", "10:2015"],
Expand Down Expand Up @@ -380,7 +382,7 @@ const elements = new Map([
["ol.start", "10:2015"],
["ol.type", "10:2015"],
["optgroup", "10:2015"],
["optgroup.disabled", "10:2015"],
["optgroup.disabled", "0:"],
Copy link

Copilot AI Aug 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The baseline version for optgroup.disabled has been changed from "10:2015" to "0:", which indicates no baseline support. This appears to be incorrect as optgroup.disabled is a well-established HTML feature that should have baseline support. Please verify this change against the actual BCD data.

Suggested change
["optgroup.disabled", "0:"],
["optgroup.disabled", "10:2015"],

Copilot uses AI. Check for mistakes.
["optgroup.label", "10:2015"],
["option", "10:2015"],
["option.disabled", "10:2015"],
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,7 @@ __metadata:
dependencies:
"@lerna-lite/cli": "npm:^4.1.2"
"@lerna-lite/publish": "npm:^4.1.2"
"@mdn/browser-compat-data": "npm:^6.0.27"
"@mdn/browser-compat-data": "npm:^6.1.1"
"@parcel/transformer-sass": "npm:2.15.0"
"@types/jest": "npm:^29.5.14"
compute-baseline: "npm:^0.3.1"
Expand Down Expand Up @@ -2207,10 +2207,10 @@ __metadata:
languageName: node
linkType: hard

"@mdn/browser-compat-data@npm:^6.0.27":
version: 6.0.27
resolution: "@mdn/browser-compat-data@npm:6.0.27"
checksum: 10c0/aeff1e1cef002d7ac27136e1b02643a1311c37ab3bb4d20fba282fe65f58877a6990b4b18f4469fb4616f19825380736f3592f2bb15bc5da96f4d34b779bbdc8
"@mdn/browser-compat-data@npm:^6.1.1":
version: 6.1.1
resolution: "@mdn/browser-compat-data@npm:6.1.1"
checksum: 10c0/efa604d29bfd7e7dcc5051ee749ce53934ecccf15e664512b242d71711ec18ab43a362cb2d4c0ea9fd5dced421c0ae3f9aa58c61ecee7997e05ed7e622cc485e
languageName: node
linkType: hard

Expand Down