Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency highlight.js to v11 #77

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2022

Mend Renovate

This PR contains the following updates:

Package Update Change
highlight.js (source) major 9.15.6 -> 11.10.0

Release Notes

highlightjs/highlight.js (highlight.js)

v11.10.0

Compare Source

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

New Grammars:

  • added 3rd party CODEOWNERS grammar to SUPPORTED_LANGUAGES nataliia-radina
  • added 3rd party Luau grammar to SUPPORTED_LANGUAGES Robloxian Demo
  • added 3rd party ReScript grammar to SUPPORTED_LANGUAGES Paul Tsnobiladzé
  • added 3rd party Zig grammar to SUPPORTED_LANGUAGES [Hyou BunKen][]
  • added 3rd party WGSL grammar to SUPPORTED_LANGUAGES Arman Uguray
  • added 3rd party Unison grammar to SUPPORTED_LANGUAGES Rúnar Bjarnason
  • added 3rd party Phix grammar to SUPPORTED_LANGUAGES PeteLomax
  • added 3rd party Mirth grammar to SUPPORTED_LANGUAGES Sierra
  • added 3rd party JSONata grammar to SUPPORTED_LANGUAGES Vlad Dimov

Developer Tool:

  • enh(tools): order CSS options picklist [David Schach][]
  • enh(tools): remove duplicate CSS options [David Schach][]
  • (typescript): deprecate old highlight API [Misha Kaletsky][]

Themes:

  • Added 1c-light theme a like in the IDE 1C:Enterprise 8 (for 1c) Vitaly Barilko

v11.9.0

Compare Source

CAVEATS / POTENTIALLY BREAKING CHANGES

  • Drops support for Node 14.x, which is no longer supported by Node.js.
  • In the node build styles/*.css files now ship un-minified
    with minified counterparts as: styles/*.min.css mvorisek
    (this makes things consistent with our cdn builds)

Parser:

  • (enh) prevent re-highlighting of an element [joshgoebel][]
  • (chore) Remove discontinued badges from README Bradley Mackey
  • (chore) Fix build size report Bradley Mackey

New Grammars:

  • added 3rd party Iptables grammar to SUPPORTED_LANGUAGES Checconio
  • added 3rd party x86asmatt grammar to SUPPORTED_LANGUAGES gondow
  • added 3rd party riscv64 grammar to SUPPORTED_LANGUAGES aana-h2
  • added 3rd party Ballerina grammar to SUPPORTED_LANGUAGES Yasith Deelaka

Core Grammars:

  • fix(rust) added negative-lookahead for callable keywords if while for [Omar Hussein][]
  • enh(armasm) added x0-x30 and w0-w30 ARMv8 registers Nicholas Thompson
  • enh(haxe) added final, is, macro keywords and $ identifiers Robert Borghese
  • enh(haxe) support numeric separators and suffixes Robert Borghese
  • fix(haxe) fixed metadata arguments and support non-colon syntax Robert Borghese
  • fix(haxe) differentiate abstract declaration from keyword Robert Borghese
  • fix(bash) do not delimit a string by an escaped apostrophe [hancar][]
  • enh(swift) support macro keyword Bradley Mackey
  • enh(swift) support parameter pack keywords Bradley Mackey
  • enh(swift) regex literal support Bradley Mackey
  • enh(swift) @unchecked and @Sendable support Bradley Mackey
  • enh(scala) add using directives support //> using foo bar [Jamie Thompson][]
  • fix(scala) fixed comments in constructor arguments not being properly highlighted Isaac Nonato
  • enh(swift) ownership modifiers support Bradley Mackey
  • enh(nsis) Add !assert compiler flag [idleberg][]
  • fix(haskell) do not treat double dashes inside infix operators as comments [Zlondrej][]
  • enh(rust) added eprintln! macro qoheniac
  • enh(leaf) update syntax to 4.0 Samuel Bishop
  • fix(reasonml) simplify syntax and align it with ocaml jchavarri
  • fix(swift) warn_unqualified_access is an attribute Bradley Mackey
  • enh(swift) macro attributes are highlighted as keywords Bradley Mackey
  • enh(stan) updated for version 2.33 (#​3859) Brian Ward
  • fix(css) added '_' css variable detection Md Saad Akhtar
  • enh(groovy) add record and var as keywords Guillaume Laforge

Developer Tool:

v11.8.0

Compare Source

Parser engine:

  • added a function to default export to generate a fresh highlighter instance to be used by extensions WisamMechano
  • added BETA __emitTokens key to grammars to allow then to direct their own parsing, only using Highlight.js for the HTML rendering Josh Goebel
  • (enh) add removePlugin api faga295
  • (fix) typo in language name of JavaScript Cyrus Kao

New Grammars:

  • added 3rd party Lang grammar to SUPPORTED_LANGUAGES AdamRaichu
  • added 3rd party C3 grammar to SUPPORTED_LANGUAGES aliaegik

Core Grammars:

  • enh(sql) support _ in variable names [joshgoebel][]
  • enh(mathematica) update keywords list to 13.2.1 arnoudbuzing
  • enh(protobuf) add proto alias for Protobuf [dimitropoulos][]
  • enh(sqf) latest changes in Arma 3 v2.11 Leopard20
  • enh(js/ts) Added support for GraphQL tagged template strings Ali Ukani
  • enh(javascript) add sessionStorage to list of built-in variables Jeroen van Vianen
  • enh(http) Add support for HTTP/3 Rijenkii
  • added 3rd party Motoko grammar to SUPPORTED_LANGUAGES rvanasa
  • added 3rd party Candid grammar to SUPPORTED_LANGUAGES rvanasa
  • fix(haskell) Added support for characters CrystalSplitter
  • enh(dart) Add base, interface, sealed, and when keywords Sam Rawlins
  • enh(php) detect newer more flexible NOWdoc syntax (#​3679) Timur Kamaev
  • enh(python) improve autodetection of code with type hinting any function's return type (making the -> operator legal) Keyacom
  • enh(bash) add select and until as keywords

v11.7.0

Compare Source

New Grammars:

  • added 3rd party LookML grammar to SUPPORTED_LANGUAGES Josh Temple
  • added 3rd party FunC grammar to SUPPORTED_LANGUAGES [Nikita Sobolev][]
  • Added 3rd party Flix grammar to SUPPORTED_LANGUAGES The Flix Organisation
  • Added 3rd party RVT grammar to SUPPORTED_LANGUAGES Sopitive

Grammars:

  • enh(scheme) add scm alias for Scheme matyklug18
  • fix(typescript) patterns like <T = are not JSX Josh Goebel
  • fix(bash) recognize the (( keyword Nick Chambers
  • enh(Ruby) misc improvements (kws, class names, etc) Josh Goebel
  • fix(js) do not flag import() as a function, rather a keyword nathnolt
  • fix(bash) recognize the (( keyword Nick Chambers
  • fix(nix) support escaped dollar signs in strings h7x4
  • enh(cmake) support bracket comments Hirse
  • enh(java) add yield keyword to java MBoegers
  • enh(java) add permits keyword to java MBoegers
  • fix(javascript/typescript) correct identifier matching when using numbers Lachlan Heywood

Improvements:

v11.6.0

Compare Source

Supported Node.js versions:

  • (chore) Drops support for Node 12.x, which is no longer supported by Node.js.

Default build changes:

  • add wasm to default :common build (#​3526) [Josh Goebel][]
  • add graphql to default :common build (#​3526) [Josh Goebel][]

Grammars:

  • fix(json) changed null/booleans from keyword to literal shikhar13012001
  • enh(gml) reorganized and added additional keywords Bluecoreg
  • enh(csharp) Added support for the new scoped keyword in C# (#​3571) [David Pine][]
  • enh(scala) add transparent keyword Matt Bovel
  • fix(rust) highlight types immediately preceeding :: (#​3540) [Josh Goebel][]
  • Added 3rd party Apex grammar to SUPPORTED_LANGUAGES (#​3546) David Schach
  • fix(rust) recognize include_bytes! macro (#​3541) Serial-ATA
  • fix(java) do not intepret == as a variable declaration Mousetail
  • enh(swift) add SE-0335 existential any keyword (#​3515) Bradley Mackey
  • enh(swift) add support for distributed keyword Marcus Ortiz
  • enh(xml) recognize Unicode letters instead of only ASCII letters in XML element and attribute names (#​3256)Martin Honnen
  • Added 3rd party Toit grammar to SUPPORTED_LANGUAGES Serzhan Nasredin
  • Use substring() instead of deprecated substr() Tobias Buschor
  • Added 3rd party Oak grammar to SUPPORTED_LANGUAGES Tim Smith
  • enh(python) add match and case keywords Avrumy Lunger
  • Added 3rd party COBOL grammar to SUPPORTED_LANGUAGES Gabriel Gonçalves

v11.5.1: Version 11.5.1

Compare Source

Just a tiny release to hopefully fix the issues some are having with CSS not seen as having side effects with web pack, etc...


Packaging:

  • (chore) explicitly set sideEffect for css and scss files, fixes #​3504

v11.5.0

Compare Source

Themes:

New Grammars:

Grammars:

  • enh(ruby) lots of small Ruby cleanups/improvements Josh Goebel
  • enh(objectivec) add type and variable.language scopes Josh Goebel
  • enh(xml) support processing instructions (#​3492) Josh Goebel
  • enh(ruby ) better support multi-line IRB prompts
  • enh(bash) improved keyword $pattern (numbers allowed in command names) Martin Mattel
  • add meta.prompt scope for REPL prompts, etc Josh Goebel
  • fix(markdown) Handle ***Hello world*** without breaking Josh Goebel
  • enh(php) add support for PHP Attributes Wojciech Kania
  • fix(java) prevent false positive variable init on else Josh Goebel
  • enh(php) named arguments Wojciech Kania
  • fix(php) PHP constants Wojciech Kania
  • fix(angelscript) incomplete int8, int16, int32, int64 highlighting Melissa Geels
  • enh(ts) modify TypeScript-specific keywords and types list anydonym
  • fix(brainfuck) fix highlighting of initial ++/-- Christina Hanson
  • fix(llvm) escaping in strings and number formats Flakebi
  • enh(elixir) recognize references to modules Mark Ericksen
  • enh(css): add support for more properties Nicolaos Skimas

v11.4.0

Compare Source

New Language:

  • Added 3rd party Pine Script grammar to SUPPORTED_LANGUAGES Jeylani B
  • Added 3rd party cURL grammar to SUPPORTED_LANGUAGES highlightjs-curl

Themes:

These changes should be for the better and should not be super noticeable but if you're super picky about your colors you may want to intervene here or copy over the older themes from 11.3 or prior.

Grammars:

Developer Tools:

Themes:

  • Modified background color in css for Gradient Light and Gradient Dark themes Samia Ali

v11.3.1

Compare Source

Build:

v11.3.0

Compare Source

Build:

Parser:

  • add first rough performance testing script (#​3280) Austin Schick
  • add throwUnescapedHTML to warn against potential HTML injection Josh Goebel
  • expose regex helper functions via hljs injection Josh Goebel
    • concat
    • lookahead
    • either
    • optional
    • anyNumberOfTimes

Grammars:

v11.2.0

Compare Source

Build:

Parser:

Grammars:

New Languages:

v11.1.0

Compare Source

Grammars:

v11.0.1

Compare Source

v11.0.0

Compare Source

This is a major release. As such it contains breaking changes which may require action from users. Please read VERSION_11_UPGRADE.md for a detailed summary of all breaking changes.

Potentially breaking changes

Unless otherwise attributed items below are thanks to Josh Goebel (ref: #​2558).

The below list should only be considered to be a high-level summary.

Deprecations / Removals / API Changes:

  • initHighlighting() and initHighlightingOnLoad() deprecated. Use highlightAll().
  • highlightBlock(el) deprecated. Use highlightElement(el)
  • before:highlightBlock & after:highlightBlock callbacks deprecated. Use equivalent highlightElement callbacks.
  • highlight(languageName, code, ignoreIllegals, continuation) signature deprecated. Use highlight(code, {language, ignoreIllegals}).
  • Deprecated highlight() signature no longer supports continuation argument.
  • tabReplace option removed. Consider a plugin.
  • useBR option removed. Consider a plugin or CSS.
  • requireLanguage() removed. Use getLanguage().
  • endSameAsBegin mode key removed. Use hljs.END_SAME_AS_BEGIN.
  • lexemes mode key removed. Use keywords.$pattern.
  • The return values/keys of some APIs have changed slightly.

Security:

  • HTML auto-passthru has been removed. Consider a plugin.
  • Unescaped HTML is now stripped (for security). A warning is logged to the console. (#​3057) Josh Goebel

Themes:

  • The default padding of all themes increases (0.5em => 1em).
  • schoolbook has been updated to remove the lined background.
  • github updated to better match modern GitHub (#​1616) Jan Pilzer
  • github-gist has been removed in favor of github Jan Pilzer
  • Base16 named themes have been updated to their "canonical" versions
  • nnfx updated for v11 xml styles and improved css support

Language Grammars:

  • Default CDN build drops support for several languages.
  • Some language grammar files have been removed.
  • Some redundant language aliases have been removed.
Other changes

Parser:

  • enh(vala) improve language detection for Vala (#​3195) [Konrad Rudolph][]
  • enh(r) add support for operators, fix number highlighting bug (#​3194, #​3195) [Konrad Rudolph][]
  • enh(parser) add beginScope and endScope to allow separate scoping begin and end (#​3159) Josh Goebel
  • enh(parsed) endScope now supports multi-class matchers as well (#​3159) Josh Goebel
  • enh(parser) highlightElement now always tags blocks with a consistent language-[name] class Josh Goebel
    • subLanguage span tags now also always have the language- prefix added
  • enh(parser) support multi-class matchers (#​3081) Josh Goebel
  • enh(parser) Detect comments based on english like text, rather than keyword list Josh Goebel
  • adds title.class.inherited sub-scope support Josh Goebel
  • adds title.class sub-scope support (#​3078) Josh Goebel
  • adds title.function sub-scope support (#​3078) Josh Goebel
  • adds beforeMatch compiler extension (#​3078) Josh Goebel
  • adds cssSelector configuration option (#​3180) James Edington

Grammars:

New Languages:

Theme Improvements:

  • Added all official Base16 themes (over 150 new themes) Josh Goebel
  • chore(themes) remove builtin-name CSS class (#​3119) Josh Goebel
  • chore(theme) Update GitHub theme css to match GitHub's current styling (#​1616) Jan Pilzer
  • chore(theme) Update Srcery theme css to match its Emacs implementation [Chen Bin][]

New Themes:

Dev Improvements:

v10.7.3

Compare Source

  • fix(parser) Resolves issue with missing TypeScript property Jacob Swanner

No other changes.

v10.7.2: Version 10.7.2

Compare Source

This is a patch release. The only change is that deprecation messages
are throttled and shown only once.

v10.7.1

Compare Source

  • fix(parser) Resolves issues with TypeScript types Josh Goebel
Version 10.7.0

Parser:

New Languages:

Language grammar improvements:

Deprecations:

  • highlight(languageName, code, ignoreIllegals, continuation) deprecated as of 10.7
    • Please use the newer API which takes code and then accepts options as an object
    • IE: highlight(code, {language, ignoreIllegals})
    • continuation is for internal use only and no longer supported
  • highlightBlock(el) deprecated as of 10.7.
    • Please use highlightElement(el) instead.
    • Plugin callbacks renamed before/after:highlightBlock => before/after:highlightElement
    • Plugin callback now takes el vs block attribute
    • The old API and callbacks will be supported until v12.

v10.7.0

Compare Source

Parser:

New Languages:

Language grammar improvements:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found 100 potential problems in the proposed changes. Check the Files changed tab for more details.

@renovate renovate bot force-pushed the renovate/highlight.js-11.x branch from ce21559 to e71bb13 Compare August 13, 2022 22:03
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found 100 potential problems in the proposed changes. Check the Files changed tab for more details.

@renovate renovate bot force-pushed the renovate/highlight.js-11.x branch from e71bb13 to 48408a8 Compare August 20, 2022 20:19
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found 100 potential problems in the proposed changes. Check the Files changed tab for more details.

Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found 100 potential problems in the proposed changes. Check the Files changed tab for more details.

@renovate renovate bot force-pushed the renovate/highlight.js-11.x branch from 48408a8 to f2e76e6 Compare August 21, 2022 15:47
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found 100 potential problems in the proposed changes. Check the Files changed tab for more details.

@renovate renovate bot force-pushed the renovate/highlight.js-11.x branch from f2e76e6 to 4f1c4a7 Compare August 21, 2022 17:51
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found 100 potential problems in the proposed changes. Check the Files changed tab for more details.

@renovate renovate bot force-pushed the renovate/highlight.js-11.x branch from 4f1c4a7 to 22748b6 Compare August 27, 2022 21:05
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found 100 potential problems in the proposed changes. Check the Files changed tab for more details.

Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found 100 potential problems in the proposed changes. Check the Files changed tab for more details.

@renovate renovate bot force-pushed the renovate/highlight.js-11.x branch from 22748b6 to 2c44265 Compare September 10, 2022 20:02
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found 100 potential problems in the proposed changes. Check the Files changed tab for more details.

@renovate renovate bot force-pushed the renovate/highlight.js-11.x branch from 2c44265 to a8c8f86 Compare September 30, 2022 09:32
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CodeQL found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.

@renovate renovate bot force-pushed the renovate/highlight.js-11.x branch 2 times, most recently from a2ef0ef to e1e98ce Compare October 4, 2022 10:00
@renovate renovate bot force-pushed the renovate/highlight.js-11.x branch 2 times, most recently from 688fd4b to f5e7f6c Compare October 15, 2022 21:00
@renovate renovate bot force-pushed the renovate/highlight.js-11.x branch from f5e7f6c to b4fb52d Compare October 18, 2022 12:29
@renovate renovate bot force-pushed the renovate/highlight.js-11.x branch from b4fb52d to 40e9464 Compare October 30, 2022 19:18
@renovate renovate bot force-pushed the renovate/highlight.js-11.x branch from 40e9464 to c041de6 Compare November 24, 2022 11:12
@renovate renovate bot force-pushed the renovate/highlight.js-11.x branch 2 times, most recently from 2e15264 to 901fdb7 Compare April 29, 2023 21:58
@renovate renovate bot force-pushed the renovate/highlight.js-11.x branch from 901fdb7 to b9391ed Compare May 20, 2023 20:52
@renovate renovate bot force-pushed the renovate/highlight.js-11.x branch from b9391ed to 796d6c9 Compare July 17, 2023 14:59
@renovate renovate bot force-pushed the renovate/highlight.js-11.x branch from 796d6c9 to 7195bb2 Compare October 9, 2023 07:47
@renovate renovate bot force-pushed the renovate/highlight.js-11.x branch from 7195bb2 to 640a210 Compare February 17, 2024 16:02
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

@renovate renovate bot force-pushed the renovate/highlight.js-11.x branch from 640a210 to ddc80f3 Compare July 6, 2024 18:53
@renovate renovate bot force-pushed the renovate/highlight.js-11.x branch from ddc80f3 to ecfdc93 Compare July 6, 2024 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants