Skip to content

Commit

Permalink
Merge pull request #286 from NickColley/v9.0.0
Browse files Browse the repository at this point in the history
Put together v9.0.0
  • Loading branch information
NickColley authored Jun 7, 2024
2 parents 57add70 + 8bf9e82 commit eed8918
Show file tree
Hide file tree
Showing 8 changed files with 2,810 additions and 5,753 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14, 16, 18]
node-version: [16, 18, 20, 22]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 9.0.0

- Update axe-core to version 4.9.1 - thanks [@1Copenut](https://github.com/1Copenut) and [@longmatthewh](https://github.com/longmatthewh).
- Update minimum Node.js version to 16

# 8.0.0

- Update axe-core to version 4.7.2 - thanks [@hpinkos](https://github.com/hpinkos) and [@philcon93](https://github.com/philcon93).
Expand Down
20 changes: 10 additions & 10 deletions __tests__/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Fix any of the following:
Element's default semantics were not overridden with role="none" or role="presentation"
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/image-alt?application=axeAPI
https://dequeuniversity.com/rules/axe/4.9/image-alt?application=axeAPI
────────
Expand All @@ -35,7 +35,7 @@ Fix any of the following:
Some page content is not contained by landmarks
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/region?application=axeAPI"
https://dequeuniversity.com/rules/axe/4.9/region?application=axeAPI"
`;
exports[`jest-axe toHaveNoViolations returns correctly formatted message when violations are present 1`] = `
Expand Down Expand Up @@ -80,7 +80,7 @@ Fix any of the following:
Element's default semantics were not overridden with role="none" or role="presentation"
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/image-alt?application=axeAPI
https://dequeuniversity.com/rules/axe/4.9/image-alt?application=axeAPI
Expected the HTML found at $('img[src="http://example.com/2"]') to have no violations:
Expand All @@ -98,7 +98,7 @@ Fix any of the following:
Element's default semantics were not overridden with role="none" or role="presentation"
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/image-alt?application=axeAPI
https://dequeuniversity.com/rules/axe/4.9/image-alt?application=axeAPI
────────
Expand All @@ -120,7 +120,7 @@ Fix any of the following:
Element's default semantics were not overridden with role="none" or role="presentation"
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/label?application=axeAPI
https://dequeuniversity.com/rules/axe/4.9/label?application=axeAPI
────────
Expand All @@ -142,7 +142,7 @@ Fix any of the following:
Element has no title attribute
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/link-name?application=axeAPI
https://dequeuniversity.com/rules/axe/4.9/link-name?application=axeAPI
Expected the HTML found at $('a[href$="#link-name-2"]') to have no violations:
Expand All @@ -162,7 +162,7 @@ Fix any of the following:
Element has no title attribute
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/link-name?application=axeAPI
https://dequeuniversity.com/rules/axe/4.9/link-name?application=axeAPI
────────
Expand All @@ -178,7 +178,7 @@ Fix any of the following:
Some page content is not contained by landmarks
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/region?application=axeAPI
https://dequeuniversity.com/rules/axe/4.9/region?application=axeAPI
Expected the HTML found at $('img[src="http://example.com/2"]') to have no violations:
Expand All @@ -192,7 +192,7 @@ Fix any of the following:
Some page content is not contained by landmarks
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/region?application=axeAPI
https://dequeuniversity.com/rules/axe/4.9/region?application=axeAPI
Expected the HTML found at $('input') to have no violations:
Expand All @@ -206,5 +206,5 @@ Fix any of the following:
Some page content is not contained by landmarks
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/region?application=axeAPI"
https://dequeuniversity.com/rules/axe/4.9/region?application=axeAPI"
`;
6 changes: 3 additions & 3 deletions __tests__/__snapshots__/reactjs.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Fix any of the following:
Element's default semantics were not overridden with role="none" or role="presentation"
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/image-alt?application=axeAPI"
https://dequeuniversity.com/rules/axe/4.9/image-alt?application=axeAPI"
`;
exports[`React renders correctly 1`] = `
Expand All @@ -41,7 +41,7 @@ Fix any of the following:
Element's default semantics were not overridden with role="none" or role="presentation"
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/image-alt?application=axeAPI
https://dequeuniversity.com/rules/axe/4.9/image-alt?application=axeAPI
────────
Expand All @@ -57,5 +57,5 @@ Fix any of the following:
Some page content is not contained by landmarks
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/region?application=axeAPI"
https://dequeuniversity.com/rules/axe/4.9/region?application=axeAPI"
`;
6 changes: 3 additions & 3 deletions __tests__/__snapshots__/vuejs.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Fix any of the following:
Element's default semantics were not overridden with role="none" or role="presentation"
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/image-alt?application=axeAPI"
https://dequeuniversity.com/rules/axe/4.9/image-alt?application=axeAPI"
`;
exports[`Vue renders correctly 1`] = `
Expand All @@ -41,7 +41,7 @@ Fix any of the following:
Element's default semantics were not overridden with role="none" or role="presentation"
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/image-alt?application=axeAPI
https://dequeuniversity.com/rules/axe/4.9/image-alt?application=axeAPI
────────
Expand All @@ -57,5 +57,5 @@ Fix any of the following:
Some page content is not contained by landmarks
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/region?application=axeAPI"
https://dequeuniversity.com/rules/axe/4.9/region?application=axeAPI"
`;
Loading

0 comments on commit eed8918

Please sign in to comment.