Update dependency Pygments to v2.17.2 - autoclosed #87

Closed
renovate wants to merge 1 commits from renovate/pygments-2.x into master
Collaborator

This PR contains the following updates:

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

Release Notes

pygments/pygments (Pygments)

v2.17.2

Compare Source

(released November 21, 2023)

  • Fix a packaging issue on macOS (#​2593)

v2.17.1

Compare Source

(released November 19, 2023)

  • Updated lexers:

    • TOML: Fix bug making lexing of single-quoted strings too eager

v2.17.0

Compare Source

(released November 18, 2023)

  • New lexers:

  • Updated lexers:

    • Cypher: fix comment matching, add missing keywords (#​2504)
    • Fortran: add elseif keyword (#​2528)
    • Lean: make it available as lean3, in preparation for
      a possible switch to lean highlighting as Lean 4 (#​2546)
    • JSON: add MIME types and file extensions for several line-delimited
      JSON formats (#​2490)
    • Nix: many improvements (#​2551, #​1800)
    • OCaml: Add and keyword, remove value from keywords (#​2521)
    • Python: add starlark and bazel aliases (#​2517, #​2516)
    • Snowball: Treat len like size (#​2508)
    • Spice: add panic keyword and -> operator (#​2510)
    • squid.conf: fix catastrophic backtracking (#​2583)
    • TOML: rewritten, with many fixes (#​2576)
    • Turtle: support blank nodes (#​2581)
    • Wikitext: fix erroneous highlighting of LanguageConverter markup
      (#​2493), add missing variant languages (#​2494)
    • CMake: support [=[ bracketed arguments ]=] (#​2549)
  • Fix ctags support and tests (#​2487)

  • Include Lexer.add_filter in the documentation (#​2519)

  • Add a Lean3Lexer alias (#​2546)

  • The pygments.styles module contains a new STYLES variable
    with a dictionary of built-in styles. The old STYLE_MAP variable,
    which uses a different format, is kept for backwards compatibility.

  • On Windows, add a new installation extra (windows-terminal) which pulls in
    dependencies for colored console output. See :doc:cmdline for more details.
    (#​2505)

  • Support more file types in autopygmentize script (#​2513)

  • Change color of numbers in rrt style (#​2526)

  • Fix error when trying to look up plugin formatters by file extension
    of the output format (#​2563)

  • Use Hatchling as a build backend instead of setuptools.
    This change is transparent to most users. Distribution packagers
    who build without build isolation need to add hatchling as a build
    dependency and remove setuptools. People downloading source distributions
    and wheels from PyPI directly should note that they now have pygments
    in their file names instead of Pygments. (#​2573)

  • Improve the test framework to also check for lost tokens when processing the
    snippets and example files (#​2582.)

  • Improve the Dracula style definition to make it easier to maintain (#​2575)


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.16.1` -> `==2.17.2` | --- ### Release Notes <details> <summary>pygments/pygments (Pygments)</summary> ### [`v2.17.2`](https://github.com/pygments/pygments/blob/HEAD/CHANGES#Version-2172) [Compare Source](https://github.com/pygments/pygments/compare/2.17.1...2.17.2) (released November 21, 2023) - Fix a packaging issue on macOS ([#&#8203;2593](https://github.com/pygments/pygments/issues/2593)) ### [`v2.17.1`](https://github.com/pygments/pygments/blob/HEAD/CHANGES#Version-2171) [Compare Source](https://github.com/pygments/pygments/compare/2.17.0...2.17.1) (released November 19, 2023) - Updated lexers: - TOML: Fix bug making lexing of single-quoted strings too eager ### [`v2.17.0`](https://github.com/pygments/pygments/blob/HEAD/CHANGES#Version-2170) [Compare Source](https://github.com/pygments/pygments/compare/2.16.1...2.17.0) (released November 18, 2023) - New lexers: - JSX ([#&#8203;2524](https://github.com/pygments/pygments/issues/2524), [#&#8203;709](https://github.com/pygments/pygments/issues/709)) - Kusto ([#&#8203;2552](https://github.com/pygments/pygments/issues/2552)) - ldaprc ([#&#8203;2532](https://github.com/pygments/pygments/issues/2532)) - LDIF ([#&#8203;2489](https://github.com/pygments/pygments/issues/2489)) - PRQL ([#&#8203;2507](https://github.com/pygments/pygments/issues/2507), [#&#8203;2523](https://github.com/pygments/pygments/issues/2523), [#&#8203;2559](https://github.com/pygments/pygments/issues/2559)) - Visual Prolog and Visual Prolog Grammar ([#&#8203;2480](https://github.com/pygments/pygments/issues/2480)) - Vyper ([#&#8203;2531](https://github.com/pygments/pygments/issues/2531), [#&#8203;2579](https://github.com/pygments/pygments/issues/2579)) - Updated lexers: - Cypher: fix comment matching, add missing keywords ([#&#8203;2504](https://github.com/pygments/pygments/issues/2504)) - Fortran: add `elseif` keyword ([#&#8203;2528](https://github.com/pygments/pygments/issues/2528)) - Lean: make it available as `lean3`, in preparation for a possible switch to `lean` highlighting as Lean 4 ([#&#8203;2546](https://github.com/pygments/pygments/issues/2546)) - JSON: add MIME types and file extensions for several line-delimited JSON formats ([#&#8203;2490](https://github.com/pygments/pygments/issues/2490)) - Nix: many improvements ([#&#8203;2551](https://github.com/pygments/pygments/issues/2551), [#&#8203;1800](https://github.com/pygments/pygments/issues/1800)) - OCaml: Add `and` keyword, remove `value` from keywords ([#&#8203;2521](https://github.com/pygments/pygments/issues/2521)) - Python: add `starlark` and `bazel` aliases ([#&#8203;2517](https://github.com/pygments/pygments/issues/2517), [#&#8203;2516](https://github.com/pygments/pygments/issues/2516)) - Snowball: Treat `len` like `size` ([#&#8203;2508](https://github.com/pygments/pygments/issues/2508)) - Spice: add `panic` keyword and `->` operator ([#&#8203;2510](https://github.com/pygments/pygments/issues/2510)) - squid.conf: fix catastrophic backtracking ([#&#8203;2583](https://github.com/pygments/pygments/issues/2583)) - TOML: rewritten, with many fixes ([#&#8203;2576](https://github.com/pygments/pygments/issues/2576)) - Turtle: support blank nodes ([#&#8203;2581](https://github.com/pygments/pygments/issues/2581)) - Wikitext: fix erroneous highlighting of LanguageConverter markup ([#&#8203;2493](https://github.com/pygments/pygments/issues/2493)), add missing variant languages ([#&#8203;2494](https://github.com/pygments/pygments/issues/2494)) - CMake: support `[=[ bracketed arguments ]=]` ([#&#8203;2549](https://github.com/pygments/pygments/issues/2549)) - Fix ctags support and tests ([#&#8203;2487](https://github.com/pygments/pygments/issues/2487)) - Include `Lexer.add_filter` in the documentation ([#&#8203;2519](https://github.com/pygments/pygments/issues/2519)) - Add a `Lean3Lexer` alias ([#&#8203;2546](https://github.com/pygments/pygments/issues/2546)) - The `pygments.styles` module contains a new `STYLES` variable with a dictionary of built-in styles. The old `STYLE_MAP` variable, which uses a different format, is kept for backwards compatibility. - On Windows, add a new installation extra (`windows-terminal`) which pulls in dependencies for colored console output. See :doc:`cmdline` for more details. ([#&#8203;2505](https://github.com/pygments/pygments/issues/2505)) - Support more file types in `autopygmentize` script ([#&#8203;2513](https://github.com/pygments/pygments/issues/2513)) - Change color of numbers in `rrt` style ([#&#8203;2526](https://github.com/pygments/pygments/issues/2526)) - Fix error when trying to look up plugin formatters by file extension of the output format ([#&#8203;2563](https://github.com/pygments/pygments/issues/2563)) - Use Hatchling as a build backend instead of setuptools. This change is transparent to most users. Distribution packagers who build without build isolation need to add hatchling as a build dependency and remove setuptools. People downloading source distributions and wheels from PyPI directly should note that they now have `pygments` in their file names instead of `Pygments`. ([#&#8203;2573](https://github.com/pygments/pygments/issues/2573)) - Improve the test framework to also check for lost tokens when processing the snippets and example files ([#&#8203;2582](https://github.com/pygments/pygments/issues/2582).) - Improve the *Dracula* style definition to make it easier to maintain ([#&#8203;2575](https://github.com/pygments/pygments/issues/2575)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy41Ni40IiwidXBkYXRlZEluVmVyIjoiMzcuNjEuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate force-pushed renovate/pygments-2.x from ac9913cd51 to 37e6bc7d57 2023-11-19 10:00:56 +00:00 Compare
renovate changed title from Update dependency Pygments to v2.17.0 to Update dependency Pygments to v2.17.1 2023-11-19 10:00:57 +00:00
renovate force-pushed renovate/pygments-2.x from 37e6bc7d57 to 72f6d2ac38 2023-11-21 22:00:44 +00:00 Compare
renovate changed title from Update dependency Pygments to v2.17.1 to Update dependency Pygments to v2.17.2 2023-11-21 22:00:46 +00:00
renovate changed title from Update dependency Pygments to v2.17.2 to Update dependency Pygments to v2.17.2 - autoclosed 2024-01-05 18:01:05 +00:00
renovate closed this pull request 2024-01-05 18:01:05 +00:00

Pull request closed

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#87
No description provided.