Skip to content

build(deps-dev): bump html-validate from 10.17.0 to 11.2.0#1267

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/html-validate-10.14.0
Closed

build(deps-dev): bump html-validate from 10.17.0 to 11.2.0#1267
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/html-validate-10.14.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps html-validate from 10.17.0 to 11.2.0.

Release notes

Sourced from html-validate's releases.

v11.2.0

11.2.0 (2026-05-17)

Features

  • deps: update dependency @​sidvind/better-ajv-errors to v7 (a6f4242)
  • vitest: add toMatchCodeframe() and toMatchInlineCodeframe() matchers (5153c12)

v11.1.0

11.1.0 (2026-05-12)

Features

  • deps: replace dependency glob with native function (5a2be0d)
  • deps: replace dependency minimist with native function (cfe3a57)
  • deps: update dependency @​html-validate/stylish to v6 (a8f6df1)
  • deps: update dependency @​sidvind/better-ajv-errors to v6 (1aca06c)

v11.0.0

11.0.0 (2026-05-11)

⚠ BREAKING CHANGES

  • api: If you used the NodeClosed enum it has been replaced with constants in a new Node object.
-if (node.nodeClosed === NodeClosed.EndTag) {
+if (child.nodeType === Node.CLOSED_END_TAG) {
  • api: If you used the NodeType enum it has been replaced with constants in a new Node object. This better mimics the DOM API.
-if (child.nodeType === NodeType.ELEMENT_NODE) {
+if (child.nodeType === Node.ELEMENT_NODE) {
  • config: Remove support for unwrapped regular expressions as strings for pattern rules. If you have configured one of the affected rules with a regular expressing not wrapped with forward slashes / you need to wrap them. If you passed in a named pattern or a RegExp object you do not have to change anything.

The affected rules are:

  • class-pattern
  • id-pattern
  • name-pattern
 {
</tr></table> 

... (truncated)

Changelog

Sourced from html-validate's changelog.

11.2.0 (2026-05-17)

Features

  • deps: update dependency @​sidvind/better-ajv-errors to v7 (a6f4242)
  • vitest: add toMatchCodeframe() and toMatchInlineCodeframe() matchers (5153c12)

11.1.0 (2026-05-12)

Features

  • deps: replace dependency glob with native function (5a2be0d)
  • deps: replace dependency minimist with native function (cfe3a57)
  • deps: update dependency @​html-validate/stylish to v6 (a8f6df1)
  • deps: update dependency @​sidvind/better-ajv-errors to v6 (1aca06c)

11.0.0 (2026-05-11)

⚠ BREAKING CHANGES

  • api: If you used the NodeClosed enum it has been replaced with constants in a new Node object.
-if (node.nodeClosed === NodeClosed.EndTag) {
+if (child.nodeType === Node.CLOSED_END_TAG) {
  • api: If you used the NodeType enum it has been replaced with constants in a new Node object. This better mimics the DOM API.
-if (child.nodeType === NodeType.ELEMENT_NODE) {
+if (child.nodeType === Node.ELEMENT_NODE) {
  • config: Remove support for unwrapped regular expressions as strings for pattern rules. If you have configured one of the affected rules with a regular expressing not wrapped with forward slashes / you need to wrap them. If you passed in a named pattern or a RegExp object you do not have to change anything.

The affected rules are:

  • class-pattern
  • id-pattern
  • name-pattern
 {
   "id-pattern": ["error", {
</tr></table> 

... (truncated)

Commits
  • fadf7a4 chore(release): 11.2.0
  • 46728d3 Merge branch 'feature/vitest-matchers' into 'master'
  • 5153c12 feat(vitest): add toMatchCodeframe() and toMatchInlineCodeframe() matchers
  • fdad499 Merge branch 'refactor/vitest-separate' into 'master'
  • 2c6c7d1 refactor: fully detach vitest matchers from jest code
  • 306b81a docs: clarify intention
  • d2ce37e refactor: preserve falsy context values
  • d9c8ece refactor: replace custom flattenMessages with simple flatMap()
  • 283b33f ci: update minimum nodejs v22 version to match declared range
  • abff90a refactor: move worker shim
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 11, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 11, 2026
@SjurSutterudSagen
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot dependabot Bot changed the title build(deps-dev): bump html-validate from 10.13.1 to 10.14.0 build(deps-dev): bump html-validate from 10.13.1 to 11.0.0 May 21, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/html-validate-10.14.0 branch from bf2d20c to d94df23 Compare May 21, 2026 06:19
Bumps [html-validate](https://gitlab.com/html-validate/html-validate) from 10.17.0 to 11.2.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.17.0...v11.2.0)

---
updated-dependencies:
- dependency-name: html-validate
  dependency-version: 10.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps-dev): bump html-validate from 10.13.1 to 11.0.0 build(deps-dev): bump html-validate from 10.17.0 to 11.2.0 Jun 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/html-validate-10.14.0 branch from d94df23 to 6228f19 Compare June 2, 2026 08:39
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 2, 2026

Superseded by #1301.

@dependabot dependabot Bot closed this Jun 2, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/html-validate-10.14.0 branch June 2, 2026 15:38
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