Upgrade axe-core JS version #11
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the project to version
0.1.5
, introduces a new changelog file, upgrades the axe-core JS library, and adjusts the test cases to reflect the changes in accessibility rule evaluations. Below are the key changes grouped by theme:Version and Documentation Updates:
CHANGELOG.md
file to document notable changes, starting with version0.1.5
, which includes an upgrade to axe-core JS v4.10.3. This upgrade may result in changes to the number of reported violations due to new and updated rules.pyproject.toml
from0.1.4
to0.1.5
.Test Adjustments for Updated axe-core Rules:
tests/test_axe_async_playwright.py
andtests/test_axe_sync_playwright.py
to reflect changes in the number of inapplicable, passes, and violations due to the axe-core upgrade:inapplicable
count changed from71
to75
.passes
count changed from7
to6
. [1] [2] [3]