fix(deps): update dependency highlight.js to v11 - abandoned
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| highlight.js (source) | ^10.7.1 -> ^11.0.0 |
Release Notes
highlightjs/highlight.js
v11.7.0
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
scmalias 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:
- Documentation typo fix by Eddymens
v11.6.0
Supported Node.js versions:
- (chore) Drops support for Node 12.x, which is no longer supported by Node.js.
Default build changes:
- add
wasmto default:commonbuild (#β3526) [Josh Goebel][] - add
graphqlto default:commonbuild (#β3526) [Josh Goebel][]
Grammars:
- fix(json) changed null/booleans from
keywordtoliteralshikhar13012001 - enh(gml) reorganized and added additional keywords Bluecoreg
- enh(csharp) Added support for the new
scopedkeyword in C# (#β3571) [David Pine][] - enh(scala) add
transparentkeyword 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
anykeyword (#β3515) Bradley Mackey - enh(swift) add support for
distributedkeyword 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
matchandcasekeywords Avrumy Lunger - Added 3rd party COBOL grammar to SUPPORTED_LANGUAGES Gabriel GonΓ§alves
v11.5.1: Version 11.5.1
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
sideEffectfor css and scss files, fixes #β3504
v11.5.0
Themes:
- Added
Tokyo-Night-darktheme Henri Vandersleyen - Added
Tokyo-Night-lighttheme Henri Vandersleyen - Added
panda-syntax-darktheme Annmarie Switzer - Added
panda-syntax-lighttheme Annmarie Switzer
New Grammars:
- Added GraphQL to SUPPORTED_LANGUAGES John Foster
- Added Macaulay2 to SUPPORTED_LANGUAGES Doug Torrance
Grammars:
- enh(ruby) lots of small Ruby cleanups/improvements Josh Goebel
- enh(objectivec) add
typeandvariable.languagescopes 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.promptscope 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
elseJosh 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
New Language:
- Added 3rd party Pine Script grammar to SUPPORTED_LANGUAGES Jeylani B
- Added 3rd party cURL grammar to SUPPORTED_LANGUAGES highlightjs-curl
Themes:
Defaultis now much closer WCAG AA (contrast) (#β3402) Josh GoebelDarknow meets WCAG AA (contrast) (#β3402) Josh Goebel- Added
intellij-lighttheme Pegasis - Added
felipectheme Felipe Contreras
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:
- enh(twig) update keywords list for symfony (#β3453) Matthieu Lempereur
- enh(arcade) updated to ArcGIS Arcade version 1.16 John Foster
- enh(php) Left and right-side of double colon Wojciech Kania
- enh(php) add PHP constants Wojciech Kania
- enh(php) add PHP 8.1 keywords Wojciech Kania
- fix(cpp) fix
vector<<template false positive (#β3437) Josh Goebel - enh(php) support First-class Callable Syntax (#β3427) Wojciech Kania
- enh(php) support class constructor call (#β3427) Wojciech Kania
- enh(php) support function invoke (#β3427) Wojciech Kania
- enh(php) Switch highlighter to partially case-insensitive (#β3427) Wojciech Kania
- enh(php) improve
namespaceandusehighlighting (#β3427) Josh Goebel - enh(php)
$thisis avariable.languagenow (#β3427) Josh Goebel - enh(php) add
__COMPILER_HALT_OFFSET__(#β3427) Josh Goebel - enh(js/ts) fix => async function title highlights (#β3405) Josh Goebel
- enh(twig) update keywords list (#β3415) Matthieu Lempereur
- fix(python) def, class keywords detected mid-identifier (#β3381) Josh Goebel
- fix(python) Fix recognition of numeric literals followed by keywords without whitespace (#β2985) Richard Gibson
- enh(swift) add SE-0290 unavailability condition (#β3382) Bradley Mackey
- fix(fsharp) Highlight operators, match type names only in type annotations, support quoted identifiers, and other smaller fixes. Melvyn LaΓ―ly
- enh(java) add
sealedandnon-sealedkeywords (#β3386) Bradley Mackey - enh(js/ts) improve
CLASS_REFERENCE(#β3411) Josh Goebel - enh(nsis) Update defines pattern to allow
!(#β3417) idleberg - enh(nsis) Update language strings pattern to allow
!(#β3420) idleberg - fix(stan) Updated for Stan 2.28 and other misc. improvements (#β3410)
- enh(nsis) Update variables pattern (#β3416) idleberg
- fix(clojure) Several issues with Clojure highlighting (#β3397) BjΓΆrn Ebbinghaus
- fix(clojure)
commentmacro catches more than it should (#β3395) - fix(clojure)
$in symbol breaks highlighting - fix(clojure) Add complete regex for number detection
- enh(clojure) Add character mode for character literals
- fix(clojure) Inconsistent namespaced map highlighting
- enh(clojure) Add
regexmode to regex literal - fix(clojure) Remove inconsistent/broken highlighting for metadata
- enh(clojure) Add
punctuationmode for commas.
- fix(clojure)
- fix(julia) Enable the
jldoctestalias (#β3432) Fons van der Plas
Developer Tools:
- (chore) add gzip size compression report (#β3400) Bradley Mackey
Themes:
- Modified background color in css for Gradient Light and Gradient Dark themes Samia Ali
v11.3.1
Build:
- (fix) Grammar CDN modules not generated correctly. (#β3363) Josh Goebel
v11.3.0
Build:
- add
HighlightJSnamed export (#β3295) Josh Goebel - add
.defaultnamed export to CJS builds (#β3333) Josh Goebel
Parser:
- add first rough performance testing script (#β3280) Austin Schick
- add
throwUnescapedHTMLto warn against potential HTML injection Josh Goebel - expose
regexhelper functions viahljsinjection Josh Goebel- concat
- lookahead
- either
- optional
- anyNumberOfTimes
Grammars:
- fix(ts) some complex types would classify as JSX (#β3278) Josh Goebel
- fix(js/ts) less false positives for
class X extends Y(#β3278) Josh Goebel - enh(css): add properties from several W3C (Candidate) Recommendations (#β3308)
- fix(js/ts)
Float32Arrayhighlighted incorrectly (#β3353) Josh Goebel - fix(css) single-colon psuedo-elements no longer break highlighting (#β3240) Josh Goebel
- fix(scss) single-colon psuedo-elements no longer break highlighting (#β3240) Josh Goebel
- enh(fsharp) rewrite most of the grammar, with many improvements Melvyn LaΓ―ly
- enh(go) better type highlighting, add
errortype Josh Goebel - fix(js/ts) regex inside
SUBSTis no longer highlighted Josh Goebel - fix(python) added support for unicode identifiers (#β3280) Austin Schick
- enh(css/less/stylus/scss) improve consistency of function dispatch (#β3301) Josh Goebel
- enh(css/less/stylus/scss) detect block comments more fully (#β3301) Josh Goebel
- fix(cpp) switch is a keyword (#β3312) Josh Goebel
- fix(cpp) fix
xor_eqkeyword highlighting. Denis Kovalchuk - enh(c,cpp) highlight type modifiers as type (#β3316) Josh Goebel
- enh(css/less/stylus/scss) add support for CSS Grid properties monochromer
- enh(java) add support for Java Text Block (#β3322) Teletha
- enh(scala) add missing
doandthenkeyword (#β3323) Nicolas Stucki - enh(scala) add missing
enum,exportandgivenkeywords (#β3328) Nicolas Stucki - enh(scala) remove symbol syntax and fix quoted code syntax (#β3324) Nicolas Stucki
- enh(scala) add Scala 3
extensionsoft keyword (#β3326) Nicolas Stucki - enh(scala) add Scala 3
endsoft keyword (#β3327) Nicolas Stucki - enh(scala) add
inlinesoft keyword (#β3329) Nicolas Stucki - enh(scala) add
usingsoft keyword (#β3330) Nicolas Stucki - enh(fsharp) added
f#alias (#β3337) Bahnschrift - enh(bash) added gnu core utilities (#β3342) katzeprior
- enh(nsis) add new NSIS commands (#β3351) idleberg
- fix(nsis) set
case_insensitivetotrue(#β3351) idleberg - fix(css/less/stylus/scss) highlight single-colon psuedo-elements properly (#β3240) zsoltlengyelit
- fix(css) add css hex color alpha support (#β3360) ierehon1905
v11.2.0
Build:
- fix: run Node build CSS files thru CSS processor also (#β3284) Josh Goebel
Parser:
- fix(csharp) Fix assignments flagging as functions Josh Goebel
- fix(types) Fix some type definition issues (#β3274) Josh Goebel
- fix(verilog) Fix directive handling (#β3283) Josh Goebel
- fix(verilog) Fix binary number false positives on
_(#β3283) Josh Goebel - enh(verilog)
__FILE__and__LINE__constants (#β3283) Josh Goebel - enh(verilog) tighten keyword regex (#β3283) Josh Goebel
Grammars:
- enh(swift) Add
isolated/nonisolatedkeywords (#β3296) Bradley Mackey
New Languages:
- Added 3rd party X# grammar to SUPPORTED_LANGUAGES Patrick Kruselburger
- Added 3rd party MKB grammar to SUPPORTED_LANGUAGES (#β3297) Dereavy
v11.1.0
Grammars:
- fix(csharp) add missing
catchkeyword (#β3251) Konrad Rudolph - add additional keywords to csp.js (#β3244) Elijah Conners
- feat(css) handle css variables syntax (#β3239) Thanos Karagiannis
- fix(markdown) Images with empty alt or links with empty text (#β3233) Josh Goebel
- enh(powershell) added
pwshalias (#β3236) tebeco - fix(r) fix bug highlighting examples in doc comments Konrad Rudolph
- fix(python) identifiers starting with underscore not highlighted (#β3221) Antoine Lambert
- enh(clojure) added
ednalias (#β3213) Stel Abrego - enh(elixir) much improved regular expression sigil support (#β3207) Josh Goebel
- enh(elixir) updated list of keywords (#β3212) Angelika Tyborska
- fix(elixir) fixed number detection when numbers start with a zero (#β3212) Angelika Tyborska
- fix(ps1) Flag highlighted incorrectly (#β3167) Pankaj Patil
- fix(latex) Allow wider syntax for magic comments (#β3243) Benedikt Wilde
- fix(js/ts) Constants may include numbers Josh Goebel
v11.0.1
- (fix) use console.log for .js.js deprecation warning (#β3222) Josh Goebel
- (fix) do not restrict exports from cdn-assets (#β3223) Josh Goebel
v11.0.0
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()andinitHighlightingOnLoad()deprecated. UsehighlightAll().highlightBlock(el)deprecated. UsehighlightElement(el)before:highlightBlock&after:highlightBlockcallbacks deprecated. Use equivalenthighlightElementcallbacks.highlight(languageName, code, ignoreIllegals, continuation)signature deprecated. Usehighlight(code, {language, ignoreIllegals}).- Deprecated
highlight()signature no longer supportscontinuationargument. tabReplaceoption removed. Consider a plugin.useBRoption removed. Consider a plugin or CSS.requireLanguage()removed. UsegetLanguage().endSameAsBeginmode key removed. Usehljs.END_SAME_AS_BEGIN.lexemesmode key removed. Usekeywords.$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).
schoolbookhas been updated to remove the lined background.githubupdated to better match modern GitHub (#β1616) Jan Pilzergithub-gisthas been removed in favor ofgithubJan Pilzer- Base16 named themes have been updated to their "canonical" versions
nnfxupdated 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
beginScopeandendScopeto allow separate scoping begin and end (#β3159) Josh Goebel - enh(parsed)
endScopenow supports multi-class matchers as well (#β3159) Josh Goebel - enh(parser)
highlightElementnow always tags blocks with a consistentlanguage-[name]class Josh Goebel- subLanguage
spantags now also always have thelanguage-prefix added
- subLanguage
- 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.inheritedsub-scope support Josh Goebel - adds
title.classsub-scope support (#β3078) Josh Goebel - adds
title.functionsub-scope support (#β3078) Josh Goebel - adds
beforeMatchcompiler extension (#β3078) Josh Goebel - adds
cssSelectorconfiguration option (#β3180) James Edington
Grammars:
- enh(all)
.meta-keyword=>.meta .keyword(nested scopes) (#β3167) Josh Goebel - enh(all)
.meta-string=>.meta .string(nested scopes) (#β3167) Josh Goebel - enh(swift) add
actorkeyword (#β3171) Bradley Mackey - enh(crystal) highlight variables (#β3154) Josh Goebel
- fix(ruby) Heredoc without interpolation (#β3154) Josh Goebel
- enh(swift) add
@resultBuilderattribute (#β3151) Bradley Mackey - enh(processing) added
pdealias (#β3142) Dylan McBean - enh(thrift) Use proper scope for types Josh Goebel
- enh(java) Simplified class-like matcher (#β3078) Josh Goebel
- enh(cpp) Simplified class-like matcher (#β3078) Josh Goebel
- enh(rust) Simplified class-like matcher (#β3078) Josh Goebel
- enh(actionscript) Simplified class-like matcher (#β3078) Josh Goebel
- enh(arcade)
function.title=>title.function(#β3078) Josh Goebel - enh(autoit)
function.title=>title.function(#β3078) Josh Goebel - enh(c)
function.title=>title.function(#β3078) Josh Goebel - enh(rust) support function invoke and
impl(#β3078) Josh Goebel - chore(properties) disable auto-detection #β3102 Josh Goebel
- fix(properties) fix incorrect handling of non-alphanumeric keys #β3102 [Egor Rogov][]
- enh(java) support functions with nested template types (#β2641) Josh Goebel
- enh(java) highlight types and literals separate from keywords (#β3074) Josh Goebel
- enh(shell) add alias ShellSession Ryan Mulligan
- enh(shell) consider one space after prompt as part of prompt Ryan Mulligan
- fix(nginx) fix bug with $ and @β variables Josh Goebel
- enh(nginx) improving highlighting of some sections Josh Goebel
- fix(vim) variable names may not be zero length Josh Goebel
- enh(sqf) Updated keywords to Arma 3 v2.02 (#β3084) R3voA3
- enh(sqf) Refactored function regex to match CBA component func naming scheme (#β3181) JonBons
- enh(nim) highlight types properly (not as built-ins) Josh Goebel
- (chore) throttle deprecation messages (#β3092) [Mihkel Eidast][]
- enh(c) Update keyword list for C11/C18 (#β3010) Josh Goebel
- enh(parser) highlight object properties (#β3072) Josh Goebel
- enh(javascript/typescript) highlight object properties (#β3072) Josh Goebel
- enh(haskell) add support for BinaryLiterals (#β3150) Martijn Bastiaan
- enh(haskell) add support for NumericUnderscores (#β3150) Martijn Bastiaan
- enh(haskell) add support for HexFloatLiterals (#β3150) Martijn Bastiaan
- fix(c,cpp) allow declaring multiple functions and (for C++) parenthetical initializers (#β3155) [Erik Demaine][]
- enh(rust) highlight raw byte string literals correctly (#β3173) Nico Abram
- fix(cpp) fix detection of common functions that are function templates (#β3178) Kris van Rens
- enh(cpp) add various keywords and commonly used types for hinting (#β3178) Kris van Rens
- enh(cpp) cleanup reserved keywords and type lists (#β3178) Kris van Rens
New Languages:
- Added 3rd party Glimmer grammar to SUPPORTED_LANGUAGES(#β3123) NullVoxPopuli
- Added Wren support Josh Goebel
- Added NestedText support Josh Goebel
- Added WebAssembly language grammar Josh Goebel
- Added 3rd party Splunk search processing language grammar to SUPPORTED_LANGUAGES (#β3090) Wei Su
- Added 3rd party ZenScript grammar to SUPPORTED_LANGUAGES(#β3106) Jared Luboff
- Added 3rd party Papyrus grammar to SUPPORTED_LANGUAGES(#β3125) Mike Watling
Theme Improvements:
- Added all official Base16 themes (over 150 new themes) Josh Goebel
- chore(themes) remove
builtin-nameCSS 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:
- DeviBeans Dark by Farzad Sadeghi
- GitHub Dark and GitHub Dark Dimmed Jan Pilzer
Dev Improvements:
- (chore) greatly improve match scope visualization in dev tool (#β3126) NullVoxPopuli
- (fix) CSS used for devtool needed an adjustment to fix too wide of content (#β3133) NullVoxPopuli
v10.7.3
- fix(parser) Resolves issue with missing TypeScript property Jacob Swanner
No other changes.
v10.7.2: Version 10.7.2
This is a patch release. The only change is that deprecation messages are throttled and shown only once.
- (chore) throttle deprecation messages (#β3092) Mihkel Eidast
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 is behind base branch, 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.
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.