gluons / vue-highlight.js

📜 Highlight.js syntax highlighter component for Vue.
https://git.io/vue-highlight.js
MIT License
208 stars 24 forks source link

⬆️ Bump highlight.js from 9.15.10 to 10.3.2 #64

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps highlight.js from 9.15.10 to 10.3.2.

Release notes

Sourced from highlight.js's releases.

10.3.1 hotfix

Prior version let some look-behind regex sneak in, which does not work yet on Safari. This release removes those incompatible regexes.

Fixes:

  • fix(Safari) Remove currently unsupported look-behind regex (fix) Josh Goebel

10.3.0

Lots of large and small improvements to grammars including a major rewrite of our LaTeX grammar. See CHANGES.md for full list. Thanks for the interest from StackOverflow and Octoberfest!

  • The useBR option deprecated and will be removed in v11.0.

Thanks to everyone who contributed to this release:

  • Chris Krycho
  • David Pine
  • Josh Goebel
  • Ryan Jonasson
  • Philipp Engel
  • Konrad Rudolph
  • Melissa Geels
  • Antoine du Hamel
  • Ayesh Karunaratne
  • Tom Wallace
  • schtandard

10.2.1

Version 10.2.1

Parser Engine:

  • fix(parser) complete fix for resuming matches from same index (#2678) Josh Goebel

10.2.0

Version 10.2.0

Parser Engine:

  • (fix) When ignoring a potential match highlighting can terminate early (#2649) Josh Goebel

New themes:

... (truncated)

Changelog

Sourced from highlight.js's changelog.

Version 10.3.2

Tiny tiny release, just to fix the website incorrectly not listing Javascript in the list of languages you could choose for a custom build.

  • There are no other changes.

Version 10.3.1

Prior version let some look-behind regex sneak in, which does not work yet on Safari. This release removes those incompatible regexes.

Fix:

  • fix(Safari) Remove currently unsupported look-behind regex (fix) Josh Goebel

Version 10.3.0

Language Improvements:

  • enh(latex) Complete ground up rewrite of LaTex grammar [schtandard][]
  • fix(cpp) implement backslash line continuation in comments (#2757) [Konrad Rudolph][]
  • fix(cpp) improve parsing issues with templates (#2752) Josh Goebel
  • enh(cpp) add support for enum (struct|class) and union (#2752) Josh Goebel
  • fix(js/ts) Fix nesting of {} inside template literals SUBST expression (#2748) Josh Goebel
  • enh(js/ts) Highlight class methods as functions (#2727) Josh Goebel
  • fix(js/ts) constructor is now highlighted as a function title (not keyword) (#2727) Josh Goebel
  • fix(c-like) preprocessor directives not detected after else (#2738) Josh Goebel
  • enh(javascript) allow # for private class fields (#2701) [Chris Krycho][]
  • fix(js) prevent runaway regex (#2746) Josh Goebel
  • fix(bash) enh(bash) allow nested params (#2731) Josh Goebel
  • fix(python) Fix highlighting of keywords and strings (#2713, #2715) [Konrad Rudolph][]
  • fix(fsharp) Prevent (*) from being detected as a multi-line comment Josh Goebel
  • enh(bash) add support for heredocs (#2684) Josh Goebel
  • enh(r) major overhaul of the R language grammar (and fix a few bugs) (#2680) [Konrad Rudolph][]
  • enh(csharp) Add all C# 9 keywords, and other missing keywords (#2679) [David Pine][]
  • enh(objectivec) Add objective-c++ and obj-c++ aliases for Objective-C Josh Goebel
  • enh(java) Add support for record (#2685) Josh Goebel
  • fix(csharp) prevent modifier keywords wrongly flagged as title (#2683) Josh Goebel
  • enh(axapta) Update keyword list for Axapta (X++) (#2686) [Ryan Jonasson][]
  • fix(fortran) FORTRAN 77-style comments (#2677) [Philipp Engel][]
  • fix(javascript) Comments inside params should be highlighted (#2702) Josh Goebel
  • fix(scala) Comments inside class header should be highlighted (#1559) Josh Goebel
  • fix(c-like) Correctly highlight modifiers (final) in class declaration (#2696) Josh Goebel
  • enh(angelscript) Improve heredocs, numbers, metadata blocks (#2724) [Melissa Geels][]
  • enh(javascript) Implement Numeric Separators (#2617) [Antoine du Hamel][]

... (truncated)

Commits


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[bot] commented 3 years ago

Superseded by #68.