chore(deps): update dependency html-validate to v10.11.3 #24

Open
sa-renovate wants to merge 1 commit from renovate/html-validate-10.x-lockfile into main
Member

This PR contains the following updates:

Package Type Update Change
html-validate (source) devDependencies minor 10.5.010.11.3

Release Notes

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

v10.11.3

Compare Source

Bug Fixes
  • jest support for explicitly importing expect from @jest/globals (b9fd392)
  • prefer esm when importing html-validate as library (0b96a73)

v10.11.2

Compare Source

Bug Fixes
  • rules: ignore unterminated character references in url fragments # (dd73de2), closes #​345
  • rules: properly find unrecognized character reference before ? or # (8f124fa)

v10.11.1

Compare Source

Bug Fixes
  • fix config resolution from cwd when using --stdin (5fc4ff7), closes #​344

v10.11.0

Compare Source

Features
  • rules: add include and exclude options to no-redundant-role (864314d), closes #​328

v10.10.0

Compare Source

Features
  • api: make Reporter class internal (78835fc)
  • deps: update dependency @​html-validate/stylish to v5 (e059c03)
  • html5: update <button> and <input> elements to set new submitButton property (43f8494)
  • meta: add submitButton metadata property (00e6843)
  • rules: wcag/h32 supports custom submit buttons via new submitButton property (511bc2d)
Bug Fixes
  • rules: form-dup-name handles implicit default button type (e429a66), closes #​323

v10.9.0

Compare Source

Features
  • rules: new rule deprecated-class (49794db)
Bug Fixes
  • html5: add html-aria mapping for <selectedcontent> (a6e4755)
  • html5: update html-aam mapping for <html> (b3ae63f)

v10.8.0

Compare Source

Features

v10.7.0

Compare Source

Features
  • optional brackets [] around html-validate directives for inline configuration (8426f6c)
  • rules: add allowTemplate option to no-style-tag rule (0930fd8), closes #​329
  • rules: add elements.include and elements.exclude to aria-label-misuse (c88bec7), closes #​334
Bug Fixes
  • make directives missing end bracket non-fatal (2370ad3)
  • rules: handle id with colon for unique-landmark rule (0174785), closes #​333

v10.6.0

Compare Source

Features
  • config: allow passing regexp object directly as patterns to class-pattern, id-pattern and name-pattern (b12fb9f)
  • config: require custom patterns to class-pattern, id-pattern and name-pattern to be wrapped with / (19203d3)
  • rules: add "tailwind" as a supported predefined class pattern (ffc3352), closes #​338
  • rules: new rule valid-for (616a3ec), closes #​337
Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [html-validate](https://html-validate.org) ([source](https://gitlab.com/html-validate/html-validate)) | devDependencies | minor | [`10.5.0` → `10.11.3`](https://renovatebot.com/diffs/npm/html-validate/10.5.0/10.11.3) | --- ### Release Notes <details> <summary>html-validate/html-validate (html-validate)</summary> ### [`v10.11.3`](https://gitlab.com/html-validate/html-validate/blob/HEAD/CHANGELOG.md#10113-2026-04-03) [Compare Source](https://gitlab.com/html-validate/html-validate/compare/v10.11.2...v10.11.3) ##### Bug Fixes - jest support for explicitly importing `expect` from `@jest/globals` ([b9fd392](https://gitlab.com/html-validate/html-validate/commit/b9fd392e4c514a5af9bbaf378e5fbd65d59e469c)) - prefer esm when importing `html-validate` as library ([0b96a73](https://gitlab.com/html-validate/html-validate/commit/0b96a73af8fb0db86289ba983e044ad9e5ce1793)) ### [`v10.11.2`](https://gitlab.com/html-validate/html-validate/blob/HEAD/CHANGELOG.md#10112-2026-03-15) [Compare Source](https://gitlab.com/html-validate/html-validate/compare/v10.11.1...v10.11.2) ##### Bug Fixes - **rules:** ignore unterminated character references in url fragments `#` ([dd73de2](https://gitlab.com/html-validate/html-validate/commit/dd73de230892f05071a2bc6d717c638939228cb5)), closes [#&#8203;345](https://gitlab.com/html-validate/html-validate/issues/345) - **rules:** properly find unrecognized character reference before `?` or `#` ([8f124fa](https://gitlab.com/html-validate/html-validate/commit/8f124fa438c5e5729abffc0845c8efe5a5a50364)) ### [`v10.11.1`](https://gitlab.com/html-validate/html-validate/blob/HEAD/CHANGELOG.md#10111-2026-03-06) [Compare Source](https://gitlab.com/html-validate/html-validate/compare/v10.11.0...v10.11.1) ##### Bug Fixes - fix config resolution from cwd when using `--stdin` ([5fc4ff7](https://gitlab.com/html-validate/html-validate/commit/5fc4ff7ba30f26013b4be6dd2038ed5eca340566)), closes [#&#8203;344](https://gitlab.com/html-validate/html-validate/issues/344) ### [`v10.11.0`](https://gitlab.com/html-validate/html-validate/blob/HEAD/CHANGELOG.md#10110-2026-03-04) [Compare Source](https://gitlab.com/html-validate/html-validate/compare/v10.10.0...v10.11.0) ##### Features - **rules:** add `include` and `exclude` options to `no-redundant-role` ([864314d](https://gitlab.com/html-validate/html-validate/commit/864314dfa2f8a15dacde98a8abedd233e4bcd28b)), closes [#&#8203;328](https://gitlab.com/html-validate/html-validate/issues/328) ### [`v10.10.0`](https://gitlab.com/html-validate/html-validate/blob/HEAD/CHANGELOG.md#10100-2026-03-02) [Compare Source](https://gitlab.com/html-validate/html-validate/compare/v10.9.0...v10.10.0) ##### Features - **api:** make `Reporter` class internal ([78835fc](https://gitlab.com/html-validate/html-validate/commit/78835fcdc9bfdff332d3bf4a85da81c9256cde71)) - **deps:** update dependency [@&#8203;html-validate/stylish](https://github.com/html-validate/stylish) to v5 ([e059c03](https://gitlab.com/html-validate/html-validate/commit/e059c035d01b0b498d9a5a0a70d06f7c44b0947d)) - **html5:** update `<button>` and `<input>` elements to set new `submitButton` property ([43f8494](https://gitlab.com/html-validate/html-validate/commit/43f849440b6ce86d3bef3c320ab907f7f95595d0)) - **meta:** add `submitButton` metadata property ([00e6843](https://gitlab.com/html-validate/html-validate/commit/00e6843dcf82c0980c922b7bc99b8909ad19e8c5)) - **rules:** `wcag/h32` supports custom submit buttons via new `submitButton` property ([511bc2d](https://gitlab.com/html-validate/html-validate/commit/511bc2dce2c460e74ae861c12df34ee0b6ff73bb)) ##### Bug Fixes - **rules:** `form-dup-name` handles implicit default button type ([e429a66](https://gitlab.com/html-validate/html-validate/commit/e429a661b21d4539665371cd68abaccbbd1915de)), closes [#&#8203;323](https://gitlab.com/html-validate/html-validate/issues/323) ### [`v10.9.0`](https://gitlab.com/html-validate/html-validate/blob/HEAD/CHANGELOG.md#1090-2026-02-22) [Compare Source](https://gitlab.com/html-validate/html-validate/compare/v10.8.0...v10.9.0) ##### Features - **rules:** new rule `deprecated-class` ([49794db](https://gitlab.com/html-validate/html-validate/commit/49794dbf0e780c428d520f80cd74cb0d4ea516d0)) ##### Bug Fixes - **html5:** add html-aria mapping for `<selectedcontent>` ([a6e4755](https://gitlab.com/html-validate/html-validate/commit/a6e4755a70ce5a975181973488d265dca56edece)) - **html5:** update html-aam mapping for `<html>` ([b3ae63f](https://gitlab.com/html-validate/html-validate/commit/b3ae63f7126fa3e6b0c8ade640cc3cb8255ab16b)) ### [`v10.8.0`](https://gitlab.com/html-validate/html-validate/blob/HEAD/CHANGELOG.md#1080-2026-02-15) [Compare Source](https://gitlab.com/html-validate/html-validate/compare/v10.7.0...v10.8.0) ##### Features - **rules:** new rule `autocomplete-password` ([13dd4a2](https://gitlab.com/html-validate/html-validate/commit/13dd4a24ab55da1d50ac0af1b64d7c2bb863e55c)), closes [#&#8203;318](https://gitlab.com/html-validate/html-validate/issues/318) ### [`v10.7.0`](https://gitlab.com/html-validate/html-validate/blob/HEAD/CHANGELOG.md#1070-2026-01-23) [Compare Source](https://gitlab.com/html-validate/html-validate/compare/v10.6.0...v10.7.0) ##### Features - optional brackets `[]` around `html-validate` directives for inline configuration ([8426f6c](https://gitlab.com/html-validate/html-validate/commit/8426f6cbe6c2624900dc935dc6bbbe61edcbfcf6)) - **rules:** add `allowTemplate` option to `no-style`-tag rule ([0930fd8](https://gitlab.com/html-validate/html-validate/commit/0930fd8a6e27ba2db0dd0f94342e3894accd60e6)), closes [#&#8203;329](https://gitlab.com/html-validate/html-validate/issues/329) - **rules:** add `elements.include` and `elements.exclude` to `aria-label-misuse` ([c88bec7](https://gitlab.com/html-validate/html-validate/commit/c88bec70c80441c13798c04d121b143382e52ac2)), closes [#&#8203;334](https://gitlab.com/html-validate/html-validate/issues/334) ##### Bug Fixes - make directives missing end bracket non-fatal ([2370ad3](https://gitlab.com/html-validate/html-validate/commit/2370ad3e49ccee4d972cae6392c13bf96c9dfd9a)) - **rules:** handle id with colon for `unique-landmark` rule ([0174785](https://gitlab.com/html-validate/html-validate/commit/0174785afdb32747fa02b3e801485a4a37bc35c5)), closes [#&#8203;333](https://gitlab.com/html-validate/html-validate/issues/333) ### [`v10.6.0`](https://gitlab.com/html-validate/html-validate/blob/HEAD/CHANGELOG.md#1060-2026-01-18) [Compare Source](https://gitlab.com/html-validate/html-validate/compare/v10.5.0...v10.6.0) ##### Features - **config:** allow passing regexp object directly as patterns to `class-pattern`, `id-pattern` and `name-pattern` ([b12fb9f](https://gitlab.com/html-validate/html-validate/commit/b12fb9fc0b526f77f71bd7f7f426faa33716b10b)) - **config:** require custom patterns to `class-pattern`, `id-pattern` and `name-pattern` to be wrapped with `/` ([19203d3](https://gitlab.com/html-validate/html-validate/commit/19203d35db81f4a8a9748363c140092450dbc4ca)) - **rules:** add `"tailwind"` as a supported predefined class pattern ([ffc3352](https://gitlab.com/html-validate/html-validate/commit/ffc3352a2c3ffe4acb738f06f0da7dcc4f9954fa)), closes [#&#8203;338](https://gitlab.com/html-validate/html-validate/issues/338) - **rules:** new rule `valid-for` ([616a3ec](https://gitlab.com/html-validate/html-validate/commit/616a3ecd3608e3dc4038d779dd07f20d3895589e)), closes [#&#8203;337](https://gitlab.com/html-validate/html-validate/issues/337) ##### Bug Fixes - **parser:** make invalid directives non-fatal ([85204b3](https://gitlab.com/html-validate/html-validate/commit/85204b3c8530cd8f7f9e73f43c100b354602bcef)), closes [#&#8203;335](https://gitlab.com/html-validate/html-validate/issues/335) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My43Ni41IiwidXBkYXRlZEluVmVyIjoiNDMuNzYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
chore(deps): update dependency html-validate to v10.11.2
All checks were successful
ci / build (push) Successful in 1m14s
c254d2adf0
sa-renovate force-pushed renovate/html-validate-10.x-lockfile from c254d2adf0
All checks were successful
ci / build (push) Successful in 1m14s
to df692e2b28
All checks were successful
ci / build (push) Successful in 1m12s
2026-03-28 03:08:32 +00:00
Compare
sa-renovate force-pushed renovate/html-validate-10.x-lockfile from df692e2b28
All checks were successful
ci / build (push) Successful in 1m12s
to 34e85953fa
Some checks failed
ci / build (push) Failing after 18s
2026-04-04 03:08:36 +00:00
Compare
sa-renovate changed title from chore(deps): update dependency html-validate to v10.11.2 to chore(deps): update dependency html-validate to v10.11.3 2026-04-04 03:08:37 +00:00
sa-renovate force-pushed renovate/html-validate-10.x-lockfile from 34e85953fa
Some checks failed
ci / build (push) Failing after 18s
to e6fa695c59
Some checks failed
ci / build (push) Failing after 16s
2026-04-06 03:08:27 +00:00
Compare
Some checks failed
ci / build (push) Failing after 16s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/html-validate-10.x-lockfile:renovate/html-validate-10.x-lockfile
git switch renovate/html-validate-10.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/html-validate-10.x-lockfile
git switch renovate/html-validate-10.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/html-validate-10.x-lockfile
git switch renovate/html-validate-10.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/html-validate-10.x-lockfile
git switch main
git merge --squash renovate/html-validate-10.x-lockfile
git switch main
git merge --ff-only renovate/html-validate-10.x-lockfile
git switch main
git merge renovate/html-validate-10.x-lockfile
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
DevFW-CICD/website-and-documentation!24
No description provided.