Bump marked and @types/marked #144

Open
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/marked-and-types/marked-5.0.5 into main
dependabot[bot] commented 2023-06-07 21:40:23 +00:00 (Migrated from github.com)

Bumps marked and @types/marked. These dependencies needed to be updated together.
Updates marked from 4.3.0 to 5.0.5

Release notes

Sourced from marked's releases.

v5.0.5

5.0.5 (2023-06-07)

Bug Fixes

v5.0.4

5.0.4 (2023-05-30)

Bug Fixes

v5.0.3

5.0.3 (2023-05-26)

Bug Fixes

v5.0.2

5.0.2 (2023-05-11)

Bug Fixes

  • Clarify deprecation messages for default parameters (#2802) (763e9de)

v5.0.1

5.0.1 (2023-05-06)

Bug Fixes

  • only warn if langPrefix is changed (#2796) (d193694) The deprecated options warnings can be turned off by default by using:

    marked.use({
      mangle: false,
      headerIds: false,
    });
    

    For the cli you can use:

... (truncated)

Commits
  • d08031b chore(release): 5.0.5 [skip ci]
  • 9841b44 🗜️ build v5.0.5 [skip ci]
  • d559fe1 chore: add recheck script (#2839)
  • f879a23 fix: Fix more Escape conflicts (#2838)
  • 7d111d8 chore(deps-dev): Bump eslint-config-standard from 17.0.0 to 17.1.0 (#2837)
  • 3cbe443 chore(deps-dev): Bump semantic-release from 21.0.2 to 21.0.3 (#2833)
  • 65a355c chore(deps-dev): Bump @​semantic-release/github from 8.1.0 to 9.0.2 (#2834)
  • 2fbd5ba chore(deps-dev): Bump @​semantic-release/commit-analyzer from 9.0.2 to 10.0.0 ...
  • 3d0a6dc chore(deps-dev): Bump eslint from 8.41.0 to 8.42.0 (#2836)
  • 5adcd53 chore(release): 5.0.4 [skip ci]
  • Additional commits viewable in compare view

Updates @types/marked from 4.3.0 to 5.0.0

Commits

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 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)
Bumps [marked](https://github.com/markedjs/marked) and [@types/marked](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/marked). These dependencies needed to be updated together. Updates `marked` from 4.3.0 to 5.0.5 <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>v5.0.5</h2> <h2><a href="https://github.com/markedjs/marked/compare/v5.0.4...v5.0.5">5.0.5</a> (2023-06-07)</h2> <h3>Bug Fixes</h3> <ul> <li>Fix more Escape conflicts (<a href="https://redirect.github.com/markedjs/marked/issues/2838">#2838</a>) (<a href="https://github.com/markedjs/marked/commit/f879a23e1bd834641a475067277401e7780432df">f879a23</a>)</li> </ul> <h2>v5.0.4</h2> <h2><a href="https://github.com/markedjs/marked/compare/v5.0.3...v5.0.4">5.0.4</a> (2023-05-30)</h2> <h3>Bug Fixes</h3> <ul> <li>Add Unicode punctuations (<a href="https://redirect.github.com/markedjs/marked/issues/2811">#2811</a>) (<a href="https://github.com/markedjs/marked/commit/b213f02e43c726f6255c7296e744a3edefb4da87">b213f02</a>)</li> <li>fix hr after list (<a href="https://redirect.github.com/markedjs/marked/issues/2809">#2809</a>) (<a href="https://github.com/markedjs/marked/commit/efc40dfb05b4b75fd8cab93926aa7aac08738380">efc40df</a>)</li> <li>Replace custom <code>repeatString</code> function with <code>repeat()</code> (<a href="https://redirect.github.com/markedjs/marked/issues/2820">#2820</a>) (<a href="https://github.com/markedjs/marked/commit/72ee2d620a8071aa60511ee89a2efd404d8cf376">72ee2d6</a>)</li> </ul> <h2>v5.0.3</h2> <h2><a href="https://github.com/markedjs/marked/compare/v5.0.2...v5.0.3">5.0.3</a> (2023-05-26)</h2> <h3>Bug Fixes</h3> <ul> <li>fix quadratic execution in em mask (<a href="https://redirect.github.com/markedjs/marked/issues/2818">#2818</a>) (<a href="https://github.com/markedjs/marked/commit/a37fe8e82b553cf9700d54d729d348f0e586d650">a37fe8e</a>)</li> </ul> <h2>v5.0.2</h2> <h2><a href="https://github.com/markedjs/marked/compare/v5.0.1...v5.0.2">5.0.2</a> (2023-05-11)</h2> <h3>Bug Fixes</h3> <ul> <li>Clarify deprecation messages for default parameters (<a href="https://redirect.github.com/markedjs/marked/issues/2802">#2802</a>) (<a href="https://github.com/markedjs/marked/commit/763e9de4967c25bb1c0a1daae11ec8fd399a3072">763e9de</a>)</li> </ul> <h2>v5.0.1</h2> <h2><a href="https://github.com/markedjs/marked/compare/v5.0.0...v5.0.1">5.0.1</a> (2023-05-06)</h2> <h3>Bug Fixes</h3> <ul> <li> <p>only warn if langPrefix is changed (<a href="https://redirect.github.com/markedjs/marked/issues/2796">#2796</a>) (<a href="https://github.com/markedjs/marked/commit/d193694b9e421a137a19fa0112809cc353c4c40c">d193694</a>) The deprecated options warnings can be turned off by default by using:</p> <pre lang="js"><code>marked.use({ mangle: false, headerIds: false, }); </code></pre> <p>For the cli you can use:</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/markedjs/marked/commit/d08031bfb8e27eb01175d6ecd69fff167b67d081"><code>d08031b</code></a> chore(release): 5.0.5 [skip ci]</li> <li><a href="https://github.com/markedjs/marked/commit/9841b44c7766b549080ad379e603d4d7574df106"><code>9841b44</code></a> 🗜️ build v5.0.5 [skip ci]</li> <li><a href="https://github.com/markedjs/marked/commit/d559fe16ea81a9f64d3596ae0f2e2165d9b48df9"><code>d559fe1</code></a> chore: add recheck script (<a href="https://redirect.github.com/markedjs/marked/issues/2839">#2839</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/f879a23e1bd834641a475067277401e7780432df"><code>f879a23</code></a> fix: Fix more Escape conflicts (<a href="https://redirect.github.com/markedjs/marked/issues/2838">#2838</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/7d111d8fba4ca9e13d5c29f0e4d2cedb24e67423"><code>7d111d8</code></a> chore(deps-dev): Bump eslint-config-standard from 17.0.0 to 17.1.0 (<a href="https://redirect.github.com/markedjs/marked/issues/2837">#2837</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/3cbe4439e1b48758740e1b3b02c220e1e5db0c88"><code>3cbe443</code></a> chore(deps-dev): Bump semantic-release from 21.0.2 to 21.0.3 (<a href="https://redirect.github.com/markedjs/marked/issues/2833">#2833</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/65a355c65f633301360cc48b441f7c8b30b359b8"><code>65a355c</code></a> chore(deps-dev): Bump <code>@​semantic-release/github</code> from 8.1.0 to 9.0.2 (<a href="https://redirect.github.com/markedjs/marked/issues/2834">#2834</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/2fbd5ba8eaaa29ec9f8ce6b928e9bb6bebdaf02d"><code>2fbd5ba</code></a> chore(deps-dev): Bump <code>@​semantic-release/commit-analyzer</code> from 9.0.2 to 10.0.0 ...</li> <li><a href="https://github.com/markedjs/marked/commit/3d0a6dce169aabb24a7b87f5bf2c34e12b6ab4ac"><code>3d0a6dc</code></a> chore(deps-dev): Bump eslint from 8.41.0 to 8.42.0 (<a href="https://redirect.github.com/markedjs/marked/issues/2836">#2836</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/5adcd5321eebd401819b16b621988ae686982f6d"><code>5adcd53</code></a> chore(release): 5.0.4 [skip ci]</li> <li>Additional commits viewable in <a href="https://github.com/markedjs/marked/compare/v4.3.0...v5.0.5">compare view</a></li> </ul> </details> <br /> Updates `@types/marked` from 4.3.0 to 5.0.0 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/marked">compare view</a></li> </ul> </details> <br /> 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) </details>
This pull request has changes conflicting with the target branch.
  • package-lock.json
  • package.json
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b dependabot/npm_and_yarn/marked-and-types/marked-5.0.5 main
git pull origin dependabot/npm_and_yarn/marked-and-types/marked-5.0.5

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff dependabot/npm_and_yarn/marked-and-types/marked-5.0.5
git push origin main
Sign in to join this conversation.
No description provided.