Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Bumps html-react-parser from 1.4.14 to 3.0.9.

Release notes

Sourced from html-react-parser's releases.

v3.0.9

3.0.9 (2023-02-11)

Bug Fixes

  • index: fix exports for UMD build (CDN script) (6225395), closes #828

v3.0.8

3.0.8 (2023-01-17)

Bug Fixes

  • package: include types in exports to support TypeScript ESM node16 (39844c4)

Build System

  • package: bump html-dom-parser from 3.1.2 to 3.1.3 (bfe970a)
  • package: bump style-to-js from 1.1.2 to 1.1.3 (7cf5b99)

v3.0.7

3.0.7 (2023-01-05)

Bug Fixes

  • attributes-to-props: don't convert value of option tag (#790) (bb4bf49)

v3.0.6

3.0.6 (2022-12-25)

Build System

  • package: bump style-to-js from 1.1.1 to 1.1.2 (019f1bc)

v3.0.5

3.0.5 (2022-12-25)

Bug Fixes

  • index: don't export unused domhandler class Node (7a9c207)
  • index: export domhandler classes (4fc3a73)

v3.0.4

3.0.4 (2022-08-23)

... (truncated)

Changelog

Sourced from html-react-parser's changelog.

3.0.9 (2023-02-11)

Bug Fixes

  • index: fix exports for UMD build (CDN script) (6225395), closes #828

3.0.8 (2023-01-17)

Bug Fixes

  • package: include types in exports to support TypeScript ESM node16 (39844c4)

Build System

  • package: bump html-dom-parser from 3.1.2 to 3.1.3 (bfe970a)
  • package: bump style-to-js from 1.1.2 to 1.1.3 (7cf5b99)

3.0.7 (2023-01-05)

Bug Fixes

  • attributes-to-props: don't convert value of option tag (#790) (bb4bf49)

3.0.6 (2022-12-25)

Build System

  • package: bump style-to-js from 1.1.1 to 1.1.2 (019f1bc)

3.0.5 (2022-12-25)

Bug Fixes

  • index: don't export unused domhandler class Node (7a9c207)
  • index: export domhandler classes (4fc3a73)

3.0.4 (2022-08-23)

Bug Fixes

  • package: upgrade html-dom-parser to fix client ES Module import (f6c982c), closes #662

3.0.3 (2022-08-20)

... (truncated)

Commits
  • a424089 Merge pull request #830 from remarkablemark/release-please--branches--master-...
  • 59d076f chore(master): release 3.0.9
  • 85e5a6b Merge pull request #829 from remarkablemark/fix/exports
  • 6225395 fix(index): fix exports for UMD build (CDN script)
  • 4885d1a chore(examples): update dependencies and best practices
  • a557f85 ci(github): improve workflow auto-assign.yml
  • 9294e33 Merge pull request #827 from remarkablemark/dependabot/npm_and_yarn/preact-10...
  • 09ff1bc build(deps-dev): bump preact from 10.12.0 to 10.12.1
  • 9239162 Merge pull request #825 from remarkablemark/dependabot/npm_and_yarn/prettier-...
  • b719bda build(deps-dev): bump prettier from 2.8.3 to 2.8.4
  • 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 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 [html-react-parser](https://github.com/remarkablemark/html-react-parser) from 1.4.14 to 3.0.9.
- [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...v3.0.9)

---
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 requested a review from a team as a code owner March 1, 2023 17:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2023
@codecov
Copy link

codecov bot commented Mar 1, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (91591b8) 67.60% compared to head (0de4661) 67.60%.

Additional details and impacted files
@@                        Coverage Diff                        @@
##             dep/dependency_upgrade_staging    #1125   +/-   ##
=================================================================
  Coverage                             67.60%   67.60%           
  Complexity                             1481     1481           
=================================================================
  Files                                   189      189           
  Lines                                  6538     6538           
  Branches                                444      444           
=================================================================
  Hits                                   4420     4420           
  Misses                                 1933     1933           
  Partials                                185      185           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2023

Superseded by #1139.

@dependabot dependabot bot closed this Apr 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/cerberus-dashboard/dep/dependency_upgrade_staging/html-react-parser-3.0.9 branch April 1, 2023 16:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

0 participants