goku_lite
goku_lite copied to clipboard
Bump redcarpet from 3.4.0 to 3.5.1 in /pkg/mod/github.com/hashicorp/[email protected]/website
Bumps redcarpet from 3.4.0 to 3.5.1.
Release notes
Sourced from redcarpet's releases.
Redcarpet v3.5.1
Fix a security vulnerability using
:quotein combination with the:escape_htmloption.Reported by Johan Smits.
v3.5.0
This release mostly ships with bug fixes and tiny improvements.
Improvements
Avoid mutating the options hash passed to a render object (See #663).
Automatically enable the
fenced_code_blocksoption passing aHTML_TOCobject to theMarkdownobject's constructor since some languages rely on the sharp to comment code (See #451).Remove the
relandrevattributes from the output generated for footnotes as they don't pass the HTML 5 validation (See #536).Allow passing
Rangeobjects to thenesting_leveloption to have a higher level of customization for table of contents (See #519):Redcarpet::Render::HTML_TOC.new(nesting_level: 2..5)Bug fixes
Fix a segfault rendering quotes using
StripDownand the:quoteoption.Fix SmartyPants single quotes right after a link. For example:
[John](http://john.doe)'s catWill now properly converts
'to a right single quote (i.e.’).
Changelog
Sourced from redcarpet's changelog.
Version 3.5.1 (Security)
Fix a security vulnerability using
:quotein combination with the:escape_htmloption.Reported by Johan Smits.
Version 3.5.0
Avoid mutating the options hash passed to a render object.
Refs #663.
Max Schwenk
Fix a segfault rendering quotes using
StripDownand the:quoteoption.Fixes #639.
Fix
warning: instance variable @options not initializedwhen running under verbose mode (-w,$VERBOSE = true).Fix SmartyPants single quotes right after a link. For example:
[John](http://john.doe)'s catWill now properly converts
'to a right single quote (i.e.’).Fixes #624.
Remove the
relandrevattributes from the output generated for footnotes as they don't pass the HTML 5 validation.Fixes #536.
Automatically enable the
fenced_code_blocksoption passing aHTML_TOCobject to theMarkdownobject's constructor since some languages rely on the sharp to comment code.Fixes #451.
Allow passing
Rangeobjects to thenesting_leveloption to have a higher level of customization for table of contents:Redcarpet::Render::HTML_TOC.new(nesting_level: 2..5)
... (truncated)
Commits
a699c82Fix a security issue using:quotewith:escape_html6270d6bRedcarpet v3.5.094f6e27Tiny follow-up to #6633100f65Merge pull request #663 from maschwenk/dont-mutate-optionsfc52d9cAdd regression test03e7997Don't mutated passed options92a7b3aFix a segfault with StripDown and the:quoteoption7352162Merge pull request #649 from rbalint/mastere23383eMerge pull request #650 from kolen/fix-warning-options-not-initialized6b86656Fix "instance variable @options not initialized" warning- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.