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+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

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 20.56%. Comparing base (c31f8d4) to head (b735a10).

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff            @@
##           staging      #72   +/-   ##
========================================
  Coverage    20.56%   20.56%           
========================================
  Files          247      247           
  Lines        58404    58404           
========================================
  Hits         12011    12011           
  Misses       43863    43863           
  Partials      2530     2530           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@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 from 193e4b3 to 7bb35ec Compare August 20, 2024 12:37
@SatisfactoryModdingBot SatisfactoryModdingBot force-pushed the renovate/github.com-russross-blackfriday-2.x branch from 7bb35ec to b735a10 Compare August 27, 2024 12:37
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