Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps node-html-parser from 5.3.3 to 7.0.2.

Release notes

Sourced from node-html-parser's releases.

v7.0.2

7.0.2 (2026-01-07)

Bug Fixes

v7.0.1

7.0.1 (2024-12-26)

Bug Fixes

v6.1.13

6.1.13 (2024-03-29)

Bug Fixes

v6.1.12

6.1.12 (2023-12-25)

Bug Fixes

v6.1.11

6.1.11 (2023-10-25)

Bug Fixes

v6.1.10

6.1.10 (2023-09-15)

Bug Fixes

v6.1.9

6.1.9 (2023-09-11)

... (truncated)

Changelog

Sourced from node-html-parser's changelog.

7.0.2 (2026-01-07)

Bug Fixes

7.0.1 (2024-12-26)

Bug Fixes

7.0.0 (2024-12-26)

⚠ BREAKING CHANGES

  • fix #277, for that change estarget to es6

Features

Bug Fixes

6.1.14 (2024-05-14)

Bug Fixes

6.1.13 (2024-03-29)

Bug Fixes

6.1.12 (2023-12-25)

... (truncated)

Commits
  • f7a190c chore(release): 7.0.2
  • d003185 Merge branch 'ig3-294'
  • 5625286 Merge branch '294' of github.com:ig3/node-html-parser into ig3-294
  • d9f5586 chore: update GitHub Actions to use latest versions of checkout and setup-node
  • b4ec281 Merge pull request #292 from fiddleplum/o-291
  • 4deab9a Merge pull request #288 from olets/285-document-wrapper-node
  • 51528c4 Fix: #227
  • a81fc46 fix: test valid.js
  • 950865f fix: #294 Closing tag is missing but valid HTML is still not parseable
  • 6d73ea3 fix: add missing dev dependency: yarn
  • 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 [node-html-parser](https://github.com/taoqf/node-fast-html-parser) from 5.3.3 to 7.0.2.
- [Release notes](https://github.com/taoqf/node-fast-html-parser/releases)
- [Changelog](https://github.com/taoqf/node-html-parser/blob/main/CHANGELOG.md)
- [Commits](taoqf/node-html-parser@v5.3.3...v7.0.2)

---
updated-dependencies:
- dependency-name: node-html-parser
  dependency-version: 7.0.2
  dependency-type: direct:production
  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 Jan 26, 2026
@JamieMagee
Copy link
Contributor

Reviewed the upgrade. The v7 breaking change is just an ES6 build target, not an API change. The codebase only uses parse, querySelectorAll, and textContent in providers/fetch/goFetch.js, which are unchanged. Existing tests cover the HTML parsing.

Safe to merge once CI passes.

@JamieMagee JamieMagee merged commit 7656498 into master Jan 27, 2026
2 checks passed
@JamieMagee JamieMagee deleted the dependabot/npm_and_yarn/node-html-parser-7.0.2 branch January 27, 2026 04:40
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.

2 participants