ehowey / gatsby-theme-catalyst

An opinionated set of integrated themes and starters as a boilerplate to accelerate development with GatsbyJS
MIT License
163 stars 15 forks source link

Bump axe-core from 4.2.0 to 4.3.3 #1356

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps axe-core from 4.2.0 to 4.3.3.

Release notes

Sourced from axe-core's releases.

Release 4.3.3

Bug Fixes

  • aria-allowed-role: Update allowed roles based on ARIA spec updates (#3124) (a1f637f)
  • d.ts: Add PartialResults type (#3126) (5cdaf01)
  • reporter: Run inside isolated contexts (#3129) (98066f8)

Release 4.3.2

Bug Fixes

  • aria-hidden-focusable: disabled aria-hidden fieldset should not have focusable children (#3056) (0865bd7)
  • aria-required-attr: only require aria-controls if aria-expanded=true (#3089) (63b6c7b)
  • aria-required-parent: Filter out group from required parent roles if group is present (#3084) (1cb270c)
  • axe.d.ts: fix finishRun types (#3098) (e79c65c)
  • color-contrast: check for size before ignoring pseudo elements (#3097) (e0f6c0c)
  • core: stop mutating Context's input (#3076) (5dc34ee)
  • finishRun: handle null for failed iframe results (#3096) (8947099)
  • run,finishRun: don't mutate options, set default reporter to v1 (#3088) (90f0b27)

Release 4.3.1

Bug Fixes

Release 4.3.0

Features

  • options: accept a string for options.runOnly (4392bc0)
  • runPartial: Test without frame communication (#3006) (42738b5)
  • utils: add getFrameContexts method (#2995) (f478bab)
  • deprecate autocomplete appropriate check (#2917) (1fe1487)
  • Remove deprecated phantomjs example (#2913) (4a01ffe)
  • Support multiple languages at once in builds (#2994) (f18a56b)
  • rule: add ACT Rule IDs to test rule objects (#2866) (cc1ebf5), closes #2820

Bug Fixes

  • accText: ignore text in embedded content elements (#3022) (fa4f926), closes #3017
  • aria-allowed-attr: allow aria-posinset and aria-setsize on row elements for treegrids (#2952) (24e6115)
  • aria-allowed-attr: pass aria-label on some HTML elements (#2935) (d2584ed)
  • aria-level: New check for aria-level > 6 as needs review (#3061) (73d3ae1)
  • aria-roles: Mark as needs review if both none and presentation are used on element with no implicit role (#2989) (70c683c)

... (truncated)

Changelog

Sourced from axe-core's changelog.

4.3.3 (2021-08-24)

Bug Fixes

  • aria-allowed-role: Update allowed roles based on ARIA spec updates (#3124) (a1f637f)
  • d.ts: Add PartialResults type (#3126) (5cdaf01)
  • reporter: Run inside isolated contexts (#3129) (98066f8)

4.3.2 (2021-07-27)

Bug Fixes

  • aria-hidden-focusable: disabled aria-hidden fieldset should not have focusable children (#3056) (0865bd7)
  • aria-required-attr: only require aria-controls if aria-expanded=true (#3089) (63b6c7b)
  • aria-required-parent: Filter out group from required parent roles if group is present (#3084) (1cb270c)
  • axe.d.ts: fix finishRun types (#3098) (e79c65c)
  • color-contrast: check for size before ignoring pseudo elements (#3097) (e0f6c0c)
  • core: stop mutating Context's input (#3076) (5dc34ee)
  • finishRun: handle null for failed iframe results (#3096) (8947099)
  • run,finishRun: don't mutate options, set default reporter to v1 (#3088) (90f0b27)

4.3.1 (2021-07-13)

Bug Fixes

4.3.0 (2021-07-09)

Features

  • options: accept a string for options.runOnly (4392bc0)
  • runPartial: Test without frame communication (#3006) (42738b5)
  • utils: add getFrameContexts method (#2995) (f478bab)
  • deprecate autocomplete appropriate check (#2917) (1fe1487)
  • Remove deprecated phantomjs example (#2913) (4a01ffe)
  • Support multiple languages at once in builds (#2994) (f18a56b)
  • rule: add ACT Rule IDs to test rule objects (#2866) (cc1ebf5), closes #2820

Bug Fixes

  • accText: ignore text in embedded content elements (#3022) (fa4f926), closes #3017
  • aria-allowed-attr: allow aria-posinset and aria-setsize on row elements for treegrids (#2952) (24e6115)
  • aria-allowed-attr: pass aria-label on some HTML elements (#2935) (d2584ed)
  • aria-level: New check for aria-level > 6 as needs review (#3061) (73d3ae1)
  • aria-roles: Mark as needs review if both none and presentation are used on element with no implicit role (#2989) (70c683c)
  • autocomplete-appropriate: pass for autocomplete=username and type=email (#2896) (43394bc)
  • color-contrast: add special case for new sr-only technique (#2985) (d6a72f9)
  • color-contrast: check for pseudo elements on element itself, not just parents (#2980) (9b6ccd0)
  • color-contrast-matches: only absolutely positioned elements using clip should be not visible (#3038) (e93fdb1)

... (truncated)

Commits
  • 57b207c Merge pull request #3131 from dequelabs/release-4.3.3
  • 6da8685 tests: remove act test aria-props-permitted
  • 86f15b7 chore(release): 4.3.3
  • 98066f8 fix(reporter): Run inside isolated contexts (#3129)
  • a1f637f fix(aria-allowed-role): Update allowed roles based on ARIA spec updates (#3124)
  • 5cdaf01 fix(d.ts): Add PartialResults type (#3126)
  • 440ea2f tests: put back autocomplete-valid ACT tests (#2997)
  • ccf8f35 chore(i18n): updated french translation (#3106)
  • fb1d35a chore: use standards in aria-supported script (#3104)
  • aa5fff1 tests: locally host webfonts for is-icon-ligature test (#3105)
  • Additional commits viewable 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)
changeset-bot[bot] commented 3 years ago

⚠️ No Changeset found

Latest commit: 7dda92176d3e388ea6134ddf257fb160a67ea3ba

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

dependabot[bot] commented 3 years ago

Looks like axe-core is up-to-date now, so this is no longer needed.