druidfi / stonehenge

Multi-project local development environment & toolset on Docker
MIT License
61 stars 6 forks source link

Update dependency highlight.js to v9.18.5 #52

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
highlight.js (source) minor 9.15.10 -> 9.18.5

Release Notes

isagalaev/highlight.js ### [`v9.18.1`](https://togithub.com/isagalaev/highlight.js/blob/master/CHANGES.md#Version-9181) [Compare Source](https://togithub.com/isagalaev/highlight.js/compare/9.18.0...9.18.1) Grammar Improvements: - bug(coffeescript) fix freezing bug due to badly behaved regex ([#​2376](https://togithub.com/isagalaev/highlight.js/issues/2376)) [Josh Goebel][] [Josh Goebel]: https://togithub.com/joshgoebel ### [`v9.18.0`](https://togithub.com/isagalaev/highlight.js/blob/master/CHANGES.md#Version-9180) [Compare Source](https://togithub.com/isagalaev/highlight.js/compare/9.17.1...9.18.0) New languages: - none. New themes: - none. Core Changes: - none. Language Improvements: - (javascript) fix JSX self-closing tag issues ([#​2322](https://togithub.com/isagalaev/highlight.js/issues/2322)) [Josh Goebel][] - (fortran) added `block` and `endblock` keywords ([#​2343](https://togithub.com/isagalaev/highlight.js/issues/2343)) [Philipp Engel][] - (javascript) support jsx fragments ([#​2333](https://togithub.com/isagalaev/highlight.js/issues/2333)) [Josh Goebel][] - (ini) support TOML arrays, clean up grammar ([#​2335](https://togithub.com/isagalaev/highlight.js/issues/2335)) [Josh Goebel][] - (vbnet) add nameof operator to the keywords ([#​2329](https://togithub.com/isagalaev/highlight.js/issues/2329)) [Youssef Victor][] - (stan) updated with improved coverage of language keywords and patterns. ([#​1829](https://togithub.com/isagalaev/highlight.js/issues/1829)) [Jeffrey Arnold][] - enh(cpp) Detect namespaced function types (`A::typeName func(...)`) ([#​2332](https://togithub.com/isagalaev/highlight.js/issues/2332)) [Josh Goebel][] - enh(cpp) Detect namespaced functions also (`A::functionName`) ([#​2332](https://togithub.com/isagalaev/highlight.js/issues/2332)) [Josh Goebel][] - enh(cpp) Properly detect decltype(auto) ([#​2332](https://togithub.com/isagalaev/highlight.js/issues/2332)) [Josh Goebel][] - enh(cpp) recognize primitive types (`int8_t`, etc.) as function types ([#​2332](https://togithub.com/isagalaev/highlight.js/issues/2332)) [Josh Goebel][] Developer Tools: - feat(developer): add button to show parsed structure ([#​2345](https://togithub.com/isagalaev/highlight.js/issues/2345)) [Nils Knappmeier][] [Jeffrey Arnold]: https://togithub.com/jrnold [Josh Goebel]: https://togithub.com/joshgoebel [Philipp Engel]: https://togithub.com/interkosmos [Youssef Victor]: https://togithub.com/Youssef1313 [Nils Knappmeier]: https://togithub.com/nknapp ### [`v9.17.1`](https://togithub.com/isagalaev/highlight.js/blob/master/CHANGES.md#Version-9171) [Compare Source](https://togithub.com/isagalaev/highlight.js/compare/9.17.0...9.17.1) Fixes: - fix(parser): resolve IE 11 issue with Object.freeze() ([#​2319](https://togithub.com/isagalaev/highlight.js/issues/2319)) [Josh Goebel][] [Josh Goebel]: https://togithub.com/joshgoebel ### [`v9.17.0`](https://togithub.com/isagalaev/highlight.js/blob/master/CHANGES.md#Version-9170) [Compare Source](https://togithub.com/isagalaev/highlight.js/compare/9.16.2...9.17.0) New languages: - none. New themes: - *Gradient Dark* by [Samia Ali][] Core Improvements: - chore(parser): switch from `createElementNS` to `createElement` ([#​2314](https://togithub.com/isagalaev/highlight.js/issues/2314)) [Josh Goebel][] - enh(parser): add better error when a language requirement is missing ([#​2311](https://togithub.com/isagalaev/highlight.js/issues/2311)) [Josh Goebel][] - fix(parser/docs): disallow `self` mode at the top-level of a language ([#​2294](https://togithub.com/isagalaev/highlight.js/issues/2294)) [Josh Goebel][] - enh(parser) add safe & debug modes. Better error handling for crash conditions. ([#​2286](https://togithub.com/isagalaev/highlight.js/issues/2286)) [Josh Goebel][] - fix(parser): Fix merger HTML attribute quoting ([#​2235](https://togithub.com/isagalaev/highlight.js/issues/2235)) [Josh Goebel][] - fix(parser): Look-ahead regex now work for end matches also ([#​2237](https://togithub.com/isagalaev/highlight.js/issues/2237)) [Josh Goebel][] - fix(parser): Better errors when a language is missing ([#​2236](https://togithub.com/isagalaev/highlight.js/issues/2236)) [Josh Goebel][] - fix(parser): freeze built-in modes to prevent grammars altering them ([#​2271](https://togithub.com/isagalaev/highlight.js/issues/2271)) [Josh Goebel][] - fix(themes): fix inconsistencies between some themes padding/spacing ([#​2300](https://togithub.com/isagalaev/highlight.js/issues/2300)) [Josh Goebel][] - ehh(build) Add CI check for building a "use strict" safe rollup package from NPM builds ([#​2247](https://togithub.com/isagalaev/highlight.js/issues/2247)) [Josh Goebel][] - fix(pkg): Prefix global addEventListener with window to be able to minify with closure compiler ([#​2305](https://togithub.com/isagalaev/highlight.js/issues/2305)) [Kirill Saksin]() Language Improvements: - fix(sql): backslash is not used to escape in strings in standard SQL ([#​1748](https://togithub.com/isagalaev/highlight.js/issues/1748)) [Mike Schall][] - enh(ebnf) add backticks as additional string variant ([#​2290](https://togithub.com/isagalaev/highlight.js/issues/2290)) [Chris Marchesi][] - chore(javascript): add esm related extensions to aliases ([#​2298](https://togithub.com/isagalaev/highlight.js/issues/2298)) [Rongjian Zhang][] - fix(kotlin): fix termination of """ string literals ([#​2295](https://togithub.com/isagalaev/highlight.js/issues/2295)) [Josh Goebel][] - fix(mercury): don't change global STRING modes ([#​2271](https://togithub.com/isagalaev/highlight.js/issues/2271)) [Josh Goebel][] - enh(xml) expand and improve document type highlighting ([#​2287](https://togithub.com/isagalaev/highlight.js/issues/2287)) [w3suli][] - enh(ebnf) add underscore as allowed meta identifier character, and dot as terminator ([#​2281](https://togithub.com/isagalaev/highlight.js/issues/2281)) [Chris Marchesi][] - fix(makefile) fix double relevance for assigns, improves auto-detection ([#​2278](https://togithub.com/isagalaev/highlight.js/issues/2278)) [Josh Goebel][] - enh(xml) support for highlighting entities ([#​2260](https://togithub.com/isagalaev/highlight.js/issues/2260)) [w3suli][] - enh(gml) fix naming of keyword class (consistency fix) ([#​2254](https://togithub.com/isagalaev/highlight.js/issues/2254)) [Liam Nobel][] - enh(javascript): Add support for jsdoc comments ([#​2245](https://togithub.com/isagalaev/highlight.js/issues/2245)) [Milutin Kristofic][] - fix(python) fix `if` getting confused as an f-string ([#​2200](https://togithub.com/isagalaev/highlight.js/issues/2200)) [Josh Goebel][] and [Carl Baxter][] - enh(powershell) major overhaul, huge improvements ([#​2224](https://togithub.com/isagalaev/highlight.js/issues/2224)) - enh(css) Improve [@​rule](https://togithub.com/rule) highlighting, including properties ([#​2241](https://togithub.com/isagalaev/highlight.js/issues/2241)) [Josh Goebel][] - enh(css) Improve highlighting of numbers inside expr/func `calc(2px+3px)` ([#​2241](https://togithub.com/isagalaev/highlight.js/issues/2241)) - enh(scss) Pull some of the CSS improvements back into SCSS ([#​2241](https://togithub.com/isagalaev/highlight.js/issues/2241)) - fix(go): Fix escaped character literals ([#​2266](https://togithub.com/isagalaev/highlight.js/issues/2266)) [David Benjamin][] - fix(objectivec): Fix various preprocessor highlighting issues ([#​2265](https://togithub.com/isagalaev/highlight.js/issues/2265)) [David Benjamin][] - fix(objectivec): Handle multibyte character literals ([#​2268](https://togithub.com/isagalaev/highlight.js/issues/2268)) [David Benjamin][] - enh(cpp): Add additional keywords ([#​2289](https://togithub.com/isagalaev/highlight.js/issues/2289)) [Adrian Ostrowski][] [Josh Goebel]: https://togithub.com/joshgoebel [Liam Nobel]: https://togithub.com/liamnobel [Carl Baxter]: https://togithub.com/cdbax [Milutin Kristofic]: https://togithub.com/milutin [w3suli]: https://togithub.com/w3suli [David Benjamin]: https://togithub.com/davidben [Chris Marchesi]: https://togithub.com/vancluever [Adrian Ostrowski]: https://togithub.com/aostrowski [Rongjian Zhang]: https://togithub.com/pd4d10 [Mike Schall]: https://togithub.com/schallm [Kirill Saksin]: https://togithub.com/saksmt [Samia Ali]: https://togithub.com/samiaab1990 [Erik Demaine]: https://togithub.com/edemaine ### [`v9.16.2`](https://togithub.com/isagalaev/highlight.js/blob/master/CHANGES.md#Version-9162) [Compare Source](https://togithub.com/isagalaev/highlight.js/compare/9.16.1...9.16.2) New languages: none. New styles: none. Improvements: - fix(arduino) Resolves issue with arduino.js not being "use strict" safe ([#​2247](https://togithub.com/isagalaev/highlight.js/issues/2247)) ### [`v9.16.1`](https://togithub.com/isagalaev/highlight.js/blob/master/CHANGES.md#Version-9161) [Compare Source](https://togithub.com/isagalaev/highlight.js/compare/9.15.10...9.16.1) New languages: none. New styles: - *Night Owl* by [Carl Baxter][] Improvements: - Add CLI tool to quickly check for relevance conflicts [Mark Ellis][] ([#​1554](https://togithub.com/isagalaev/highlight.js/issues/1554)) - enhance(twig) update list of filter and tags ([#​2090](https://togithub.com/isagalaev/highlight.js/issues/2090)) - fix(crystal): correctly highlight `!~` method definition ([#​2222](https://togithub.com/isagalaev/highlight.js/issues/2222)) - fix dropping characters if we choke up on a 0-width match ([#​2219](https://togithub.com/isagalaev/highlight.js/issues/2219)) - (accesslog) improve accesslog relevancy scoring ([#​2172](https://togithub.com/isagalaev/highlight.js/issues/2172)) - fix(shell): fix parsing of prompts with forward slash ([#​2218](https://togithub.com/isagalaev/highlight.js/issues/2218)) - improve parser to properly support look-ahead regex in begin matchers ([#​2135](https://togithub.com/isagalaev/highlight.js/issues/2135)) - blacklist super-common keywords from having relevance ([#​2179](https://togithub.com/isagalaev/highlight.js/issues/2179)) - fix(swift): support for `@dynamicMemberLookup` and `@propertyWrapper` ([#​2202](https://togithub.com/isagalaev/highlight.js/issues/2202)) - fix: `endWithParent` inside `starts` now always works ([#​2201](https://togithub.com/isagalaev/highlight.js/issues/2201)) - fix(typescript): constructor in declaration doesn't break highlighting - fix(typescript): only match function keyword as a separate identifier ([#​2191](https://togithub.com/isagalaev/highlight.js/issues/2191)) - feature(arduino) make arduino a super-set of cpp grammar - fix(javascript): fix object attributes immediately following line comments - fix(xml): remove `vbscript` as potential script tag subLanguage - fix(Elixir): improve regex for numbers - fix(YAML): improve matching for keys, blocks and numbers - fix(Pony): improve regex for numbers - fix(handlebars): add support for raw-blocks, and triple-mustaches([#​2175](https://togithub.com/isagalaev/highlight.js/issues/2175)) - fix(handlebars): fix parsing of block-comments containing closing mustaches ([#​2175](https://togithub.com/isagalaev/highlight.js/issues/2175)) - fix(handlebars): add support for segment-literal notation, and escaped mustaches ([#​2184](https://togithub.com/isagalaev/highlight.js/issues/2184)) - JSON: support for comments in JSON ([#​2016](https://togithub.com/isagalaev/highlight.js/issues/2016)) - fix(cpp): improve string literal matching - fix(highlight.js): omit empty span-tags in the output ([#​2182](https://togithub.com/isagalaev/highlight.js/issues/2182)) - fix(Go): improve function declaration matching - fix(python): added support for f-string literal curly braces ([#​2195](https://togithub.com/isagalaev/highlight.js/issues/2195)) - fix(cpp): add `future` built-in ([#​1610](https://togithub.com/isagalaev/highlight.js/issues/1610)) - fix(python): support comments within function parameters ([#​2214](https://togithub.com/isagalaev/highlight.js/issues/2214)) [Carl Baxter]: https://togithub.com/cdbax [Mark Ellis]: https://togithub.com/ellismarkf

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.



This PR has been generated by WhiteSource Renovate. View repository job log here.

renovate[bot] commented 3 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (9.18.5). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.