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 v4.9.1 #355

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 21, 2020

Mend Renovate

This PR contains the following updates:

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

Release Notes

dequelabs/axe-core (axe-core)

v4.9.1

Compare Source

v4.9.0

Compare Source

Features
Bug Fixes
4.8.4 (2024-02-07)
Bug Fixes
4.8.3 (2023-12-18)
Bug Fixes
4.8.2 (2023-09-18)
Bug Fixes
4.8.1 (2023-09-08)
Bug Fixes

v4.8.4: Release 4.8.4

Compare Source

This release should not result in different issue numbers. For TypeScript users, an error in type definitions has been corrected. This release could require a correction to how axe-core types are used. This release may change selectors on elements with the xmlns attribute, as the selectors axe-core prosed with those was invalid. Deduplication based on selectors between this and and prior versions of axe-core can fail because of this change.

Bug Fixes

v4.8.3

Compare Source

v4.8.2

Compare Source

v4.8.1

Compare Source

v4.8.0

Compare Source

Consistent Rule Impact

This release changes it so that a rule never changes what impact it reports. To facilitate this while without changing the impact on certain issues, some rules have been split. The following changes were involved:

Other Features
  • deprecate & disable duplicate-id / duplicate-id-active (#​4071) (733c45e)
  • duplicate-id-aria: set to review on fail and tag as wcag412 (#​4075) (9f1a3e3)
  • add EN.301.549 tags to rules (#​4063) (de3da89)
  • checks: enable help-same-as-label, but remove from rules (#​4096) (034038a)
  • new-rule: aria-braille-equivalent finds incorrect uses of aria-braille attributes (#​4107) (6260a2f)
  • page-no-duplicate-banner/contentinfo: deprecate options.nativeScopeFilter, take into ancestors with sectioning roles (#​4105) (c6e07be)
Type Fixes & Improvements

Various improvements were made to the types. Potentially the most impactful of which is that the target and ancestry property now return as UnlabelledFrameSelector instead of as string[], which is incorrect for selectors involving shadow DOM. This may create some issues during migration for any code that has been incorrectly assuming these two properties have the string[] type. For more details and other type changes, see the commit itself:

Bug Fixes
4.7.2 (2023-05-25)
Bug Fixes
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)

v4.7.2

Compare Source

v4.7.1

Compare Source

v4.7.0

Compare Source

Features
Bug Fixes
  • aria-allowed-attrs: allow aria-description and aria-braille* attrs (#​3956) (2842395)
  • aria-input-field-name: skip combobox popups (#​3886) (3dcdd42)
  • aria-required-children: allow separator in menu(bar) (#​3868) (ec9f507)
  • aria-required-children: do not fail for children with aria-hidden (#​3949) (8714d6b)
  • aria-required-children: list elements that are not allowed (#​3951) (cce7586)
  • autocomplete-valid: allow webauthn token (#​3866) (fd3010f)
  • color-contrast: correcly apply opacity to foreground color (#​3973) (d7db279)
  • color-contrast: correctly calculate contrast of flex/grid items with z-index (#​3884) (cef96be)
  • color-contrast: correctly compute background color for elements with opacity (#​3944) (c051fe8), closes #​3932
  • color-contrast: correctly compute color contrast of elements (#​3847) (4c3a00c)
  • color-contrast: do not check contrast on elemets that are inerted (#​3894) (da19946)
  • color-contrast: skip ligature icons (#​3867) (9486288)
  • create-grid: correctly compute stack order for non-positioned stacking contexts (#​3930) (8db2c24), closes #​3932
  • css-orientation-lock: support the css rotate property (#​3958) (c51f8bf)
  • focus-order-semantics: Add ARIA role article to list of valid roles for scrollable regions (#​3927) (f029271)
  • is-icon-ligature: prevent canvas2d warning willReadFrequently (#​3931) (b3c52bb)
  • link-in-text-block: allow links with identical colors (#​3861) (5f90040)
  • respondable: work with CDP Page.setDocumentContent (#​3921) (66f23e5)
  • scrollable-region-focusable: change impact to serious (#​3959) (e3a5c21)
  • scrollable-region-focusable: skip native controls (#​3862) (b0bdefa)
4.6.3 (2023-01-23)
Bug Fixes
4.6.2 (2022-12-23)
Bug Fixes
  • color-contrast: fix color-contrast check when running in an extension (#​3838) (31a3e01)
4.6.1 (2022-12-14)
Bug Fixes

v4.6.3

Compare Source

v4.6.2

Compare Source

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

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@netlify
Copy link

netlify bot commented Nov 21, 2020

Deploy preview failed at Netlify. @jimmyandrade take a look please

Name Link
🔨 Latest commit 37f9b99
🔍 Latest deploy log https://app.netlify.com/sites/multei/deploys/664e17e765d77e000841afe3

@renovate renovate bot requested a review from jimmyandrade November 21, 2020 02:13
@renovate renovate bot changed the title chore(deps): update dependency axe-core to v4.1.1 chore(deps): update dependency axe-core to v4.1.2 Feb 11, 2021
@renovate renovate bot changed the title chore(deps): update dependency axe-core to v4.1.2 chore(deps): update dependency axe-core to v4.1.4 Apr 26, 2021
@renovate renovate bot changed the title chore(deps): update dependency axe-core to v4.1.4 chore(deps): update dependency axe-core to v4.2.0 Apr 26, 2021
@renovate renovate bot changed the title chore(deps): update dependency axe-core to v4.2.0 chore(deps): update dependency axe-core to v4.2.1 May 18, 2021
@renovate renovate bot changed the title chore(deps): update dependency axe-core to v4.2.1 chore(deps): update dependency axe-core to v4.2.2 Jun 3, 2021
@renovate renovate bot changed the title chore(deps): update dependency axe-core to v4.2.2 chore(deps): update dependency axe-core to v4.2.3 Jun 22, 2021
@renovate renovate bot changed the title chore(deps): update dependency axe-core to v4.2.3 chore(deps): update dependency axe-core to v4.3.3 Sep 7, 2021
@renovate renovate bot changed the title chore(deps): update dependency axe-core to v4.3.3 chore(deps): update dependency axe-core to v4.2.4 Oct 25, 2021
@renovate renovate bot changed the title chore(deps): update dependency axe-core to v4.2.4 chore(deps): update dependency axe-core to v4.3.4 Oct 25, 2021
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch 2 times, most recently from c171ff9 to 6649695 Compare October 29, 2021 18:48
@renovate renovate bot changed the title chore(deps): update dependency axe-core to v4.3.4 chore(deps): update dependency axe-core to v4.3.5 Oct 29, 2021
@renovate renovate bot changed the title chore(deps): update dependency axe-core to v4.3.5 chore(deps): update dependency axe-core to v4.4.1 Mar 7, 2022
@renovate renovate bot changed the title chore(deps): update dependency axe-core to v4.4.1 chore(deps): update dependency axe-core to v4.4.2 May 15, 2022
@renovate
Copy link
Author

renovate bot commented May 15, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @hot-loader/react-dom@17.0.0
npm ERR! Found: react@17.0.1
npm ERR! node_modules/react
npm ERR!   react@"17.0.1" from the root project
npm ERR!   peer react@">=16.3.0" from @emotion/core@10.0.35
npm ERR!   node_modules/@emotion/core
npm ERR!     peer @emotion/core@"^10.0.27" from @emotion/styled@10.0.27
npm ERR!     node_modules/@emotion/styled
npm ERR!       peer @emotion/styled@"^10.0.14" from gatsby-interface@0.0.193
npm ERR!       node_modules/gatsby-interface
npm ERR!         gatsby-interface@"^0.0.193" from gatsby-recipes@0.2.33
npm ERR!         node_modules/gatsby-recipes
npm ERR!       1 more (gatsby-recipes)
npm ERR!     peer @emotion/core@"^10.0.28" from @emotion/styled-base@10.0.31
npm ERR!     node_modules/@emotion/styled-base
npm ERR!       @emotion/styled-base@"^10.0.27" from @emotion/styled@10.0.27
npm ERR!       node_modules/@emotion/styled
npm ERR!         peer @emotion/styled@"^10.0.14" from gatsby-interface@0.0.193
npm ERR!         node_modules/gatsby-interface
npm ERR!         1 more (gatsby-recipes)
npm ERR!     3 more (gatsby-interface, gatsby-recipes, theme-ui)
npm ERR!   14 more (@emotion/styled, @emotion/styled-base, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"17.0.0" from @hot-loader/react-dom@17.0.0
npm ERR! node_modules/@hot-loader/react-dom
npm ERR!   dev @hot-loader/react-dom@"17.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: react@17.0.0
npm ERR! node_modules/react
npm ERR!   peer react@"17.0.0" from @hot-loader/react-dom@17.0.0
npm ERR!   node_modules/@hot-loader/react-dom
npm ERR!     dev @hot-loader/react-dom@"17.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-04-10T22_53_32_769Z-debug-0.log

@renovate renovate bot changed the title chore(deps): update dependency axe-core to v4.4.2 chore(deps): update dependency axe-core to v4.4.3 Sep 25, 2022
@renovate renovate bot changed the title chore(deps): update dependency axe-core to v4.4.3 chore(deps): update dependency axe-core to v4.5.1 Nov 20, 2022
@renovate renovate bot changed the title chore(deps): update dependency axe-core to v4.5.1 chore(deps): update dependency axe-core to v4.6.3 Mar 17, 2023
@renovate renovate bot changed the title chore(deps): update dependency axe-core to v4.6.3 chore(deps): update dependency axe-core to v4.7.0 May 28, 2023
@renovate renovate bot changed the title chore(deps): update dependency axe-core to v4.7.0 chore(deps): update dependency axe-core to v4.7.1 May 31, 2023
@renovate renovate bot changed the title chore(deps): update dependency axe-core to v4.7.1 chore(deps): update dependency axe-core to v4.7.2 Jun 10, 2023
@renovate renovate bot changed the title chore(deps): update dependency axe-core to v4.7.2 chore(deps): update dependency axe-core to v4.8.1 Oct 1, 2023
@renovate renovate bot changed the title chore(deps): update dependency axe-core to v4.8.1 chore(deps): update dependency axe-core to v4.8.2 Oct 7, 2023
@renovate renovate bot changed the title chore(deps): update dependency axe-core to v4.8.2 chore(deps): update dependency axe-core to v4.8.3 Jan 3, 2024
@renovate renovate bot changed the title chore(deps): update dependency axe-core to v4.8.3 chore(deps): update dependency axe-core to v4.8.4 Feb 23, 2024
@renovate renovate bot changed the title chore(deps): update dependency axe-core to v4.8.4 chore(deps): update dependency axe-core to v4.9.0 Apr 10, 2024
@renovate renovate bot changed the title chore(deps): update dependency axe-core to v4.9.0 chore(deps): update dependency axe-core to v4.9.1 May 22, 2024
Copy link
Author

renovate bot commented May 22, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @hot-loader/react-dom@17.0.0
npm ERR! Found: react@17.0.1
npm ERR! node_modules/react
npm ERR!   react@"17.0.1" from the root project
npm ERR!   peer react@">=16.3.0" from @emotion/core@10.0.35
npm ERR!   node_modules/@emotion/core
npm ERR!     peer @emotion/core@"^10.0.27" from @emotion/styled@10.0.27
npm ERR!     node_modules/@emotion/styled
npm ERR!       peer @emotion/styled@"^10.0.14" from gatsby-interface@0.0.193
npm ERR!       node_modules/gatsby-interface
npm ERR!         gatsby-interface@"^0.0.193" from gatsby-recipes@0.2.33
npm ERR!         node_modules/gatsby-recipes
npm ERR!       1 more (gatsby-recipes)
npm ERR!     peer @emotion/core@"^10.0.28" from @emotion/styled-base@10.0.31
npm ERR!     node_modules/@emotion/styled-base
npm ERR!       @emotion/styled-base@"^10.0.27" from @emotion/styled@10.0.27
npm ERR!       node_modules/@emotion/styled
npm ERR!         peer @emotion/styled@"^10.0.14" from gatsby-interface@0.0.193
npm ERR!         node_modules/gatsby-interface
npm ERR!         1 more (gatsby-recipes)
npm ERR!     3 more (gatsby-interface, gatsby-recipes, theme-ui)
npm ERR!   14 more (@emotion/styled, @emotion/styled-base, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"17.0.0" from @hot-loader/react-dom@17.0.0
npm ERR! node_modules/@hot-loader/react-dom
npm ERR!   dev @hot-loader/react-dom@"17.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: react@17.0.0
npm ERR! node_modules/react
npm ERR!   peer react@"17.0.0" from @hot-loader/react-dom@17.0.0
npm ERR!   node_modules/@hot-loader/react-dom
npm ERR!     dev @hot-loader/react-dom@"17.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-05-22T16_05_46_342Z-debug-0.log

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.

None yet

0 participants