Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2025

Bumps html-validate from 10.0.0 to 10.1.1.

Release notes

Sourced from html-validate's releases.

v10.1.1

10.1.1 (2025-10-06)

Bug Fixes

  • fix unrecognized-char-ref triggering [secure] positives for <script> and <style> tags (efffc6b)

v10.1.0

10.1.0 (2025-10-03)

Features

  • parse <textarea> content as literal characters instead of HTML elements (f3d4f5b), closes #314
  • store <script> and <style> content as text node (740b94a), closes #316
Changelog

Sourced from html-validate's changelog.

10.1.1 (2025-10-06)

Bug Fixes

  • fix unrecognized-char-ref triggering [secure] positives for <script> and <style> tags (efffc6b)

10.1.0 (2025-10-03)

Features

  • parse <textarea> content as literal characters instead of HTML elements (f3d4f5b), closes #314
  • store <script> and <style> content as text node (740b94a), closes #316
Commits
  • 028504f chore(release): 10.1.1
  • 84d8eb5 Merge branch 'renovate/lock-file-maintenance' into 'master'
  • 9ff049e chore(deps): lock file maintenance
  • 51c9939 Merge branch 'feature/deep-deps' into 'master'
  • aeaaa9a chore(deps): npm dedupe
  • 0f9df43 Merge branch 'bugfix/script-characters' into 'master'
  • 010f020 refactor: use a common property to determine what text content contains
  • efffc6b fix: fix unrecognized-char-ref triggering false positives for \<script> an...
  • 66de3c7 test: add missing tests to no-raw-characters
  • bffe693 Merge branch 'renovate/rollup-plugin-node-resolve-16.x' into 'master'
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.0.0 to 10.1.1.
- [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.0.0...v10.1.1)

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

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 minor labels Oct 7, 2025
@dependabot dependabot bot requested review from mfranzke and nmerget as code owners October 7, 2025 01:08
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Oct 7, 2025
@dependabot dependabot bot added the minor label Oct 7, 2025
Copy link
Contributor

github-actions bot commented Oct 7, 2025

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 minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants