chore(deps): bump html-react-parser from 1.4.14 to 6.1.3#6038
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump html-react-parser from 1.4.14 to 6.1.3#6038dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
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>
|
|
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps html-react-parser from 1.4.14 to 6.1.3.
Release notes
Sourced from html-react-parser's releases.
... (truncated)
Changelog
Sourced from html-react-parser's changelog.
... (truncated)
Commits
c7df5c3Merge pull request #2267 from remarkablemark/release-please--branches--master...519e59achore(master): release 6.1.36cec8cabuild(deps): bump html-dom-parser from 7.1.0 to 8.0.0 (#2261)eae73e6build(deps-dev): bump eslint in the eslint group across 1 directory (#2264)0681c1ebuild(deps-dev): bump lint-staged from 17.0.5 to 17.0.7 (#2266)02bbd2dbuild(deps-dev): bump@arethetypeswrong/clifrom 0.18.2 to 0.18.3 (#2265)e650321build(deps-dev): bump the commitlint group with 2 updates (#2263)7309166build(deps-dev): bump eslint-plugin-prettier in the eslint group (#2262)668b359build(deps-dev): bump typescript-eslint in the eslint group (#2260)034837eMerge pull request #2259 from remarkablemark/dependabot/github_actions/github...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
preparescript that runs during installation. Review the package contents before updating.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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-parserfrom 1.4.14 to 6.1.3 inpackage.jsonand refreshesyarn.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.