Update dependency Pygments to v2.16.1 #60

Merged
jake merged 1 commits from renovate/pygments-2.x into master 2023-08-19 13:27:05 +01:00
Collaborator

This PR contains the following updates:

Package Update Change
Pygments (changelog) minor ==2.15.0 -> ==2.16.1

Release Notes

pygments/pygments (Pygments)

v2.16.1

Compare Source

  • Fix native style missing from style list (#​2484)

v2.16.0

Compare Source

(released August 6th, 2023)

  • New lexers:

  • Updated lexers:

    • ASC: Add application/pem-certificate-chain mimetype (#​2471)
    • C/C++: Refine keyword lists (#​2421, #​2422)
    • Carbon: Fix long processing times on invalid input, fix number
      lexing (#​2454, #​2456)
    • Elpi: Handle quotations (#​2419)
    • Go: Support additional built-ins (#​2481)
    • HTTP: Support empty headers (#​2461), support more general methods (#​2460),
      also recognize responses in analyse_text implementation (#​2460), and
      highlight URL encoded data (#​2465, #​1620)
    • Igor Pro: Update to Igor Pro 9 (#​2482)
    • lean: Recognize expressions nested within attributes (#​1817)
    • Macaulay2: Update builtins (#​2457)
    • Markdown: Allow extra characters after language name
      in code blocks (#​2437)
    • NestedText: Update to version 3 (#​2459)
    • scdoc: Improve language guessing implementation (#​2402)
    • Spice: Update to latest version (#​2476)
    • Transact SQL: Add Pre-sorted Group keyword (#​2417)
    • Uxntal: Update for current runes (#​2424)
    • Wikitext: Fix templates in wiki links; fix a language converter false
      positive; add bold italic markup (#​2447)
  • Add Generic.EmphStrong token for bold italic markup (#​2444)

  • Add Lightbulb style (#​2474)

  • Improve contrast in Monokai style (#​2448)

  • Add documentation how to create terminal code highlighting commands (#​2131, #​2425)

  • Add support for loading TrueType fonts to the ImageFormatter (#​1960)

v2.15.1

Compare Source

(released April 18th, 2023)

  • Updated lexers:

  • Fix Python console traceback lexing being too strict
    and sometimes reordering output (#​2407, #​2410, #​2412)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [Pygments](https://github.com/pygments/pygments) ([changelog](https://github.com/pygments/pygments/blob/master/CHANGES)) | minor | `==2.15.0` -> `==2.16.1` | --- ### Release Notes <details> <summary>pygments/pygments (Pygments)</summary> ### [`v2.16.1`](https://github.com/pygments/pygments/blob/HEAD/CHANGES#Version-2161) [Compare Source](https://github.com/pygments/pygments/compare/2.16.0...2.16.1) - Fix `native` style missing from style list ([#&#8203;2484](https://github.com/pygments/pygments/issues/2484)) ### [`v2.16.0`](https://github.com/pygments/pygments/blob/HEAD/CHANGES#Version-2160) [Compare Source](https://github.com/pygments/pygments/compare/2.15.1...2.16.0) (released August 6th, 2023) - New lexers: - ASN.1 ([#&#8203;2462](https://github.com/pygments/pygments/issues/2462)) - Blueprint ([#&#8203;2434](https://github.com/pygments/pygments/issues/2434)) - BQN ([#&#8203;2472](https://github.com/pygments/pygments/issues/2472)) - DNS zone files ([#&#8203;2464](https://github.com/pygments/pygments/issues/2464)) - GraphQL ([#&#8203;2428](https://github.com/pygments/pygments/issues/2428)) - Linux desktop files (following the specification of the Freedesktop group, formerly known as XDG) ([#&#8203;2470](https://github.com/pygments/pygments/issues/2470)) - NVIDIA PTX ([#&#8203;2432](https://github.com/pygments/pygments/issues/2432)) - OpenSCAD ([#&#8203;2449](https://github.com/pygments/pygments/issues/2449)) - systemd ([#&#8203;2470](https://github.com/pygments/pygments/issues/2470)) - TLS presentation language ([#&#8203;2455](https://github.com/pygments/pygments/issues/2455)) - Verifpal ([#&#8203;2430](https://github.com/pygments/pygments/issues/2430)) - YARA ([#&#8203;2453](https://github.com/pygments/pygments/issues/2453)) - Updated lexers: - ASC: Add `application/pem-certificate-chain` mimetype ([#&#8203;2471](https://github.com/pygments/pygments/issues/2471)) - C/C++: Refine keyword lists ([#&#8203;2421](https://github.com/pygments/pygments/issues/2421), [#&#8203;2422](https://github.com/pygments/pygments/issues/2422)) - Carbon: Fix long processing times on invalid input, fix number lexing ([#&#8203;2454](https://github.com/pygments/pygments/issues/2454), [#&#8203;2456](https://github.com/pygments/pygments/issues/2456)) - Elpi: Handle quotations ([#&#8203;2419](https://github.com/pygments/pygments/issues/2419)) - Go: Support additional built-ins ([#&#8203;2481](https://github.com/pygments/pygments/issues/2481)) - HTTP: Support empty headers ([#&#8203;2461](https://github.com/pygments/pygments/issues/2461)), support more general methods ([#&#8203;2460](https://github.com/pygments/pygments/issues/2460)), also recognize responses in `analyse_text` implementation ([#&#8203;2460](https://github.com/pygments/pygments/issues/2460)), and highlight URL encoded data ([#&#8203;2465](https://github.com/pygments/pygments/issues/2465), [#&#8203;1620](https://github.com/pygments/pygments/issues/1620)) - Igor Pro: Update to Igor Pro 9 ([#&#8203;2482](https://github.com/pygments/pygments/issues/2482)) - lean: Recognize expressions nested within attributes ([#&#8203;1817](https://github.com/pygments/pygments/issues/1817)) - Macaulay2: Update builtins ([#&#8203;2457](https://github.com/pygments/pygments/issues/2457)) - Markdown: Allow extra characters after language name in code blocks ([#&#8203;2437](https://github.com/pygments/pygments/issues/2437)) - NestedText: Update to version 3 ([#&#8203;2459](https://github.com/pygments/pygments/issues/2459)) - scdoc: Improve language guessing implementation ([#&#8203;2402](https://github.com/pygments/pygments/issues/2402)) - Spice: Update to latest version ([#&#8203;2476](https://github.com/pygments/pygments/issues/2476)) - Transact SQL: Add Pre-sorted Group keyword ([#&#8203;2417](https://github.com/pygments/pygments/issues/2417)) - Uxntal: Update for current runes ([#&#8203;2424](https://github.com/pygments/pygments/issues/2424)) - Wikitext: Fix templates in wiki links; fix a language converter false positive; add bold italic markup ([#&#8203;2447](https://github.com/pygments/pygments/issues/2447)) - Add `Generic.EmphStrong` token for bold italic markup ([#&#8203;2444](https://github.com/pygments/pygments/issues/2444)) - Add Lightbulb style ([#&#8203;2474](https://github.com/pygments/pygments/issues/2474)) - Improve contrast in Monokai style ([#&#8203;2448](https://github.com/pygments/pygments/issues/2448)) - Add documentation how to create terminal code highlighting commands ([#&#8203;2131](https://github.com/pygments/pygments/issues/2131), [#&#8203;2425](https://github.com/pygments/pygments/issues/2425)) - Add support for loading TrueType fonts to the `ImageFormatter` ([#&#8203;1960](https://github.com/pygments/pygments/issues/1960)) ### [`v2.15.1`](https://github.com/pygments/pygments/blob/HEAD/CHANGES#Version-2151) [Compare Source](https://github.com/pygments/pygments/compare/2.15.0...2.15.1) (released April 18th, 2023) - Updated lexers: - Java properties: Fix catastrophic backtracking ([#&#8203;2356](https://github.com/pygments/pygments/issues/2356), [#&#8203;2404](https://github.com/pygments/pygments/issues/2404)) - Fix Python console traceback lexing being too strict and sometimes reordering output ([#&#8203;2407](https://github.com/pygments/pygments/issues/2407), [#&#8203;2410](https://github.com/pygments/pygments/issues/2410), [#&#8203;2412](https://github.com/pygments/pygments/issues/2412)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 🔕 **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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNS41IiwidXBkYXRlZEluVmVyIjoiMzYuMjUuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate force-pushed renovate/pygments-2.x from 14aa75bc26 to a29f6ef7d3 2023-08-06 18:00:41 +01:00 Compare
renovate changed title from Update dependency Pygments to v2.16.0 to Update dependency Pygments to v2.16.1 2023-08-06 18:00:43 +01:00
jake merged commit 0ab4267e13 into master 2023-08-19 13:27:05 +01:00
jake deleted branch renovate/pygments-2.x 2023-08-19 13:27:05 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: repos/website#60
No description provided.