-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit a4a7e83
authored
Bump redcarpet from 3.5.1 to 3.6.0 in /docs/_spec (#21231)
Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.5.1 to 3.6.0.
<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.6.0</h2>
<p>This release is not particularly heavy but brings a few improvements
and fixes.</p>
<h2>Improvements</h2>
<ul>
<li>Avoid warnings running on Ruby 3.2+ (See <a
href="https://redirect.github.com/vmg/redcarpet/issues/721">#721</a>).</li>
<li>Consider <code><center></code> as a block-level element (See
<a
href="https://redirect.github.com/vmg/redcarpet/issues/702">#702</a>).</li>
<li>Properly provide a third argument to the <code>table_cell</code>
callback indicating whether the current cell is part of the header or
not.
The previous implementation with two parameters is still supported (See
<a href="https://redirect.github.com/vmg/redcarpet/issues/604">#604</a>
and <a
href="https://redirect.github.com/vmg/redcarpet/issues/605">#605</a>).</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Match fence char and length when matching closing fence in fenced
code blocks (Fixes <a
href="https://redirect.github.com/vmg/redcarpet/issues/208">#208</a>).</li>
<li>Fix anchor generation on titles with ampersands (Fixes <a
href="https://redirect.github.com/vmg/redcarpet/issues/696">#696</a>).</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.6.0</h2>
<ul>
<li>
<p>Avoid warnings running on Ruby 3.2+.</p>
<p>Refs <a
href="https://redirect.github.com/vmg/redcarpet/issues/721">#721</a>.</p>
<p><em>Jean Boussier</em></p>
</li>
<li>
<p>Match fence char and length when matching closing fence in fenced
code blocks.</p>
<p>Fixes <a
href="https://redirect.github.com/vmg/redcarpet/issues/208">#208</a>.</p>
<p><em>Martin Cizek, Orchitech</em></p>
</li>
<li>
<p>Consider <code><center></code> as a block-level element.</p>
<p>Refs <a
href="https://redirect.github.com/vmg/redcarpet/issues/702">#702</a>.</p>
<p><em>momijizukamori</em></p>
</li>
<li>
<p>Properly provide a third argument to the <code>table_cell</code>
callback indicating
whether the current cell is part of the header or not.</p>
<p>The previous implementation with two parameters is still
supported.</p>
<p>Fixes <a
href="https://redirect.github.com/vmg/redcarpet/issues/604">#604</a>,
Refs <a
href="https://redirect.github.com/vmg/redcarpet/issues/605">#605</a>.</p>
<p><em>Mark Lambley</em></p>
</li>
<li>
<p>Fix anchor generation on titles with ampersands.</p>
<p>Fixes <a
href="https://redirect.github.com/vmg/redcarpet/issues/696">#696</a>.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vmg/redcarpet/commit/3e3f0b522fbe9283ba450334b5cec7a439dc0955"><code>3e3f0b5</code></a>
Redcarpet v3.6.0</li>
<li><a
href="https://github.com/vmg/redcarpet/commit/6bfff6e8e4e079e96674236a9f072a41165557a0"><code>6bfff6e</code></a>
Add a changelog entry for <a
href="https://redirect.github.com/vmg/redcarpet/issues/721">#721</a></li>
<li><a
href="https://github.com/vmg/redcarpet/commit/50961ad789c97e5b5606116755df15a6b0498f79"><code>50961ad</code></a>
Merge pull request <a
href="https://redirect.github.com/vmg/redcarpet/issues/721">#721</a>
from casperisfine/ruby-3.2</li>
<li><a
href="https://github.com/vmg/redcarpet/commit/24886993da577bea955747ce74f5f98600ffa7d6"><code>2488699</code></a>
Merge pull request <a
href="https://redirect.github.com/vmg/redcarpet/issues/724">#724</a>
from amatsuda/test_files</li>
<li><a
href="https://github.com/vmg/redcarpet/commit/021538f5b4765b04ecd1ea612fd653ff2de04100"><code>021538f</code></a>
Missing files in the gem package</li>
<li><a
href="https://github.com/vmg/redcarpet/commit/cec4965821b12a2fdfbd9ccf05c05496925bdef7"><code>cec4965</code></a>
Don't include test files in the gem package</li>
<li><a
href="https://github.com/vmg/redcarpet/commit/4028670a0e99b40af9b20f20e36b2a611797cf2f"><code>4028670</code></a>
Merge pull request <a
href="https://redirect.github.com/vmg/redcarpet/issues/723">#723</a>
from amatsuda/https</li>
<li><a
href="https://github.com/vmg/redcarpet/commit/28e0a00535a3c4a4b47c11b887b329e69446492f"><code>28e0a00</code></a>
GitHub is HTTPS by default</li>
<li><a
href="https://github.com/vmg/redcarpet/commit/8bc69225526055727a41b786f5eaa7c68fbb8d0b"><code>8bc6922</code></a>
Undefine uneeded T_DATA allocators</li>
<li><a
href="https://github.com/vmg/redcarpet/commit/03b664dad162eb09b81769c9bb881fd66a8ea960"><code>03b664d</code></a>
Merge pull request <a
href="https://redirect.github.com/vmg/redcarpet/issues/681">#681</a>
from orchitech/match-closing-fence-type-and-length</li>
<li>Additional commits viewable in <a
href="https://github.com/vmg/redcarpet/compare/v3.5.1...v3.6.0">compare
view</a></li>
</ul>
</details>
<br />
[](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
</details>2 files changed
+3
-3
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + |
Diff for: docs/_spec/Gemfile.lock
Copy file name to clipboardExpand all lines: docs/_spec/Gemfile.lock+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
| 52 | + | |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
|
0 commit comments