cetirizine.meta

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

150.json (12788B)


      1 {
      2   "number": 150,
      3   "title": "Bump highlight.js from 11.8.0 to 11.9.0",
      4   "state": "open",
      5   "diff_file": "150.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2023-10-20T09:19:47Z",
      8   "closed_at": null,
      9   "merged_at": null,
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/highlight.js-11.9.0",
     12   "labels": [
     13     "dependencies",
     14     "javascript"
     15   ],
     16   "assignees": [],
     17   "requested_reviewers": [],
     18   "body": "Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.8.0 to 11.9.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/highlightjs/highlight.js/releases\">highlight.js's releases</a>.</em></p>\n<blockquote>\n<h2>11.9.0 - Fall is in the air!</h2>\n<h2>Version 11.9.0</h2>\n<p>CAVEATS / POTENTIALLY BREAKING CHANGES</p>\n<ul>\n<li>Drops support for Node 14.x, which is no longer supported by Node.js.</li>\n<li>In the <code>node</code> build <code>styles/*.css</code> files now ship un-minified\nwith minified counterparts as: <code>styles/*.min.css</code> [mvorisek][]\n(this makes things consistent with our <code>cdn</code> builds)</li>\n</ul>\n<p>Parser:</p>\n<ul>\n<li>(enh) prevent re-highlighting of an element [joshgoebel][]</li>\n<li>(chore) Remove discontinued badges from README [Bradley Mackey][]</li>\n<li>(chore) Fix build size report [Bradley Mackey][]</li>\n</ul>\n<p>New Grammars:</p>\n<ul>\n<li>added 3rd party Iptables grammar to SUPPORTED_LANGUAGES [Checconio][]</li>\n<li>added 3rd party x86asmatt grammar to SUPPORTED_LANGUAGES [gondow][]</li>\n<li>added 3rd party riscv64 grammar to SUPPORTED_LANGUAGES [aana-h2][]</li>\n<li>added 3rd party Ballerina grammar to SUPPORTED_LANGUAGES [Yasith Deelaka][]</li>\n</ul>\n<p>Core Grammars:</p>\n<ul>\n<li>fix(rust) added negative-lookahead for callable keywords <code>if</code> <code>while</code> <code>for</code> [Omar Hussein][]</li>\n<li>enh(armasm) added <code>x0-x30</code> and <code>w0-w30</code> ARMv8 registers [Nicholas Thompson][]</li>\n<li>enh(haxe) added <code>final</code>, <code>is</code>, <code>macro</code> keywords and <code>$</code> identifiers [Robert Borghese][]</li>\n<li>enh(haxe) support numeric separators and suffixes [Robert Borghese][]</li>\n<li>fix(haxe) fixed metadata arguments and support non-colon syntax [Robert Borghese][]</li>\n<li>fix(haxe) differentiate <code>abstract</code> declaration from keyword [Robert Borghese][]</li>\n<li>fix(bash) do not delimit a string by an escaped apostrophe [hancar][]</li>\n<li>enh(swift) support <code>macro</code> keyword [Bradley Mackey][]</li>\n<li>enh(swift) support parameter pack keywords [Bradley Mackey][]</li>\n<li>enh(swift) regex literal support [Bradley Mackey][]</li>\n<li>enh(swift) <code>@unchecked</code> and <code>@Sendable</code> support [Bradley Mackey][]</li>\n<li>enh(scala) add using directives support <code>//&gt; using foo bar</code> [Jamie Thompson][]</li>\n<li>fix(scala) fixed comments in constructor arguments not being properly highlighted [Isaac Nonato][]</li>\n<li>enh(swift) ownership modifiers support [Bradley Mackey][]</li>\n<li>enh(nsis) Add <code>!assert</code> compiler flag [idleberg][]</li>\n<li>fix(haskell) do not treat double dashes inside infix operators as comments [Zlondrej][]</li>\n<li>enh(rust) added <code>eprintln!</code> macro [qoheniac][]</li>\n<li>enh(leaf) update syntax to 4.0 [Samuel Bishop][]</li>\n<li>fix(reasonml) simplify syntax and align it with ocaml [jchavarri][]</li>\n<li>fix(swift) <code>warn_unqualified_access</code> is an attribute [Bradley Mackey][]</li>\n<li>enh(swift) macro attributes are highlighted as keywords [Bradley Mackey][]</li>\n<li>enh(stan) updated for version 2.33 (<a href=\"https://redirect.github.com/highlightjs/highlight.js/issues/3859\">#3859</a>) [Brian Ward][]</li>\n<li>fix(css) added '_'  css variable detection [Md Saad Akhtar][]</li>\n<li>enh(groovy) add <code>record</code> and <code>var</code> as keywords [Guillaume Laforge][]</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md\">highlight.js's changelog</a>.</em></p>\n<blockquote>\n<h2>Version 11.9.0</h2>\n<p>CAVEATS / POTENTIALLY BREAKING CHANGES</p>\n<ul>\n<li>Drops support for Node 14.x, which is no longer supported by Node.js.</li>\n<li>In the <code>node</code> build <code>styles/*.css</code> files now ship un-minified\nwith minified counterparts as: <code>styles/*.min.css</code> [mvorisek][]\n(this makes things consistent with our <code>cdn</code> builds)</li>\n</ul>\n<p>Parser:</p>\n<ul>\n<li>(enh) prevent re-highlighting of an element [joshgoebel][]</li>\n<li>(chore) Remove discontinued badges from README [Bradley Mackey][]</li>\n<li>(chore) Fix build size report [Bradley Mackey][]</li>\n</ul>\n<p>New Grammars:</p>\n<ul>\n<li>added 3rd party Iptables grammar to SUPPORTED_LANGUAGES [Checconio][]</li>\n<li>added 3rd party x86asmatt grammar to SUPPORTED_LANGUAGES [gondow][]</li>\n<li>added 3rd party riscv64 grammar to SUPPORTED_LANGUAGES [aana-h2][]</li>\n<li>added 3rd party Ballerina grammar to SUPPORTED_LANGUAGES [Yasith Deelaka][]</li>\n</ul>\n<p>Core Grammars:</p>\n<ul>\n<li>fix(rust) added negative-lookahead for callable keywords <code>if</code> <code>while</code> <code>for</code> [Omar Hussein][]</li>\n<li>enh(armasm) added <code>x0-x30</code> and <code>w0-w30</code> ARMv8 registers [Nicholas Thompson][]</li>\n<li>enh(haxe) added <code>final</code>, <code>is</code>, <code>macro</code> keywords and <code>$</code> identifiers [Robert Borghese][]</li>\n<li>enh(haxe) support numeric separators and suffixes [Robert Borghese][]</li>\n<li>fix(haxe) fixed metadata arguments and support non-colon syntax [Robert Borghese][]</li>\n<li>fix(haxe) differentiate <code>abstract</code> declaration from keyword [Robert Borghese][]</li>\n<li>fix(bash) do not delimit a string by an escaped apostrophe [hancar][]</li>\n<li>enh(swift) support <code>macro</code> keyword [Bradley Mackey][]</li>\n<li>enh(swift) support parameter pack keywords [Bradley Mackey][]</li>\n<li>enh(swift) regex literal support [Bradley Mackey][]</li>\n<li>enh(swift) <code>@unchecked</code> and <code>@Sendable</code> support [Bradley Mackey][]</li>\n<li>enh(scala) add using directives support <code>//&gt; using foo bar</code> [Jamie Thompson][]</li>\n<li>fix(scala) fixed comments in constructor arguments not being properly highlighted [Isaac Nonato][]</li>\n<li>enh(swift) ownership modifiers support [Bradley Mackey][]</li>\n<li>enh(nsis) Add <code>!assert</code> compiler flag [idleberg][]</li>\n<li>fix(haskell) do not treat double dashes inside infix operators as comments [Zlondrej][]</li>\n<li>enh(rust) added <code>eprintln!</code> macro [qoheniac][]</li>\n<li>enh(leaf) update syntax to 4.0 [Samuel Bishop][]</li>\n<li>fix(reasonml) simplify syntax and align it with ocaml [jchavarri][]</li>\n<li>fix(swift) <code>warn_unqualified_access</code> is an attribute [Bradley Mackey][]</li>\n<li>enh(swift) macro attributes are highlighted as keywords [Bradley Mackey][]</li>\n<li>enh(stan) updated for version 2.33 (<a href=\"https://redirect.github.com/highlightjs/highlight.js/issues/3859\">#3859</a>) [Brian Ward][]</li>\n<li>enh(arcade) updated to ArcGIS Arcade version 1.24 [Kristian Ekenes][]</li>\n<li>fix(css) added '_'  css variable detection [Md Saad Akhtar][]</li>\n<li>enh(groovy) add <code>record</code> and <code>var</code> as keywords [Guillaume Laforge][]</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/highlightjs/highlight.js/commit/f47103d4f1ac1592c56904574d1fbf5bf2475605\"><code>f47103d</code></a> (chore) release with v20 of Node</li>\n<li><a href=\"https://github.com/highlightjs/highlight.js/commit/59ac0218df53a66b06cc7f42445074670d5b7d85\"><code>59ac021</code></a> bump 11.9.0</li>\n<li><a href=\"https://github.com/highlightjs/highlight.js/commit/aa093815ce9c092e14aeefbf13c4a40631317665\"><code>aa09381</code></a> gem bumps</li>\n<li><a href=\"https://github.com/highlightjs/highlight.js/commit/1a531f5349fc977c79f35d0a86f7b492d8d0ec1e\"><code>1a531f5</code></a> fix(rust) Add negative-lookahead for fn like keywords  (<a href=\"https://redirect.github.com/highlightjs/highlight.js/issues/3883\">#3883</a>)</li>\n<li><a href=\"https://github.com/highlightjs/highlight.js/commit/fa9a62c2d05eb72af06a8fde95966b3dd94b1114\"><code>fa9a62c</code></a> enh(groovy) Add <code>record</code> and <code>var</code> keywords (<a href=\"https://redirect.github.com/highlightjs/highlight.js/issues/3872\">#3872</a>)</li>\n<li><a href=\"https://github.com/highlightjs/highlight.js/commit/a1a1235760accc9ed25f0eb4837436ee1a875af9\"><code>a1a1235</code></a> fix(css) variable '_' detection <a href=\"https://redirect.github.com/highlightjs/highlight.js/issues/3823\">#3823</a> (<a href=\"https://redirect.github.com/highlightjs/highlight.js/issues/3863\">#3863</a>)</li>\n<li><a href=\"https://github.com/highlightjs/highlight.js/commit/2708bf9127d3ddf0761d02e4d89caddf2c72a35d\"><code>2708bf9</code></a> (typo) Update README.md (<a href=\"https://redirect.github.com/highlightjs/highlight.js/issues/3869\">#3869</a>)</li>\n<li><a href=\"https://github.com/highlightjs/highlight.js/commit/58dc5961f6f2bb8bc8bb1e7ce39f268a2fdd874f\"><code>58dc596</code></a> Update Stan syntax to version 2.33 (<a href=\"https://redirect.github.com/highlightjs/highlight.js/issues/3859\">#3859</a>)</li>\n<li><a href=\"https://github.com/highlightjs/highlight.js/commit/694eb52e30c303f0bf6a06fe06b51f1153c0dcb7\"><code>694eb52</code></a> (enh) Add <code>Ballerina</code> to supported languages (<a href=\"https://redirect.github.com/highlightjs/highlight.js/issues/3852\">#3852</a>)</li>\n<li><a href=\"https://github.com/highlightjs/highlight.js/commit/a20b348bc0fce713fad90caa3a6a2a491b803f8b\"><code>a20b348</code></a> Bump actions/checkout from 3 to 4 (<a href=\"https://redirect.github.com/highlightjs/highlight.js/issues/3854\">#3854</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/highlightjs/highlight.js/compare/11.8.0...11.9.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=highlight.js&package-manager=npm_and_yarn&previous-version=11.8.0&new-version=11.9.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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)\n- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)\n- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)\n- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n</details>",
     19   "comments": [],
     20   "review_comments": []
     21 }