Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

chore(deps): bump github.com/JohannesKaufmann/html-to-markdown from 1.3.7 to 1.4.0 #62

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 27, 2023

Bumps github.com/JohannesKaufmann/html-to-markdown from 1.3.7 to 1.4.0.

Release notes

Sourced from github.com/JohannesKaufmann/html-to-markdown's releases.

v1.4.0 - control the escaping

You can now configure the escaping using the EscapeMode option 🎉

opt = &md.Options{
	EscapeMode: "basic", // default
}

See the README for a detailed description of what escaping is & why it's sometimes needed.

Commits

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 [github.com/JohannesKaufmann/html-to-markdown](https://github.com/JohannesKaufmann/html-to-markdown) from 1.3.7 to 1.4.0.
- [Release notes](https://github.com/JohannesKaufmann/html-to-markdown/releases)
- [Commits](JohannesKaufmann/html-to-markdown@v1.3.7...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/JohannesKaufmann/html-to-markdown
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 27, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #62 (1c94d12) into main (9dc60ef) will increase coverage by 0.78%.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main      #62      +/-   ##
==========================================
+ Coverage   90.15%   90.94%   +0.78%     
==========================================
  Files           4        4              
  Lines         254      254              
==========================================
+ Hits          229      231       +2     
+ Misses         19       16       -3     
- Partials        6        7       +1     

see 1 file with indirect coverage changes

@piraces piraces merged commit ce51e3e into main Apr 27, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/JohannesKaufmann/html-to-markdown-1.4.0 branch April 27, 2023 18:42
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants