msc-viewer.meta

Issues/PRs archive for MTRNord/msc-viewer
git clone git://archive.git.mtrnord.blog/MTRNord/msc-viewer.meta.git
Log | Files | Refs

63.json (8000B)


      1 {
      2   "number": 63,
      3   "title": "Bump marked from 11.0.1 to 13.0.0",
      4   "state": "open",
      5   "diff_file": "63.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2024-06-17T01:24:49Z",
      8   "closed_at": null,
      9   "merged_at": null,
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/marked-13.0.0",
     12   "labels": [
     13     "dependencies",
     14     "javascript"
     15   ],
     16   "assignees": [],
     17   "requested_reviewers": [],
     18   "body": "Bumps [marked](https://github.com/markedjs/marked) from 11.0.1 to 13.0.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/markedjs/marked/releases\">marked's releases</a>.</em></p>\n<blockquote>\n<h2>v13.0.0</h2>\n<h1><a href=\"https://github.com/markedjs/marked/compare/v12.0.2...v13.0.0\">13.0.0</a> (2024-06-12)</h1>\n<h3>Bug Fixes</h3>\n<ul>\n<li>Fix blockquote code continuation (<a href=\"https://redirect.github.com/markedjs/marked/issues/3264\">#3264</a>) (<a href=\"https://github.com/markedjs/marked/commit/7ab818502ed537ab8eed22dc9cf4f7602232aa53\">7ab8185</a>)</li>\n<li>Add parser as a property on the Renderer object (<a href=\"https://redirect.github.com/markedjs/marked/issues/3291\">#3291</a>)</li>\n<li>Send block text tokens to the text renderer (<a href=\"https://redirect.github.com/markedjs/marked/issues/3291\">#3291</a>)</li>\n</ul>\n<h3>Features</h3>\n<ul>\n<li>Send token objects to renderers (<a href=\"https://redirect.github.com/markedjs/marked/issues/3291\">#3291</a>) (<a href=\"https://github.com/markedjs/marked/commit/1ce59ea827272b5d067f1e06d3ee4a1d52b1d9bb\">1ce59ea</a>)</li>\n<li>Add space renderer that returns empty string by default (<a href=\"https://redirect.github.com/markedjs/marked/issues/3291\">#3291</a>)</li>\n<li>Add header and align properties to TableCell token (<a href=\"https://redirect.github.com/markedjs/marked/issues/3291\">#3291</a>)</li>\n<li>Add TableRow token (<a href=\"https://redirect.github.com/markedjs/marked/issues/3291\">#3291</a>)</li>\n<li>Add Checkbox token (<a href=\"https://redirect.github.com/markedjs/marked/issues/3291\">#3291</a>)</li>\n</ul>\n<h3>BREAKING CHANGES</h3>\n<ul>\n<li>Add space token after blockquote and hr if there are multiple newlines</li>\n<li>Send token objects to renderers and move logic to parse tokens from the parser to the renderers.\n<ul>\n<li>\n<p>Most extensions that update marked renderers should still work with this version but will break in a future major version.</p>\n</li>\n<li>\n<p>Extensions that change marked renderers will need to be updated and use new option <code>useNewRenderer</code> and accept a token object instead of multiple parameters. See updated <a href=\"https://marked.js.org/using_pro#renderer\">Renderer docs</a></p>\n<pre lang=\"js\"><code>// v12 renderer extension\n<p>const extension = {\nrenderer: {\nheading(text, level) {\n// increase level by 1\nreturn <code>&amp;lt;h${level + 1}&amp;gt;${text}&amp;lt;/h${level + 1}&amp;gt;</code>;\n}\n}\n};</p>\n<p>marked.use(extension);\n</code></pre></p>\n<pre lang=\"js\"><code>// v13 renderer extension\n\nconst extension = {\n  useNewRenderer: true,\n  renderer: {\n    heading(token) {\n      // increase depth by 1\n</code></pre>\n</li>\n</ul>\n</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/markedjs/marked/commit/f56ba321443f074a3f314453873dc079f7278606\"><code>f56ba32</code></a> chore(release): 13.0.0 [skip ci]</li>\n<li><a href=\"https://github.com/markedjs/marked/commit/a317d968fd0890b0fc344ef7a743d056c6ddbbf7\"><code>a317d96</code></a> chore(deps-dev): Bump braces from 3.0.2 to 3.0.3 (<a href=\"https://redirect.github.com/markedjs/marked/issues/3322\">#3322</a>)</li>\n<li><a href=\"https://github.com/markedjs/marked/commit/1ce59ea827272b5d067f1e06d3ee4a1d52b1d9bb\"><code>1ce59ea</code></a> feat: Send token objects to renderers (<a href=\"https://redirect.github.com/markedjs/marked/issues/3291\">#3291</a>)</li>\n<li><a href=\"https://github.com/markedjs/marked/commit/7ab818502ed537ab8eed22dc9cf4f7602232aa53\"><code>7ab8185</code></a> fix: blockquote code continuation (<a href=\"https://redirect.github.com/markedjs/marked/issues/3264\">#3264</a>)</li>\n<li><a href=\"https://github.com/markedjs/marked/commit/0e40783452ef86bae076ad99f25de6c993a7bd1f\"><code>0e40783</code></a> chore(deps-dev): Bump <code>@\u200btypescript-eslint/parser</code> from 7.10.0 to 7.12.0 (<a href=\"https://redirect.github.com/markedjs/marked/issues/3319\">#3319</a>)</li>\n<li><a href=\"https://github.com/markedjs/marked/commit/359a680710176989afd7113679161f6692d1d30d\"><code>359a680</code></a> chore(deps-dev): Bump <code>@\u200bsemantic-release/github</code> from 10.0.5 to 10.0.6 (<a href=\"https://redirect.github.com/markedjs/marked/issues/3321\">#3321</a>)</li>\n<li><a href=\"https://github.com/markedjs/marked/commit/47a492b4fe00c8d8d3e02c0af246f276a0ff83dd\"><code>47a492b</code></a> chore(deps-dev): Bump <code>@\u200btypescript-eslint/eslint-plugin</code> from 7.11.0 to 7.12.0 ...</li>\n<li><a href=\"https://github.com/markedjs/marked/commit/481ac3bb1769839dbfeade3c5084ab995d6bc5f8\"><code>481ac3b</code></a> Update Lexer section in USING_PRO.md (<a href=\"https://redirect.github.com/markedjs/marked/issues/3317\">#3317</a>)</li>\n<li><a href=\"https://github.com/markedjs/marked/commit/9056c47742de41b2357a1ff3abb5fa66f92612c9\"><code>9056c47</code></a> chore(deps-dev): Bump <code>@\u200bsemantic-release/release-notes-generator</code> from 13.0.0 t...</li>\n<li><a href=\"https://github.com/markedjs/marked/commit/975f25949fe27df33853e2fb896be5e483c0f780\"><code>975f259</code></a> chore(deps-dev): Bump semantic-release from 23.1.1 to 24.0.0 (<a href=\"https://redirect.github.com/markedjs/marked/issues/3313\">#3313</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/markedjs/marked/compare/v11.0.1...v13.0.0\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=marked&package-manager=npm_and_yarn&previous-version=11.0.1&new-version=13.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>",
     19   "comments": [],
     20   "review_comments": []
     21 }