Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps(@highlightjs/cdn-assets): bump @highlightjs/cdn-assets from 11.9…
….0 to 11.10.0 (#62) Bumps [@highlightjs/cdn-assets](https://github.com/highlightjs/highlight.js) from 11.9.0 to 11.10.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md"><code>@highlightjs/cdn-assets</code>'s changelog</a>.</em></p> <blockquote> <h2>Version 11.10.0</h2> <p>CAVEATS / POTENTIALLY BREAKING CHANGES</p> <ul> <li>Drops support for Node 16.x, which is no longer supported by Node.js.</li> </ul> <p>Core Grammars:</p> <ul> <li>enh(typescript) add support for <code>satisfies</code> operator [Kisaragi Hiu][]</li> <li>enc(c) added more C23 keywords [Melkor-1][]</li> <li>enh(json) added jsonc as an alias [BackupMiles][]</li> <li>enh(gml) updated to latest language version (GML v2024.2) [gnysek][]</li> <li>enh(c) added more C23 keywords and preprcoessor directives [Eisenwave][]</li> <li>enh(js/ts) support namespaced tagged template strings [Aral Balkan][]</li> <li>enh(perl) fix false-positive variable match at end of string [Josh Goebel][]</li> <li>fix(cpp) not all kinds of number literals are highlighted correctly [Lê Duy Quang][]</li> <li>fix(css) fix overly greedy pseudo class matching [Bradley Mackey][]</li> <li>enh(arcade) updated to ArcGIS Arcade version 1.24 [Kristian Ekenes][]</li> <li>fix(typescript): params types [Mohamed Ali][]</li> <li>fix(rust) fix escaped double quotes in string [Mohamed Ali][]</li> <li>fix(rust) fix for r# raw identifier not being highlighted correctly. [JaeBaek Lee][]</li> <li>enh(rust) Adding union to be recognized as a keyword in Rust. [JaeBaek Lee][]</li> <li>fix(yaml) fix for yaml with keys having brackets highlighted incorrectly [Aneesh Kulkarni][]</li> <li>fix(csharp) add raw string highlighting for C# 11. [Tara][]</li> <li>fix(bash) fix # within token being detected as the start of a comment [Felix Uhl][]</li> <li>fix(python) fix <code>or</code> conflicts with string highlighting [Mohamed Ali][]</li> <li>enh(python) adds a scope to the <code>self</code> variable [Lee Falin][]</li> <li>enh(delphi) allow digits to be omitted for hex and binary literals [Jonah Jeleniewski][]</li> <li>enh(delphi) add support for digit separators [Jonah Jeleniewski][]</li> <li>enh(delphi) add support for character strings with non-decimal numerics [Jonah Jeleniewski][]</li> <li>fix(javascript) incorrect function name highlighting [CY Fung][]</li> <li>fix(1c) fix escaped symbols "+-;():=,[]" literals [Vitaly Barilko][]</li> <li>fix(swift) correctly highlight generics and conformances in type definitions [Bradley Mackey][]</li> <li>enh(swift) add package keyword [Bradley Mackey][]</li> <li>fix(swift) ensure keyword attributes highlight correctly [Bradley Mackey][]</li> <li>fix(types) fix interface LanguageDetail > keywords [Patrick Chiu]</li> <li>enh(java) add <code>goto</code> to be recognized as a keyword in Java [Alvin Joy][]</li> <li>enh(bash) add keyword <code>sudo</code> [Alvin Joy][]</li> <li>fix(haxe) captures <code>new</code> keyword without capturing it within variables/class names [Cameron Taylor][]</li> <li>fix(go) fix go number literals to accept <code>_</code> separators, add hex p exponents [Lisa Ugray][]</li> <li>enh(markdown) add entity support [David Schach][] [TaraLei][]</li> <li>enh(css) add <code>justify-items</code> and <code>justify-self</code> attributes [Vasily Polovnyov][]</li> <li>enh(css) add <code>accent-color</code>, <code>appearance</code>, <code>color-scheme</code>, <code>rotate</code>, <code>scale</code> and <code>translate</code> attributes [Carl Räfting][]</li> <li>fix(fortran) fixes parsing of keywords delimited by dots [Julien Bloino][]</li> <li>enh(css) add <code>select</code>, <code>option</code>, <code>optgroup</code>, <code>picture</code> and <code>source</code> to list of known tags [Vasily Polovnyov][]</li> <li>enh(css) add <code>inset</code>, <code>inset-*</code>, <code>border-start-*-radius</code> and <code>border-end-*-radius</code> attributes [Vasily Polovnyov][]</li> <li>enh(css) add <code>text-decoration-skip-ink</code>, <code>text-decoration-thickness</code> and <code>text-underline-offset</code> attributes [Vasily Polovnyov][]</li> </ul> <p>New Grammars:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/highlightjs/highlight.js/commit/366a8bd012f33a8f56edfceb9f244fa1f672732f"><code>366a8bd</code></a> (maintainer) bump version 11.9.0 => 11.10.0</li> <li><a href="https://github.com/highlightjs/highlight.js/commit/b1fd7cdfba0efa84321e341652ff5c4ae21cc074"><code>b1fd7cd</code></a> (maint) build against node 22</li> <li><a href="https://github.com/highlightjs/highlight.js/commit/221b049e0b9bdec67cbc59a8e13aaaa3505bdf0f"><code>221b049</code></a> (maint) bump npm dependencies</li> <li><a href="https://github.com/highlightjs/highlight.js/commit/e2e11f72cb7229211cda7da1284b96835be35d95"><code>e2e11f7</code></a> Add JSONata as supported language (<a href="https://redirect.github.com/highlightjs/highlight.js/issues/4069">#4069</a>)</li> <li><a href="https://github.com/highlightjs/highlight.js/commit/f41067d4a60b3d60d7948e75533d348a5ed3e110"><code>f41067d</code></a> improve monokai theme for attr & number (<a href="https://redirect.github.com/highlightjs/highlight.js/issues/4067">#4067</a>)</li> <li><a href="https://github.com/highlightjs/highlight.js/commit/b9ae5fea90514b864f2c9b2889d7d3302d6156dc"><code>b9ae5fe</code></a> add <code>text-decoration-skip-ink</code>, <code>text-decoration-thickness</code> and `text-underli...</li> <li><a href="https://github.com/highlightjs/highlight.js/commit/888ac759dec65a6e18c7fbcf1c2154d5bd714437"><code>888ac75</code></a> Add Mirth to SUPPORTED_LANGUAGES.md (<a href="https://redirect.github.com/highlightjs/highlight.js/issues/4061">#4061</a>)</li> <li><a href="https://github.com/highlightjs/highlight.js/commit/32f6d13c9998d04c278c8fdfed9c633e978bcbf7"><code>32f6d13</code></a> (chore) Remove unused submodule (<a href="https://redirect.github.com/highlightjs/highlight.js/issues/4047">#4047</a>)</li> <li><a href="https://github.com/highlightjs/highlight.js/commit/4bbf361241d727cbb361859525799cc5f0a651cd"><code>4bbf361</code></a> enh(typescript) add <code>satisfies</code> keyword (<a href="https://redirect.github.com/highlightjs/highlight.js/issues/4058">#4058</a>)</li> <li><a href="https://github.com/highlightjs/highlight.js/commit/52370045327931058c2321eba7947c193427cab7"><code>5237004</code></a> enh(c): Added typeof and typeof_qual to the list of keywords (<a href="https://redirect.github.com/highlightjs/highlight.js/issues/4055">#4055</a>)</li> <li>Additional commits viewable in <a href="https://github.com/highlightjs/highlight.js/compare/11.9.0...11.10.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@highlightjs/cdn-assets&package-manager=npm_and_yarn&previous-version=11.9.0&new-version=11.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information