Skip to content

Commit e48f896

Browse files
authored
Infrastructure: Update vnu-jar to 24.10.17; ignore warnings (#3262)
* Bumps vnu-jar to 24.10.17 * Ignores 2 new issues when running `npm run lint:html`: * The “role” attribute must not be used on a “tr” element which has a “table” ancestor with no “role” attribute, or with a “role” attribute whose value is “table”, “grid”, or “treegrid”. * The “role” attribute must not be used on a “td” element which has a “table” ancestor with no “role” attribute, or with a “role” attribute whose value is “table”, “grid”, or “treegrid”.
1 parent 00d33b1 commit e48f896

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

.vnurc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ Bad value “presentation” for attribute “role” on element “svg”.
2727
Element “input” is missing required attribute “aria-checked”.
2828
# https://github.com/w3c/aria-practices/issues/3070
2929
Attribute “aria-actions” not allowed on element “button” at this point.
30+
# https://github.com/validator/validator/issues/1364
31+
The “role” attribute must not be used on a “td” element which has a “table” ancestor with no “role” attribute, or with a “role” attribute whose value is “table”, “grid”, or “treegrid”.
32+
The “role” attribute must not be used on a “tr” element which has a “table” ancestor with no “role” attribute, or with a “role” attribute whose value is “table”, “grid”, or “treegrid”.

package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"selenium-webdriver": "^4.29.0",
6161
"stylelint": "^16.16.0",
6262
"stylelint-config-standard": "^36.0.1",
63-
"vnu-jar": "^21.2.5"
63+
"vnu-jar": "^24.10.17"
6464
},
6565
"lint-staged": {
6666
"*": "prettier --ignore-unknown --write",

0 commit comments

Comments
 (0)