Skip to content

Commit 77df79a

Browse files
committed
Auto merge of #4414 - rust-lang:renovate/highlight.js-11.x, r=Turbo87
Update dependency highlight.js to v11.4.0 [![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://github.com/highlightjs/highlight.js)) | [`11.3.1` -> `11.4.0`](https://renovatebot.com/diffs/npm/highlight.js/11.3.1/11.4.0) | [![age](https://badges.renovateapi.com/packages/npm/highlight.js/11.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/highlight.js/11.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/highlight.js/11.4.0/compatibility-slim/11.3.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/highlight.js/11.4.0/confidence-slim/11.3.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>highlightjs/highlight.js</summary> ### [`v11.4.0`](https://github.com/highlightjs/highlight.js/blob/HEAD/CHANGES.md#Version-1140) [Compare Source](https://github.com/highlightjs/highlight.js/compare/11.3.1...11.4.0) New Language: - Added 3rd party Pine Script grammar to SUPPORTED_LANGUAGES [Jeylani B][] - Added 3rd party cURL grammar to SUPPORTED_LANGUAGES [highlightjs-curl](https://github.com/highlightjs/highlightjs-curl) Themes: - `Default` is now much closer WCAG AA (contrast) ([#&#8203;3402](https://github.com/highlightjs/highlight.js/issues/3402)) [Josh Goebel] - `Dark` now meets WCAG AA (contrast) ([#&#8203;3402](https://github.com/highlightjs/highlight.js/issues/3402)) [Josh Goebel] - Added `intellij-light` theme [Pegasis] These changes should be for the better and should not be super noticeable but if you're super picky about your colors you may want to intervene here or copy over the older themes from 11.3 or prior. Grammars: - enh(arcade) updated to ArcGIS Arcade version 1.16 [John Foster][] - enh(php) Left and right-side of double colon [Wojciech Kania][] - enh(php) add PHP constants [Wojciech Kania][] - enh(php) add PHP 8.1 keywords [Wojciech Kania][] - fix(cpp) fix `vector<<` template false positive ([#&#8203;3437](https://github.com/highlightjs/highlight.js/issues/3437)) [Josh Goebel][] - enh(php) support First-class Callable Syntax ([#&#8203;3427](https://github.com/highlightjs/highlight.js/issues/3427)) [Wojciech Kania][] - enh(php) support class constructor call ([#&#8203;3427](https://github.com/highlightjs/highlight.js/issues/3427)) [Wojciech Kania][] - enh(php) support function invoke ([#&#8203;3427](https://github.com/highlightjs/highlight.js/issues/3427)) [Wojciech Kania][] - enh(php) Switch highlighter to partially case-insensitive ([#&#8203;3427](https://github.com/highlightjs/highlight.js/issues/3427)) [Wojciech Kania][] - enh(php) improve `namespace` and `use` highlighting ([#&#8203;3427](https://github.com/highlightjs/highlight.js/issues/3427)) [Josh Goebel][] - enh(php) `$this` is a `variable.language` now ([#&#8203;3427](https://github.com/highlightjs/highlight.js/issues/3427)) [Josh Goebel][] - enh(php) add `__COMPILER_HALT_OFFSET__` ([#&#8203;3427](https://github.com/highlightjs/highlight.js/issues/3427)) [Josh Goebel][] - enh(js/ts) fix => async function title highlights ([#&#8203;3405](https://github.com/highlightjs/highlight.js/issues/3405)) [Josh Goebel][] - enh(twig) update keywords list ([#&#8203;3415](https://github.com/highlightjs/highlight.js/issues/3415)) [Matthieu Lempereur][] - fix(python) def, class keywords detected mid-identifier ([#&#8203;3381](https://github.com/highlightjs/highlight.js/issues/3381)) [Josh Goebel][] - fix(python) Fix recognition of numeric literals followed by keywords without whitespace ([#&#8203;2985](https://github.com/highlightjs/highlight.js/issues/2985)) [Richard Gibson][] - enh(swift) add SE-0290 unavailability condition ([#&#8203;3382](https://github.com/highlightjs/highlight.js/issues/3382)) [Bradley Mackey][] - fix(fsharp) Highlight operators, match type names only in type annotations, support quoted identifiers, and other smaller fixes. [Melvyn Laïly][] - enh(java) add `sealed` and `non-sealed` keywords ([#&#8203;3386](https://github.com/highlightjs/highlight.js/issues/3386)) [Bradley Mackey][] - enh(js/ts) improve `CLASS_REFERENCE` ([#&#8203;3411](https://github.com/highlightjs/highlight.js/issues/3411)) [Josh Goebel][] - enh(nsis) Update defines pattern to allow `!` ([#&#8203;3417](https://github.com/highlightjs/highlight.js/issues/3417)) [idleberg][] - enh(nsis) Update language strings pattern to allow `!` ([#&#8203;3420](https://github.com/highlightjs/highlight.js/issues/3420)) [idleberg][] - fix(stan) Updated for Stan 2.28 and other misc. improvements ([#&#8203;3410](https://github.com/highlightjs/highlight.js/issues/3410)) - enh(nsis) Update variables pattern ([#&#8203;3416](https://github.com/highlightjs/highlight.js/issues/3416)) [idleberg][] - fix(clojure) Several issues with Clojure highlighting ([#&#8203;3397](https://github.com/highlightjs/highlight.js/issues/3397)) [Björn Ebbinghaus][] - fix(clojure) `comment` macro catches more than it should ([#&#8203;3395](https://github.com/highlightjs/highlight.js/issues/3395)) - fix(clojure) `$` in symbol breaks highlighting - fix(clojure) Add complete regex for number detection - enh(clojure) Add character mode for character literals - fix(clojure) Inconsistent namespaced map highlighting - enh(clojure) Add `regex` mode to regex literal - fix(clojure) Remove inconsistent/broken highlighting for metadata - enh(clojure) Add `punctuation` mode for commas. - fix(julia) Enable the `jldoctest` alias ([#&#8203;3432](https://github.com/highlightjs/highlight.js/issues/3432)) [Fons van der Plas][] Developer Tools: - (chore) add gzip size compression report ([#&#8203;3400](https://github.com/highlightjs/highlight.js/issues/3400)) [Bradley Mackey][] Themes: - Modified background color in css for Gradient Light and Gradient Dark themes [Samia Ali][] [John Foster]: https://github.com/jf990 [Pegasis]: https://github.com/PegasisForever [Wojciech Kania]: https://github.com/wkania [Jeylani B]: https://github.com/jeyllani [Richard Gibson]: https://github.com/gibson042 [Bradley Mackey]: https://github.com/bradleymackey [Melvyn Laïly]: https://github.com/mlaily [Björn Ebbinghaus]: https://github.com/MrEbbinghaus [Josh Goebel]: https://github.com/joshgoebel [Samia Ali]: https://github.com/samiaab1990 [Matthieu Lempereur]: https://github.com/MrYamous [idleberg]: https://github.com/idleberg [Fons van der Plas]: https://github.com/fonsp </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, click this checkbox. --- 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 484e9fb + 884e523 commit 77df79a

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.28.0",
4646
"fastboot-app-server": "3.0.0",
47-
"highlight.js": "11.3.1",
47+
"highlight.js": "11.4.0",
4848
"macro-decorators": "0.1.2",
4949
"morgan": "1.10.0",
5050
"pretty-bytes": "5.6.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8791,10 +8791,10 @@ heimdalljs@^0.2.0, heimdalljs@^0.2.1, heimdalljs@^0.2.3, heimdalljs@^0.2.5, heim
87918791
dependencies:
87928792
rsvp "~3.2.1"
87938793

8794-
highlight.js@11.3.1:
8795-
version "11.3.1"
8796-
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-11.3.1.tgz#813078ef3aa519c61700f84fe9047231c5dc3291"
8797-
integrity sha512-PUhCRnPjLtiLHZAQ5A/Dt5F8cWZeMyj9KRsACsWT+OD6OP0x6dp5OmT5jdx0JgEyPxPZZIPQpRN2TciUT7occw==
8794+
highlight.js@11.4.0:
8795+
version "11.4.0"
8796+
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-11.4.0.tgz#34ceadd49e1596ee5aba3d99346cdfd4845ee05a"
8797+
integrity sha512-nawlpCBCSASs7EdvZOYOYVkJpGmAOKMYZgZtUqSRqodZE0GRVcFKwo1RcpeOemqh9hyttTdd5wDBwHkuSyUfnA==
87988798

87998799
hmac-drbg@^1.0.1:
88008800
version "1.0.1"

0 commit comments

Comments
 (0)