Closed renovate[bot] closed 4 years ago
This pull request is being automatically deployed with ZEIT Now (learn more). To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://zeit.co/wemlion/nuxt-firekylin/9avucu2qo 🌍 Preview: https://nuxt-firekylin-git-renovate-highlightjs-9x.wemlion.now.sh
This PR contains the following updates:
9.12.0
->9.18.1
Release Notes
highlightjs/highlight.js
### [`v9.18.1`](https://togithub.com/highlightjs/highlight.js/blob/master/CHANGES.md#Version-9181) [Compare Source](https://togithub.com/highlightjs/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/highlightjs/highlight.js/issues/2376)) [Josh Goebel][] [josh goebel]: https://togithub.com/yyyc514 ### [`v9.18.0`](https://togithub.com/highlightjs/highlight.js/blob/master/CHANGES.md#Version-9180) [Compare Source](https://togithub.com/highlightjs/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/highlightjs/highlight.js/issues/2322)) [Josh Goebel][] - (fortran) added `block` and `endblock` keywords ([#2343](https://togithub.com/highlightjs/highlight.js/issues/2343)) [Philipp Engel][] - (javascript) support jsx fragments ([#2333](https://togithub.com/highlightjs/highlight.js/issues/2333)) [Josh Goebel][] - (ini) support TOML arrays, clean up grammar ([#2335](https://togithub.com/highlightjs/highlight.js/issues/2335)) [Josh Goebel][] - (vbnet) add nameof operator to the keywords ([#2329](https://togithub.com/highlightjs/highlight.js/issues/2329)) [Youssef Victor][] - (stan) updated with improved coverage of language keywords and patterns. ([#1829](https://togithub.com/highlightjs/highlight.js/issues/1829)) [Jeffrey Arnold][] - enh(cpp) Detect namespaced function types (`A::typeName func(...)`) ([#2332](https://togithub.com/highlightjs/highlight.js/issues/2332)) [Josh Goebel][] - enh(cpp) Detect namespaced functions also (`A::functionName`) ([#2332](https://togithub.com/highlightjs/highlight.js/issues/2332)) [Josh Goebel][] - enh(cpp) Properly detect decltype(auto) ([#2332](https://togithub.com/highlightjs/highlight.js/issues/2332)) [Josh Goebel][] - enh(cpp) recognize primitive types (`int8_t`, etc.) as function types ([#2332](https://togithub.com/highlightjs/highlight.js/issues/2332)) [Josh Goebel][] Developer Tools: - feat(developer): add button to show parsed structure ([#2345](https://togithub.com/highlightjs/highlight.js/issues/2345)) [Nils Knappmeier][] [jeffrey arnold]: https://togithub.com/jrnold [josh goebel]: https://togithub.com/yyyc514 [philipp engel]: https://togithub.com/interkosmos [youssef victor]: https://togithub.com/Youssef1313 [nils knappmeier]: https://togithub.com/nknapp ### [`v9.17.1`](https://togithub.com/highlightjs/highlight.js/blob/master/CHANGES.md#Version-9171) [Compare Source](https://togithub.com/highlightjs/highlight.js/compare/9.17.0...9.17.1) Fixes: - fix(parser): resolve IE 11 issue with Object.freeze() ([#2319](https://togithub.com/highlightjs/highlight.js/issues/2319)) [Josh Goebel][] [josh goebel]: https://togithub.com/yyyc514 ### [`v9.17.0`](https://togithub.com/highlightjs/highlight.js/blob/master/CHANGES.md#Version-9170) [Compare Source](https://togithub.com/highlightjs/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/highlightjs/highlight.js/issues/2314)) [Josh Goebel][] - enh(parser): add better error when a language requirement is missing ([#2311](https://togithub.com/highlightjs/highlight.js/issues/2311)) [Josh Goebel][] - fix(parser/docs): disallow `self` mode at the top-level of a language ([#2294](https://togithub.com/highlightjs/highlight.js/issues/2294)) [Josh Goebel][] - enh(parser) add safe & debug modes. Better error handling for crash conditions. ([#2286](https://togithub.com/highlightjs/highlight.js/issues/2286)) [Josh Goebel][] - fix(parser): Fix merger HTML attribute quoting ([#2235](https://togithub.com/highlightjs/highlight.js/issues/2235)) [Josh Goebel][] - fix(parser): Look-ahead regex now work for end matches also ([#2237](https://togithub.com/highlightjs/highlight.js/issues/2237)) [Josh Goebel][] - fix(parser): Better errors when a language is missing ([#2236](https://togithub.com/highlightjs/highlight.js/issues/2236)) [Josh Goebel][] - fix(parser): freeze built-in modes to prevent grammars altering them ([#2271](https://togithub.com/highlightjs/highlight.js/issues/2271)) [Josh Goebel][] - fix(themes): fix inconsistencies between some themes padding/spacing ([#2300](https://togithub.com/highlightjs/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/highlightjs/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/highlightjs/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/highlightjs/highlight.js/issues/1748)) [Mike Schall][] - enh(ebnf) add backticks as additional string variant ([#2290](https://togithub.com/highlightjs/highlight.js/issues/2290)) [Chris Marchesi][] - chore(javascript): add esm related extensions to aliases ([#2298](https://togithub.com/highlightjs/highlight.js/issues/2298)) [Rongjian Zhang][] - fix(kotlin): fix termination of """ string literals ([#2295](https://togithub.com/highlightjs/highlight.js/issues/2295)) [Josh Goebel][] - fix(mercury): don't change global STRING modes ([#2271](https://togithub.com/highlightjs/highlight.js/issues/2271)) [Josh Goebel][] - enh(xml) expand and improve document type highlighting ([#2287](https://togithub.com/highlightjs/highlight.js/issues/2287)) [w3suli][] - enh(ebnf) add underscore as allowed meta identifier character, and dot as terminator ([#2281](https://togithub.com/highlightjs/highlight.js/issues/2281)) [Chris Marchesi][] - fix(makefile) fix double relevance for assigns, improves auto-detection ([#2278](https://togithub.com/highlightjs/highlight.js/issues/2278)) [Josh Goebel][] - enh(xml) support for highlighting entities ([#2260](https://togithub.com/highlightjs/highlight.js/issues/2260)) [w3suli][] - enh(gml) fix naming of keyword class (consistency fix) ([#2254](https://togithub.com/highlightjs/highlight.js/issues/2254)) [Liam Nobel][] - enh(javascript): Add support for jsdoc comments ([#2245](https://togithub.com/highlightjs/highlight.js/issues/2245)) [Milutin Kristofic][] - fix(python) fix `if` getting confused as an f-string ([#2200](https://togithub.com/highlightjs/highlight.js/issues/2200)) [Josh Goebel][] and [Carl Baxter][] - enh(powershell) major overhaul, huge improvements ([#2224](https://togithub.com/highlightjs/highlight.js/issues/2224)) - enh(css) Improve [@rule](https://togithub.com/rule) highlighting, including properties ([#2241](https://togithub.com/highlightjs/highlight.js/issues/2241)) [Josh Goebel][] - enh(css) Improve highlighting of numbers inside expr/func `calc(2px+3px)` ([#2241](https://togithub.com/highlightjs/highlight.js/issues/2241)) - enh(scss) Pull some of the CSS improvements back into SCSS ([#2241](https://togithub.com/highlightjs/highlight.js/issues/2241)) - fix(go): Fix escaped character literals ([#2266](https://togithub.com/highlightjs/highlight.js/issues/2266)) [David Benjamin][] - fix(objectivec): Fix various preprocessor highlighting issues ([#2265](https://togithub.com/highlightjs/highlight.js/issues/2265)) [David Benjamin][] - fix(objectivec): Handle multibyte character literals ([#2268](https://togithub.com/highlightjs/highlight.js/issues/2268)) [David Benjamin][] - enh(cpp): Add additional keywords ([#2289](https://togithub.com/highlightjs/highlight.js/issues/2289)) [Adrian Ostrowski][] [josh goebel]: https://togithub.com/yyyc514 [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 ### [`v9.16.2`](https://togithub.com/highlightjs/highlight.js/blob/master/CHANGES.md#Version-9162) [Compare Source](https://togithub.com/highlightjs/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/highlightjs/highlight.js/issues/2247)) ### [`v9.16.1`](https://togithub.com/highlightjs/highlight.js/blob/master/CHANGES.md#Version-9161) [Compare Source](https://togithub.com/highlightjs/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/highlightjs/highlight.js/issues/1554)) - enhance(twig) update list of filter and tags ([#2090](https://togithub.com/highlightjs/highlight.js/issues/2090)) - fix(crystal): correctly highlight `!~` method definition ([#2222](https://togithub.com/highlightjs/highlight.js/issues/2222)) - fix dropping characters if we choke up on a 0-width match ([#2219](https://togithub.com/highlightjs/highlight.js/issues/2219)) - (accesslog) improve accesslog relevancy scoring ([#2172](https://togithub.com/highlightjs/highlight.js/issues/2172)) - fix(shell): fix parsing of prompts with forward slash ([#2218](https://togithub.com/highlightjs/highlight.js/issues/2218)) - improve parser to properly support look-ahead regex in begin matchers ([#2135](https://togithub.com/highlightjs/highlight.js/issues/2135)) - blacklist super-common keywords from having relevance ([#2179](https://togithub.com/highlightjs/highlight.js/issues/2179)) - fix(swift): support for `@dynamicMemberLookup` and `@propertyWrapper` ([#2202](https://togithub.com/highlightjs/highlight.js/issues/2202)) - fix: `endWithParent` inside `starts` now always works ([#2201](https://togithub.com/highlightjs/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/highlightjs/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/highlightjs/highlight.js/issues/2175)) - fix(handlebars): fix parsing of block-comments containing closing mustaches ([#2175](https://togithub.com/highlightjs/highlight.js/issues/2175)) - fix(handlebars): add support for segment-literal notation, and escaped mustaches ([#2184](https://togithub.com/highlightjs/highlight.js/issues/2184)) - JSON: support for comments in JSON ([#2016](https://togithub.com/highlightjs/highlight.js/issues/2016)) - fix(cpp): improve string literal matching - fix(highlight.js): omit empty span-tags in the output ([#2182](https://togithub.com/highlightjs/highlight.js/issues/2182)) - fix(Go): improve function declaration matching - fix(python): added support for f-string literal curly braces ([#2195](https://togithub.com/highlightjs/highlight.js/issues/2195)) - fix(cpp): add `future` built-in ([#1610](https://togithub.com/highlightjs/highlight.js/issues/1610)) - fix(python): support comments within function parameters ([#2214](https://togithub.com/highlightjs/highlight.js/issues/2214)) [carl baxter]: https://togithub.com/cdbax [mark ellis]: https://togithub.com/ellismarkf ### [`v9.15.10`](https://togithub.com/highlightjs/highlight.js/blob/master/CHANGES.md#Version-91510) [Compare Source](https://togithub.com/highlightjs/highlight.js/compare/9.15.9...9.15.10) New languages: none. New styles: none. Improvements: - support for ruby's squiggly heredoc ([#2049](https://togithub.com/highlightjs/highlight.js/issues/2049)) - support css custom properties ([#2082](https://togithub.com/highlightjs/highlight.js/issues/2082)) - fix(PureBASIC): update to 5.60 ([#1508](https://togithub.com/highlightjs/highlight.js/issues/1508)) - fix(Kotlin): parenthesized types in function declaration ([#2107](https://togithub.com/highlightjs/highlight.js/issues/2107)) - fix(Kotlin): nested comment ([#2104](https://togithub.com/highlightjs/highlight.js/issues/2104)) - fix(isbl): contains key typo ([#2103](https://togithub.com/highlightjs/highlight.js/issues/2103)) - fix(github-gist.css): match Github styles ([#2100](https://togithub.com/highlightjs/highlight.js/issues/2100)) - fix(elm): update to latest elm syntax ([#2088](https://togithub.com/highlightjs/highlight.js/issues/2088)) - fix: Support highlighting inline HTML and CSS tagged template strings in JS and TS ([#2105](https://togithub.com/highlightjs/highlight.js/issues/2105)) - feat(YAML): add YAML to common languages ([#1952](https://togithub.com/highlightjs/highlight.js/issues/1952)) - feat(xml): Add support for Windows Script File (.wsf), inline VBScript in XML `script` tags ([#1690](https://togithub.com/highlightjs/highlight.js/issues/1690)) ### [`v9.15.9`](https://togithub.com/highlightjs/highlight.js/blob/master/CHANGES.md#Version-9159) [Compare Source](https://togithub.com/highlightjs/highlight.js/compare/9.15.8...9.15.9) Improvements: - fix(AutoHotkey): order and extended highlighting ([#1579](https://togithub.com/highlightjs/highlight.js/issues/1579)) - fix(Go): correctly highlight hex numbers, rather than stopping at last 'd' or 'f'. ([#2060](https://togithub.com/highlightjs/highlight.js/issues/2060)) - fix(Mathematica): Improvements to language ([#2065](https://togithub.com/highlightjs/highlight.js/issues/2065)) - fix(Node): Adds SCSS build ([#2079](https://togithub.com/highlightjs/highlight.js/issues/2079)) - fix(Rust): update keywords ([#2052](https://togithub.com/highlightjs/highlight.js/issues/2052)) - fix(Stata): Added keywords for the meta-analysis suite introduced in Stata 16 ([#2081](https://togithub.com/highlightjs/highlight.js/issues/2081)) - fix(Bash): escape double quotes ([#2048](https://togithub.com/highlightjs/highlight.js/issues/2048)) ### [`v9.15.8`](https://togithub.com/highlightjs/highlight.js/blob/master/CHANGES.md#Version-9158) [Compare Source](https://togithub.com/highlightjs/highlight.js/compare/9.15.7...9.15.8) New languages: none. New styles: none. Improvements: - fix(bash): revert escaped double quotes - broke Firefox/Safari. ### [`v9.15.7`](https://togithub.com/highlightjs/highlight.js/blob/master/CHANGES.md#Version-9157) [Compare Source](https://togithub.com/highlightjs/highlight.js/compare/9.15.6...9.15.7) New languages: none. New styles: none. Improvements: - fix(powershell): Add cmdlets ([#2022](https://togithub.com/highlightjs/highlight.js/issues/2022)) - fix(Bash): escaped double quotes ([#2041](https://togithub.com/highlightjs/highlight.js/issues/2041)) - fix(c++): add aliases 'hh', 'hxx', 'cxx' ([#2017](https://togithub.com/highlightjs/highlight.js/issues/2017)) - fix(ini/toml): Support comments on the same line. ([#2039](https://togithub.com/highlightjs/highlight.js/issues/2039)) - fix(JSX): not rendering well in a function without parentheses. ([#2024](https://togithub.com/highlightjs/highlight.js/issues/2024)) - fix(LiveCode): language definition update ([#2021](https://togithub.com/highlightjs/highlight.js/issues/2021)) - fix(markdown): indented lists ([#2004](https://togithub.com/highlightjs/highlight.js/issues/2004)) - fix(styles/school-book): don't style all the pre, use .hljs instead ([#2034](https://togithub.com/highlightjs/highlight.js/issues/2034)) - fix(JSX): Modify JSX tag detection to use XML language regex in place of simplistic \\w+ ### [`v9.15.6`](https://togithub.com/highlightjs/highlight.js/blob/master/CHANGES.md#Version-9156) [Compare Source](https://togithub.com/highlightjs/highlight.js/compare/9.15.5...9.15.6) New languages: none. New styles: none. Improvements: - Move dependencies to be devDependencies. - Fixed security issues in dev dependencies. ### [`v9.15.5`](https://togithub.com/highlightjs/highlight.js/blob/master/CHANGES.md#Version-9155) [Compare Source](https://togithub.com/highlightjs/highlight.js/compare/9.15.2...9.15.5) New languages: none. New styles: none. Improvements: 🔥 Hot fix: updated build tool. ### [`v9.15.2`](https://togithub.com/highlightjs/highlight.js/blob/master/CHANGES.md#Version-9152) [Compare Source](https://togithub.com/highlightjs/highlight.js/compare/9.15.1...9.15.2) New languages: none. New styles: none. Improvements: 🔥 Hot fix that was preventing highlight.js from installing. ### [`v9.15.1`](https://togithub.com/highlightjs/highlight.js/blob/master/CHANGES.md#Version-91510) [Compare Source](https://togithub.com/highlightjs/highlight.js/compare/9.14.2...9.15.1) New languages: none. New styles: none. Improvements: - support for ruby's squiggly heredoc ([#2049](https://togithub.com/highlightjs/highlight.js/issues/2049)) - support css custom properties ([#2082](https://togithub.com/highlightjs/highlight.js/issues/2082)) - fix(PureBASIC): update to 5.60 ([#1508](https://togithub.com/highlightjs/highlight.js/issues/1508)) - fix(Kotlin): parenthesized types in function declaration ([#2107](https://togithub.com/highlightjs/highlight.js/issues/2107)) - fix(Kotlin): nested comment ([#2104](https://togithub.com/highlightjs/highlight.js/issues/2104)) - fix(isbl): contains key typo ([#2103](https://togithub.com/highlightjs/highlight.js/issues/2103)) - fix(github-gist.css): match Github styles ([#2100](https://togithub.com/highlightjs/highlight.js/issues/2100)) - fix(elm): update to latest elm syntax ([#2088](https://togithub.com/highlightjs/highlight.js/issues/2088)) - fix: Support highlighting inline HTML and CSS tagged template strings in JS and TS ([#2105](https://togithub.com/highlightjs/highlight.js/issues/2105)) - feat(YAML): add YAML to common languages ([#1952](https://togithub.com/highlightjs/highlight.js/issues/1952)) - feat(xml): Add support for Windows Script File (.wsf), inline VBScript in XML `script` tags ([#1690](https://togithub.com/highlightjs/highlight.js/issues/1690)) ### [`v9.14.2`](https://togithub.com/highlightjs/highlight.js/blob/master/CHANGES.md#Version-9142) [Compare Source](https://togithub.com/highlightjs/highlight.js/compare/9.14.1...9.14.2) New languages: none. New styles: none. Improvements: - _Gauss_ fixed to stop global namespace pollution [Scott Hyndman][]. - fix(Tcl): removed apostrophe string delimiters (don't exist) [scott hyndman]: https://togithub.com/shyndman ### [`v9.14.1`](https://togithub.com/highlightjs/highlight.js/blob/master/CHANGES.md#Version-9141) [Compare Source](https://togithub.com/highlightjs/highlight.js/compare/9.13.1...9.14.1) New languages: none. New styles: none. Improvements: - Pony: language improvements ([#1958](https://togithub.com/highlightjs/highlight.js/issues/1958)) ### [`v9.13.1`](https://togithub.com/highlightjs/highlight.js/blob/master/CHANGES.md#Version-9131) [Compare Source](https://togithub.com/highlightjs/highlight.js/compare/9.13.0...9.13.1) Improvements: - _C#_ function declarations no longer include trailing whitespace, by [JeremyTCD][] - Added new and missing keywords to _AngelScript_, by [Melissa Geels][] - _TypeScript_ decorator factories highlighting fix, by [Antoine Boisier-Michaud][] - Added support for multiline strings to _Swift_, by [Alejandro Isaza][] - Fixed issue that was causing some minifiers to fail. - Fixed `autoDetection` to accept language aliases. [jeremytcd]: https://togithub.com/JeremyTCD [melissa geels]: https://togithub.com/codecat [antoine boisier-michaud]: https://togithub.com/Aboisier [alejandro isaza]: https://togithub.com/alejandro-isaza ### [`v9.13.0`](https://togithub.com/highlightjs/highlight.js/blob/master/CHANGES.md#Version-9130) [Compare Source](https://togithub.com/highlightjs/highlight.js/compare/9.12.0...9.13.0) New languages: - _ArcGIS Arcade_ by [John Foster][] - _AngelScript_ by [Melissa Geels][] - _GML_ by [meseta][] - _isbl_ built-in language DIRECTUM and Conterra by [Dmitriy Tarasov][]. - _PostgreSQL_ SQL dialect and PL/pgSQL language by [Egor Rogov][]. - _ReasonML_ by [Gidi Meir Morris][] - _SAS_ by [Mauricio Caceres Bravo][] - _Plaintext_ by [Egor Rogov][] - _.properties_ by [bostko][] and [Egor Rogov][] New styles: - _a11y-dark theme_ by [Eric Bailey][] - _a11y-light theme_ by [Eric Bailey][] - _An Old Hope_ by [Gustavo Costa][] - _Atom One Dark Reasonable_ by [Gidi Meir Morris][] - _isbl editor dark_ by [Dmitriy Tarasov][] - _isbl editor light_ by [Dmitriy Tarasov][] - _Lightfair_ by [Tristian Kelly][] - [_Nord_][nord-highlightjs] by [Arctic Ice Studio][] - _[🦄 Shades of Purple](https://togithub.com/ahmadawais/Shades-of-Purple-HighlightJS)_ by [Ahmad Awais][] Improvements: - New attribute `endSameAsBegin` for nested constructs with variable names by [Egor Rogov][]. - _Python_ highlighting of escaped quotes fixed by [Harmon][] - _PHP_: Added alias for php7, by [Vijaya Chandran Mani][] - _C++_ string handling, by [David Benjamin][] - _Swift_ Add `@objcMembers` to `@attributes`, by [Berk Çebi][] - Infrastructural changes by [Marcos Cáceres][] - Fixed metachars highighting for _NSIS_ by [Jan T. Sott][] - _Yaml_ highlight local tags as types by [Léo Lam][] - Improved highlighting for _Elixir_ by [Piotr Kaminski][] - New attribute `disableAutodetect` for preventing autodetection by [Egor Rogov][] - _Matlab_: transpose operators and double quote strings, by [JohnC32][] and [Egor Rogov][] - Various documentation typos and improvemets by [Jimmy Wärting][], [Lutz Büch][], [bcleland][] - _Cmake_ updated with new keywords and commands by [Deniz Bahadir][] [ahmad awais]: https://togithub.com/ahmadawais [arctic ice studio]: https://togithub.com/arcticicestudio [dmitriy tarasov]: https://togithub.com/MedvedTMN [egor rogov]: https://togithub.com/egor-rogov [eric bailey]: https://togithub.com/ericwbailey [gidi meir morris]: https://togithub.com/gmmorris [gustavo costa]: https://togithub.com/gusbemacbe [harmon]: https://togithub.com/Harmon758 [melissa geels]: https://togithub.com/codecat [meseta]: https://togithub.com/meseta [nord-highlightjs]: https://togithub.com/arcticicestudio/nord-highlightjs [tristian kelly]: https://togithub.com/TristianK3604 [vijaya chandran mani]: https://togithub.com/vijaycs85 [john foster]: https://togithub.com/jf990 [david benjamin]: https://togithub.com/davidben [berk çebi]: https://togithub.com/berkcebi [mauricio caceres bravo]: https://togithub.com/mcaceresb [bostko]: https://togithub.com/bostko [deniz bahadir]: https://togithub.com/Bagira80 [bcleland]: https://togithub.com/bcleland [johnc32]: https://togithub.com/JohnC32 [lutz büch]: https://togithub.com/lutz-100worte [piotr kaminski]: https://togithub.com/pkaminski [léo lam]: https://togithub.com/leoetlino [jan t. sott]: https://togithub.com/idleberg [jimmy wärting]: https://togithub.com/jimmywarting [marcos cáceres]: https://togithub.com/marcoscaceresRenovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: 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.