Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency axe-core to version 4.x 🌟 #177

Merged
merged 1 commit into from
Jan 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
axe-core (source) 3.5.6 -> 4.6.1 age adoption passing confidence

Release Notes

dequelabs/axe-core

v4.6.1

Compare Source

v4.6.0

Compare Source

Features
  • aria-required-attr: require aria-controls on combobox and aria-valuenow on focusable separator (#​3786) (5259e88)
  • checks/label-content-name-mismatch: deprecate occuranceThreshold option in favor of occurrenceThreshold to fix typo (#​3782) (5026d65)
  • commons: deprecate flattenShadowColors in favor of flattenColors (#​3792) (af49daf)
  • context: allow selecting shadow DOM nodes (#​3798) (9e1e31b)
  • list,listitem: do not allow group as allowed parent or child (#​3784) (d1cbf6f)
  • required-attr: require aria-checked for checkbox-like and radio-like roles (#​3785) (563e4e9)
  • utils: new shadowSelectAll utility (#​3796) (5865462)
Bug Fixes
  • aria-allowed-role: allow combobox on button, checkbox and combobox on input[type=button] (#​3354) (ac688c0), closes #​3353
  • aria-required-children: allow menu as child of menu (#​3820) (a6569e5)
  • color-contrast: consider -webkit-text-stroke & -webkit-text-fill-color (#​3791) (228daf1)
  • color-contrast: correctly calculate background color of text nodes with different size than their container (#​3703) (123b83c)
  • get-role: handle presentation role inheritance for vnodes with no parent (#​3801) (b971caf)
  • html-lang-valid: only run rule when attribute has value (#​3663) (1a7eecb), closes #​3624
  • metadata: Map aria-required-children to ACT rule bc4a75 (#​3790) (a33a523)
4.5.2 (2022-11-14)
Bug Fixes
4.5.1 (2022-11-01)
Bug Fixes

v4.5.2

Compare Source

v4.5.1

Compare Source

v4.5.0

Compare Source

Features
Highlights
Tags and Metadata Updates

Various changes of tags, for greater consistency with ACT Rules.

Deprecations
Others
Bug Fixes
  • utils: greatly improve the speed of querySelectorAll (#​3423) (1cae5ea)
  • aria-hidden-focus: Do not fail for focus trap bumper elements (#​3667) (46b6658)
  • aria-required-attr: aria-valuenow is no longer required for spinbutton (#​3552) (a22cf56)
  • aria-required-parent: Allow nested group and presentational roles (#​3492) (4685270)
  • aria-valid-attr-value: Report empty values as incomplete (#​3635) (fff39db)
  • avoid-inline-spacing: Add spacing threshold (#​3533) (92add05)
  • checks/no-focusable-disable: Don't count non-disableable elements as disabled (#​3393) (bb8b5ca), closes #​2466 #​2934 #​2934 #​3315
  • checks/unsupportedrole: Support unsupported dpub and fallback roles, add role to message (#​3395) (3c0f10f), closes #​2466 #​2934 #​2934 #​3282
  • color-contrast-enhanced: Avoid duplicates between color-contrast and color-contrast-enhanced (#​3714) (2811f77)
  • color-contrast: Correctly determine color contrast for element that exactly overlaps midpoint of node (#​3565) (90de9aa)
  • frame-focusable-content: don't fail for elements with negative tabindex (#​3493) (94e75ac)
  • frame-title-unique: Make frame-title-unique reviewOnly and WCAG412 (#​3610) (8401b8e), closes #​3487
  • frame-title: ignore frames with negative tabindex (f61f825)
  • frame-title: return incomplete for presentational iframe with empty title (#​3594) (c2cfd84)
  • is-hidden-for-everyone: count elements inside closed details as hidden (#​3726) (e65e962)
  • is-hidden-for-everyone: support content-visibility: hidden (#​3690) (95cf6e7)
  • is-visible-on-screen: ignore elements hidden by overflow:hidden (#​3676) (2935950)
  • label: avoid passing labels because of an input[value] (#​3688) (54a8116)
  • link-in-text-block: Update rule to match current guidance, revise tests (#​3575) (edb88ed)
  • meta-refresh: Add WCAG's 20-hour exception (#​3525) (5beb6c3)
  • no-autoplay-audio: add reviewOnFail and update tests (#​3557) (60ec997)
  • object-alt: ignore unloaded objects (#​3680) (8e03e2c)
  • page-has-heading-one,landmark-one-main: do not fail if modal is open (#​3501) (c6af316)
  • td-headers-attr: ignore hidden cells with headers attr (#​3684) (e0403f4)
  • td-headers-attr: ignore table elements with their role changed (#​3687) (902d07c)
  • utils.matches: fix attribute exists selector to match empty attributes (#​3669) (4b768ea)
  • valid-lang: ignore lang on elements with no text (#​3523) (fd85f39)
  • valid-lang: run on aria-hidden text (#​3634) (a0860bd)
  • video-caption: remove excludeHidden: false (#​3554) (a3e4bbe)
4.4.3 (2022-07-13)
Bug Fixes
4.4.2 (2022-05-12)
Bug Fixes
  • aria-hidden-focusable: report incomplete with onfocus (#​3407) (6755e89)
  • aria-hidden-focus: Update rule help & description (#​3422) (7cfb4b1)
  • aria-valid-attr-value: add note about element id being in a different shadow DOM tree (#​3421) (24f74df)
  • color-contrast: consistently return color contrast information in the data object for pseudo elements (#​3453) (1a9d95e)
  • deprecatedrole,color-contrast: fix message to properly include deprecated role, improve color-contrast pass messages (#​3387) (650e503)
  • html-elms: update role allowances for nav element (#​3402) (8aa816a), closes #​3401
  • standards: fix address typo in html-elms.js (#​3418) (f235cc7), closes #​3417

v4.4.3

Compare Source

v4.4.2

Compare Source

v4.4.1

Compare Source

Bug Fixes

v4.4.0

Compare Source

Features
  • add new ARIA roles (#​3138) (61be7e5)
  • aria-allowed-attr: report violation for non-global ARIA attrs on element without role (#​3342) (fb5d990)
  • aria-allowed-attr: report violations for non-global ARIA attributes on elements without a role (#​3102) (87cfc0b)
  • color-contrast: add support for CSS mix-blend-mode (#​3226) (d497f40)
  • commons: deprecate shadowElementsFromPoint (#​3311) (c3a7d16)
  • configure: Deprecate branding: Object, use a string instead. (#​3278) (1f01309)
  • dpub: upgrade to DPUB 1.1 and report deprecated roles (#​3280) (034a846)
  • options: make axe.ping configurable with pingWaitTime (#​3273) (ce4dfaf)
  • rule: add new color-contrast-enhanced rule (WCAG AAA) (#​3235) (bec20fc), closes #​2934
Bug Fixes
4.3.5 (2021-10-29)
Bug Fixes
  • aria-allowed-attr: revert violation for non-global ARIA attrs on element without role (#​3243) (e138fd6)
4.3.4 (2021-10-22)
Bug Fixes
  • aria-allowed-attr: check for invalid aria-attributes for role="row" (#​3160) (76aa5ec)
  • aria-allowed-children,aria-allowed-parent: allow group role in listbox (#​3195) (d742b29)
  • aria-allowed-role: updates the allowed roles for the wbr element to none and presentation (#​3192) (66db765), closes #​3177
  • aria-prohibited-attr: update metadata message (#​3206) (f9cf9fa)
  • axe.configure: do not remove newline characters from locale doT strings (#​3216) (5925898)
  • axe.run: add option to increase iframe ping timeout (#​3233) (023f356)
  • color-contrast: account for 0 width scroll regions with children (#​3172) (ac913a1)
  • color-contrast: account for elements that do not fill entire bounding size (#​3186) (84229d4)
  • color-contrast: correctly apply page background color (#​3207) (0ea7e1b)
  • color-contrast: correctly compute color-contrast of truncated children (#​3203) (4adb911)
  • color-contrast: correctly handle nested scroll regions (#​3212) (80d91c0)
  • color-contrast: correctly work with positioned elements without z-index (#​3209) (0322070)
  • greater consistency of help / description text (#​3204) (0be12e6)
  • Separate Level AAA rules from A and best-practices (#​3191) (7e6e6da)
  • color-contrast: properly blend multiple alpha colors (#​3193) (5aa0441)
  • is-visible: do not error if window.Node does not exist (#​3168) (cf58aea)
  • label-title-only: allow hidden labels (#​3183) (ab636ef)
  • nativeSelectValue: update selected value on change (#​3154) (ad584a1)
  • p-as-heading: p-as-heading rule to account for textContent length (#​3145) (e0d4dc6)
  • typescript: allow passing a NodeList to ElementContext (#​3161) (5f2e517)
  • check for hidden elements on aria-errormessage (#​3156) (69b2e33)
4.3.3 (2021-08-24)
Bug Fixes
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

v4.3.5

Compare Source

v4.3.4

Compare Source

v4.3.3

Compare Source

v4.3.2

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

Features
Bug Fixes

Configuration

📅 Schedule: Branch creation - "after 11pm every weekday,every weekend,before 1am every weekday" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/axe-core-4.x branch from ba998f4 to dffe36e Compare October 15, 2020 16:12
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch from dffe36e to 75cf3ac Compare October 28, 2020 06:13
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch from 75cf3ac to e3a1605 Compare November 10, 2020 15:29
@renovate renovate bot changed the title chore(deps): update dependency axe-core to version .x 🌟 chore(deps): update dependency axe-core to version .x 🌟 Nov 16, 2020
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch from e3a1605 to e7ac5f3 Compare November 16, 2020 16:45
@renovate renovate bot changed the title chore(deps): update dependency axe-core to version .x 🌟 chore(deps): update dependency axe-core to version .x 🌟 Nov 16, 2020
@renovate renovate bot changed the title chore(deps): update dependency axe-core to version .x 🌟 chore(deps): update dependency axe-core to version .x 🌟 Nov 17, 2020
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch from e7ac5f3 to 09caccd Compare November 20, 2020 16:03
@renovate renovate bot changed the title chore(deps): update dependency axe-core to version .x 🌟 chore(deps): update dependency axe-core to version .x 🌟 Nov 20, 2020
@renovate renovate bot changed the title chore(deps): update dependency axe-core to version .x 🌟 chore(deps): update dependency axe-core to version .x 🌟 Nov 23, 2020
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch from 09caccd to dd58825 Compare January 5, 2021 11:45
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch from dd58825 to 8d295c9 Compare January 20, 2021 16:39
@renovate renovate bot changed the title chore(deps): update dependency axe-core to version .x 🌟 update dependency axe-core to version .x 🌟 Feb 3, 2021
@renovate renovate bot changed the title update dependency axe-core to version .x 🌟 chore(deps): update dependency axe-core to version .x 🌟 Feb 3, 2021
@renovate renovate bot changed the title chore(deps): update dependency axe-core to version .x 🌟 chore(deps): update dependency axe-core to version 4.x 🌟 Feb 4, 2021
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch from 8d295c9 to 8cc9be1 Compare February 9, 2021 10:49
@renovate renovate bot changed the title chore(deps): update dependency axe-core to version 4.x 🌟 chore(deps): update dependency axe-core to version 4.x 🌟 Feb 9, 2021
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch from 8cc9be1 to 3d1ae0d Compare March 4, 2021 19:11
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch from 3d1ae0d to f6d5b4f Compare March 16, 2021 15:20
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch 2 times, most recently from 25d0118 to 2ce8225 Compare April 5, 2021 21:46
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch 2 times, most recently from 1b7cd66 to 56ba100 Compare April 29, 2021 14:46
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch from 56ba100 to a903952 Compare May 11, 2021 14:42
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch from a903952 to 80935c6 Compare May 18, 2021 19:06
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch 2 times, most recently from 7e7a56f to 48fae5e Compare June 8, 2021 15:05
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch from 48fae5e to 10dc213 Compare June 22, 2021 15:13
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch from 941d304 to c9df17d Compare June 1, 2022 19:47
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch from c9df17d to 030c94f Compare June 22, 2022 01:00
@renovate renovate bot changed the title chore(deps): update dependency axe-core to version 4.x 🌟 chore(deps): Update dependency axe-core to version 4.x 🌟 Jun 27, 2022
@renovate renovate bot changed the title chore(deps): Update dependency axe-core to version 4.x 🌟 chore(deps): update dependency axe-core to version 4.x 🌟 Jun 28, 2022
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch 2 times, most recently from b256e40 to 20946c1 Compare July 20, 2022 13:35
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch from 20946c1 to 2e268d3 Compare August 2, 2022 19:15
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch from 2e268d3 to 127eb58 Compare August 15, 2022 22:44
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch from 127eb58 to 546ae72 Compare August 30, 2022 19:44
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch from 546ae72 to 73a5970 Compare September 14, 2022 02:20
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch 2 times, most recently from 193abf8 to 241b784 Compare October 25, 2022 21:08
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch from 241b784 to 4aab250 Compare November 1, 2022 18:57
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch 4 times, most recently from 76220e4 to c5db8ed Compare November 16, 2022 02:11
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch from c5db8ed to 779a043 Compare November 23, 2022 06:26
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch 5 times, most recently from c1633a9 to 1c49e51 Compare December 14, 2022 19:01
@renovate renovate bot changed the title chore(deps): update dependency axe-core to version 4.x 🌟 chore(deps): Update dependency axe-core to version 4.x 🌟 Dec 17, 2022
@renovate renovate bot changed the title chore(deps): Update dependency axe-core to version 4.x 🌟 chore(deps): update dependency axe-core to version 4.x 🌟 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch from 1c49e51 to 3ed15e5 Compare January 3, 2023 23:35
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch from 3ed15e5 to 5e4d3a8 Compare January 3, 2023 23:36
@emilyrohrbough emilyrohrbough merged commit 27ab3b5 into master Jan 3, 2023
@emilyrohrbough emilyrohrbough deleted the renovate/axe-core-4.x branch January 3, 2023 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant