Skip to content

build(deps-dev): bump html-validate from 8.29.0 to 11.4.0#44

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

build(deps-dev): bump html-validate from 8.29.0 to 11.4.0#44
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/html-validate-11.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps html-validate from 8.29.0 to 11.4.0.

Release notes

Sourced from html-validate's releases.

v11.4.0

11.4.0 (2026-05-25)

Features

  • meta: add reference attribute property to mark an attribute as referencing another element (5632529)

Bug Fixes

  • html5: add missing attributes on <input> element (for no-unknown-attributes) (5520b40), closes #360
  • html5: add missing attributes on <script> element (for no-unknown-attributes) (4b1b993), closes #360
  • html5: support xmlns global attribute (for no-unknown-attributes) (d3739ec), closes #360

v11.3.0

11.3.0 (2026-05-24)

Features

  • meta: support pattern attributes (e.g. data-*) (5d27614), closes #361

Bug Fixes

  • html5: support focusable attribute on <svg> element (d458d6c)
  • html5: support name attribute on <slot> element (e3bb6c2)
  • html5: support value attribute on <option> element (14d8673)
  • rules: ignore [#slot](https://gitlab.com/html-validate/html-validate/issues/slot) in no-unknown-attributes rule (817b111)

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

... (truncated)

Changelog

Sourced from html-validate's changelog.

11.4.0 (2026-05-25)

Features

  • meta: add reference attribute property to mark an attribute as referencing another element (5632529)

Bug Fixes

  • html5: add missing attributes on <input> element (for no-unknown-attributes) (5520b40), closes #360
  • html5: add missing attributes on <script> element (for no-unknown-attributes) (4b1b993), closes #360
  • html5: support xmlns global attribute (for no-unknown-attributes) (d3739ec), closes #360

11.3.0 (2026-05-24)

Features

  • meta: support pattern attributes (e.g. data-*) (5d27614), closes #361

Bug Fixes

  • html5: support focusable attribute on <svg> element (d458d6c)
  • html5: support name attribute on <slot> element (e3bb6c2)
  • html5: support value attribute on <option> element (14d8673)
  • rules: ignore [#slot](https://gitlab.com/html-validate/html-validate/issues/slot) in no-unknown-attributes rule (817b111)

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) {
</tr></table> 

... (truncated)

Commits
  • 8023538 chore(release): 11.4.0
  • c31d795 Merge branch 'bugfix/missing-attr' into 'master'
  • 5520b40 fix(html5): add missing attributes on \<input> element (for `no-unknown-attr...
  • d3739ec fix(html5): support xmlns global attribute (for no-unknown-attributes)
  • 4b1b993 fix(html5): add missing attributes on \<script> element (for `no-unknown-att...
  • 0230498 Merge branch 'feature/attr-reference' into 'master'
  • 5632529 feat(meta): add reference attribute property to mark an attribute as refere...
  • 5eec6cc chore(deps): update dependency @​html-validate/eslint-config-vitest to v9.2.1
  • 8cbb706 chore(deps): lock file maintenance
  • cd32322 chore(deps): lock file maintenance
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitLab CI/CD, a new releaser for html-validate since your current version.


@dependabot dependabot Bot requested a review from srpatcha as a code owner May 25, 2026 14:37
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 25, 2026

Labels

The following labels could not be found: npm. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Bumps [html-validate](https://gitlab.com/html-validate/html-validate) from 8.29.0 to 11.4.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/v8.29.0...v11.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the base branch from master to main May 28, 2026 08:19
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/html-validate-11.3.0 branch from 377c501 to 9270e08 Compare May 28, 2026 08:19
@dependabot dependabot Bot changed the title build(deps-dev): bump html-validate from 8.29.0 to 11.3.0 build(deps-dev): bump html-validate from 8.29.0 to 11.4.0 May 28, 2026
@srpatcha srpatcha deleted the branch main May 28, 2026 16:09
@srpatcha srpatcha closed this May 28, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 28, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/html-validate-11.3.0 branch May 28, 2026 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant