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

build(deps): Bump html-react-parser from 4.2.0 to 5.1.10 #1022

Merged
merged 1 commit into from
May 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps html-react-parser from 4.2.0 to 5.1.10.

Release notes

Sourced from html-react-parser's releases.

v5.1.10

5.1.10 (2024-03-28)

Build System

  • deps: bump style-to-js from 1.1.11 to 1.1.12 (#1380) (b7fb86d)

v5.1.9

5.1.9 (2024-03-19)

Build System

  • deps: bump style-to-js from 1.1.10 to 1.1.11 (#1368) (6e14815)

v5.1.8

5.1.8 (2024-02-27)

Build System

  • package: make @types/react an optional peerDependency (8be504c)

v5.1.7

5.1.7 (2024-02-19)

Bug Fixes

  • package: set dependency @types/react to 17 or 18 (0605477), closes #1320

v5.1.6

5.1.6 (2024-02-16)

Bug Fixes

v5.1.5

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

v5.1.4

5.1.4 (2024-02-12)

... (truncated)

Changelog

Sourced from html-react-parser's changelog.

5.1.10 (2024-03-28)

Build System

  • deps: bump style-to-js from 1.1.11 to 1.1.12 (#1380) (b7fb86d)

5.1.9 (2024-03-19)

Build System

  • deps: bump style-to-js from 1.1.10 to 1.1.11 (#1368) (6e14815)

5.1.8 (2024-02-27)

Build System

  • package: make @​types/react an optional peerDependency (8be504c)

5.1.7 (2024-02-19)

Bug Fixes

  • package: set dependency @types/react to 17 or 18 (0605477), closes #1320

5.1.6 (2024-02-16)

Bug Fixes

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)

Bug Fixes

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

... (truncated)

Commits
  • be64534 Merge pull request #1382 from remarkablemark/release-please--branches--master...
  • b47b861 chore(master): release 5.1.10
  • b7fb86d build(deps): bump style-to-js from 1.1.11 to 1.1.12 (#1380)
  • 79e552a build(deps-dev): bump rollup from 4.13.0 to 4.13.1 (#1381)
  • 642c2ad build(deps-dev): bump @​types/react from 18.2.72 to 18.2.73 (#1379)
  • 394248e build(deps-dev): bump @​types/react from 18.2.70 to 18.2.72 (#1378)
  • 390881a build(deps-dev): bump @​types/react from 18.2.69 to 18.2.70 (#1377)
  • 23b5619 build(deps-dev): bump the typescript-eslint group with 2 updates (#1376)
  • 8070a85 build(deps-dev): bump preact from 10.20.0 to 10.20.1 (#1375)
  • a531ff1 build(deps-dev): bump @​types/react from 18.2.67 to 18.2.69 (#1374)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2024
@jessieweiyi
Copy link
Contributor

@dependabot rebase

Bumps [html-react-parser](https://github.com/remarkablemark/html-react-parser) from 4.2.0 to 5.1.10.
- [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@v4.2.0...v5.1.10)

---
updated-dependencies:
- dependency-name: html-react-parser
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/html-react-parser-5.1.10 branch from c33c8d4 to 745dfce Compare May 8, 2024 09:52
@jessieweiyi jessieweiyi merged commit 5552ab9 into main May 8, 2024
3 checks passed
@jessieweiyi jessieweiyi deleted the dependabot/npm_and_yarn/html-react-parser-5.1.10 branch May 8, 2024 20:00
jessieweiyi pushed a commit that referenced this pull request May 8, 2024
Bumps [html-react-parser](https://github.com/remarkablemark/html-react-parser) from 4.2.0 to 5.1.10.
- [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@v4.2.0...v5.1.10)

---
updated-dependencies:
- dependency-name: html-react-parser
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant