You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by GitBox <gi...@apache.org> on 2022/04/05 04:28:38 UTC

[GitHub] [storm-site] dependabot[bot] opened a new pull request, #23: Bump redcarpet from 3.4.0 to 3.5.1

dependabot[bot] opened a new pull request, #23:
URL: https://github.com/apache/storm-site/pull/23

   Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.4.0 to 3.5.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/vmg/redcarpet/releases">redcarpet's releases</a>.</em></p>
   <blockquote>
   <h2>Redcarpet v3.5.1</h2>
   <p>Fix a security vulnerability using <code>:quote</code> in combination with the <code>:escape_html</code> option.</p>
   <p>Reported by <em>Johan Smits</em>.</p>
   <h2>v3.5.0</h2>
   <p>This release mostly ships with bug fixes and tiny improvements.</p>
   <h2>Improvements</h2>
   <ul>
   <li>
   <p>Avoid mutating the options hash passed to a render object (See <a href="https://github-redirect.dependabot.com/vmg/redcarpet/issues/663">#663</a>).</p>
   </li>
   <li>
   <p>Automatically enable the <code>fenced_code_blocks</code> option passing a <code>HTML_TOC</code> object to the <code>Markdown</code> object's constructor since some languages rely on the sharp to comment code (See <a href="https://github-redirect.dependabot.com/vmg/redcarpet/issues/451">#451</a>).</p>
   </li>
   <li>
   <p>Remove the <code>rel</code> and <code>rev</code> attributes from the output generated for footnotes as they don't pass the HTML 5 validation (See <a href="https://github-redirect.dependabot.com/vmg/redcarpet/issues/536">#536</a>).</p>
   </li>
   <li>
   <p>Allow passing <code>Range</code> objects to the <code>nesting_level</code> option to have a higher level of customization for table of contents (See <a href="https://github-redirect.dependabot.com/vmg/redcarpet/issues/519">#519</a>):</p>
   <pre lang="ruby"><code>Redcarpet::Render::HTML_TOC.new(nesting_level: 2..5)
   </code></pre>
   </li>
   </ul>
   <h2>Bug fixes</h2>
   <ul>
   <li>
   <p>Fix a segfault rendering quotes using <code>StripDown</code> and the <code>:quote</code> option.</p>
   </li>
   <li>
   <p>Fix SmartyPants single quotes right after a link. For example:</p>
   <pre lang="markdown"><code>[John](http://john.doe)'s cat
   </code></pre>
   <p>Will now properly converts <code>'</code> to a right single quote (i.e. <code>’</code>).</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md">redcarpet's changelog</a>.</em></p>
   <blockquote>
   <h2>Version 3.5.1 (Security)</h2>
   <ul>
   <li>
   <p>Fix a security vulnerability using <code>:quote</code> in combination with the
   <code>:escape_html</code> option.</p>
   <p>Reported by <em>Johan Smits</em>.</p>
   </li>
   </ul>
   <h2>Version 3.5.0</h2>
   <ul>
   <li>
   <p>Avoid mutating the options hash passed to a render object.</p>
   <p>Refs <a href="https://github-redirect.dependabot.com/vmg/redcarpet/issues/663">#663</a>.</p>
   <p><em>Max Schwenk</em></p>
   </li>
   <li>
   <p>Fix a segfault rendering quotes using <code>StripDown</code> and the <code>:quote</code>
   option.</p>
   <p>Fixes <a href="https://github-redirect.dependabot.com/vmg/redcarpet/issues/639">#639</a>.</p>
   </li>
   <li>
   <p>Fix <code>warning: instance variable @options not initialized</code> when
   running under verbose mode (<code>-w</code>, <code>$VERBOSE = true</code>).</p>
   </li>
   <li>
   <p>Fix SmartyPants single quotes right after a link. For example:</p>
   <pre lang="markdown"><code>[John](http://john.doe)'s cat
   </code></pre>
   <p>Will now properly converts <code>'</code> to a right single quote (i.e. <code>’</code>).</p>
   <p>Fixes <a href="https://github-redirect.dependabot.com/vmg/redcarpet/issues/624">#624</a>.</p>
   </li>
   <li>
   <p>Remove the <code>rel</code> and <code>rev</code> attributes from the output generated
   for footnotes as they don't pass the HTML 5 validation.</p>
   <p>Fixes <a href="https://github-redirect.dependabot.com/vmg/redcarpet/issues/536">#536</a>.</p>
   </li>
   <li>
   <p>Automatically enable the <code>fenced_code_blocks</code> option passing a
   <code>HTML_TOC</code> object to the <code>Markdown</code> object's constructor since
   some languages rely on the sharp to comment code.</p>
   <p>Fixes <a href="https://github-redirect.dependabot.com/vmg/redcarpet/issues/451">#451</a>.</p>
   </li>
   <li>
   <p>Allow passing <code>Range</code> objects to the <code>nesting_level</code> option to have
   a higher level of customization for table of contents:</p>
   <pre lang="ruby"><code>Redcarpet::Render::HTML_TOC.new(nesting_level: 2..5)
   </code></pre>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/vmg/redcarpet/commit/a699c82292b17c8e6a62e1914d5eccc252272793"><code>a699c82</code></a> Fix a security issue using <code>:quote</code> with <code>:escape_html</code></li>
   <li><a href="https://github.com/vmg/redcarpet/commit/6270d6b4ab6b46ee6bb57a6c0e4b2377c01780ae"><code>6270d6b</code></a> Redcarpet v3.5.0</li>
   <li><a href="https://github.com/vmg/redcarpet/commit/94f6e27bdf2395efa555a7c772a3d8b70fb84346"><code>94f6e27</code></a> Tiny follow-up to <a href="https://github-redirect.dependabot.com/vmg/redcarpet/issues/663">#663</a></li>
   <li><a href="https://github.com/vmg/redcarpet/commit/3100f6594b923decb88e12a30863960cabadebc5"><code>3100f65</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/vmg/redcarpet/issues/663">#663</a> from maschwenk/dont-mutate-options</li>
   <li><a href="https://github.com/vmg/redcarpet/commit/fc52d9c5950fd89bcb63f644b436c6d38a62cc09"><code>fc52d9c</code></a> Add regression test</li>
   <li><a href="https://github.com/vmg/redcarpet/commit/03e7997fd0f231334c8fb8ce0af1ef6f4161351a"><code>03e7997</code></a> Don't mutated passed options</li>
   <li><a href="https://github.com/vmg/redcarpet/commit/92a7b3ae2241b862e9bf45e0af3cf53ebdfb0afb"><code>92a7b3a</code></a> Fix a segfault with StripDown and the <code>:quote</code> option</li>
   <li><a href="https://github.com/vmg/redcarpet/commit/735216280b529f0b7f268b33c59c9ccffc67a414"><code>7352162</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/vmg/redcarpet/issues/649">#649</a> from rbalint/master</li>
   <li><a href="https://github.com/vmg/redcarpet/commit/e23383e4b27abf348ff223436ca98b4a5e0b2320"><code>e23383e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/vmg/redcarpet/issues/650">#650</a> from kolen/fix-warning-options-not-initialized</li>
   <li><a href="https://github.com/vmg/redcarpet/commit/6b866560b25493049a52040932530de3a00cbac3"><code>6b86656</code></a> Fix &quot;instance variable <a href="https://github.com/options"><code>@​options</code></a> not initialized&quot; warning</li>
   <li>Additional commits viewable in <a href="https://github.com/vmg/redcarpet/compare/v3.4.0...v3.5.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=redcarpet&package-manager=bundler&previous-version=3.4.0&new-version=3.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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 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 use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will 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](https://github.com/apache/storm-site/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@storm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [storm-site] bipinprasad merged pull request #23: Bump redcarpet from 3.4.0 to 3.5.1

Posted by GitBox <gi...@apache.org>.
bipinprasad merged PR #23:
URL: https://github.com/apache/storm-site/pull/23


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@storm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org