Skip to content

Commit 61c1a7a

Browse files
committed
Auto merge of #4025 - rust-lang:renovate/highlight.js-11.x, r=Turbo87
Update dependency highlight.js to v11.3.1 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [highlight.js](https://highlightjs.org/) ([source](https://togithub.com/highlightjs/highlight.js)) | [`11.2.0` -> `11.3.1`](https://renovatebot.com/diffs/npm/highlight.js/11.2.0/11.3.1) | [![age](https://badges.renovateapi.com/packages/npm/highlight.js/11.3.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/highlight.js/11.3.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/highlight.js/11.3.1/compatibility-slim/11.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/highlight.js/11.3.1/confidence-slim/11.2.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>highlightjs/highlight.js</summary> ### [`v11.3.1`](https://togithub.com/highlightjs/highlight.js/blob/master/CHANGES.md#Version-1131) [Compare Source](https://togithub.com/highlightjs/highlight.js/compare/11.3.0...11.3.1) Build: - (fix) Grammar CDN modules not generated correctly. ([#&#8203;3363](https://togithub.com/highlightjs/highlight.js/issues/3363)) [Josh Goebel][] [Josh Goebel]: https://togithub.com/joshgoebel ### [`v11.3.0`](https://togithub.com/highlightjs/highlight.js/blob/master/CHANGES.md#Version-1130) [Compare Source](https://togithub.com/highlightjs/highlight.js/compare/11.2.0...11.3.0) Build: - add `HighlightJS` named export ([#&#8203;3295](https://togithub.com/highlightjs/highlight.js/issues/3295)) [Josh Goebel][] - add `.default` named export to CJS builds ([#&#8203;3333](https://togithub.com/highlightjs/highlight.js/issues/3333)) [Josh Goebel][] Parser: - add first rough performance testing script ([#&#8203;3280](https://togithub.com/highlightjs/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 ([#&#8203;3278](https://togithub.com/highlightjs/highlight.js/issues/3278)) [Josh Goebel][] - fix(js/ts) less false positives for `class X extends Y` ([#&#8203;3278](https://togithub.com/highlightjs/highlight.js/issues/3278)) [Josh Goebel][] - enh(css): add properties from several W3C (Candidate) Recommendations ([#&#8203;3308](https://togithub.com/highlightjs/highlight.js/issues/3308)) - fix(js/ts) `Float32Array` highlighted incorrectly ([#&#8203;3353](https://togithub.com/highlightjs/highlight.js/issues/3353)) [Josh Goebel][] - fix(css) single-colon psuedo-elements no longer break highlighting ([#&#8203;3240](https://togithub.com/highlightjs/highlight.js/issues/3240)) [Josh Goebel][] - fix(scss) single-colon psuedo-elements no longer break highlighting ([#&#8203;3240](https://togithub.com/highlightjs/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 ([#&#8203;3280](https://togithub.com/highlightjs/highlight.js/issues/3280)) [Austin Schick][] - enh(css/less/stylus/scss) improve consistency of function dispatch ([#&#8203;3301](https://togithub.com/highlightjs/highlight.js/issues/3301)) [Josh Goebel][] - enh(css/less/stylus/scss) detect block comments more fully ([#&#8203;3301](https://togithub.com/highlightjs/highlight.js/issues/3301)) [Josh Goebel][] - fix(cpp) switch is a keyword ([#&#8203;3312](https://togithub.com/highlightjs/highlight.js/issues/3312)) [Josh Goebel][] - fix(cpp) fix `xor_eq` keyword highlighting. [Denis Kovalchuk][] - enh(c,cpp) highlight type modifiers as type ([#&#8203;3316](https://togithub.com/highlightjs/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 ([#&#8203;3322](https://togithub.com/highlightjs/highlight.js/issues/3322)) [Teletha][] - enh(scala) add missing `do` and `then` keyword ([#&#8203;3323](https://togithub.com/highlightjs/highlight.js/issues/3323)) [Nicolas Stucki][] - enh(scala) add missing `enum`, `export` and `given` keywords ([#&#8203;3328](https://togithub.com/highlightjs/highlight.js/issues/3328)) [Nicolas Stucki][] - enh(scala) remove symbol syntax and fix quoted code syntax ([#&#8203;3324](https://togithub.com/highlightjs/highlight.js/issues/3324)) [Nicolas Stucki][] - enh(scala) add Scala 3 `extension` soft keyword ([#&#8203;3326](https://togithub.com/highlightjs/highlight.js/issues/3326)) [Nicolas Stucki][] - enh(scala) add Scala 3 `end` soft keyword ([#&#8203;3327](https://togithub.com/highlightjs/highlight.js/issues/3327)) [Nicolas Stucki][] - enh(scala) add `inline` soft keyword ([#&#8203;3329](https://togithub.com/highlightjs/highlight.js/issues/3329)) [Nicolas Stucki][] - enh(scala) add `using` soft keyword ([#&#8203;3330](https://togithub.com/highlightjs/highlight.js/issues/3330)) [Nicolas Stucki][] - enh(fsharp) added `f#` alias ([#&#8203;3337](https://togithub.com/highlightjs/highlight.js/issues/3337)) [Bahnschrift][] - enh(bash) added gnu core utilities ([#&#8203;3342](https://togithub.com/highlightjs/highlight.js/issues/3342)) [katzeprior][] - enh(nsis) add new NSIS commands ([#&#8203;3351](https://togithub.com/highlightjs/highlight.js/issues/3351)) [idleberg][] - fix(nsis) set `case_insensitive` to `true` ([#&#8203;3351](https://togithub.com/highlightjs/highlight.js/issues/3351)) [idleberg][] - fix(css/less/stylus/scss) highlight single-colon psuedo-elements properly ([#&#8203;3240](https://togithub.com/highlightjs/highlight.js/issues/3240)) [zsoltlengyelit][] - fix(css) add css hex color alpha support ([#&#8203;3360](https://togithub.com/highlightjs/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 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 3167c10 + 33481e5 commit 61c1a7a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"copy-text-to-clipboard": "3.0.1",
4545
"date-fns": "2.25.0",
4646
"fastboot-app-server": "3.0.0",
47-
"highlight.js": "11.2.0",
47+
"highlight.js": "11.3.1",
4848
"morgan": "1.10.0",
4949
"pretty-bytes": "5.6.0",
5050
"semver": "7.3.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8948,10 +8948,10 @@ heimdalljs@^0.3.0:
89488948
dependencies:
89498949
rsvp "~3.2.1"
89508950

8951-
highlight.js@11.2.0:
8952-
version "11.2.0"
8953-
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-11.2.0.tgz#a7e3b8c1fdc4f0538b93b2dc2ddd53a40c6ab0f0"
8954-
integrity sha512-JOySjtOEcyG8s4MLR2MNbLUyaXqUunmSnL2kdV/KuGJOmHZuAR5xC54Ko7goAXBWNhf09Vy3B+U7vR62UZ/0iw==
8951+
highlight.js@11.3.1:
8952+
version "11.3.1"
8953+
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-11.3.1.tgz#813078ef3aa519c61700f84fe9047231c5dc3291"
8954+
integrity sha512-PUhCRnPjLtiLHZAQ5A/Dt5F8cWZeMyj9KRsACsWT+OD6OP0x6dp5OmT5jdx0JgEyPxPZZIPQpRN2TciUT7occw==
89558955

89568956
hmac-drbg@^1.0.1:
89578957
version "1.0.1"

0 commit comments

Comments
 (0)