Skip to content

build(deps-dev): Bump htmlparser2 from 10.1.0 to 11.0.0#1868

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/htmlparser2-11.0.0
Open

build(deps-dev): Bump htmlparser2 from 10.1.0 to 11.0.0#1868
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/htmlparser2-11.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Bumps htmlparser2 from 10.1.0 to 11.0.0.

Release notes

Sourced from htmlparser2's releases.

v11.0.0

Breaking Changes

  • The module is now ESM only fb55/htmlparser2#2381
    • CommonJS require() is no longer supported. Use import instead.
    • The minimum Node.js version is now 20.19.0.
  • Dependencies have been bumped to their latest major versions: domhandler v6, domutils v4, domelementtype v3, entities v8.

Features

  • Added WebWritableStream for the Web Streams API, enabling direct piping from fetch() response bodies into the parser fb55/htmlparser2#2376

Bug Fixes

  • Comments now accept --!> as a closing sequence per the HTML spec, and <!--> is recognized as an empty comment in HTML mode fb55/htmlparser2#2382
  • XML processing instructions (<?xml ... ?>) now require the full ?> closing sequence instead of just > fb55/htmlparser2#2382
  • Fixed reset() not clearing isSpecial and sequenceIndex state, which could cause incorrect parsing after reuse fb55/htmlparser2#2382
  • Fixed XML comment parsing: <!--> is no longer treated as a complete comment in xmlMode fb55/htmlparser2#2383

Other Changes

  • Expanded README with full API reference, parser options, events, and practical examples fb55/htmlparser2#2384

New Contributors

Full Changelog: fb55/htmlparser2@v10.1.0...v11.0.0

Commits
  • b781f62 11.0.0
  • f2bb3b0 docs: expand README (#2384)
  • 9008dfd feat: add WebWritableStream for Web Streams API support (#2376)
  • 21dedfa fix(tokenizer): require full --> to close comments in xmlMode (#2383)
  • f2daa22 fix(tokenizer): align edge-case parsing behavior with HTML spec (#2382)
  • 24ca601 build(deps-dev): Bump vitest from 4.0.18 to 4.1.0 (#2371)
  • 7f666ae BREAKING: Make module ESM only (#2381)
  • 8748797 build(deps-dev): Bump typescript-eslint from 8.57.0 to 8.57.1 (#2379)
  • 0486ee5 build(deps-dev): Bump @​biomejs/biome from 2.4.6 to 2.4.7 (#2378)
  • 7458504 chore: Remove Tidelift funding information (#2375)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for htmlparser2 since your current version.


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 [htmlparser2](https://github.com/fb55/htmlparser2) from 10.1.0 to 11.0.0.
- [Release notes](https://github.com/fb55/htmlparser2/releases)
- [Commits](fb55/htmlparser2@v10.1.0...v11.0.0)

---
updated-dependencies:
- dependency-name: htmlparser2
  dependency-version: 11.0.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 Mar 19, 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.

0 participants