chore(deps): update dependency pygments to >=2.19,<2.20 #369
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
>=2.15,<2.16->>=2.19,<2.20Release Notes
pygments/pygments (pygments)
v2.19.1Compare Source
(released January 6th, 2025)
Updated lexers:
v2.19.0Compare Source
(released January 5th, 2025)
New lexers:
Updated lexers:
filekeyword (#2726, #2805, #2806), add various other keywords (#2745, #2770)revert(#2766, #2775)Change-Byfield (#2757)int(#2801)splat, improve floating-point number parsing (#2755)EXPLAINkeywords (#2785), handle/(#2774)^as an operator to Matlab, Octave and Scilab (#2798)staticcallandextcall(#2719)HTML/XML+Evoqueas aliases (#2743)Operator.Wordto therrtstyle (#2709)v2.18.0Compare Source
(released May 4th, 2024)
New lexers:
Android.bp(#2659)Updated lexers:
openrcalias (#2599, #2371)fewer tokens on heading comments (#2678)
uninstantiationkeyword and recognizeescape sequences (#2619)
None/True/FalseToken.Commentfor comments instead ofComment.Preproc(#2598):,::and->asPunctuationand whitespace as
Whitespace, instead ofTextin both cases (#2631)
strings (#2624)
<?doc?>and<?note?>tags (#2597)kk-*invariant_langs(#2647)valandvar(#2602)New styles:
Make background colors in the image formatter work with Pillow 10.0 (#2623)
Require Python 3.8. As a result, the
importlib-metadatapackageis no longer needed for fast plugin discovery on Python 3.7.
The
pluginsextra (used as, e.g.,pip install pygments[plugins])is kept for backwards compatibility but now has no effect. (#2601)
Require the
urlattribute for lexers inside Pygments, addit to many lexers (#2588)
Replace Pyflakes linter with Ruff (#2592)
Add macOS CI (#2594)
Built-in lexers now declare the version of Pygments in which they were
added in a required
version_addedlexer attribute, instead of a.. versionadded::directive in the docstring (#2589, #2634)The
urlattribute is now required for built-in lexers andhas been added to all existing lexers (#2588)
The RTF formatter supports line number and line highlighting now (#1217, #2654)
Add
\sa0keyword in the RTF formatter (#1111, #2607)Register
pyconas an alias for the Python console lexer (#2697)Add MIME-Type for
DesktopLexer(#2613)Fix native style to meet WCAG AA guidelines (#2600)
Fix typo in documentation (#2672)
Use format strings consistently (#2661)
Add
__class_getitem__toFormatterto improve typing support (#2665)v2.17.2Compare Source
(released November 21, 2023)
v2.17.1Compare Source
(released November 19, 2023)
Updated lexers:
v2.17.0Compare Source
(released November 18, 2023)
New lexers:
Updated lexers:
elseifkeyword (#2528)lean3, in preparation fora possible switch to
leanhighlighting as Lean 4 (#2546)JSON formats (#2490)
andkeyword, removevaluefrom keywords (#2521)starlarkandbazelaliases (#2517, #2516)lenlikesize(#2508)panickeyword and->operator (#2510)(#2493), add missing variant languages (#2494)
[=[ bracketed arguments ]=](#2549)Fix ctags support and tests (#2487)
Include
Lexer.add_filterin the documentation (#2519)Add a
Lean3Lexeralias (#2546)The
pygments.stylesmodule contains a newSTYLESvariablewith a dictionary of built-in styles. The old
STYLE_MAPvariable,which uses a different format, is kept for backwards compatibility.
On Windows, add a new installation extra (
windows-terminal) which pulls independencies for colored console output. See :doc:
cmdlinefor more details.(#2505)
Support more file types in
autopygmentizescript (#2513)Change color of numbers in
rrtstyle (#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
pygmentsin 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)
v2.16.1Compare Source
nativestyle missing from style list (#2484)v2.16.0Compare Source
(released August 6th, 2023)
New lexers:
Freedesktop group, formerly known as XDG) (#2470)
Updated lexers:
application/pem-certificate-chainmimetype (#2471)lexing (#2454, #2456)
also recognize responses in
analyse_textimplementation (#2460), andhighlight URL encoded data (#2465, #1620)
in code blocks (#2437)
positive; add bold italic markup (#2447)
Add
Generic.EmphStrongtoken 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)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.