Skip to content

chore(deps): bump html-react-parser from 1.4.14 to 6.1.3#6038

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/html-react-parser-6.1.3
Open

chore(deps): bump html-react-parser from 1.4.14 to 6.1.3#6038
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/html-react-parser-6.1.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown
Contributor

Bumps html-react-parser from 1.4.14 to 6.1.3.

Release notes

Sourced from html-react-parser's releases.

v6.1.3

6.1.3 (2026-05-31)

Build System

  • deps: bump html-dom-parser from 7.1.0 to 8.0.0 (#2261) (6cec8ca)

v6.1.2

6.1.2 (2026-05-22)

Build System

  • deps: bump style-to-js from 1.1.21 to 2.0.0 (#2257) (c55e094)

v6.1.1

6.1.1 (2026-05-16)

Bug Fixes

v6.1.0

6.1.0 (2026-05-05)

Features

v6.0.1

6.0.1 (2026-04-08)

Build System

  • deps: bump html-dom-parser from 7.0.0 to 7.0.1 (#2189) (c1f9856)

v6.0.0

6.0.0 (2026-04-02)

⚠ BREAKING CHANGES

  • deps: bump html-dom-parser from 5.1.8 to 7.0.0
  • deps: bump domhandler from 5.0.3 to 6.0.1
  • tsconfig: change build target from es5 to es2016

Build System

  • deps: bump domhandler from 5.0.3 to 6.0.1 (#2163) (c3d3092)

... (truncated)

Changelog

Sourced from html-react-parser's changelog.

6.1.3 (2026-05-31)

Build System

  • deps: bump html-dom-parser from 7.1.0 to 8.0.0 (#2261) (6cec8ca)

6.1.2 (2026-05-22)

Build System

  • deps: bump style-to-js from 1.1.21 to 2.0.0 (#2257) (c55e094)

6.1.1 (2026-05-16)

Bug Fixes

  • normalize exported DOM element class (fe88b54)

6.1.0 (2026-05-05)

Features

  • options: add CSP support with trustedTypePolicy (#2220) (0fd3aa0)

6.0.1 (2026-04-08)

Build System

  • deps: bump html-dom-parser from 7.0.0 to 7.0.1 (#2189) (c1f9856)

6.0.0 (2026-04-02)

⚠ BREAKING CHANGES

  • deps: bump html-dom-parser from 5.1.8 to 7.0.0
  • deps: bump domhandler from 5.0.3 to 6.0.1
  • tsconfig: change build target from es5 to es2016

Build System

  • deps: bump domhandler from 5.0.3 to 6.0.1 (#2163) (c3d3092)
  • deps: bump html-dom-parser from 5.1.8 to 7.0.0 (#2177) (1ae59e6)
  • tsconfig: change target from es5 to es2016 (796f4de)

... (truncated)

Commits
  • c7df5c3 Merge pull request #2267 from remarkablemark/release-please--branches--master...
  • 519e59a chore(master): release 6.1.3
  • 6cec8ca build(deps): bump html-dom-parser from 7.1.0 to 8.0.0 (#2261)
  • eae73e6 build(deps-dev): bump eslint in the eslint group across 1 directory (#2264)
  • 0681c1e build(deps-dev): bump lint-staged from 17.0.5 to 17.0.7 (#2266)
  • 02bbd2d build(deps-dev): bump @​arethetypeswrong/cli from 0.18.2 to 0.18.3 (#2265)
  • e650321 build(deps-dev): bump the commitlint group with 2 updates (#2263)
  • 7309166 build(deps-dev): bump eslint-plugin-prettier in the eslint group (#2262)
  • 668b359 build(deps-dev): bump typescript-eslint in the eslint group (#2260)
  • 034837e Merge pull request #2259 from remarkablemark/dependabot/github_actions/github...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for html-react-parser since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


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)

Note

Medium Risk
Major-version HTML-to-React parsing affects several UI surfaces that render server-provided HTML; behavior or styling could regress without code changes.

Overview
Bumps html-react-parser from 1.4.14 to 6.1.3 in package.json and refreshes yarn.lock. The upgrade pulls in newer HTML parsing stack versions (e.g. html-dom-parser 8, htmlparser2 12, domhandler 6, style-to-js 2).

There are no application code changes in this PR; existing call sites still use the default parse(htmlString) import in consent copy, notifications, markdown/code blocks, RediSearch table cells, RDI dry-run output, and CLI helpers.

Reviewers should smoke-test those HTML-rendered UI paths after install, since v6 includes upstream breaking dependency and API changes even when usage looks minimal.

Reviewed by Cursor Bugbot for commit 010d41e. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [html-react-parser](https://github.com/remarkablemark/html-react-parser) from 1.4.14 to 6.1.3.
- [Release notes](https://github.com/remarkablemark/html-react-parser/releases)
- [Changelog](https://github.com/remarkablemark/html-react-parser/blob/master/CHANGELOG.md)
- [Commits](remarkablemark/html-react-parser@v1.4.14...v6.1.3)

---
updated-dependencies:
- dependency-name: html-react-parser
  dependency-version: 6.1.3
  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 Jun 9, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 9, 2026 13:14
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 9, 2026
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@jit-ci

jit-ci Bot commented Jun 9, 2026

Copy link
Copy Markdown

🛡️ Jit Security Scan Results

CRITICAL HIGH MEDIUM

✅ No security findings were detected in this PR


Security scan by Jit

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