Bumps @shikijs/rehype from 1.16.1 to 1.17.6.
Release notes
Sourced from @shikijs/rehype's releases.
v1.17.6
🚀 Features
- engine-js:
🐞 Bug Fixes
View changes on GitHub
v1.17.5
🚀 Features
View changes on GitHub
v1.17.4
No significant changes
View changes on GitHub
v1.17.3
No significant changes
View changes on GitHub
v1.17.2
🚀 Features
View changes on GitHub
v1.17.1
🚀 Features
View changes on GitHub
v1.17.0
Refactor the monorepo and separate engines into each own package.
... (truncated)
Commits
599b061chore: release v1.17.6a61a4eechore: release v1.17.50fd45eachore: release v1.17.45fbe4e9chore: release v1.17.301068e6chore: release v1.17.245e24f8chore: release v1.17.17bf4b16chore: lintd42220echore: release v1.17.05641909refactor: new@shikijs/typespackage, move engines for each seperated packa...2d409cdchore: release v1.16.3- Additional commits viewable in compare view
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
|---|---|
| @shikijs/rehype | [< 1.17, > 1.16.1] |
Dependabot compatibility score
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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)
Bumps [@shikijs/rehype](https://github.com/shikijs/shiki/tree/HEAD/packages/rehype) from 1.16.1 to 1.17.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/shikijs/shiki/releases"><code>@shikijs/rehype</code>'s releases</a>.</em></p>
<blockquote>
<h2>v1.17.6</h2>
<h3> 🚀 Features</h3>
<ul>
<li><strong>engine-js</strong>:
<ul>
<li>Improve js engine by replacing hard-coded recursive reference - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/b3d493b9"><!-- raw HTML omitted -->(b3d49)<!-- raw HTML omitted --></a></li>
<li>Improve js engine handling for markdown - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/b05d838d"><!-- raw HTML omitted -->(b05d8)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Missing named exports for <code>shiki/wasm</code> and <code>@shikijs/wasm-inlined</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/3f2269e9"><!-- raw HTML omitted -->(3f226)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a href="https://github.com/shikijs/shiki/compare/v1.17.5...v1.17.6">View changes on GitHub</a></h5>
<h2>v1.17.5</h2>
<h3> 🚀 Features</h3>
<ul>
<li>Update grammars - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/b61e4e31"><!-- raw HTML omitted -->(b61e4)<!-- raw HTML omitted --></a></li>
<li><strong>engine-js</strong>:
<ul>
<li>Supports contiguous anchor simulation - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/43ecce79"><!-- raw HTML omitted -->(43ecc)<!-- raw HTML omitted --></a></li>
<li>Introduce <code>simulation</code> option - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/adf99f2f"><!-- raw HTML omitted -->(adf99)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5> <a href="https://github.com/shikijs/shiki/compare/v1.17.4...v1.17.5">View changes on GitHub</a></h5>
<h2>v1.17.4</h2>
<p><em>No significant changes</em></p>
<h5> <a href="https://github.com/shikijs/shiki/compare/v1.17.3...v1.17.4">View changes on GitHub</a></h5>
<h2>v1.17.3</h2>
<p><em>No significant changes</em></p>
<h5> <a href="https://github.com/shikijs/shiki/compare/v1.17.2...v1.17.3">View changes on GitHub</a></h5>
<h2>v1.17.2</h2>
<h3> 🚀 Features</h3>
<ul>
<li>Sub-reexport for <code>shiki</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/5debf9d1"><!-- raw HTML omitted -->(5debf)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a href="https://github.com/shikijs/shiki/compare/v1.17.1...v1.17.2">View changes on GitHub</a></h5>
<h2>v1.17.1</h2>
<h3> 🚀 Features</h3>
<ul>
<li>Upgrade <code>oniguruma-to-js</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/aaa90b25"><!-- raw HTML omitted -->(aaa90)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a href="https://github.com/shikijs/shiki/compare/v1.17.0...v1.17.1">View changes on GitHub</a></h5>
<h2>v1.17.0</h2>
<p>Refactor the monorepo and separate engines into each own package.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/shikijs/shiki/commit/599b061ec8de8d7699340bfba145999c0176720e"><code>599b061</code></a> chore: release v1.17.6</li>
<li><a href="https://github.com/shikijs/shiki/commit/a61a4eefb74723433142724b202596714b73e719"><code>a61a4ee</code></a> chore: release v1.17.5</li>
<li><a href="https://github.com/shikijs/shiki/commit/0fd45ea8c3aa5e3d22fb4028dc3bb8dca1b42b15"><code>0fd45ea</code></a> chore: release v1.17.4</li>
<li><a href="https://github.com/shikijs/shiki/commit/5fbe4e9022655201336133ded41b0dcbf108e1f1"><code>5fbe4e9</code></a> chore: release v1.17.3</li>
<li><a href="https://github.com/shikijs/shiki/commit/01068e65955285cc2d50d3e00d9d36e46cca9378"><code>01068e6</code></a> chore: release v1.17.2</li>
<li><a href="https://github.com/shikijs/shiki/commit/45e24f8f1fe51f991e3e1b141ba5cfdfa9ca8ee1"><code>45e24f8</code></a> chore: release v1.17.1</li>
<li><a href="https://github.com/shikijs/shiki/commit/7bf4b16b5362f75bf227dbaa2130643fd4c752b3"><code>7bf4b16</code></a> chore: lint</li>
<li><a href="https://github.com/shikijs/shiki/commit/d42220e303b9dacf3d4ed92f846f92ca903b63c0"><code>d42220e</code></a> chore: release v1.17.0</li>
<li><a href="https://github.com/shikijs/shiki/commit/564190912bc073766450664e345cf82121cfa0e8"><code>5641909</code></a> refactor: new <code>@shikijs/types</code> package, move engines for each seperated packa...</li>
<li><a href="https://github.com/shikijs/shiki/commit/2d409cd8e87a849ae9b2465ad64901a43bbce1e8"><code>2d409cd</code></a> chore: release v1.16.3</li>
<li>Additional commits viewable in <a href="https://github.com/shikijs/shiki/commits/v1.17.6/packages/rehype">compare view</a></li>
</ul>
</details>
<br />
<details>
<summary>Most Recent Ignore Conditions Applied to This Pull Request</summary>
| Dependency Name | Ignore Conditions |
| --- | --- |
| @shikijs/rehype | [< 1.17, > 1.16.1] |
</details>
[](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>