druidfi / stonehenge

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

Update dependency highlight.js to v11.3.1 #57

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
highlight.js (source) minor 11.2.0 -> 11.3.1

Release Notes

isagalaev/highlight.js ### [`v11.3.1`](https://togithub.com/isagalaev/highlight.js/blob/master/CHANGES.md#Version-1131) [Compare Source](https://togithub.com/isagalaev/highlight.js/compare/11.3.0...11.3.1) Build: - (fix) Grammar CDN modules not generated correctly. ([#​3363](https://togithub.com/isagalaev/highlight.js/issues/3363)) [Josh Goebel][] [Josh Goebel]: https://togithub.com/joshgoebel ### [`v11.3.0`](https://togithub.com/isagalaev/highlight.js/blob/master/CHANGES.md#Version-1130) [Compare Source](https://togithub.com/isagalaev/highlight.js/compare/11.2.0...11.3.0) Build: - add `HighlightJS` named export ([#​3295](https://togithub.com/isagalaev/highlight.js/issues/3295)) [Josh Goebel][] - add `.default` named export to CJS builds ([#​3333](https://togithub.com/isagalaev/highlight.js/issues/3333)) [Josh Goebel][] Parser: - add first rough performance testing script ([#​3280](https://togithub.com/isagalaev/highlight.js/issues/3280)) [Austin Schick][] - add `throwUnescapedHTML` to warn against potential HTML injection [Josh Goebel][] - expose `regex` helper functions via `hljs` injection [Josh Goebel][] - concat - lookahead - either - optional - anyNumberOfTimes Grammars: - fix(ts) some complex types would classify as JSX ([#​3278](https://togithub.com/isagalaev/highlight.js/issues/3278)) [Josh Goebel][] - fix(js/ts) less false positives for `class X extends Y` ([#​3278](https://togithub.com/isagalaev/highlight.js/issues/3278)) [Josh Goebel][] - enh(css): add properties from several W3C (Candidate) Recommendations ([#​3308](https://togithub.com/isagalaev/highlight.js/issues/3308)) - fix(js/ts) `Float32Array` highlighted incorrectly ([#​3353](https://togithub.com/isagalaev/highlight.js/issues/3353)) [Josh Goebel][] - fix(css) single-colon psuedo-elements no longer break highlighting ([#​3240](https://togithub.com/isagalaev/highlight.js/issues/3240)) [Josh Goebel][] - fix(scss) single-colon psuedo-elements no longer break highlighting ([#​3240](https://togithub.com/isagalaev/highlight.js/issues/3240)) [Josh Goebel][] - enh(fsharp) rewrite most of the grammar, with many improvements [Melvyn Laïly][] - enh(go) better type highlighting, add `error` type [Josh Goebel][] - fix(js/ts) regex inside `SUBST` is no longer highlighted [Josh Goebel][] - fix(python) added support for unicode identifiers ([#​3280](https://togithub.com/isagalaev/highlight.js/issues/3280)) [Austin Schick][] - enh(css/less/stylus/scss) improve consistency of function dispatch ([#​3301](https://togithub.com/isagalaev/highlight.js/issues/3301)) [Josh Goebel][] - enh(css/less/stylus/scss) detect block comments more fully ([#​3301](https://togithub.com/isagalaev/highlight.js/issues/3301)) [Josh Goebel][] - fix(cpp) switch is a keyword ([#​3312](https://togithub.com/isagalaev/highlight.js/issues/3312)) [Josh Goebel][] - fix(cpp) fix `xor_eq` keyword highlighting. [Denis Kovalchuk][] - enh(c,cpp) highlight type modifiers as type ([#​3316](https://togithub.com/isagalaev/highlight.js/issues/3316)) [Josh Goebel][] - enh(css/less/stylus/scss) add support for CSS Grid properties [monochromer][] - enh(java) add support for Java Text Block ([#​3322](https://togithub.com/isagalaev/highlight.js/issues/3322)) [Teletha][] - enh(scala) add missing `do` and `then` keyword ([#​3323](https://togithub.com/isagalaev/highlight.js/issues/3323)) [Nicolas Stucki][] - enh(scala) add missing `enum`, `export` and `given` keywords ([#​3328](https://togithub.com/isagalaev/highlight.js/issues/3328)) [Nicolas Stucki][] - enh(scala) remove symbol syntax and fix quoted code syntax ([#​3324](https://togithub.com/isagalaev/highlight.js/issues/3324)) [Nicolas Stucki][] - enh(scala) add Scala 3 `extension` soft keyword ([#​3326](https://togithub.com/isagalaev/highlight.js/issues/3326)) [Nicolas Stucki][] - enh(scala) add Scala 3 `end` soft keyword ([#​3327](https://togithub.com/isagalaev/highlight.js/issues/3327)) [Nicolas Stucki][] - enh(scala) add `inline` soft keyword ([#​3329](https://togithub.com/isagalaev/highlight.js/issues/3329)) [Nicolas Stucki][] - enh(scala) add `using` soft keyword ([#​3330](https://togithub.com/isagalaev/highlight.js/issues/3330)) [Nicolas Stucki][] - enh(fsharp) added `f#` alias ([#​3337](https://togithub.com/isagalaev/highlight.js/issues/3337)) [Bahnschrift][] - enh(bash) added gnu core utilities ([#​3342](https://togithub.com/isagalaev/highlight.js/issues/3342)) [katzeprior][] - enh(nsis) add new NSIS commands ([#​3351](https://togithub.com/isagalaev/highlight.js/issues/3351)) [idleberg][] - fix(nsis) set `case_insensitive` to `true` ([#​3351](https://togithub.com/isagalaev/highlight.js/issues/3351)) [idleberg][] - fix(css/less/stylus/scss) highlight single-colon psuedo-elements properly ([#​3240](https://togithub.com/isagalaev/highlight.js/issues/3240)) [zsoltlengyelit][] - fix(css) add css hex color alpha support ([#​3360](https://togithub.com/isagalaev/highlight.js/issues/3360)) [ierehon1905][] [Austin Schick]: https://togithub.com/austin-schick [Josh Goebel]: https://togithub.com/joshgoebel [Denis Kovalchuk]: https://togithub.com/deniskovalchuk [monochromer]: https://togithub.com/monochromer [Teletha]: https://togithub.com/teletha [Nicolas Stucki]: https://togithub.com/nicolasstucki [Bahnschrift]: https://togithub.com/Bahnschrift [Melvyn Laïly]: https://togithub.com/mlaily [katzeprior]: https://togithub.com/katzeprior [zsoltlengyelit]: github.com/zsoltlengyelit [Syb Wartna]: https://togithub.com/waarissyb [idleberg]: https://togithub.com/idleberg [ierehon1905]: https://togithub.com/ierehon1905

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 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.