Skip to content

Commit

Permalink
Update axe-core to v4.9.1 (#776)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Caleb Eby <caleb.eby01@gmail.com>
  • Loading branch information
renovate[bot] and calebeby authored Jul 29, 2024
1 parent 8aeaf66 commit 8599a26
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 18 deletions.
20 changes: 11 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@ampproject/remapping": "2.3.0",
"@axe-core/puppeteer": "4.7.3",
"@axe-core/puppeteer": "4.9.1",
"@babel/core": "7.24.9",
"@babel/preset-env": "7.24.8",
"@babel/preset-typescript": "7.24.7",
Expand All @@ -39,7 +39,7 @@
"@vue/compiler-sfc": "3.3.4",
"ansi-regex": "6.0.1",
"aria-query": "5.1.3",
"axe-core": "4.7.2",
"axe-core": "4.9.1",
"babel-plugin-un-cjs": "2.6.0",
"dom-accessibility-api": "0.6.1",
"errorstacks": "2.4.1",
Expand Down
14 changes: 7 additions & 7 deletions tests/accessibility/toPassAxeTests.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test(
Violations found:
Images must have alternate text (image-alt)
https://dequeuniversity.com/rules/axe/4.7/image-alt?application=axe-puppeteer
https://dequeuniversity.com/rules/axe/4.9/image-alt?application=axe-puppeteer
Affected Nodes:
<img />
Expand All @@ -25,7 +25,7 @@ test(
• Element's default semantics were not overridden with role="none" or role="presentation"
Document should have one main landmark (landmark-one-main)
https://dequeuniversity.com/rules/axe/4.7/landmark-one-main?application=axe-puppeteer
https://dequeuniversity.com/rules/axe/4.9/landmark-one-main?application=axe-puppeteer
Affected Nodes:
<html lang="en">
Expand All @@ -38,7 +38,7 @@ test(
• Document does not have a main landmark.
Page should contain a level-one heading (page-has-heading-one)
https://dequeuniversity.com/rules/axe/4.7/page-has-heading-one?application=axe-puppeteer
https://dequeuniversity.com/rules/axe/4.9/page-has-heading-one?application=axe-puppeteer
Affected Nodes:
<html lang="en">
Expand All @@ -51,7 +51,7 @@ test(
• Page must have a level-one heading.
All page content should be contained by landmarks (region)
https://dequeuniversity.com/rules/axe/4.7/region?application=axe-puppeteer
https://dequeuniversity.com/rules/axe/4.9/region?application=axe-puppeteer
Affected Nodes:
<img />
Expand Down Expand Up @@ -95,7 +95,7 @@ test(
Violations found:
Document should have one main landmark (landmark-one-main)
https://dequeuniversity.com/rules/axe/4.7/landmark-one-main?application=axe-puppeteer
https://dequeuniversity.com/rules/axe/4.9/landmark-one-main?application=axe-puppeteer
Affected Nodes:
<html lang="en">
Expand All @@ -116,7 +116,7 @@ test(
• Document does not have a main landmark.
Page should contain a level-one heading (page-has-heading-one)
https://dequeuniversity.com/rules/axe/4.7/page-has-heading-one?application=axe-puppeteer
https://dequeuniversity.com/rules/axe/4.9/page-has-heading-one?application=axe-puppeteer
Affected Nodes:
<html lang="en">
Expand All @@ -137,7 +137,7 @@ test(
• Page must have a level-one heading.
<svg> elements with an img role must have an alternative text (svg-img-alt)
https://dequeuniversity.com/rules/axe/4.7/svg-img-alt?application=axe-puppeteer
https://dequeuniversity.com/rules/axe/4.9/svg-img-alt?application=axe-puppeteer
Affected Nodes:
<svg
Expand Down

0 comments on commit 8599a26

Please sign in to comment.