fix(deps): update dependency highlight.js to v11.9.0 #3763

Merged
konrad merged 2 commits from renovate/highlight.js-11.x into main 2023-10-10 19:21:28 +00:00
Member

This PR contains the following updates:

Package Type Update Change
highlight.js (source) dependencies minor 11.8.0 -> 11.9.0

Release Notes

highlightjs/highlight.js (highlight.js)

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:


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 | Type | Update | Change | |---|---|---|---| | [highlight.js](https://highlightjs.org/) ([source](https://github.com/highlightjs/highlight.js)) | dependencies | minor | [`11.8.0` -> `11.9.0`](https://renovatebot.com/diffs/npm/highlight.js/11.8.0/11.9.0) | --- ### Release Notes <details> <summary>highlightjs/highlight.js (highlight.js)</summary> ### [`v11.9.0`](https://github.com/highlightjs/highlight.js/blob/HEAD/CHANGES.md#Version-1190) [Compare Source](https://github.com/highlightjs/highlight.js/compare/11.8.0...11.9.0) 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 ([#&#8203;3859](https://github.com/highlightjs/highlight.js/issues/3859)) [Brian Ward][] - fix(css) added '\_' css variable detection [Md Saad Akhtar][] - enh(groovy) add `record` and `var` as keywords [Guillaume Laforge][] Developer Tool: - (chore) Update dev tool to use the new `highlight` API. [Shah Shabbir Ahmmed][] - (enh) Auto-update the highlighted output when the language dropdown changes. [Shah Shabbir Ahmmed][] [Robert Borghese]: https://github.com/RobertBorghese [Isaac Nonato]: https://github.com/isaacnonato [Shah Shabbir Ahmmed]: https://github.com/shabbir23ah [Josh Goebel]: https://github.com/joshgoebel [Checconio]: https://github.com/Checconio [Bradley Mackey]: https://github.com/bradleymackey [mvorisek]: https://github.com/mvorisek [qoheniac]: https://github.com/qoheniac [Samuel Bishop]: https://github.com/dannflor [gondow]: https://github.com/gondow [jchavarri]: https://github.com/jchavarri [aana-h2]: https://github.com/aana-h2 [Nicholas Thompson]: https://github.com/NAThompson [Yasith Deelaka]: https://github.com/YasithD [Brian Ward]: https://github.com/WardBrian [Md Saad Akhtar]: https://github.com/akhtarmdsaad [Guillaume Laforge]: https://github.com/glaforge </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:eyJjcmVhdGVkSW5WZXIiOiIzNi42NS4xIiwidXBkYXRlZEluVmVyIjoiMzcuMTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
renovate added the
dependencies
label 2023-10-09 04:09:41 +00:00
renovate force-pushed renovate/highlight.js-11.x from 332c0abf87 to 0f7061b966 2023-10-10 14:15:43 +00:00 Compare
renovate force-pushed renovate/highlight.js-11.x from 0f7061b966 to 6128d736f6 2023-10-10 17:11:10 +00:00 Compare
konrad added 1 commit 2023-10-10 18:29:17 +00:00
continuous-integration/drone/pr Build is passing Details
7343942375
chore(deps): update lockfile
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://3763-renovate-highlight-js-11-x--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://3763-renovate-highlight-js-11-x--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
Author
Member

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ **Warning**: custom changes will be lost.
konrad merged commit 6c59b4e2d2 into main 2023-10-10 19:21:28 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.