Skip to content

Commit

Permalink
fix(deps): update dependency hast-util-to-mdast to v10.1.2 (#642)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency hast-util-to-mdast to v10.1.2

* chore: fix tests

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tobias Bocanegra <[email protected]>
  • Loading branch information
renovate[bot] and tripodsan authored Feb 7, 2025
1 parent 7fee2c0 commit 215190a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@adobe/helix-status": "10.1.5",
"@adobe/remark-gridtables": "3.0.9",
"hast-util-select": "6.0.3",
"hast-util-to-mdast": "10.1.1",
"hast-util-to-mdast": "10.1.2",
"hast-util-to-string": "3.0.1",
"mdast-util-to-markdown": "2.1.2",
"rehype-parse": "9.0.1",
Expand Down
6 changes: 3 additions & 3 deletions test/roundtrip/roundtrip-fixtures/lists-with-code.output.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
<pre><code>const foo = 'bar';
const foo = 'bar';
</code></pre>
<p><br>Text<code>const foo = 'bar';</code></p>
<p>Text<code>const foo = 'bar';</code></p>
</li>
<li>
<pre><code>const foo = 'bar';
const bar = 'foo';
</code></pre>
<p><br>Text</p>
<p>Text</p>
<pre><code>const foo = 'bar';
const bar = 'foo';
</code></pre>
Expand All @@ -50,4 +50,4 @@
</main>
<footer></footer>
</body>
</html>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<img loading="lazy" alt="" src="./media_300.png?width=750&#x26;format=png&#x26;optimize=medium">
</picture>
</p>
<p><br>Text</p>
<p>Text</p>
<p>
<picture>
<source type="image/webp" srcset="./media_300.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
Expand All @@ -72,11 +72,11 @@
<img loading="lazy" alt="" src="./media_300.png?width=750&#x26;format=png&#x26;optimize=medium">
</picture>
</p>
<p><br><code>const foo = 'bar';</code><br>Sub text</p>
<p><code>const foo = 'bar';</code><br>Sub text</p>
</li>
</ul>
</div>
</main>
<footer></footer>
</body>
</html>
</html>

0 comments on commit 215190a

Please sign in to comment.