cetirizine.meta

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

150.md (12388B)


      1 # PR #150 Bump highlight.js from 11.8.0 to 11.9.0
      2 
      3 - **Status:** open
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-10-20T09:19:47Z
      6 - **Branch:** dependabot/npm_and_yarn/highlight.js-11.9.0 → main
      7 - **Labels:** dependencies, javascript
      8 - **Diff:** [150.diff](./150.diff)
      9 
     10 ---
     11 
     12 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.8.0 to 11.9.0.
     13 <details>
     14 <summary>Release notes</summary>
     15 <p><em>Sourced from <a href="https://github.com/highlightjs/highlight.js/releases">highlight.js's releases</a>.</em></p>
     16 <blockquote>
     17 <h2>11.9.0 - Fall is in the air!</h2>
     18 <h2>Version 11.9.0</h2>
     19 <p>CAVEATS / POTENTIALLY BREAKING CHANGES</p>
     20 <ul>
     21 <li>Drops support for Node 14.x, which is no longer supported by Node.js.</li>
     22 <li>In the <code>node</code> build <code>styles/*.css</code> files now ship un-minified
     23 with minified counterparts as: <code>styles/*.min.css</code> [mvorisek][]
     24 (this makes things consistent with our <code>cdn</code> builds)</li>
     25 </ul>
     26 <p>Parser:</p>
     27 <ul>
     28 <li>(enh) prevent re-highlighting of an element [joshgoebel][]</li>
     29 <li>(chore) Remove discontinued badges from README [Bradley Mackey][]</li>
     30 <li>(chore) Fix build size report [Bradley Mackey][]</li>
     31 </ul>
     32 <p>New Grammars:</p>
     33 <ul>
     34 <li>added 3rd party Iptables grammar to SUPPORTED_LANGUAGES [Checconio][]</li>
     35 <li>added 3rd party x86asmatt grammar to SUPPORTED_LANGUAGES [gondow][]</li>
     36 <li>added 3rd party riscv64 grammar to SUPPORTED_LANGUAGES [aana-h2][]</li>
     37 <li>added 3rd party Ballerina grammar to SUPPORTED_LANGUAGES [Yasith Deelaka][]</li>
     38 </ul>
     39 <p>Core Grammars:</p>
     40 <ul>
     41 <li>fix(rust) added negative-lookahead for callable keywords <code>if</code> <code>while</code> <code>for</code> [Omar Hussein][]</li>
     42 <li>enh(armasm) added <code>x0-x30</code> and <code>w0-w30</code> ARMv8 registers [Nicholas Thompson][]</li>
     43 <li>enh(haxe) added <code>final</code>, <code>is</code>, <code>macro</code> keywords and <code>$</code> identifiers [Robert Borghese][]</li>
     44 <li>enh(haxe) support numeric separators and suffixes [Robert Borghese][]</li>
     45 <li>fix(haxe) fixed metadata arguments and support non-colon syntax [Robert Borghese][]</li>
     46 <li>fix(haxe) differentiate <code>abstract</code> declaration from keyword [Robert Borghese][]</li>
     47 <li>fix(bash) do not delimit a string by an escaped apostrophe [hancar][]</li>
     48 <li>enh(swift) support <code>macro</code> keyword [Bradley Mackey][]</li>
     49 <li>enh(swift) support parameter pack keywords [Bradley Mackey][]</li>
     50 <li>enh(swift) regex literal support [Bradley Mackey][]</li>
     51 <li>enh(swift) <code>@unchecked</code> and <code>@Sendable</code> support [Bradley Mackey][]</li>
     52 <li>enh(scala) add using directives support <code>//&gt; using foo bar</code> [Jamie Thompson][]</li>
     53 <li>fix(scala) fixed comments in constructor arguments not being properly highlighted [Isaac Nonato][]</li>
     54 <li>enh(swift) ownership modifiers support [Bradley Mackey][]</li>
     55 <li>enh(nsis) Add <code>!assert</code> compiler flag [idleberg][]</li>
     56 <li>fix(haskell) do not treat double dashes inside infix operators as comments [Zlondrej][]</li>
     57 <li>enh(rust) added <code>eprintln!</code> macro [qoheniac][]</li>
     58 <li>enh(leaf) update syntax to 4.0 [Samuel Bishop][]</li>
     59 <li>fix(reasonml) simplify syntax and align it with ocaml [jchavarri][]</li>
     60 <li>fix(swift) <code>warn_unqualified_access</code> is an attribute [Bradley Mackey][]</li>
     61 <li>enh(swift) macro attributes are highlighted as keywords [Bradley Mackey][]</li>
     62 <li>enh(stan) updated for version 2.33 (<a href="https://redirect.github.com/highlightjs/highlight.js/issues/3859">#3859</a>) [Brian Ward][]</li>
     63 <li>fix(css) added '_'  css variable detection [Md Saad Akhtar][]</li>
     64 <li>enh(groovy) add <code>record</code> and <code>var</code> as keywords [Guillaume Laforge][]</li>
     65 </ul>
     66 <!-- raw HTML omitted -->
     67 </blockquote>
     68 <p>... (truncated)</p>
     69 </details>
     70 <details>
     71 <summary>Changelog</summary>
     72 <p><em>Sourced from <a href="https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md">highlight.js's changelog</a>.</em></p>
     73 <blockquote>
     74 <h2>Version 11.9.0</h2>
     75 <p>CAVEATS / POTENTIALLY BREAKING CHANGES</p>
     76 <ul>
     77 <li>Drops support for Node 14.x, which is no longer supported by Node.js.</li>
     78 <li>In the <code>node</code> build <code>styles/*.css</code> files now ship un-minified
     79 with minified counterparts as: <code>styles/*.min.css</code> [mvorisek][]
     80 (this makes things consistent with our <code>cdn</code> builds)</li>
     81 </ul>
     82 <p>Parser:</p>
     83 <ul>
     84 <li>(enh) prevent re-highlighting of an element [joshgoebel][]</li>
     85 <li>(chore) Remove discontinued badges from README [Bradley Mackey][]</li>
     86 <li>(chore) Fix build size report [Bradley Mackey][]</li>
     87 </ul>
     88 <p>New Grammars:</p>
     89 <ul>
     90 <li>added 3rd party Iptables grammar to SUPPORTED_LANGUAGES [Checconio][]</li>
     91 <li>added 3rd party x86asmatt grammar to SUPPORTED_LANGUAGES [gondow][]</li>
     92 <li>added 3rd party riscv64 grammar to SUPPORTED_LANGUAGES [aana-h2][]</li>
     93 <li>added 3rd party Ballerina grammar to SUPPORTED_LANGUAGES [Yasith Deelaka][]</li>
     94 </ul>
     95 <p>Core Grammars:</p>
     96 <ul>
     97 <li>fix(rust) added negative-lookahead for callable keywords <code>if</code> <code>while</code> <code>for</code> [Omar Hussein][]</li>
     98 <li>enh(armasm) added <code>x0-x30</code> and <code>w0-w30</code> ARMv8 registers [Nicholas Thompson][]</li>
     99 <li>enh(haxe) added <code>final</code>, <code>is</code>, <code>macro</code> keywords and <code>$</code> identifiers [Robert Borghese][]</li>
    100 <li>enh(haxe) support numeric separators and suffixes [Robert Borghese][]</li>
    101 <li>fix(haxe) fixed metadata arguments and support non-colon syntax [Robert Borghese][]</li>
    102 <li>fix(haxe) differentiate <code>abstract</code> declaration from keyword [Robert Borghese][]</li>
    103 <li>fix(bash) do not delimit a string by an escaped apostrophe [hancar][]</li>
    104 <li>enh(swift) support <code>macro</code> keyword [Bradley Mackey][]</li>
    105 <li>enh(swift) support parameter pack keywords [Bradley Mackey][]</li>
    106 <li>enh(swift) regex literal support [Bradley Mackey][]</li>
    107 <li>enh(swift) <code>@unchecked</code> and <code>@Sendable</code> support [Bradley Mackey][]</li>
    108 <li>enh(scala) add using directives support <code>//&gt; using foo bar</code> [Jamie Thompson][]</li>
    109 <li>fix(scala) fixed comments in constructor arguments not being properly highlighted [Isaac Nonato][]</li>
    110 <li>enh(swift) ownership modifiers support [Bradley Mackey][]</li>
    111 <li>enh(nsis) Add <code>!assert</code> compiler flag [idleberg][]</li>
    112 <li>fix(haskell) do not treat double dashes inside infix operators as comments [Zlondrej][]</li>
    113 <li>enh(rust) added <code>eprintln!</code> macro [qoheniac][]</li>
    114 <li>enh(leaf) update syntax to 4.0 [Samuel Bishop][]</li>
    115 <li>fix(reasonml) simplify syntax and align it with ocaml [jchavarri][]</li>
    116 <li>fix(swift) <code>warn_unqualified_access</code> is an attribute [Bradley Mackey][]</li>
    117 <li>enh(swift) macro attributes are highlighted as keywords [Bradley Mackey][]</li>
    118 <li>enh(stan) updated for version 2.33 (<a href="https://redirect.github.com/highlightjs/highlight.js/issues/3859">#3859</a>) [Brian Ward][]</li>
    119 <li>enh(arcade) updated to ArcGIS Arcade version 1.24 [Kristian Ekenes][]</li>
    120 <li>fix(css) added '_'  css variable detection [Md Saad Akhtar][]</li>
    121 <li>enh(groovy) add <code>record</code> and <code>var</code> as keywords [Guillaume Laforge][]</li>
    122 </ul>
    123 <!-- raw HTML omitted -->
    124 </blockquote>
    125 <p>... (truncated)</p>
    126 </details>
    127 <details>
    128 <summary>Commits</summary>
    129 <ul>
    130 <li><a href="https://github.com/highlightjs/highlight.js/commit/f47103d4f1ac1592c56904574d1fbf5bf2475605"><code>f47103d</code></a> (chore) release with v20 of Node</li>
    131 <li><a href="https://github.com/highlightjs/highlight.js/commit/59ac0218df53a66b06cc7f42445074670d5b7d85"><code>59ac021</code></a> bump 11.9.0</li>
    132 <li><a href="https://github.com/highlightjs/highlight.js/commit/aa093815ce9c092e14aeefbf13c4a40631317665"><code>aa09381</code></a> gem bumps</li>
    133 <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>
    134 <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>
    135 <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>
    136 <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>
    137 <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>
    138 <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>
    139 <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>
    140 <li>Additional commits viewable in <a href="https://github.com/highlightjs/highlight.js/compare/11.8.0...11.9.0">compare view</a></li>
    141 </ul>
    142 </details>
    143 <br />
    144 
    145 
    146 [![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)
    147 
    148 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`.
    149 
    150 [//]: # (dependabot-automerge-start)
    151 [//]: # (dependabot-automerge-end)
    152 
    153 ---
    154 
    155 <details>
    156 <summary>Dependabot commands and options</summary>
    157 <br />
    158 
    159 You can trigger Dependabot actions by commenting on this PR:
    160 - `@dependabot rebase` will rebase this PR
    161 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    162 - `@dependabot merge` will merge this PR after your CI passes on it
    163 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    164 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    165 - `@dependabot reopen` will reopen this PR if it is closed
    166 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    167 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    168 - `@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)
    169 - `@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)
    170 - `@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)
    171 - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
    172 - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions
    173 
    174 
    175 </details>
    176