Open renovate[bot] opened 4 months ago
This PR contains the following updates:
^11.9.0
^11.10.0
^4.1.6
^4.2.0
📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/New_York, Automerge - 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.
This PR contains the following updates:
^11.9.0
->^11.10.0
^4.1.6
->^4.2.0
Release Notes
highlightjs/highlight.js (highlight.js)
### [`v11.10.0`](https://redirect.github.com/highlightjs/highlight.js/blob/HEAD/CHANGES.md#Version-11100) [Compare Source](https://redirect.github.com/highlightjs/highlight.js/compare/11.9.0...11.10.0) CAVEATS / POTENTIALLY BREAKING CHANGES - Drops support for Node 16.x, which is no longer supported by Node.js. Core Grammars: - enh(typescript) add support for `satisfies` operator [Kisaragi Hiu][] - enc(c) added more C23 keywords [Melkor-1][] - enh(json) added jsonc as an alias [BackupMiles][] - enh(gml) updated to latest language version (GML v2024.2) [gnysek][] - enh(c) added more C23 keywords and preprcoessor directives [Eisenwave][] - enh(js/ts) support namespaced tagged template strings [Aral Balkan][] - enh(perl) fix false-positive variable match at end of string [Josh Goebel][] - fix(cpp) not all kinds of number literals are highlighted correctly [Lê Duy Quang][] - fix(css) fix overly greedy pseudo class matching [Bradley Mackey][] - enh(arcade) updated to ArcGIS Arcade version 1.24 [Kristian Ekenes][] - fix(typescript): params types [Mohamed Ali][] - fix(rust) fix escaped double quotes in string [Mohamed Ali][] - fix(rust) fix for r# raw identifier not being highlighted correctly. [JaeBaek Lee][] - enh(rust) Adding union to be recognized as a keyword in Rust. [JaeBaek Lee][] - fix(yaml) fix for yaml with keys having brackets highlighted incorrectly [Aneesh Kulkarni][] - fix(csharp) add raw string highlighting for C# 11. [Tara][] - fix(bash) fix # within token being detected as the start of a comment [Felix Uhl][] - fix(python) fix `or` conflicts with string highlighting [Mohamed Ali][] - enh(python) adds a scope to the `self` variable \[Lee Falin]\[] - enh(delphi) allow digits to be omitted for hex and binary literals [Jonah Jeleniewski][] - enh(delphi) add support for digit separators [Jonah Jeleniewski][] - enh(delphi) add support for character strings with non-decimal numerics [Jonah Jeleniewski][] - fix(javascript) incorrect function name highlighting [CY Fung][] - fix(1c) fix escaped symbols "+-;():=,\[]" literals [Vitaly Barilko][] - fix(swift) correctly highlight generics and conformances in type definitions [Bradley Mackey][] - enh(swift) add package keyword [Bradley Mackey][] - fix(swift) ensure keyword attributes highlight correctly [Bradley Mackey][] - fix(types) fix interface LanguageDetail > keywords [Patrick Chiu] - enh(java) add `goto` to be recognized as a keyword in Java [Alvin Joy][] - enh(bash) add keyword `sudo` [Alvin Joy][] - fix(haxe) captures `new` keyword without capturing it within variables/class names [Cameron Taylor][] - fix(go) fix go number literals to accept `_` separators, add hex p exponents [Lisa Ugray][] - enh(markdown) add entity support \[David Schach]\[] [TaraLei][] - enh(css) add `justify-items` and `justify-self` attributes [Vasily Polovnyov][] - enh(css) add `accent-color`, `appearance`, `color-scheme`, `rotate`, `scale` and `translate` attributes [Carl Räfting][] - fix(fortran) fixes parsing of keywords delimited by dots [Julien Bloino][] - enh(css) add `select`, `option`, `optgroup`, `picture` and `source` to list of known tags [Vasily Polovnyov][] - enh(css) add `inset`, `inset-*`, `border-start-*-radius` and `border-end-*-radius` attributes [Vasily Polovnyov][] - enh(css) add `text-decoration-skip-ink`, `text-decoration-thickness` and `text-underline-offset` attributes [Vasily Polovnyov][] - enh(java) add `when` to be recognized as a keyword in Java [Chiel van de Steeg][] New Grammars: - added 3rd party CODEOWNERS grammar to SUPPORTED_LANGUAGES [nataliia-radina][] - added 3rd party Luau grammar to SUPPORTED_LANGUAGES [Robloxian Demo][] - added 3rd party ReScript grammar to SUPPORTED_LANGUAGES [Paul Tsnobiladzé][] - added 3rd party Zig grammar to SUPPORTED_LANGUAGES \[Hyou BunKen]\[] - added 3rd party WGSL grammar to SUPPORTED_LANGUAGES [Arman Uguray][] - added 3rd party Unison grammar to SUPPORTED_LANGUAGES [Rúnar Bjarnason][] - added 3rd party Phix grammar to SUPPORTED_LANGUAGES [PeteLomax][] - added 3rd party Mirth grammar to SUPPORTED_LANGUAGES [Sierra][] - added 3rd party JSONata grammar to SUPPORTED_LANGUAGES [Vlad Dimov][] Developer Tool: - enh(tools): order CSS options picklist \[David Schach]\[] - enh(tools): remove duplicate CSS options \[David Schach]\[] - (typescript): deprecate old `highlight` API \[Misha Kaletsky]\[] Themes: - Added `1c-light` theme a like in the IDE 1C:Enterprise 8 (for 1c) [Vitaly Barilko][] [Kisaragi Hiu]: https://redirect.github.com/kisaragi-hiu [Melkor-1]: https://redirect.github.com/Melkor-1 [PeteLomax]: https://redirect.github.com/petelomax [gnysek]: https://redirect.github.com/gnysek [Eisenwave]: https://redirect.github.com/Eisenwave [Aral Balkan]: https://redirect.github.com/aral [Lê Duy Quang]: https://redirect.github.com/leduyquang753 [Mohamed Ali]: https://redirect.github.com/MohamedAli00949 [JaeBaek Lee]: https://redirect.github.com/ThinkingVincent [Bradley Mackey]: https://redirect.github.com/bradleymackey [Kristian Ekenes]: https://redirect.github.com/ekenes [Aneesh Kulkarni]: https://redirect.github.com/aneesh98 [Bruno Meneguele]: https://redirect.github.com/bmeneg [Tara]: https://redirect.github.com/taralei [Felix Uhl]: https://redirect.github.com/iFreilicht [nataliia-radina]: https://redirect.github.com/Nataliia-Radina [Robloxian Demo]: https://redirect.github.com/RobloxianDemo [Paul Tsnobiladzé]: https://redirect.github.com/tsnobip [Jonah Jeleniewski]: https://redirect.github.com/cirras [Josh Goebel]: https://redirect.github.com/joshgoebel [CY Fung]: https://redirect.github.com/cyfung1031 [Vitaly Barilko]: https://redirect.github.com/Diversus23 [Patrick Chiu]: https://redirect.github.com/patrick-kw-chiu [Alvin Joy]: https://redirect.github.com/alvinsjoy [Lisa Ugray]: https://redirect.github.com/lugray [TaraLei]: https://redirect.github.com/TaraLei [Cameron Taylor]: https://redirect.github.com/ninjamuffin99 [Vasily Polovnyov]: https://redirect.github.com/vast [Arman Uguray]: https://redirect.github.com/armansito [Rúnar Bjarnason]: https://redirect.github.com/runarorama [Carl Räfting]: https://redirect.github.com/carlrafting [BackupMiles]: https://redirect.github.com/BackupMiles [Julien Bloino]: https://redirect.github.com/jbloino [Sierra]: https://redirect.github.com/casuallyblue [Vlad Dimov]: https://redirect.github.com/DevDimov [Chiel van de Steeg]: https://redirect.github.com/cvdsteegarve0/markdown-it-attrs (markdown-it-attrs)
### [`v4.2.0`](https://redirect.github.com/arve0/markdown-it-attrs/releases/tag/v4.2.0) [Compare Source](https://redirect.github.com/arve0/markdown-it-attrs/compare/v4.1.6...v4.2.0) #### What's Changed - fix: apply attributes to the last column of tables by [@TheNorthMemory](https://redirect.github.com/TheNorthMemory) in [https://github.com/arve0/markdown-it-attrs/pull/155](https://redirect.github.com/arve0/markdown-it-attrs/pull/155) #### New Contributors - [@TheNorthMemory](https://redirect.github.com/TheNorthMemory) made their first contribution in [https://github.com/arve0/markdown-it-attrs/pull/155](https://redirect.github.com/arve0/markdown-it-attrs/pull/155) **Full Changelog**: https://github.com/arve0/markdown-it-attrs/compare/v4.1.6...v4.2.0Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/New_York, Automerge - 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.