Skip to content

Bump axe-core from 4.7.0 to 4.7.1

scriptuser requested to merge dependabot-npm_and_yarn-axe-core-4.7.1 into main

Bumps axe-core from 4.7.0 to 4.7.1.

Release notes

Sourced from axe-core's releases.

Release 4.7.1

This release addresses a number of bugs. Some things that were failed in the previous release may now be passed or require manual review.

Bug Fixes

  • aria-allowed-attr: no inconsistent aria-checked on HTML checkboxes (#3895) (704043e)
  • aria-allowed-attrs: add aria-expanded to allowed attrs for menuitemcheckbox and menuitemradio (#3994) (0f405c6)
  • aria-required-children: trigger reviewEmpty with hidden children (#4012) (a19b6cb)
  • color-contrast: support CSS 4 color spaces (#4020) (65621c3)
  • link-in-text-block: set links with pseudo-content for review (#4005) (949f4f8)
Changelog

Sourced from axe-core's changelog.

4.7.1 (2023-05-15)

Bug Fixes

  • aria-allowed-attr: no inconsistent aria-checked on HTML checkboxes (#3895) (704043e)
  • aria-allowed-attrs: add aria-expanded to allowed attrs for menuitemcheckbox and menuitemradio (#3994) (0f405c6)
  • aria-required-children: trigger reviewEmpty with hidden children (#4012) (a19b6cb)
  • color-contrast: support CSS 4 color spaces (#4020) (65621c3)
  • link-in-text-block: set links with pseudo-content for review (#4005) (949f4f8)
Commits
  • c806e57 Merge pull request #4022 from dequelabs/release-2023-05-15
  • 9842a86 chore(release): 4.7.1
  • 65621c3 fix(color-contrast): support CSS 4 color spaces (#4020)
  • 949f4f8 fix(link-in-text-block): set links with pseudo-content for review (#4005)
  • 4f18976 refactor: add util function to normalize node argument (#3998)
  • ca28301 docs: add WCAG 2.2 and level AAA
  • 14930ca docs: add WCAG 2.2 and level AAA
  • a19b6cb fix(aria-required-children): trigger reviewEmpty with hidden children (#4012)
  • 704043e fix(aria-allowed-attr): no inconsistent aria-checked on HTML checkboxes (#3895)
  • 0f405c6 fix(aria-allowed-attrs): add aria-expanded to allowed attrs for menuitemcheck...
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports