Update dependency highlight.js to v9.18.5 #3

Open
renovate-bot wants to merge 1 commit from renovate/highlight.js-9.x into main
Collaborator

This PR contains the following updates:

Package Update Change
highlight.js (source) minor 9.12.0 -> 9.18.5

Release Notes

highlightjs/highlight.js (highlight.js)

v9.18.1

Compare Source

Grammar Improvements:

v9.18.0

Compare Source

New languages:

  • none.

New themes:

  • none.

Core Changes:

  • none.

Language Improvements:

Developer Tools:

v9.17.1

Compare Source

Fixes:

v9.17.0

Compare Source

New languages:

  • none.

New themes:

Core Improvements:

  • chore(parser): switch from createElementNS to createElement (#​2314) Josh Goebel
  • enh(parser): add better error when a language requirement is missing (#​2311) Josh Goebel
  • fix(parser/docs): disallow self mode at the top-level of a language (#​2294) Josh Goebel
  • enh(parser) add safe & debug modes. Better error handling for crash conditions. (#​2286) Josh Goebel
  • fix(parser): Fix merger HTML attribute quoting (#​2235) Josh Goebel
  • fix(parser): Look-ahead regex now work for end matches also (#​2237) Josh Goebel
  • fix(parser): Better errors when a language is missing (#​2236) Josh Goebel
  • fix(parser): freeze built-in modes to prevent grammars altering them (#​2271) Josh Goebel
  • fix(themes): fix inconsistencies between some themes padding/spacing (#​2300) Josh Goebel
  • ehh(build) Add CI check for building a "use strict" safe rollup package from NPM builds (#​2247) Josh Goebel
  • fix(pkg): Prefix global addEventListener with window to be able to minify with closure compiler (#​2305) Kirill Saksin

Language Improvements:

v9.16.2

Compare Source

New languages:
none.

New styles:
none.

Improvements:

  • fix(arduino) Resolves issue with arduino.js not being "use strict" safe (#​2247)

v9.16.1

Compare Source

New languages:
none.

New styles:

Improvements:

  • Add CLI tool to quickly check for relevance conflicts Mark Ellis (#​1554)
  • enhance(twig) update list of filter and tags (#​2090)
  • fix(crystal): correctly highlight !~ method definition (#​2222)
  • fix dropping characters if we choke up on a 0-width match (#​2219)
  • (accesslog) improve accesslog relevancy scoring (#​2172)
  • fix(shell): fix parsing of prompts with forward slash (#​2218)
  • improve parser to properly support look-ahead regex in begin matchers (#​2135)
  • blacklist super-common keywords from having relevance (#​2179)
  • fix(swift): support for @dynamicMemberLookup and @propertyWrapper (#​2202)
  • fix: endWithParent inside starts now always works (#​2201)
  • fix(typescript): constructor in declaration doesn't break highlighting
  • fix(typescript): only match function keyword as a separate identifier (#​2191)
  • feature(arduino) make arduino a super-set of cpp grammar
  • fix(javascript): fix object attributes immediately following line comments
  • fix(xml): remove vbscript as potential script tag subLanguage
  • fix(Elixir): improve regex for numbers
  • fix(YAML): improve matching for keys, blocks and numbers
  • fix(Pony): improve regex for numbers
  • fix(handlebars): add support for raw-blocks, and triple-mustaches(#​2175)
  • fix(handlebars): fix parsing of block-comments containing closing mustaches (#​2175)
  • fix(handlebars): add support for segment-literal notation, and escaped mustaches (#​2184)
  • JSON: support for comments in JSON (#​2016)
  • fix(cpp): improve string literal matching
  • fix(highlight.js): omit empty span-tags in the output (#​2182)
  • fix(Go): improve function declaration matching
  • fix(python): added support for f-string literal curly braces (#​2195)
  • fix(cpp): add future built-in (#​1610)
  • fix(python): support comments within function parameters (#​2214)

v9.15.10

Compare Source

New languages:
none.
New styles:
none.
Improvements:

  • support for ruby's squiggly heredoc (#​2049)
  • support css custom properties (#​2082)
  • fix(PureBASIC): update to 5.60 (#​1508)
  • fix(Kotlin): parenthesized types in function declaration (#​2107)
  • fix(Kotlin): nested comment (#​2104)
  • fix(isbl): contains key typo (#​2103)
  • fix(github-gist.css): match Github styles (#​2100)
  • fix(elm): update to latest elm syntax (#​2088)
  • fix: Support highlighting inline HTML and CSS tagged template strings in JS and TS (#​2105)
  • feat(YAML): add YAML to common languages (#​1952)
  • feat(xml): Add support for Windows Script File (.wsf), inline VBScript in XML script tags (#​1690)

v9.15.9

Compare Source

Improvements:

  • fix(AutoHotkey): order and extended highlighting (#​1579)
  • fix(Go): correctly highlight hex numbers, rather than stopping at last 'd' or 'f'. (#​2060)
  • fix(Mathematica): Improvements to language (#​2065)
  • fix(Node): Adds SCSS build (#​2079)
  • fix(Rust): update keywords (#​2052)
  • fix(Stata): Added keywords for the meta-analysis suite introduced in Stata 16 (#​2081)
  • fix(Bash): escape double quotes (#​2048)

v9.15.8

Compare Source

New languages:
none.
New styles:
none.
Improvements:

  • fix(bash): revert escaped double quotes - broke Firefox/Safari.

v9.15.7

Compare Source

New languages:
none.
New styles:
none.
Improvements:

  • fix(powershell): Add cmdlets (#​2022)
  • fix(Bash): escaped double quotes (#​2041)
  • fix(c++): add aliases 'hh', 'hxx', 'cxx' (#​2017)
  • fix(ini/toml): Support comments on the same line. (#​2039)
  • fix(JSX): not rendering well in a function without parentheses. (#​2024)
  • fix(LiveCode): language definition update (#​2021)
  • fix(markdown): indented lists (#​2004)
  • fix(styles/school-book): don't style all the pre, use .hljs instead (#​2034)
  • fix(JSX): Modify JSX tag detection to use XML language regex in place of simplistic \w+

v9.15.6

Compare Source

New languages:
none.
New styles:
none.
Improvements:

  • Move dependencies to be devDependencies.
  • Fixed security issues in dev dependencies.

v9.15.5

Compare Source

New languages:
none.
New styles:
none.
Improvements:
🔥 Hot fix: updated build tool.

v9.15.4

Compare Source

New languages:
none.
New styles:
none.
Improvements:
🔥 Hot fix: reverted hljs cli build tool, as it was causing issues with install.

v9.15.2

Compare Source

New languages:
none.
New styles:
none.
Improvements:
🔥 Hot fix that was preventing highlight.js from installing.

v9.15.1

Compare Source

New languages:
none.
New styles:
none.
Improvements:

  • support for ruby's squiggly heredoc (#​2049)
  • support css custom properties (#​2082)
  • fix(PureBASIC): update to 5.60 (#​1508)
  • fix(Kotlin): parenthesized types in function declaration (#​2107)
  • fix(Kotlin): nested comment (#​2104)
  • fix(isbl): contains key typo (#​2103)
  • fix(github-gist.css): match Github styles (#​2100)
  • fix(elm): update to latest elm syntax (#​2088)
  • fix: Support highlighting inline HTML and CSS tagged template strings in JS and TS (#​2105)
  • feat(YAML): add YAML to common languages (#​1952)
  • feat(xml): Add support for Windows Script File (.wsf), inline VBScript in XML script tags (#​1690)

v9.14.2

Compare Source

New languages:
none.
New styles:
none.
Improvements:

  • Gauss fixed to stop global namespace pollution Scott Hyndman.
  • fix(Tcl): removed apostrophe string delimiters (don't exist)

v9.14.1

Compare Source

New languages:
none.
New styles:
none.
Improvements:

  • Pony: language improvements (#​1958)

v9.13.1

Compare Source

Improvements:

  • C# function declarations no longer include trailing whitespace, by JeremyTCD
  • Added new and missing keywords to AngelScript, by Melissa Geels
  • TypeScript decorator factories highlighting fix, by Antoine Boisier-Michaud
  • Added support for multiline strings to Swift, by Alejandro Isaza
  • Fixed issue that was causing some minifiers to fail.
  • Fixed autoDetection to accept language aliases.

v9.13.0

Compare Source

New languages:

New styles:

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 Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [highlight.js](http://highlightjs.org) ([source](https://github.com/highlightjs/highlight.js)) | minor | `9.12.0` -> `9.18.5` | --- ### Release Notes <details> <summary>highlightjs/highlight.js (highlight.js)</summary> ### [`v9.18.1`](https://github.com/highlightjs/highlight.js/blob/HEAD/CHANGES.md#Version-9181) [Compare Source](https://github.com/highlightjs/highlight.js/compare/9.18.0...9.18.1) Grammar Improvements: - bug(coffeescript) fix freezing bug due to badly behaved regex ([#&#8203;2376](https://github.com/highlightjs/highlight.js/issues/2376)) [Josh Goebel][] [Josh Goebel]: https://github.com/joshgoebel ### [`v9.18.0`](https://github.com/highlightjs/highlight.js/blob/HEAD/CHANGES.md#Version-9180) [Compare Source](https://github.com/highlightjs/highlight.js/compare/9.17.1...9.18.0) New languages: - none. New themes: - none. Core Changes: - none. Language Improvements: - (javascript) fix JSX self-closing tag issues ([#&#8203;2322](https://github.com/highlightjs/highlight.js/issues/2322)) [Josh Goebel][] - (fortran) added `block` and `endblock` keywords ([#&#8203;2343](https://github.com/highlightjs/highlight.js/issues/2343)) [Philipp Engel][] - (javascript) support jsx fragments ([#&#8203;2333](https://github.com/highlightjs/highlight.js/issues/2333)) [Josh Goebel][] - (ini) support TOML arrays, clean up grammar ([#&#8203;2335](https://github.com/highlightjs/highlight.js/issues/2335)) [Josh Goebel][] - (vbnet) add nameof operator to the keywords ([#&#8203;2329](https://github.com/highlightjs/highlight.js/issues/2329)) [Youssef Victor][] - (stan) updated with improved coverage of language keywords and patterns. ([#&#8203;1829](https://github.com/highlightjs/highlight.js/issues/1829)) [Jeffrey Arnold][] - enh(cpp) Detect namespaced function types (`A::typeName func(...)`) ([#&#8203;2332](https://github.com/highlightjs/highlight.js/issues/2332)) [Josh Goebel][] - enh(cpp) Detect namespaced functions also (`A::functionName`) ([#&#8203;2332](https://github.com/highlightjs/highlight.js/issues/2332)) [Josh Goebel][] - enh(cpp) Properly detect decltype(auto) ([#&#8203;2332](https://github.com/highlightjs/highlight.js/issues/2332)) [Josh Goebel][] - enh(cpp) recognize primitive types (`int8_t`, etc.) as function types ([#&#8203;2332](https://github.com/highlightjs/highlight.js/issues/2332)) [Josh Goebel][] Developer Tools: - feat(developer): add button to show parsed structure ([#&#8203;2345](https://github.com/highlightjs/highlight.js/issues/2345)) [Nils Knappmeier][] [Jeffrey Arnold]: https://github.com/jrnold [Josh Goebel]: https://github.com/joshgoebel [Philipp Engel]: https://github.com/interkosmos [Youssef Victor]: https://github.com/Youssef1313 [Nils Knappmeier]: https://github.com/nknapp ### [`v9.17.1`](https://github.com/highlightjs/highlight.js/blob/HEAD/CHANGES.md#Version-9171) [Compare Source](https://github.com/highlightjs/highlight.js/compare/9.17.0...9.17.1) Fixes: - fix(parser): resolve IE 11 issue with Object.freeze() ([#&#8203;2319](https://github.com/highlightjs/highlight.js/issues/2319)) [Josh Goebel][] [Josh Goebel]: https://github.com/joshgoebel ### [`v9.17.0`](https://github.com/highlightjs/highlight.js/blob/HEAD/CHANGES.md#Version-9170) [Compare Source](https://github.com/highlightjs/highlight.js/compare/9.16.2...9.17.0) New languages: - none. New themes: - *Gradient Dark* by [Samia Ali][] Core Improvements: - chore(parser): switch from `createElementNS` to `createElement` ([#&#8203;2314](https://github.com/highlightjs/highlight.js/issues/2314)) [Josh Goebel][] - enh(parser): add better error when a language requirement is missing ([#&#8203;2311](https://github.com/highlightjs/highlight.js/issues/2311)) [Josh Goebel][] - fix(parser/docs): disallow `self` mode at the top-level of a language ([#&#8203;2294](https://github.com/highlightjs/highlight.js/issues/2294)) [Josh Goebel][] - enh(parser) add safe & debug modes. Better error handling for crash conditions. ([#&#8203;2286](https://github.com/highlightjs/highlight.js/issues/2286)) [Josh Goebel][] - fix(parser): Fix merger HTML attribute quoting ([#&#8203;2235](https://github.com/highlightjs/highlight.js/issues/2235)) [Josh Goebel][] - fix(parser): Look-ahead regex now work for end matches also ([#&#8203;2237](https://github.com/highlightjs/highlight.js/issues/2237)) [Josh Goebel][] - fix(parser): Better errors when a language is missing ([#&#8203;2236](https://github.com/highlightjs/highlight.js/issues/2236)) [Josh Goebel][] - fix(parser): freeze built-in modes to prevent grammars altering them ([#&#8203;2271](https://github.com/highlightjs/highlight.js/issues/2271)) [Josh Goebel][] - fix(themes): fix inconsistencies between some themes padding/spacing ([#&#8203;2300](https://github.com/highlightjs/highlight.js/issues/2300)) [Josh Goebel][] - ehh(build) Add CI check for building a "use strict" safe rollup package from NPM builds ([#&#8203;2247](https://github.com/highlightjs/highlight.js/issues/2247)) [Josh Goebel][] - fix(pkg): Prefix global addEventListener with window to be able to minify with closure compiler ([#&#8203;2305](https://github.com/highlightjs/highlight.js/issues/2305)) [Kirill Saksin]() Language Improvements: - fix(sql): backslash is not used to escape in strings in standard SQL ([#&#8203;1748](https://github.com/highlightjs/highlight.js/issues/1748)) [Mike Schall][] - enh(ebnf) add backticks as additional string variant ([#&#8203;2290](https://github.com/highlightjs/highlight.js/issues/2290)) [Chris Marchesi][] - chore(javascript): add esm related extensions to aliases ([#&#8203;2298](https://github.com/highlightjs/highlight.js/issues/2298)) [Rongjian Zhang][] - fix(kotlin): fix termination of """ string literals ([#&#8203;2295](https://github.com/highlightjs/highlight.js/issues/2295)) [Josh Goebel][] - fix(mercury): don't change global STRING modes ([#&#8203;2271](https://github.com/highlightjs/highlight.js/issues/2271)) [Josh Goebel][] - enh(xml) expand and improve document type highlighting ([#&#8203;2287](https://github.com/highlightjs/highlight.js/issues/2287)) [w3suli][] - enh(ebnf) add underscore as allowed meta identifier character, and dot as terminator ([#&#8203;2281](https://github.com/highlightjs/highlight.js/issues/2281)) [Chris Marchesi][] - fix(makefile) fix double relevance for assigns, improves auto-detection ([#&#8203;2278](https://github.com/highlightjs/highlight.js/issues/2278)) [Josh Goebel][] - enh(xml) support for highlighting entities ([#&#8203;2260](https://github.com/highlightjs/highlight.js/issues/2260)) [w3suli][] - enh(gml) fix naming of keyword class (consistency fix) ([#&#8203;2254](https://github.com/highlightjs/highlight.js/issues/2254)) [Liam Nobel][] - enh(javascript): Add support for jsdoc comments ([#&#8203;2245](https://github.com/highlightjs/highlight.js/issues/2245)) [Milutin Kristofic][] - fix(python) fix `if` getting confused as an f-string ([#&#8203;2200](https://github.com/highlightjs/highlight.js/issues/2200)) [Josh Goebel][] and [Carl Baxter][] - enh(powershell) major overhaul, huge improvements ([#&#8203;2224](https://github.com/highlightjs/highlight.js/issues/2224)) - enh(css) Improve [@&#8203;rule](https://github.com/rule) highlighting, including properties ([#&#8203;2241](https://github.com/highlightjs/highlight.js/issues/2241)) [Josh Goebel][] - enh(css) Improve highlighting of numbers inside expr/func `calc(2px+3px)` ([#&#8203;2241](https://github.com/highlightjs/highlight.js/issues/2241)) - enh(scss) Pull some of the CSS improvements back into SCSS ([#&#8203;2241](https://github.com/highlightjs/highlight.js/issues/2241)) - fix(go): Fix escaped character literals ([#&#8203;2266](https://github.com/highlightjs/highlight.js/issues/2266)) [David Benjamin][] - fix(objectivec): Fix various preprocessor highlighting issues ([#&#8203;2265](https://github.com/highlightjs/highlight.js/issues/2265)) [David Benjamin][] - fix(objectivec): Handle multibyte character literals ([#&#8203;2268](https://github.com/highlightjs/highlight.js/issues/2268)) [David Benjamin][] - enh(cpp): Add additional keywords ([#&#8203;2289](https://github.com/highlightjs/highlight.js/issues/2289)) [Adrian Ostrowski][] [Josh Goebel]: https://github.com/joshgoebel [Liam Nobel]: https://github.com/liamnobel [Carl Baxter]: https://github.com/cdbax [Milutin Kristofic]: https://github.com/milutin [w3suli]: https://github.com/w3suli [David Benjamin]: https://github.com/davidben [Chris Marchesi]: https://github.com/vancluever [Adrian Ostrowski]: https://github.com/aostrowski [Rongjian Zhang]: https://github.com/pd4d10 [Mike Schall]: https://github.com/schallm [Kirill Saksin]: https://github.com/saksmt [Samia Ali]: https://github.com/samiaab1990 [Erik Demaine]: https://github.com/edemaine ### [`v9.16.2`](https://github.com/highlightjs/highlight.js/blob/HEAD/CHANGES.md#Version-9162) [Compare Source](https://github.com/highlightjs/highlight.js/compare/9.16.1...9.16.2) New languages: none. New styles: none. Improvements: - fix(arduino) Resolves issue with arduino.js not being "use strict" safe ([#&#8203;2247](https://github.com/highlightjs/highlight.js/issues/2247)) ### [`v9.16.1`](https://github.com/highlightjs/highlight.js/blob/HEAD/CHANGES.md#Version-9161) [Compare Source](https://github.com/highlightjs/highlight.js/compare/9.15.10...9.16.1) New languages: none. New styles: - *Night Owl* by [Carl Baxter][] Improvements: - Add CLI tool to quickly check for relevance conflicts [Mark Ellis][] ([#&#8203;1554](https://github.com/highlightjs/highlight.js/issues/1554)) - enhance(twig) update list of filter and tags ([#&#8203;2090](https://github.com/highlightjs/highlight.js/issues/2090)) - fix(crystal): correctly highlight `!~` method definition ([#&#8203;2222](https://github.com/highlightjs/highlight.js/issues/2222)) - fix dropping characters if we choke up on a 0-width match ([#&#8203;2219](https://github.com/highlightjs/highlight.js/issues/2219)) - (accesslog) improve accesslog relevancy scoring ([#&#8203;2172](https://github.com/highlightjs/highlight.js/issues/2172)) - fix(shell): fix parsing of prompts with forward slash ([#&#8203;2218](https://github.com/highlightjs/highlight.js/issues/2218)) - improve parser to properly support look-ahead regex in begin matchers ([#&#8203;2135](https://github.com/highlightjs/highlight.js/issues/2135)) - blacklist super-common keywords from having relevance ([#&#8203;2179](https://github.com/highlightjs/highlight.js/issues/2179)) - fix(swift): support for `@dynamicMemberLookup` and `@propertyWrapper` ([#&#8203;2202](https://github.com/highlightjs/highlight.js/issues/2202)) - fix: `endWithParent` inside `starts` now always works ([#&#8203;2201](https://github.com/highlightjs/highlight.js/issues/2201)) - fix(typescript): constructor in declaration doesn't break highlighting - fix(typescript): only match function keyword as a separate identifier ([#&#8203;2191](https://github.com/highlightjs/highlight.js/issues/2191)) - feature(arduino) make arduino a super-set of cpp grammar - fix(javascript): fix object attributes immediately following line comments - fix(xml): remove `vbscript` as potential script tag subLanguage - fix(Elixir): improve regex for numbers - fix(YAML): improve matching for keys, blocks and numbers - fix(Pony): improve regex for numbers - fix(handlebars): add support for raw-blocks, and triple-mustaches([#&#8203;2175](https://github.com/highlightjs/highlight.js/issues/2175)) - fix(handlebars): fix parsing of block-comments containing closing mustaches ([#&#8203;2175](https://github.com/highlightjs/highlight.js/issues/2175)) - fix(handlebars): add support for segment-literal notation, and escaped mustaches ([#&#8203;2184](https://github.com/highlightjs/highlight.js/issues/2184)) - JSON: support for comments in JSON ([#&#8203;2016](https://github.com/highlightjs/highlight.js/issues/2016)) - fix(cpp): improve string literal matching - fix(highlight.js): omit empty span-tags in the output ([#&#8203;2182](https://github.com/highlightjs/highlight.js/issues/2182)) - fix(Go): improve function declaration matching - fix(python): added support for f-string literal curly braces ([#&#8203;2195](https://github.com/highlightjs/highlight.js/issues/2195)) - fix(cpp): add `future` built-in ([#&#8203;1610](https://github.com/highlightjs/highlight.js/issues/1610)) - fix(python): support comments within function parameters ([#&#8203;2214](https://github.com/highlightjs/highlight.js/issues/2214)) [Carl Baxter]: https://github.com/cdbax [Mark Ellis]: https://github.com/ellismarkf ### [`v9.15.10`](https://github.com/highlightjs/highlight.js/blob/HEAD/CHANGES.md#Version-91510) [Compare Source](https://github.com/highlightjs/highlight.js/compare/9.15.9...9.15.10) New languages: none. New styles: none. Improvements: - support for ruby's squiggly heredoc ([#&#8203;2049](https://github.com/highlightjs/highlight.js/issues/2049)) - support css custom properties ([#&#8203;2082](https://github.com/highlightjs/highlight.js/issues/2082)) - fix(PureBASIC): update to 5.60 ([#&#8203;1508](https://github.com/highlightjs/highlight.js/issues/1508)) - fix(Kotlin): parenthesized types in function declaration ([#&#8203;2107](https://github.com/highlightjs/highlight.js/issues/2107)) - fix(Kotlin): nested comment ([#&#8203;2104](https://github.com/highlightjs/highlight.js/issues/2104)) - fix(isbl): contains key typo ([#&#8203;2103](https://github.com/highlightjs/highlight.js/issues/2103)) - fix(github-gist.css): match Github styles ([#&#8203;2100](https://github.com/highlightjs/highlight.js/issues/2100)) - fix(elm): update to latest elm syntax ([#&#8203;2088](https://github.com/highlightjs/highlight.js/issues/2088)) - fix: Support highlighting inline HTML and CSS tagged template strings in JS and TS ([#&#8203;2105](https://github.com/highlightjs/highlight.js/issues/2105)) - feat(YAML): add YAML to common languages ([#&#8203;1952](https://github.com/highlightjs/highlight.js/issues/1952)) - feat(xml): Add support for Windows Script File (.wsf), inline VBScript in XML `script` tags ([#&#8203;1690](https://github.com/highlightjs/highlight.js/issues/1690)) ### [`v9.15.9`](https://github.com/highlightjs/highlight.js/blob/HEAD/CHANGES.md#Version-9159) [Compare Source](https://github.com/highlightjs/highlight.js/compare/9.15.8...9.15.9) Improvements: - fix(AutoHotkey): order and extended highlighting ([#&#8203;1579](https://github.com/highlightjs/highlight.js/issues/1579)) - fix(Go): correctly highlight hex numbers, rather than stopping at last 'd' or 'f'. ([#&#8203;2060](https://github.com/highlightjs/highlight.js/issues/2060)) - fix(Mathematica): Improvements to language ([#&#8203;2065](https://github.com/highlightjs/highlight.js/issues/2065)) - fix(Node): Adds SCSS build ([#&#8203;2079](https://github.com/highlightjs/highlight.js/issues/2079)) - fix(Rust): update keywords ([#&#8203;2052](https://github.com/highlightjs/highlight.js/issues/2052)) - fix(Stata): Added keywords for the meta-analysis suite introduced in Stata 16 ([#&#8203;2081](https://github.com/highlightjs/highlight.js/issues/2081)) - fix(Bash): escape double quotes ([#&#8203;2048](https://github.com/highlightjs/highlight.js/issues/2048)) ### [`v9.15.8`](https://github.com/highlightjs/highlight.js/blob/HEAD/CHANGES.md#Version-9158) [Compare Source](https://github.com/highlightjs/highlight.js/compare/9.15.7...9.15.8) New languages: none. New styles: none. Improvements: - fix(bash): revert escaped double quotes - broke Firefox/Safari. ### [`v9.15.7`](https://github.com/highlightjs/highlight.js/blob/HEAD/CHANGES.md#Version-9157) [Compare Source](https://github.com/highlightjs/highlight.js/compare/9.15.6...9.15.7) New languages: none. New styles: none. Improvements: - fix(powershell): Add cmdlets ([#&#8203;2022](https://github.com/highlightjs/highlight.js/issues/2022)) - fix(Bash): escaped double quotes ([#&#8203;2041](https://github.com/highlightjs/highlight.js/issues/2041)) - fix(c++): add aliases 'hh', 'hxx', 'cxx' ([#&#8203;2017](https://github.com/highlightjs/highlight.js/issues/2017)) - fix(ini/toml): Support comments on the same line. ([#&#8203;2039](https://github.com/highlightjs/highlight.js/issues/2039)) - fix(JSX): not rendering well in a function without parentheses. ([#&#8203;2024](https://github.com/highlightjs/highlight.js/issues/2024)) - fix(LiveCode): language definition update ([#&#8203;2021](https://github.com/highlightjs/highlight.js/issues/2021)) - fix(markdown): indented lists ([#&#8203;2004](https://github.com/highlightjs/highlight.js/issues/2004)) - fix(styles/school-book): don't style all the pre, use .hljs instead ([#&#8203;2034](https://github.com/highlightjs/highlight.js/issues/2034)) - fix(JSX): Modify JSX tag detection to use XML language regex in place of simplistic \w+ ### [`v9.15.6`](https://github.com/highlightjs/highlight.js/blob/HEAD/CHANGES.md#Version-9156) [Compare Source](https://github.com/highlightjs/highlight.js/compare/9.15.5...9.15.6) New languages: none. New styles: none. Improvements: - Move dependencies to be devDependencies. - Fixed security issues in dev dependencies. ### [`v9.15.5`](https://github.com/highlightjs/highlight.js/blob/HEAD/CHANGES.md#Version-9155) [Compare Source](https://github.com/highlightjs/highlight.js/compare/9.15.4...9.15.5) New languages: none. New styles: none. Improvements: 🔥 Hot fix: updated build tool. ### [`v9.15.4`](https://github.com/highlightjs/highlight.js/blob/HEAD/CHANGES.md#Version-9154) [Compare Source](https://github.com/highlightjs/highlight.js/compare/9.15.2...9.15.4) New languages: none. New styles: none. Improvements: 🔥 Hot fix: reverted hljs cli build tool, as it was causing issues with install. ### [`v9.15.2`](https://github.com/highlightjs/highlight.js/blob/HEAD/CHANGES.md#Version-9152) [Compare Source](https://github.com/highlightjs/highlight.js/compare/9.15.1...9.15.2) New languages: none. New styles: none. Improvements: 🔥 Hot fix that was preventing highlight.js from installing. ### [`v9.15.1`](https://github.com/highlightjs/highlight.js/blob/HEAD/CHANGES.md#Version-91510) [Compare Source](https://github.com/highlightjs/highlight.js/compare/9.14.2...9.15.1) New languages: none. New styles: none. Improvements: - support for ruby's squiggly heredoc ([#&#8203;2049](https://github.com/highlightjs/highlight.js/issues/2049)) - support css custom properties ([#&#8203;2082](https://github.com/highlightjs/highlight.js/issues/2082)) - fix(PureBASIC): update to 5.60 ([#&#8203;1508](https://github.com/highlightjs/highlight.js/issues/1508)) - fix(Kotlin): parenthesized types in function declaration ([#&#8203;2107](https://github.com/highlightjs/highlight.js/issues/2107)) - fix(Kotlin): nested comment ([#&#8203;2104](https://github.com/highlightjs/highlight.js/issues/2104)) - fix(isbl): contains key typo ([#&#8203;2103](https://github.com/highlightjs/highlight.js/issues/2103)) - fix(github-gist.css): match Github styles ([#&#8203;2100](https://github.com/highlightjs/highlight.js/issues/2100)) - fix(elm): update to latest elm syntax ([#&#8203;2088](https://github.com/highlightjs/highlight.js/issues/2088)) - fix: Support highlighting inline HTML and CSS tagged template strings in JS and TS ([#&#8203;2105](https://github.com/highlightjs/highlight.js/issues/2105)) - feat(YAML): add YAML to common languages ([#&#8203;1952](https://github.com/highlightjs/highlight.js/issues/1952)) - feat(xml): Add support for Windows Script File (.wsf), inline VBScript in XML `script` tags ([#&#8203;1690](https://github.com/highlightjs/highlight.js/issues/1690)) ### [`v9.14.2`](https://github.com/highlightjs/highlight.js/blob/HEAD/CHANGES.md#Version-9142) [Compare Source](https://github.com/highlightjs/highlight.js/compare/9.14.1...9.14.2) New languages: none. New styles: none. Improvements: - *Gauss* fixed to stop global namespace pollution [Scott Hyndman][]. - fix(Tcl): removed apostrophe string delimiters (don't exist) [Scott Hyndman]: https://github.com/shyndman ### [`v9.14.1`](https://github.com/highlightjs/highlight.js/blob/HEAD/CHANGES.md#Version-9141) [Compare Source](https://github.com/highlightjs/highlight.js/compare/9.13.1...9.14.1) New languages: none. New styles: none. Improvements: - Pony: language improvements ([#&#8203;1958](https://github.com/highlightjs/highlight.js/issues/1958)) ### [`v9.13.1`](https://github.com/highlightjs/highlight.js/blob/HEAD/CHANGES.md#Version-9131) [Compare Source](https://github.com/highlightjs/highlight.js/compare/9.13.0...9.13.1) Improvements: - *C#* function declarations no longer include trailing whitespace, by [JeremyTCD][] - Added new and missing keywords to *AngelScript*, by [Melissa Geels][] - *TypeScript* decorator factories highlighting fix, by [Antoine Boisier-Michaud][] - Added support for multiline strings to *Swift*, by [Alejandro Isaza][] - Fixed issue that was causing some minifiers to fail. - Fixed `autoDetection` to accept language aliases. [JeremyTCD]: https://github.com/JeremyTCD [Melissa Geels]: https://github.com/codecat [Antoine Boisier-Michaud]: https://github.com/Aboisier [Alejandro Isaza]: https://github.com/alejandro-isaza ### [`v9.13.0`](https://github.com/highlightjs/highlight.js/blob/HEAD/CHANGES.md#Version-9130) [Compare Source](https://github.com/highlightjs/highlight.js/compare/9.12.0...9.13.0) New languages: - *ArcGIS Arcade* by [John Foster][] - *AngelScript* by [Melissa Geels][] - *GML* by [meseta][] - *isbl* built-in language DIRECTUM and Conterra by [Dmitriy Tarasov][]. - *PostgreSQL* SQL dialect and PL/pgSQL language by [Egor Rogov][]. - *ReasonML* by [Gidi Meir Morris][] - *SAS* by [Mauricio Caceres Bravo][] - *Plaintext* by [Egor Rogov][] - *.properties* by [bostko][] and [Egor Rogov][] New styles: - *a11y-dark theme* by [Eric Bailey][] - *a11y-light theme* by [Eric Bailey][] - *An Old Hope* by [Gustavo Costa][] - *Atom One Dark Reasonable* by [Gidi Meir Morris][] - *isbl editor dark* by [Dmitriy Tarasov][] - *isbl editor light* by [Dmitriy Tarasov][] - *Lightfair* by [Tristian Kelly][] - [*Nord*][nord-highlightjs] by [Arctic Ice Studio][] - *[🦄 Shades of Purple](https://github.com/ahmadawais/Shades-of-Purple-HighlightJS)* by [Ahmad Awais][] Improvements: - New attribute `endSameAsBegin` for nested constructs with variable names by [Egor Rogov][]. - *Python* highlighting of escaped quotes fixed by [Harmon][] - *PHP*: Added alias for php7, by [Vijaya Chandran Mani][] - *C++* string handling, by [David Benjamin][] - *Swift* Add `@objcMembers` to `@attributes`, by [Berk Çebi][] - Infrastructural changes by [Marcos Cáceres][] - Fixed metachars highighting for *NSIS* by [Jan T. Sott][] - *Yaml* highlight local tags as types by [Léo Lam][] - Improved highlighting for *Elixir* by [Piotr Kaminski][] - New attribute `disableAutodetect` for preventing autodetection by [Egor Rogov][] - *Matlab*: transpose operators and double quote strings, by [JohnC32][] and [Egor Rogov][] - Various documentation typos and improvemets by [Jimmy Wärting][], [Lutz Büch][], [bcleland][] - *Cmake* updated with new keywords and commands by [Deniz Bahadir][] [Ahmad Awais]: https://github.com/ahmadawais [Arctic Ice Studio]: https://github.com/arcticicestudio [Dmitriy Tarasov]: https://github.com/MedvedTMN [Egor Rogov]: https://github.com/egor-rogov [Eric Bailey]: https://github.com/ericwbailey [Gidi Meir Morris]: https://github.com/gmmorris [Gustavo Costa]: https://github.com/gusbemacbe [Harmon]: https://github.com/Harmon758 [Melissa Geels]: https://github.com/codecat [meseta]: https://github.com/meseta [nord-highlightjs]: https://github.com/arcticicestudio/nord-highlightjs [Tristian Kelly]: https://github.com/TristianK3604 [Vijaya Chandran Mani]: https://github.com/vijaycs85 [John Foster]: https://github.com/jf990 [David Benjamin]: https://github.com/davidben [Berk Çebi]: https://github.com/berkcebi [Mauricio Caceres Bravo]: https://github.com/mcaceresb [bostko]: https://github.com/bostko [Deniz Bahadir]: https://github.com/Bagira80 [bcleland]: https://github.com/bcleland [JohnC32]: https://github.com/JohnC32 [Lutz Büch]: https://github.com/lutz-100worte [Piotr Kaminski]: https://github.com/pkaminski [Léo Lam]: https://github.com/leoetlino [Jan T. Sott]: https://github.com/idleberg [Jimmy Wärting]: https://github.com/jimmywarting [Marcos Cáceres]: https://github.com/marcoscaceres </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45MS4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2025-01-06 11:48:49 +01:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/highlight.js-9.x:renovate/highlight.js-9.x
git checkout renovate/highlight.js-9.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff renovate/highlight.js-9.x
git checkout renovate/highlight.js-9.x
git rebase main
git checkout main
git merge --ff-only renovate/highlight.js-9.x
git checkout renovate/highlight.js-9.x
git rebase main
git checkout main
git merge --no-ff renovate/highlight.js-9.x
git checkout main
git merge --squash renovate/highlight.js-9.x
git checkout main
git merge --ff-only renovate/highlight.js-9.x
git checkout main
git merge renovate/highlight.js-9.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
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: stiebke/hugo-goa#3
No description provided.