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

Update dependency axe-core to v4 #175

Merged
merged 1 commit into from
Aug 18, 2020
Merged

Update dependency axe-core to v4 #175

merged 1 commit into from
Aug 18, 2020

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 3, 2020

This PR contains the following updates:

Package Type Update Change
axe-core (source) dependencies major 3.5.5 -> 4.0.1

Release Notes

dequelabs/axe-core

v4.0.1

Compare Source

Bug Fixes

v4.0.0

Compare Source

Breaking Changes

The following rules were deprecated in axe-core 3.x, and are removed in 4.0:

  • aria-dpub-role-fallback
  • checkboxgroup
  • layout-table
  • radiogroup
  • video-description

The following checks were deprecated in axe-core 3.x, and are removed in 4.0:

  • aria/implicit-role-fallback
  • forms/fieldset
  • forms/group-labelledby
  • media/description
  • tables/has-caption
  • tables/has-summary
  • tables/has-th
Features
  • add layout-table-matches method (#​2400) (d7ba70f)
  • aria/get-roles-by-type: deprecate in favor of standards/get-aria-roles-by-type (#​2362) (c0c37ea)
  • aria/lookupTable, aria-allowed-attr: deprecate aria.lookupTable and passing allowed attributes to aria-allowed-attr (#​2395) (739d1b1)
  • avoid-inline-spacing: add option for which css properties to look at (#​2244) (93c027a)
  • checks: normalize check options to alway be an object (#​2219) (da12da7)
  • checks,rules: remove deprecated checks and rules (#​2214) (317545a)
  • closest: VirtualNode implementation of Element.closest. Deprecate commons.dom.findUp and commons.dom.findUpVirtual (#​2139) (493dd22)
  • color-contrast, utils: add more options to color-contrast, add utils.deepMerge, deprecate commons.color.hasValidContrastRatio (#​2256) (49fdb46)
  • commons/aria: deprecate getRole({ noImplicit }) for getExplicitRole() (#​2294) (a2873ea)
  • commons/standards: create the commons/standards object for helper functions against the standards table (#​2358) (6dce974)
  • duplicate-img-label: add option for parentSelector (#​2216) (8906806)
  • get-role: add presentation role resolution and inheritance (#​2281) (e207190)
  • get-role: work with standards object (#​2367) (1b20faf)
  • globals: deduce required window and document globals from context (#​2308) (61bac69)
  • has-descendant, page-no-duplicate: move page-has-elm and page-no-duplicate to generic check (#​2229) (59125a0)
  • has-lang: add option for which attributes to look at (#​2239) (e69c46a)
  • has-text-content: add generic check has-text-content (#​2234) (60ddc65)
  • i18n: add Basque (eu) translation (#​1964) (176cf82)
  • matcher: allow regex string to be parsed as regex (#​2324) (321b2d1)
  • matches: add explicitRole, implicitRole, and semanticRole matches functions (#​2286) (30efbff)
  • matches-definition: add generic check matches-definition (#​2233) (20467aa)
  • metadata-function-map: add metadata function map to support check evaulate functions as an id string (#​2162) (ec9b931)
  • non-space-content: switch all non-empty checks to new generic check (#​2215) (7ce7b00)
  • object-alt,accessible-text: object-alt rule and accessible text to work with serial virtual nodes with children (e8e17e4)
  • options: add ancestry CSS selector to nodes (#​2389) (f2cccf5)
  • region: add option to match nodes as region (#​2249) (b544554)
  • required-attrs: deprecate options to pass more required attrs (797ee34)
  • rule: add reviewOnFail option to have rule return as needs review instead of violation (#​2235) (bb72acd)
  • rule: optional impact on rules (#​2393) (e48c1eb)
  • scope-value: add options for valid scope values (#​2245) (44269ec)
  • standards: add ariaRoles standard (#​2328) (70efbc0)
  • standards: add dpub-roles spec (#​2332) (7ec3185)
  • standards: add get-aria-roles-supporting-name-from-content and deprecate aria/get-roles-with-name-from-content (#​2363) (240b528)
  • standards: add get-elements-by-content-type and implicit-html-roles (#​2375) (f1e0848)
  • add "ACT" tag for published W3C ACT rules (#​2382) (cf11b64)
  • standards: add html-elms spec (#​2333) (1d6a888)
  • standards: create standards object and ariaAttrs (#​2315) (48610de)
  • utils.getFlattenTree: default to documentElement (#​2260) (8b14ccc)
  • valid-lang: add option for which attributes to look at (#​2240) (ffee19e)
  • update SC tags for label rule (#​2037) (c7113fc)
Bug Fixes
3.5.5 (2020-06-16)
Bug Fixes
  • aria-input-field-name: add the missing word must to help metadata (b0f5562)
  • color-contrast: fix font-weight calculation for safari (205b587)
  • configure: validate rules and checks properties (8c91ead)
  • is-visible: return false for opacity: 0 and 0 height scrollable regions (86ada3f)
  • listitem: do not fail for parent with role=presentation|none (a3ddc6e)
  • meta-viewport: don't throw error if viewport property doesn't have a value (2176794)
3.5.4 (2020-05-22)
Bug Fixes
  • get-element-stack: properly calculate position of children of floated elements (28a8c58)
3.5.3 (2020-03-31)
Bug Fixes
  • meta-viewport: parse negative and string values for maximum-scale (#​2137) (8c92472)
  • respondable: ignore reflected messages from iframes (#​2134) (3ab9f21)
  • header-present: update verbiage to use heading instead of header (#​2132) (8890063)
  • color-contrast: mark more punctuations for review (#​2126) (dc98afc)
  • unicode: detect supplementary private use area A (#​2102) (f1739c2)
  • definition-list: Mention
    is allowed to group content in
    (#​2098) (76b1a9f)
  • td-headers-attr: mark as needs review if headers attr is empty (#​2096) (699b566)
  • td-has-headers: don't fail for empty headers attribute (#​2095) (7952a37)
  • th-has-data-cells: fail when data cell points to a different header (#​2094) (d3bd416)
  • has-lang: update message to indicate that xml:lang is not valid on HTML pages (#​2093) (c3a7de2)
  • page-no-duplicate-contentinfo: do not fail when first element is inside landmark (#​2092) (eca7e05)
3.5.2 (2020-03-06)
Bug Fixes
  • aria-allowed-role: allow role=spinbutton on inputtype=tel
  • color-contrast: ignore form elements that move text outside of node using text-indent (#​2044) (85cc6ab)
  • commons: handle node(s) contained by SVG document when de… (#​2054) (bf4c9bf)
  • getCheckMessage: add API to return check message (#​2066) (e216322)
  • has-lang: fail check when xml:lang is used in HTML docum… (#​2053) (e07aaea)
  • label-content-name-mismatch: ignore non widget aria role(s) & do not use deprecated lookupTable.rolesOfType (#​2022) (89bd84c)
  • package-lock: change @​deque/doT from agora to npm (#​2058) (c03c0e5)
  • page-has-heading-one: find screen-reader only headings (#​2065) (f808a12)
  • region: ignore direct child text nodes of body (#​2050) (fde31d0)
  • skip-link: identify as skip-link only if the link is offscreen (#​2079) (241e1d0)
  • check invaildrole fails only when all roles are invalid (#​2075) (989b317)
  • ignore empty, whitespace or undefined role for rule `ari… (#​2077) (dbd3c02)
  • update tags for rule area-alt (#​2051) (7db231f)
3.5.1 (2020-02-12)
Bug Fixes

Renovate configuration

📅 Schedule: "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).

🚦 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/axe-core-4.x branch from bebb2d6 to 80f6b25 Compare August 5, 2020 09:43
@MelSumner MelSumner added this to the 4.0 milestone Aug 12, 2020
@renovate renovate bot force-pushed the renovate/axe-core-4.x branch from 80f6b25 to c20f67d Compare August 18, 2020 23:09
@drewlee drewlee merged commit 41d8269 into master Aug 18, 2020
@renovate renovate bot deleted the renovate/axe-core-4.x branch August 18, 2020 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants