Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2024

This PR contains the following updates:

Package Change Age Confidence
cypress (source) 13.6.2 -> 13.17.0 age confidence
cypress-axe 1.5.0 -> 1.7.0 age confidence
html-validate (source) 8.9.0 -> 8.29.0 age confidence

Review

  • Updates have been tested and work
  • If updates are AWS related, versions match the infrastructure (e.g. Lambda runtime, database, etc.)

Release Notes

cypress-io/cypress (cypress)

v13.17.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#13-17-0

v13.16.1

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#13-16-1

v13.16.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-16-0

v13.15.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-2

v13.15.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-1

v13.15.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-0

v13.14.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-14-2

v13.14.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-14-1

v13.14.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-14-0

v13.13.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-3

v13.13.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-2

v13.13.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-1

v13.13.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-0

v13.12.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-12-0

v13.11.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-11-0

v13.10.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-10-0

v13.9.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-9-0

v13.8.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-8-1

v13.8.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-8-0

v13.7.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-3

v13.7.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-2

v13.7.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-1

v13.7.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-0

v13.6.6

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-6

v13.6.5

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-5

v13.6.4

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-4

v13.6.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-3

component-driven/cypress-axe (cypress-axe)

v1.7.0

Compare Source

Features

v1.6.0

Compare Source

Features
html-validate/html-validate (html-validate)

v8.29.0

Compare Source

Features
  • config: allow to specify transformer function directly in config (df2c752)
  • meta: allow labelable property to be a callback (8204b5b)

v8.28.0

Compare Source

Features
  • refactor jest and vitest toHTMLValidate(..) matcher (a6a60ab)

v8.27.0

Compare Source

Features

v8.26.0

Compare Source

Features
  • better handling of mismatched/unclosed tags (489ccae), closes #​272

v8.25.1

Compare Source

Bug Fixes
  • fix dump tree output with nested elements (854c274)

v8.25.0

Compare Source

Features
  • cli: add --preset to set preset when using cli (2ec038f), closes #​269
Bug Fixes
  • properly close elements with optional end tag when implicit document element is used (bbe2a99), closes #​268
  • types: narrow numeric rule severity to only 0, 1 and 2 (88cf8a2)

v8.24.2

Compare Source

Bug Fixes
  • add default environment to package.json exports (a21a1ef), closes #​265

v8.24.1

Compare Source

Bug Fixes
  • dont validate quotes in dynamically added attributes (2125d86)

v8.24.0

Compare Source

Features
  • new html-validate:browser configuration preset (f4e6f5b), closes #​261

v8.23.0

Compare Source

Features
  • deps: support vitest v2 (860b0c0)

v8.22.0

Compare Source

Features
Bug Fixes
  • deps: update dependency ignore to v5.3.2 (9d86e68)

v8.21.0

Compare Source

Features
  • api: add DOMTree.readyState (1f6f69b)
  • api: deprecate DOMTree.find(..) in favour of querySelector(..) (ac0bb77)
  • api: internal methods of DOMTree removed from public API (79a03be)
  • api: new walk.depthFirst(..) API to replace now deprecated DOMTree.visitDepthFirst(..) method (f9dbda0)
Bug Fixes
  • html5: spellcheck is a global attribute (46594a1)

v8.20.1

Compare Source

Bug Fixes
  • rules: fix attribute-allowed-values error location for empty values (2c04eeb)

v8.20.0

Compare Source

Features
  • api: new setConfig method on StaticConfigLoader to change config (1bf7559)
  • api: new getter/setter for configuration loader (6283091)

v8.19.1

Compare Source

Bug Fixes
  • rules: wcag/h36 no longer reports for hidden elements (aba06d1)
  • rules: wcag/h37 no longer validates <input type="submit"> (use wcag/h36 instead) (e82b17a), closes #​254
  • rules: make wcag/h36 have better message and location (8a80cc8)

v8.19.0

Compare Source

Features
  • rules: new option allowCheckboxDefault for form-dup-name (293b951), closes #​251
Bug Fixes
  • rules: multiple-labeled-controls handles hidden input (4d794b6), closes #​251
  • rules: wcag/h30 only applies to <a href> (cd93dfe), closes #​252
  • rules: handle unicode letters in valid-id (c83687a), closes #​253

v8.18.2

Compare Source

Bug Fixes
  • html5: allow textarea to have autocomplete values other than on and off (c1dfbb1), closes #​249

v8.18.1

Compare Source

Bug Fixes
  • rules: form-dup-name handles <template> element (9c77444), closes #​247
  • rules: no-dup-id handles <template> element (04f3e0d), closes #​247

v8.18.0

Compare Source

Features
  • rules: new pattern bem for pattern rules (c1ead1b)
  • rules: new pattern snakecase for pattern rules (4b95ccb), closes #​245
Bug Fixes
  • rules: disallow consecutive hyphens and underscors for kebab-case and snake_case (a4338a7), closes #​246
  • rules: require initial character for all patterns to be letter (646ff16)

v8.17.1

Compare Source

Bug Fixes
  • rules: properly handle inert on ancestor elements (2990669), closes #​243

v8.17.0

Compare Source

Features
  • rules: new rule name-pattern (f2209c0), closes #​216
  • rules: support multiple patterns in id-pattern, class-pattern and name-pattern rules (15dd007)
Bug Fixes
  • meta: handle regexp with slash inside (4c88396), closes #​242
  • rules: input-missing-label now ignores <input> hidden by css (c40e48e), closes #​241
  • rules: input-missing-label now tests if <label> is inert or hidden by css (d0d6f40)
  • rules: show pattern name in id-pattern, class-pattern and name-pattern rules (4bd70ab)

v8.16.0

Compare Source

Features
  • api: new tabIndex property reflecting the parsed tabindex attribute (a4e5d5b)
  • meta: add inert as global attribute (a5e6477)
  • meta: new formAssociated.disablable property (0b141ab)
Bug Fixes
  • html5: <summary> element is focusable if child of <details> (79dec74)
  • rules: hidden-focusable handles inert elements (89bb969), closes #​240
  • rules: hidden-focusable no longer reports for disabled form controls (d337397)
  • rules: hidden-focusable no longer reports for elements with tabindex="-1" (03d7223), closes #​240

v8.15.0

Compare Source

Features
  • rules: new rule valid-autocomplete (bebd0d1)
Bug Fixes
  • rules: case-insensitive match for url in meta-refresh (3177295)

v8.14.0

Compare Source

Features
  • rules: new option allowLongDelay to meta-refresh to allow 20h+ delays (629625c)

v8.13.0

Compare Source

Features
  • meta: allow <link> under <body> if appropriate rel attribute is present (ae1e070)
  • meta: allow content categories to be a callback (0eb4e77)
  • meta: disallow invalid rel attribute keywords (dc36cfb)

v8.12.0

Compare Source

Features
  • rules: new rule no-abstract-role (923680b)

v8.11.1

Compare Source

Bug Fixes
  • dom: fix regression error with selectors ending with characters a, d or 9 (a9a9ef9)

v8.11.0

Compare Source

Features
  • html5: add new property aria.naming representing if the element can be named (4fca264)
  • html5: update role metadata from html-aria standard (b029a3f)
  • meta: move implicitRole to aria.implicitRole (bc8cacf)
Bug Fixes
  • handle selectors containing tabs and newlines (5e45d54), closes #​238
  • rules: new option allowAnyNamable for aria-label-misuse (c08a3ba), closes #​237

v8.10.0

Compare Source

Features
  • rules: new rule no-implicit-input-type (6cc0c6d)
Bug Fixes
  • deps: update dependency ignore to v5.3.1 (4553b89)
  • html5: type for <input> no longer required (37284d0), closes #​235
  • rules: change wording required to recommended in no-implicit-button-type (1926c06)

v8.9.1

Compare Source

Bug Fixes
  • rules: <form> and <section> without explicit accessible name is no longer considered landmark (a36deac)
  • rules: <header> and <footer> nested in <main> or sectioning content is no longer considered landmark (bcab354), closes #​234

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Montreal, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor branch from ae042c6 to 0b3b765 Compare March 4, 2024 01:55
@renovate renovate bot changed the title chore(deps): update dependency html-validate to v8.10.0 chore(deps): update dependency html-validate to v8.11.0 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/all-minor branch from 0b3b765 to 2c39e24 Compare March 4, 2024 13:31
@renovate renovate bot changed the title chore(deps): update dependency html-validate to v8.11.0 chore(deps): update dependency html-validate to v8.11.1 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/all-minor branch 4 times, most recently from b23df7a to de347df Compare March 11, 2024 04:21
@renovate renovate bot changed the title chore(deps): update dependency html-validate to v8.11.1 chore(deps): update dependency html-validate to v8.12.0 Mar 11, 2024
@renovate renovate bot changed the title chore(deps): update dependency html-validate to v8.12.0 chore(deps): update dependency html-validate to v8.13.0 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from c52d704 to 7fa539c Compare March 16, 2024 15:42
@renovate renovate bot changed the title chore(deps): update dependency html-validate to v8.13.0 chore(deps): update dependency html-validate to v8.14.0 Mar 16, 2024
@renovate renovate bot force-pushed the renovate/all-minor branch from 7fa539c to 07ee703 Compare March 18, 2024 05:13
@renovate renovate bot changed the title chore(deps): update dependency html-validate to v8.14.0 chore(deps): update dependency html-validate to v8.15.0 Mar 18, 2024
@renovate renovate bot changed the title chore(deps): update dependency html-validate to v8.15.0 chore(deps): update all minor dependencies Mar 20, 2024
@renovate renovate bot force-pushed the renovate/all-minor branch 5 times, most recently from 5dc438f to 90a199f Compare March 30, 2024 21:58
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from 19df855 to a00969c Compare April 9, 2024 22:28
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from dba71de to f92de2e Compare April 25, 2024 13:28
@renovate renovate bot force-pushed the renovate/all-minor branch 3 times, most recently from eae5b6a to c4e5c60 Compare April 30, 2024 23:18
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from 43ec412 to 42d6d9a Compare December 7, 2024 11:22
@renovate renovate bot force-pushed the renovate/all-minor branch from 42d6d9a to 0ab6a42 Compare December 11, 2024 15:59
@renovate renovate bot force-pushed the renovate/all-minor branch 3 times, most recently from 64ea59d to f78ac76 Compare December 29, 2024 22:59
@renovate renovate bot force-pushed the renovate/all-minor branch from f78ac76 to 54746ab Compare January 23, 2025 20:01
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from 4a455b1 to 6f460a7 Compare February 6, 2025 11:27
@renovate renovate bot force-pushed the renovate/all-minor branch from 6f460a7 to 8630cd0 Compare February 9, 2025 14:12
@renovate renovate bot force-pushed the renovate/all-minor branch from 8630cd0 to 1a2f532 Compare March 3, 2025 13:59
@renovate renovate bot force-pushed the renovate/all-minor branch from 1a2f532 to b70df2a Compare March 11, 2025 14:13
@renovate renovate bot force-pushed the renovate/all-minor branch from b70df2a to 5dfda2e Compare April 1, 2025 14:11
@renovate renovate bot force-pushed the renovate/all-minor branch from 5dfda2e to db22afa Compare April 24, 2025 11:57
@renovate renovate bot force-pushed the renovate/all-minor branch from db22afa to cef217f Compare May 19, 2025 18:41
@renovate renovate bot force-pushed the renovate/all-minor branch from cef217f to 10c1d66 Compare June 22, 2025 11:43
@renovate renovate bot force-pushed the renovate/all-minor branch from 10c1d66 to 4e1a1ad Compare August 10, 2025 14:10
@renovate renovate bot force-pushed the renovate/all-minor branch 6 times, most recently from bbff2d2 to 6ca36e9 Compare September 11, 2025 19:46
@renovate renovate bot force-pushed the renovate/all-minor branch from 6ca36e9 to e9df92b Compare September 25, 2025 14:12
@renovate renovate bot force-pushed the renovate/all-minor branch 3 times, most recently from 004035f to d317f6a Compare October 7, 2025 17:58
@renovate renovate bot force-pushed the renovate/all-minor branch from d317f6a to 438fe7b Compare November 18, 2025 14:16
@renovate renovate bot force-pushed the renovate/all-minor branch from 438fe7b to fc6d297 Compare November 18, 2025 15:52
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