-
Notifications
You must be signed in to change notification settings - Fork 182
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
Bump jest-axe from 6.0.0 to 7.0.0 in /frontend #2763
Bump jest-axe from 6.0.0 to 7.0.0 in /frontend #2763
Conversation
34c5024
to
81bf7b3
Compare
Bumps [jest-axe](https://github.com/nickcolley/jest-axe) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/nickcolley/jest-axe/releases) - [Changelog](https://github.com/NickColley/jest-axe/blob/main/CHANGELOG.md) - [Commits](NickColley/jest-axe@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: jest-axe dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
81bf7b3
to
17f7f1d
Compare
Hmm, unfortunately there's not too much information on why the violation of the new rule added in axe-core's new release affects us. I then got the following violation: {
"id": "aria-required-children",
"impact": "critical",
"tags": [
"cat.aria",
"wcag2a",
"wcag131"
],
"description": "Ensures elements with an ARIA role that require child roles contain them",
"help": "Certain ARIA roles must contain particular children",
"helpUrl": "https://dequeuniversity.com/rules/axe/4.5/aria-required-children?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "aria-required-children",
"data": {
"messageKey": "unallowed"
},
"relatedNodes": [
{
"html": "<div id=\"react-aria-3-tabpanel-use-cases/shopping\" aria-labelledby=\"react-aria-8-tab-use-cases/shopping\" tabindex=\"0\" role=\"tabpanel\" class=\"Carousel_content__ARUFX\">",
"target": [
"#react-aria-3-tabpanel-use-cases\\/shopping"
]
}
],
"impact": "critical",
"message": "Element has children which are not allowed (see related nodes)"
},
{
"id": "aria-busy",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element has no aria-busy=\"true\" attribute"
}
],
"all": [],
"none": [],
"impact": "critical",
"html": "<div id=\"react-aria-3\" aria-label=\"Use Firefox Relay for:\" role=\"tablist\" aria-orientation=\"vertical\" class=\"Carousel_sections__sCXLY Carousel_selected-tab-0__4L_XA\">",
"target": [
"#react-aria-3"
],
"failureSummary": "Fix any of the following:\n Element has children which are not allowed (see related nodes)\n Element has no aria-busy=\"true\" attribute"
}
]
} Apparently the tabpanel is not allowed. I think that might have to do with the tabpanel's I'll probably leave my analysis at that for now. |
And of course writing that down triggered the answer :) A |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, it found a new inaccessible thing and I got to fix that :)
@dependabot merge
Bumps jest-axe from 6.0.0 to 7.0.0.
Release notes
Sourced from jest-axe's releases.
Changelog
Sourced from jest-axe's changelog.
Commits
c728a8b
Merge branch 'update-all-the-things'e61bf54
Lint all the things3d0759e
Merge pull request #257 from NickColley/update-all-the-things94f7d4a
Add more docs on breaking changes702a218
Drop support for 10 and 1290a0650
Fix testse123392
Only use dependabot for security issuese075bfc
Update version to 7.0.08d89dbf
Update main dependenciesf2fb536
Update jest to latestDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)