Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade html-react-parser from 3.0.16 to 5.1.6 #86

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

RavenColEvol
Copy link

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade html-react-parser from 3.0.16 to 5.1.6.

As this is a private repository, Snyk-bot does not have access. Therefore, this PR has been created automatically, but appears to have been created by a real user.

✨ Snyk has automatically assigned this pull request, set who gets assigned.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 32 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2024-02-16.
Release notes
Package name: html-react-parser
  • 5.1.6 - 2024-02-16

    5.1.6 (2024-02-16)

    Bug Fixes

  • 5.1.5 - 2024-02-14

    5.1.5 (2024-02-14)

    Bug Fixes

    • esm: fix attributes-to-props and dom-to-react exported types (e3c7931)
    • package: move @ types/react from devDependencies to dependencies (78b7a8e), closes #1313
  • 5.1.4 - 2024-02-12

    5.1.4 (2024-02-12)

    Bug Fixes

    • esm: fix exported types (7a94d61), closes #1305
    • types: use React.JSX instead of the global JSX namespace (a25f41c)
  • 5.1.3 - 2024-02-12

    5.1.3 (2024-02-12)

    Build System

    • deps: bump html-dom-parser from 5.0.7 to 5.0.8 (#1307) (00ee71b)
  • 5.1.2 - 2024-02-06

    5.1.2 (2024-02-06)

    Code Refactoring

  • 5.1.1 - 2024-01-13

    5.1.1 (2024-01-13)

    Build System

    • deps: bump html-dom-parser from 5.0.6 to 5.0.7 (#1264) (521f7ad)
  • 5.1.0 - 2024-01-10

    5.1.0 (2024-01-10)

    Features

    • dom-to-react: pass index as 2nd argument to replace option (b27d30c), closes #1240
  • 5.0.11 - 2023-12-20

    5.0.11 (2023-12-20)

    Build System

    • deps: bump html-dom-parser from 5.0.5 to 5.0.6 (#1233) (0c70c12)
  • 5.0.10 - 2023-12-18

    5.0.10 (2023-12-18)

    Bug Fixes

    • esm: make ESM exports explicit in index.mjs and utilities.mjs (3e0fd2b)
  • 5.0.9 - 2023-12-18

    5.0.9 (2023-12-18)

    Bug Fixes

    • esm: fix ESM types by adding .mts declaration files (ce09a65)
  • 5.0.8 - 2023-12-18
  • 5.0.7 - 2023-12-04
  • 5.0.6 - 2023-11-03
  • 5.0.5 - 2023-11-02
  • 5.0.4 - 2023-11-01
  • 5.0.3 - 2023-10-30
  • 5.0.2 - 2023-10-30
  • 5.0.1 - 2023-10-29
  • 5.0.0 - 2023-10-29
  • 4.2.10 - 2023-10-28
  • 4.2.9 - 2023-10-22
  • 4.2.8 - 2023-10-21
  • 4.2.7 - 2023-10-20
  • 4.2.6 - 2023-10-19
  • 4.2.5 - 2023-10-17
  • 4.2.4 - 2023-10-17
  • 4.2.3 - 2023-10-16
  • 4.2.2 - 2023-09-01
  • 4.2.1 - 2023-08-09
  • 4.2.0 - 2023-07-21
  • 4.1.0 - 2023-07-20
  • 4.0.0 - 2023-05-31
  • 3.0.16 - 2023-04-21
from html-react-parser GitHub release notes
Commit messages
Package name: html-react-parser
  • 245e8ba Merge pull request #1319 from remarkablemark/release-please--branches--master--components--html-react-parser
  • e624dba chore(master): release 5.1.6
  • 56549f1 fix(esm): fix any type (#1317)
  • 2a749ac build(deps-dev): bump rollup from 4.10.0 to 4.11.0 (#1318)
  • f7a3d28 build(deps-dev): bump @ commitlint/config-conventional (#1316)
  • 8f6bae0 build(package): fix 3 high severity vulnerabilities
  • fb69ad2 ci(github): update PULL_REQUEST_TEMPLATE.md
  • 9446ec1 Merge pull request #1315 from remarkablemark/release-please--branches--master--components--html-react-parser
  • c855492 chore(master): release 5.1.5
  • 0e6d27f Merge pull request #1314 from remarkablemark/fix/types
  • e3c7931 fix(esm): fix attributes-to-props and dom-to-react exported types
  • 78b7a8e fix(package): move `@ types/react` from devDependencies to dependencies
  • 16b5ccf chore(husky): migrate to husky 9
  • 97956b7 build(package): upgrade devDependencies
  • c70d765 docs(readme): replace CodeSandbox with StackBlitz
  • 2093eb1 Merge pull request #1311 from remarkablemark/release-please--branches--master--components--html-react-parser
  • 0179a26 chore(master): release 5.1.4
  • 8432faf Merge pull request #1310 from remarkablemark/fix/esm
  • a25f41c fix(types): use `React.JSX` instead of the global `JSX` namespace
  • 7a94d61 fix(esm): fix exported types
  • 8a1abba Merge pull request #1309 from remarkablemark/release-please--branches--master--components--html-react-parser
  • deeca9c chore(master): release 5.1.3
  • 00ee71b build(deps): bump html-dom-parser from 5.0.7 to 5.0.8 (#1307)
  • 314520e build(deps-dev): bump @ typescript-eslint/parser from 6.21.0 to 7.0.1 (#1308)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

👩‍💻 Set who automatically gets assigned

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@RavenColEvol RavenColEvol requested a review from a team as a code owner March 9, 2024 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants