[PR #497] [MERGED] chore(deps-dev): bump highlight.js from 11.9.0 to 11.10.0 in /web #507

Closed
opened 2026-03-03 16:38:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/497
Author: @dependabot[bot]
Created: 8/1/2024
Status: Merged
Merged: 8/1/2024
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/highlight.js-11.10.0


📝 Commits (1)

  • ece2f79 chore(deps-dev): bump highlight.js from 11.9.0 to 11.10.0 in /web

📊 Changes

2 files changed (+7 additions, -7 deletions)

View changed files

📝 web/package.json (+1 -1)
📝 web/pnpm-lock.yaml (+6 -6)

📄 Description

Bumps highlight.js from 11.9.0 to 11.10.0.

Changelog

Sourced from highlight.js's changelog.

Version 11.10.0

CAVEATS / POTENTIALLY BREAKING CHANGES

  • Drops support for Node 16.x, which is no longer supported by Node.js.

Core Grammars:

  • enh(typescript) add support for satisfies operator [Kisaragi Hiu][]
  • enc(c) added more C23 keywords [Melkor-1][]
  • enh(json) added jsonc as an alias [BackupMiles][]
  • enh(gml) updated to latest language version (GML v2024.2) [gnysek][]
  • enh(c) added more C23 keywords and preprcoessor directives [Eisenwave][]
  • enh(js/ts) support namespaced tagged template strings [Aral Balkan][]
  • enh(perl) fix false-positive variable match at end of string [Josh Goebel][]
  • fix(cpp) not all kinds of number literals are highlighted correctly [Lê Duy Quang][]
  • fix(css) fix overly greedy pseudo class matching [Bradley Mackey][]
  • enh(arcade) updated to ArcGIS Arcade version 1.24 [Kristian Ekenes][]
  • fix(typescript): params types [Mohamed Ali][]
  • fix(rust) fix escaped double quotes in string [Mohamed Ali][]
  • fix(rust) fix for r# raw identifier not being highlighted correctly. [JaeBaek Lee][]
  • enh(rust) Adding union to be recognized as a keyword in Rust. [JaeBaek Lee][]
  • fix(yaml) fix for yaml with keys having brackets highlighted incorrectly [Aneesh Kulkarni][]
  • fix(csharp) add raw string highlighting for C# 11. [Tara][]
  • fix(bash) fix # within token being detected as the start of a comment [Felix Uhl][]
  • fix(python) fix or conflicts with string highlighting [Mohamed Ali][]
  • enh(python) adds a scope to the self variable [Lee Falin][]
  • enh(delphi) allow digits to be omitted for hex and binary literals [Jonah Jeleniewski][]
  • enh(delphi) add support for digit separators [Jonah Jeleniewski][]
  • enh(delphi) add support for character strings with non-decimal numerics [Jonah Jeleniewski][]
  • fix(javascript) incorrect function name highlighting [CY Fung][]
  • fix(1c) fix escaped symbols "+-;():=,[]" literals [Vitaly Barilko][]
  • fix(swift) correctly highlight generics and conformances in type definitions [Bradley Mackey][]
  • enh(swift) add package keyword [Bradley Mackey][]
  • fix(swift) ensure keyword attributes highlight correctly [Bradley Mackey][]
  • fix(types) fix interface LanguageDetail > keywords [Patrick Chiu]
  • enh(java) add goto to be recognized as a keyword in Java [Alvin Joy][]
  • enh(bash) add keyword sudo [Alvin Joy][]
  • fix(haxe) captures new keyword without capturing it within variables/class names [Cameron Taylor][]
  • fix(go) fix go number literals to accept _ separators, add hex p exponents [Lisa Ugray][]
  • enh(markdown) add entity support [David Schach][] [TaraLei][]
  • enh(css) add justify-items and justify-self attributes [Vasily Polovnyov][]
  • enh(css) add accent-color, appearance, color-scheme, rotate, scale and translate attributes [Carl Räfting][]
  • fix(fortran) fixes parsing of keywords delimited by dots [Julien Bloino][]
  • enh(css) add select, option, optgroup, picture and source to list of known tags [Vasily Polovnyov][]
  • enh(css) add inset, inset-*, border-start-*-radius and border-end-*-radius attributes [Vasily Polovnyov][]
  • enh(css) add text-decoration-skip-ink, text-decoration-thickness and text-underline-offset attributes [Vasily Polovnyov][]
  • enh(java) add when to be recognized as a keyword in Java [Chiel van de Steeg][]

New Grammars:

... (truncated)

Commits
  • 366a8bd (maintainer) bump version 11.9.0 => 11.10.0
  • b1fd7cd (maint) build against node 22
  • 221b049 (maint) bump npm dependencies
  • e2e11f7 Add JSONata as supported language (#4069)
  • f41067d improve monokai theme for attr & number (#4067)
  • b9ae5fe add text-decoration-skip-ink, text-decoration-thickness and `text-underli...
  • 888ac75 Add Mirth to SUPPORTED_LANGUAGES.md (#4061)
  • 32f6d13 (chore) Remove unused submodule (#4047)
  • 4bbf361 enh(typescript) add satisfies keyword (#4058)
  • 5237004 enh(c): Added typeof and typeof_qual to the list of keywords (#4055)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NdoleStudio/httpsms/pull/497 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/1/2024 **Status:** ✅ Merged **Merged:** 8/1/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/highlight.js-11.10.0` --- ### 📝 Commits (1) - [`ece2f79`](https://github.com/NdoleStudio/httpsms/commit/ece2f79ada95c3b74823d0a65969626606c68416) chore(deps-dev): bump highlight.js from 11.9.0 to 11.10.0 in /web ### 📊 Changes **2 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/pnpm-lock.yaml` (+6 -6) </details> ### 📄 Description Bumps [highlight.js](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">highlight.js'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 &quot;+-;():=,[]&quot; 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 &gt; 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> <li>enh(java) add <code>when</code> to be recognized as a keyword in Java [Chiel van de Steeg][]</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 =&gt; 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 &amp; 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=highlight.js&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) 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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:38:43 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/httpsms#507
No description provided.