Update dependency highlight.js to ^10.1.1
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
highlight.js (source) | dependencies | minor | ^10.1.1 | homepage, source |
Release Notes
highlightjs/highlight.js
v10.1.1
Fixes:
- Resolve issue on Node 6 due to dangling comma (#2608) Edwin Hoogerbeets
- Resolve
index.d.ts is not a module
error (#2603) Josh Goebel
v10.1.0
New themes:
Parser Engine:
- (parser) Now escapes quotes in text content when escaping HTML (#2564) Josh Goebel
- (parser) Adds
keywords.$pattern
key to grammar definitions (#2519) Josh Goebel - (parser) Adds SHEBANG utility mode Josh Goebel
- (parser) Adds
registerAliases
method (#2540) [Taufik Nurrohman][] - (enh) Added
on:begin
callback for modes (#2261) Josh Goebel - (enh) Added
on:end
callback for modes (#2261) Josh Goebel - (enh) Added ability to programatically ignore begin and end matches (#2261) Josh Goebel
- (enh) Added
END_SAME_AS_BEGIN
mode to replaceendSameAsBegin
parser attribute (#2261) Josh Goebel - (fix)
fixMarkup
would rarely destroy markup whenuseBR
was enabled (#2532) Josh Goebel
Deprecations:
-
htmlbars
grammar is now deprecated. Usehandlebars
instead. (#2344) Nils Knappmeier - when using
highlightBlock
result.re
deprecated. Useresult.relevance
instead. (#2552) Josh Goebel - ditto for
result.second_best.re
=>result.second_best.relevance
(#2552) -
lexemes
is now deprecated in favor ofkeywords.$pattern
key (#2519) Josh Goebel -
endSameAsBegin
is now deprecated. (#2261) Josh Goebel
Language Improvements:
- fix(groovy) strings are not allowed inside ternary clauses (#2217) Josh Goebel
- fix(typescript) add
readonly
keyword (#2562) Martin (Lhoerion) - fix(javascript) fix regex inside parens after a non-regex (#2530) Josh Goebel
- enh(typescript) use identifier to match potential keywords, preventing false positivites (#2519) Josh Goebel
- enh(javascript) use identifier to match potential keywords, preventing false positivites (#2519) Josh Goebel
- [enh] Add
OPTIMIZE:
andHACK:
to the labels highlighted inside comments Josh Goebel - enh(typescript/javascript/coffeescript/livescript) derive ECMAscript keywords from a common foudation (#2518) Josh Goebel
- enh(typescript) add setInterval, setTimeout, clearInterval, clearTimeout (#2514) Josh Goebel
- enh(javascript) add setInterval, setTimeout, clearInterval, clearTimeout (#2514) Vania Kucher
- enh(cpp) add
pair
,make_pair
,priority_queue
as built-ins (#2538) Hankun Lin - enh(cpp) recognize
priority_queue
pair
as cpp containers (#2541) Hankun Lin - fix(javascript) prevent
set
keyword conflicting with setTimeout, etc. (#2514) Vania Kucher - fix(cpp) Fix highlighting of unterminated raw strings (#2261) David Benjamin
- fix(javascript)
=>
function with nested()
in params now works (#2502) Josh Goebel - fix(typescript)
=>
function with nested()
in params now works (#2502) Josh Goebel - fix(yaml) Fix tags to include non-word characters (#2486) Peter Plantinga
- fix(swift)
@objcMembers
was being partially highlighted (#2543) Nick Randall - enh(dart) Add
late
andrequired
keywords, theNever
built-in type, and nullable built-in types (#2550) Sam Rawlins - enh(erlang) Add underscore separators to numeric literals (#2554) Sergey Prokhorov
- enh(handlebars) Support for sub-expressions, path-expressions, hashes, block-parameters and literals (#2344) Nils Knappmeier
- enh(protobuf) Support multiline comments (#2597) Pavel Evstigneev
- fix(toml) Improve key parsing (#2595) Antoine du Hamel
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.