chore(deps): update dependency pygments to v2.18.0 #18
No reviewers
Labels
No labels
renovate-bot
renovate-security
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ForgeFlux/ftest-common-py#18
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/pygments-2.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==2.16.1
->==2.18.0
Release Notes
pygments/pygments (Pygments)
v2.18.0
Compare Source
(released May 4th, 2024)
New lexers:
Android.bp
(#2659)Updated lexers:
openrc
alias (#2599, #2371)fewer tokens on heading comments (#2678)
uninstantiation
keyword and recognizeescape sequences (#2619)
None
/True
/False
Token.Comment
for comments instead ofComment.Preproc
(#2598):
,::
and->
asPunctuation
and whitespace as
Whitespace
, instead ofText
in both cases (#2631)
strings (#2624)
<?doc?>
and<?note?>
tags (#2597)kk-*
invariant_langs
(#2647)val
andvar
(#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-metadata
packageis no longer needed for fast plugin discovery on Python 3.7.
The
plugins
extra (used as, e.g.,pip install pygments[plugins]
)is kept for backwards compatibility but now has no effect. (#2601)
Require the
url
attribute 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_added
lexer attribute, instead of a.. versionadded::
directive in the docstring (#2589, #2634)The
url
attribute 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
\sa0
keyword in the RTF formatter (#1111, #2607)Register
pycon
as 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__
toFormatter
to improve typing support (#2665)v2.17.2
Compare Source
(released November 21, 2023)
v2.17.1
Compare Source
(released November 19, 2023)
Updated lexers:
v2.17.0
Compare Source
(released November 18, 2023)
New lexers:
Updated lexers:
elseif
keyword (#2528)lean3
, in preparation fora possible switch to
lean
highlighting as Lean 4 (#2546)JSON formats (#2490)
and
keyword, removevalue
from keywords (#2521)starlark
andbazel
aliases (#2517, #2516)len
likesize
(#2508)panic
keyword and->
operator (#2510)(#2493), add missing variant languages (#2494)
[=[ 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 newSTYLES
variablewith 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 independencies 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.
This PR has been generated by Renovate Bot.