Update dependency highlight.js to v10.6.0 #407

Merged
konrad merged 1 commits from renovate/highlight.js-10.x into master 2021-02-08 20:01:40 +00:00
Member

This PR contains the following updates:

Package Type Update Change
highlight.js (source) dependencies minor 10.5.0 -> 10.6.0

Release Notes

highlightjs/highlight.js

v10.6.0

Compare Source

New Languages:

Language grammar improvements:

Grammar Deprecations:

  • Deprecate c-like, though you should not be using it directly anyways.
    • will be removed in v11.
  • c and cpp are now wholly unique grammars that will diverge over time

Parser:

  • new simpler highlightAll() API (#​2962) Josh Goebel
    • this should be a drop-in replacement for both initHighlighting() and initHighlightingOnLoad()
    • note: it does not prevent itself from being called multiple times (as the previous API did)
  • beginKeyword no longer bestows double relevance (#​2953) Josh Goebel
  • allow keywords to be an array of strings Josh Goebel
  • add modes.MATCH_NOTHING_RE that will never match
    • This can be used with end to hold a mode open (it must then be ended with endsParent in one of it's children modes) Josh Goebel

Deprecations:

  • initHighlighting() and initHighlightingOnLoad() deprecated.
    • Please use the new highlightAll() API instead.
    • Deprecated as of 10.6.
    • These will both be aliases to highlightAll in v11.

Renovate configuration

📅 Schedule: 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 | [`10.5.0` -> `10.6.0`](https://renovatebot.com/diffs/npm/highlight.js/10.5.0/10.6.0) | --- ### Release Notes <details> <summary>highlightjs/highlight.js</summary> ### [`v10.6.0`](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md#Version-1060) [Compare Source](https://github.com/highlightjs/highlight.js/compare/10.5.0...10.6.0) New Languages: - Added 3rd party Laravel Blade grammar to SUPPORTED_LANGUAGES ([#&#8203;2944](https://github.com/highlightjs/highlight.js/issues/2944)) [Michael Newton][] Language grammar improvements: - enh(scala) fix triple quoted strings ([#&#8203;2987](https://github.com/highlightjs/highlight.js/issues/2987)) [Josh Goebel][] - enh(perl) Much improved regex detection ([#&#8203;2960](https://github.com/highlightjs/highlight.js/issues/2960)) [Josh Goebel][] - enh(swift) Improved highlighting for operator and precedencegroup declarations. ([#&#8203;2938](https://github.com/highlightjs/highlight.js/issues/2938)) [Steven Van Impe][] - fix(xml) Support single-character namespaces. ([#&#8203;2957](https://github.com/highlightjs/highlight.js/issues/2957)) [Jan Pilzer][] - enh(ruby) Support for character literals ([#&#8203;2950](https://github.com/highlightjs/highlight.js/issues/2950)) [Vaibhav Chanana][] - enh(powershell) Add three VALID_VERBS and update the reference link ([#&#8203;2981](https://github.com/highlightjs/highlight.js/issues/2981)) [davidhcefx][] Grammar Deprecations: - Deprecate `c-like`, though you should not be using it directly anyways. - will be removed in v11. - `c` and `cpp` are now wholly unique grammars that will diverge over time Parser: - new simpler `highlightAll()` API ([#&#8203;2962](https://github.com/highlightjs/highlight.js/issues/2962)) [Josh Goebel][] - this should be a drop-in replacement for both `initHighlighting()` and `initHighlightingOnLoad()` - note: it does not prevent itself from being called multiple times (as the previous API did) - `beginKeyword` no longer bestows double relevance ([#&#8203;2953](https://github.com/highlightjs/highlight.js/issues/2953)) [Josh Goebel][] - allow `keywords` to be an array of strings [Josh Goebel][] - add `modes.MATCH_NOTHING_RE` that will never match - This can be used with `end` to hold a mode open (it must then be ended with `endsParent` in one of it's children modes) [Josh Goebel][] Deprecations: - `initHighlighting()` and `initHighlightingOnLoad()` deprecated. - Please use the new `highlightAll()` API instead. - Deprecated as of 10.6. - These will both be aliases to `highlightAll` in v11. [michael newton]: https://github.com/miken32 [steven van impe]: https://github.com/svanimpe/ [josh goebel]: https://github.com/joshgoebel [vaibhav chanana]: https://github.com/il3ven [davidhcefx]: https://github.com/davidhcefx </details> --- ### Renovate configuration 📅 **Schedule**: 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 added the
dependencies
label 2021-02-08 14:02:21 +00:00
renovate added 1 commit 2021-02-08 14:02:22 +00:00
continuous-integration/drone/pr Build is passing Details
967f63fd56
Update dependency highlight.js to v10.6.0
konrad merged commit edd9738ddb into master 2021-02-08 20:01:40 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.