Skip to content

Commit 8286853

Browse files
chore(deps)(deps): bump marked from 17.0.6 to 18.0.4 in /frontend/studyhub-app (#380)
Bumps [marked](https://github.com/markedjs/marked) from 17.0.6 to 18.0.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/markedjs/marked/releases">marked's releases</a>.</em></p> <blockquote> <h2>v18.0.4</h2> <h2><a href="https://github.com/markedjs/marked/compare/v18.0.3...v18.0.4">18.0.4</a> (2026-05-19)</h2> <h3>Bug Fixes</h3> <ul> <li>cache list indentation regexes (<a href="https://redirect.github.com/markedjs/marked/issues/3969">#3969</a>) (<a href="https://github.com/markedjs/marked/commit/a37983f188d697fe98d350554dc95c49eaac6edd">a37983f</a>)</li> <li>fix cli not reading stdin (<a href="https://redirect.github.com/markedjs/marked/issues/3967">#3967</a>) (<a href="https://github.com/markedjs/marked/commit/11adb697eeee2b0fa6da3a38d5146626347592dc">11adb69</a>)</li> </ul> <h2>v18.0.3</h2> <h2><a href="https://github.com/markedjs/marked/compare/v18.0.2...v18.0.3">18.0.3</a> (2026-05-01)</h2> <h3>Bug Fixes</h3> <ul> <li>avoid task checkbox for setext heading text (<a href="https://redirect.github.com/markedjs/marked/issues/3960">#3960</a>) (<a href="https://github.com/markedjs/marked/commit/2608e810c037a4d796dc31a8a16bc78ca0178b6d">2608e81</a>)</li> </ul> <h2>v18.0.2</h2> <h2><a href="https://github.com/markedjs/marked/compare/v18.0.1...v18.0.2">18.0.2</a> (2026-04-18)</h2> <h3>Bug Fixes</h3> <ul> <li>fix infinite loop for indented code blank line (<a href="https://redirect.github.com/markedjs/marked/issues/3947">#3947</a>) (<a href="https://github.com/markedjs/marked/commit/58a52e8a49c60b375b5aab8f82a339f589e79a36">58a52e8</a>)</li> </ul> <h2>v18.0.1</h2> <h2><a href="https://github.com/markedjs/marked/compare/v18.0.0...v18.0.1">18.0.1</a> (2026-04-17)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>rules:</strong> ensure lookbehind regex is evaluated correctly by minifiers (<a href="https://redirect.github.com/markedjs/marked/issues/3945">#3945</a>) (<a href="https://github.com/markedjs/marked/commit/abd907aab53a9f33d3b50a26a1891776a999ca4e">abd907a</a>)</li> </ul> <h2>v18.0.0</h2> <h1><a href="https://github.com/markedjs/marked/compare/v17.0.6...v18.0.0">18.0.0</a> (2026-04-07)</h1> <h3>Bug Fixes</h3> <ul> <li>Bump typescript from 5.9.3 to 6.0.2 (<a href="https://redirect.github.com/markedjs/marked/issues/3934">#3934</a>) (<a href="https://github.com/markedjs/marked/commit/e8efc51d36d97dab310214bcb3a7875170fb56ff">e8efc51</a>)</li> <li>prevent GFM table tokens from greedily capturing trailing newlines (<a href="https://redirect.github.com/markedjs/marked/issues/3926">#3926</a>) (<a href="https://github.com/markedjs/marked/commit/40f266560a9d612d91242f0014ecd31917c7d0cd">40f2665</a>)</li> <li>prevent heading and def tokens from greedily capturing multiple newlines (<a href="https://redirect.github.com/markedjs/marked/issues/3925">#3925</a>) (<a href="https://github.com/markedjs/marked/commit/b379e3e57175472e53d7448147097a91df132a4d">b379e3e</a>)</li> <li>trim blank lines from block tokens (<a href="https://redirect.github.com/markedjs/marked/issues/3939">#3939</a>) (<a href="https://github.com/markedjs/marked/commit/b70895f47b818bfe49daf32c6f00fb5dcfaed299">b70895f</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>trim trailing blank lines from block tokens</li> <li>update Typescript to v6</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/markedjs/marked/commit/0a2cd54cbe91911890e4460ae4fd7b9966e05654"><code>0a2cd54</code></a> chore(release): 18.0.4 [skip ci]</li> <li><a href="https://github.com/markedjs/marked/commit/11adb697eeee2b0fa6da3a38d5146626347592dc"><code>11adb69</code></a> fix: fix cli not reading stdin (<a href="https://redirect.github.com/markedjs/marked/issues/3967">#3967</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/a37983f188d697fe98d350554dc95c49eaac6edd"><code>a37983f</code></a> fix: cache list indentation regexes (<a href="https://redirect.github.com/markedjs/marked/issues/3969">#3969</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/d38b8c27e75a0d64fa2ff233a81a8b976210f1f1"><code>d38b8c2</code></a> chore(deps-dev): bump eslint from 10.3.0 to 10.4.0 (<a href="https://redirect.github.com/markedjs/marked/issues/3976">#3976</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/7d9b17e8cd13af580fa404d114401043b5510344"><code>7d9b17e</code></a> chore(docs): fix typo in package links (<a href="https://redirect.github.com/markedjs/marked/issues/3975">#3975</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/a7affc3b8ba7fc99481b6582ab5baa860228ec86"><code>a7affc3</code></a> chore(deps-dev): bump <code>@​semantic-release/release-notes-generator</code> from 14.1.0 t...</li> <li><a href="https://github.com/markedjs/marked/commit/47d6ba1898437d913affd87180e157e47bf5c101"><code>47d6ba1</code></a> chore(deps-dev): bump <code>@​semantic-release/github</code> from 12.0.6 to 12.0.8 (<a href="https://redirect.github.com/markedjs/marked/issues/3972">#3972</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/69257e455e599e9c9ddedcaf913569279b12c20c"><code>69257e4</code></a> chore(deps-dev): bump eslint from 10.2.1 to 10.3.0 (<a href="https://redirect.github.com/markedjs/marked/issues/3966">#3966</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/1731d387f76ac98601a83504b217c2d7f5643898"><code>1731d38</code></a> refactor(test): move task list output coverage to specs (<a href="https://redirect.github.com/markedjs/marked/issues/3963">#3963</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/e8dc3956161322a396811df34eebeaee6e9042f0"><code>e8dc395</code></a> chore(release): 18.0.3 [skip ci]</li> <li>Additional commits viewable in <a href="https://github.com/markedjs/marked/compare/v17.0.6...v18.0.4">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 30980bf commit 8286853

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

frontend/studyhub-app/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/studyhub-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"idb": "^8.0.3",
6767
"katex": "^0.17.0",
6868
"lowlight": "^3.3.0",
69-
"marked": "^17.0.5",
69+
"marked": "^18.0.4",
7070
"posthog-js": "^1.376.0",
7171
"react": "^19.2.6",
7272
"react-dom": "^19.2.6",

0 commit comments

Comments
 (0)