fix(deps): update module github.com/russross/blackfriday to v2 #72
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.6.0
->v2.1.0
Release Notes
russross/blackfriday (github.com/russross/blackfriday)
v2.1.0
Compare Source
A minor release, mainly aimed at resolving ambiguity about the import path for blackfriday v2 and delivering minor fixes since last release:
github.com/russross/blackfriday/v2
as the canonical import path for blackfriday v2. (Issue #587)SanitizedAnchorName
function. (PR #509)Node.IsContainer
andNode.IsLeaf
methods. (PR #540)HTMLRendererParameters.FootnoteReturnLinkContents
field. (PR #547)v2.0.1
Compare Source
A minor release, mainly aimed at releasing a version with go.mod.
rel="footnote"
which is invalidrel="noopener"
attributeHuge thanks to the contributors!
Bjørn Erik Pedersen (@bep)
Cameron Moore (@moorereason)
Dmitri Shuralyov (@dmitshur)
Emil Melnikov (@emilmelnikov)
Iain Haslam (@understated)
Kentaro Matsushita (@kentaro-m)
Liming Jin (@jinliming2)
Michael (@michael-k)
Mitchell Cohen (@mitchchn)
Nathan Glenn (@garfieldnate)
Nick Galbreath (@client9)
Rebecca Turner (@9999years)
Vas Sudanagunta (@vassudanagunta)
v2.0.0
Compare Source
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:
Run
to get what they want:v2.0.0+incompatible
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.