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

fix(deps): update module github.com/russross/blackfriday to v2 #72

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

SatisfactoryModdingBot
Copy link
Contributor

@SatisfactoryModdingBot SatisfactoryModdingBot commented Jun 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/russross/blackfriday v1.6.0 -> v2.1.0 age adoption passing confidence

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:

  • Committed to github.com/russross/blackfriday/v2 as the canonical import path for blackfriday v2. (Issue #​587)
  • Reduced the amount of dependencies. (PRs #​509 and #​515)
  • Added a SanitizedAnchorName function. (PR #​509)
  • Added Node.IsContainer and Node.IsLeaf methods. (PR #​540)
  • Fixed parsing of links that end with a double backslashes. (Issue #​510)
  • Fixed an issue where fence length wasn't computed. (PR #​505)
  • Improved the default value for the HTMLRendererParameters.FootnoteReturnLinkContents field. (PR #​547)

v2.0.1

Compare Source

A minor release, mainly aimed at releasing a version with go.mod.

  • Added go.mod
  • Enhanced support for info strings in fenced code blocks (issue #​410)
  • README updates
  • Added a reference to confluence wiki renderer
  • Fixed HTML entity regex
  • Fixed HTML5 by removing rel="footnote" which is invalid
  • Added NoopenerLinks option that adds rel="noopener" attribute
  • Added heading offset option to HTML renderer
  • Fixed consecutive lists of different kinds
  • Fixed block parsing for fenced code blocks in lists (issue #​239)

Huge 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:

  • 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.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@SatisfactoryModdingBot SatisfactoryModdingBot force-pushed the renovate/github.com-russross-blackfriday-2.x branch 3 times, most recently from 29b1125 to afaa338 Compare June 24, 2024 12:34
Copy link

codecov bot commented Jun 24, 2024

❌ We are unable to process any of the uploaded JUnit XML files. Please ensure your files are in the right format.

@SatisfactoryModdingBot SatisfactoryModdingBot force-pushed the renovate/github.com-russross-blackfriday-2.x branch from afaa338 to eb2cabb Compare June 30, 2024 12:33
@SatisfactoryModdingBot SatisfactoryModdingBot force-pushed the renovate/github.com-russross-blackfriday-2.x branch 4 times, most recently from 54f89d1 to 193e4b3 Compare August 14, 2024 12:37
@SatisfactoryModdingBot SatisfactoryModdingBot force-pushed the renovate/github.com-russross-blackfriday-2.x branch 2 times, most recently from 7bb35ec to b735a10 Compare August 27, 2024 12:37
@SatisfactoryModdingBot SatisfactoryModdingBot force-pushed the renovate/github.com-russross-blackfriday-2.x branch 5 times, most recently from 867bcc2 to 975a5d9 Compare October 8, 2024 12:39
@SatisfactoryModdingBot SatisfactoryModdingBot force-pushed the renovate/github.com-russross-blackfriday-2.x branch 2 times, most recently from cc5e1ac to 029c251 Compare October 13, 2024 12:37
@SatisfactoryModdingBot SatisfactoryModdingBot force-pushed the renovate/github.com-russross-blackfriday-2.x branch from 029c251 to a80d2f6 Compare October 19, 2024 12:37
@SatisfactoryModdingBot SatisfactoryModdingBot force-pushed the renovate/github.com-russross-blackfriday-2.x branch from a80d2f6 to 022c2df Compare November 12, 2024 12:41
@SatisfactoryModdingBot
Copy link
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: install-tool golang 1.23.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants