TroyWalshProf / SeleniumAxeDotnet

Tools for using aXe for web accessibility testing with C# and Selenium.
MIT License
32 stars 21 forks source link

chore: bump axe-core from 4.7.1 to 4.7.2 in /Selenium.Axe/Selenium.Axe #338

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps axe-core from 4.7.1 to 4.7.2.

Release notes

Sourced from axe-core's releases.

Release 4.7.2

This release corrects the Trusted Tester v5 tags, which were introduced in 4.7.0, and it addresses a few false positives which for pages with forms may result in a few less issues found.

Bug Fixes

  • aria-allowed-attr: Add aria-required to switch role (#4029) (cb51be4), closes #4027
  • aria-allowed-attr: allow aria-required on role=slider (#4035) (bb2bf60)
  • aria-required-children: set related nodes for invalid children (#4033) (377f72b)
  • tags: Add / correct several TTv5 tags (#4031) (25859dd)
Changelog

Sourced from axe-core's changelog.

4.7.2 (2023-05-25)

Bug Fixes

  • aria-allowed-attr: Add 'aria-required' to switch role (#4029) (cb51be4), closes #4027
  • aria-allowed-attr: allow aria-required on role=slider (#4035) (bb2bf60)
  • aria-required-children: set related nodes for invalid children (#4033) (377f72b)
  • tags: Add / correct several TTv5 tags (#4031) (25859dd)
Commits
  • b4f78df Merge pull request #4039 from dequelabs/release-2023-05-25
  • 74a912d chore(release): 4.7.2
  • ae5e3fb docs: add trademark policy (#4038)
  • bb2bf60 fix(aria-allowed-attr): allow aria-required on role=slider (#4035)
  • 25859dd fix(tags): Add / correct several TTv5 tags (#4031)
  • 377f72b fix(aria-required-children): set related nodes for invalid children (#4033)
  • cb51be4 fix(aria-allowed-attr): Add 'aria-required' to switch role (#4029)
  • 1d1af09 Merge pull request #4023 from dequelabs/master
  • See full diff in compare view


Dependabot compatibility score

Dependabot 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)