Skip to content

Infrastructure: Update vnu-jar to 24.10.17; ignore warnings #3262

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 22, 2025
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
3 changes: 3 additions & 0 deletions .vnurc
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ Bad value “presentation” for attribute “role” on element “svg”.
Element “input” is missing required attribute “aria-checked”.
# https://github.com/w3c/aria-practices/issues/3070
Attribute “aria-actions” not allowed on element “button” at this point.
# https://github.com/validator/validator/issues/1364
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”.
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”.
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"selenium-webdriver": "^4.29.0",
"stylelint": "^16.16.0",
"stylelint-config-standard": "^36.0.1",
"vnu-jar": "^21.2.5"
"vnu-jar": "^24.10.17"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write",
Expand Down
Loading