Skip to content

Bump html-validate from 10.9.0 to 11.13.0 - #1228

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/html-validate-11.13.0
Open

Bump html-validate from 10.9.0 to 11.13.0#1228
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/html-validate-11.13.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps html-validate from 10.9.0 to 11.13.0.

Release notes

Sourced from html-validate's releases.

v11.13.0

11.13.0 (2026-09-03)

Features

  • api: expose autofixCollectEdits for integrations to support autofix (b7de9fa)

v11.12.0

11.12.0 (2026-09-01)

Features

  • api: add new removeText() method to ErrorFixer (3484ed3)
  • rules: add suggestions to no-redundant-for (6798b9c)
  • rules: make missing-doctype autofixable (2c4c2e7)
  • rules: make no-raw-characters autofixable (b7e28aa)
  • rules: make script-type autofixable (e15cb1a)
  • rules: make tel-non-breaking autofixable (d91bc8c)

Bug Fixes

  • deps: update dependency ignore to v7.0.7 (77151ba)
  • deps: update dependency ignore to v7.0.8 (17b64af)

v11.11.0

11.11.0 (2026-08-30)

Features

  • api: add location to Attribute with full source location (both key and value) (0648343)
  • rules: make close-attr autofixable (690da4c)
  • rules: make no-dup-class autofixable (83df993)

v11.10.0

11.10.0 (2026-08-23)

Features

  • config: add new configuration option aria to specify which ARIA version to use (64321ed)
  • jest: toHTMLValidate() matcher accepts any object with outerHTML, innerHTML or html() (749dfc2)
  • rules: add autofix support to attr-case (b22b27c)
  • rules: add autofix support to attr-delimiter (72fc6cb)
  • rules: add autofix support to doctype-html (12ed8b8)
  • rules: add autofix support to doctype-style (168b786)
  • rules: add autofix support to element-case (f5bc934)
  • rules: add autofix support to no-trailing-whitespace (94b7dba)
  • rules: add autofix support to no-utf8-bom (78b2ff1)
  • support rule autofixing (4f2a7e8)
  • vitest: toHTMLValidate() matcher accepts any object with outerHTML, innerHTML or html() (3898790)

... (truncated)

Changelog

Sourced from html-validate's changelog.

11.13.0 (2026-09-03)

Features

  • api: expose autofixCollectEdits for integrations to support autofix (b7de9fa)

11.12.0 (2026-09-01)

Features

  • api: add new removeText() method to ErrorFixer (3484ed3)
  • rules: add suggestions to no-redundant-for (6798b9c)
  • rules: make missing-doctype autofixable (2c4c2e7)
  • rules: make no-raw-characters autofixable (b7e28aa)
  • rules: make script-type autofixable (e15cb1a)
  • rules: make tel-non-breaking autofixable (d91bc8c)

Bug Fixes

  • deps: update dependency ignore to v7.0.7 (77151ba)
  • deps: update dependency ignore to v7.0.8 (17b64af)

11.11.0 (2026-08-30)

Features

  • api: add location to Attribute with full source location (both key and value) (0648343)
  • rules: make close-attr autofixable (690da4c)
  • rules: make no-dup-class autofixable (83df993)

11.10.0 (2026-08-23)

Features

  • config: add new configuration option aria to specify which ARIA version to use (64321ed)
  • jest: toHTMLValidate() matcher accepts any object with outerHTML, innerHTML or html() (749dfc2)
  • rules: add autofix support to attr-case (b22b27c)
  • rules: add autofix support to attr-delimiter (72fc6cb)
  • rules: add autofix support to doctype-html (12ed8b8)
  • rules: add autofix support to doctype-style (168b786)
  • rules: add autofix support to element-case (f5bc934)
  • rules: add autofix support to no-trailing-whitespace (94b7dba)
  • rules: add autofix support to no-utf8-bom (78b2ff1)
  • support rule autofixing (4f2a7e8)
  • vitest: toHTMLValidate() matcher accepts any object with outerHTML, innerHTML or html() (3898790)

11.9.0 (2026-08-20)

Features

... (truncated)

Commits
  • 919b269 chore(release): 11.13.0
  • c3f1832 Merge branch 'feature/autofix-collect' into 'master'
  • b7de9fa feat(api): expose autofixCollectEdits for integrations to support autofix
  • 3f8e13f chore(deps): update dependency memfs to v4.69.1
  • f61a7db chore(deps): update dependency memfs to v4.69.0
  • 004062f Merge remote-tracking branch 'github/dependabot/npm_and_yarn/fast-uri-3.1.7'
  • ff0022c chore(deps): bump fast-uri from 3.1.5 to 3.1.7
  • 2a28b4e chore(deps): update dependency cssnano to v9.0.2
  • ba3d9f4 chore(deps): update jest monorepo to v30.5.1
  • 184eddd chore(release): 11.12.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [html-validate](https://gitlab.com/html-validate/html-validate) from 10.9.0 to 11.13.0.
- [Release notes](https://gitlab.com/html-validate/html-validate/tags)
- [Changelog](https://gitlab.com/html-validate/html-validate/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/html-validate/html-validate/compare/v10.9.0...v11.13.0)

---
updated-dependencies:
- dependency-name: html-validate
  dependency-version: 11.13.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file. javascript Pull requests that update Javascript code labels Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file. javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant