Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2025

Bumps github.com/russross/blackfriday from 1.6.0 to 2.0.0+incompatible.

Release notes

Sourced from github.com/russross/blackfriday's releases.

v2.0.0

Version 2 of Blackfriday is a major overhaul of the API. Feature-wise nothing has changed, but the entire set of types, functions and constants has changed. This was done to make the API have more idiomatic Go look-and-feel, and fix a few bugs inherent in the legacy C-like interface. As a bonus, Blackfriday has become more flexible for extension.

Highlights:

  • The most common entry point has been simplified. The vast majority of users can now call Run to get what they want:
    outputBytes := blackfriday.Run(inputBytes)
  • Writing your own renderer has become much easier.
  • It's become very easy to write an extension to an existing renderer, customizing one aspect or another, and leaning back to the default behavior.
  • You can now parse the Markdown document and obtain the syntax tree. You can manipulate the tree before rendering, or you can use it for data extraction from the Markdown documents.
  • To get all of the above working, documentation has been improved.
Commits
  • cadec56 Merge pull request #384 from bep/v2
  • 3a1d515 Add Smartypants support for French Guillemets
  • 4582051 Unexport a bunch of constants private to HTML renderer (#381)
  • e0df702 Merge pull request #382 from russross/v2-final-docs-fixes
  • 19913a1 Address feedback
  • d548761 Several small documentation fixes
  • f42ca5b Merge pull request #377 from russross/v2-catch-up-readme
  • f86f06b Merge pull request #376 from russross/v2-improve-renderer-368
  • 427717f Use io.WriteString instead of w.Write([]byte(str))
  • 257ccba Catch up README with the latest changes in code
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 7, 2025
Copy link
Member

@chlins chlins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@tarilabs
Copy link
Member

@dependabot rebase

Bumps [github.com/russross/blackfriday](https://github.com/russross/blackfriday) from 1.6.0 to 2.0.0+incompatible.
- [Release notes](https://github.com/russross/blackfriday/releases)
- [Commits](russross/blackfriday@v1.6.0...v2.0.0)

---
updated-dependencies:
- dependency-name: github.com/russross/blackfriday
  dependency-version: 2.0.0+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/russross/blackfriday-2.0.0incompatible branch from 8a6f271 to 3c84169 Compare July 17, 2025 12:20
@gaius-qi
Copy link
Member

This is an incompatible version upgrade, temporarily closed.

@gaius-qi gaius-qi closed this Jul 28, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 28, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/russross/blackfriday-2.0.0incompatible branch July 28, 2025 13:36
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants