chore(deps): update dependency pygments to v2.7.4 #41
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.2.0->==2.7.4By merging this PR, the below issues will be automatically resolved and closed:
Release Notes
pygments/pygments
v2.7.4Compare Source
(released January 12, 2021)
Updated lexers:
Apache configurations: Improve handling of malformed tags (#1656)
CSS: Add support for variables (#1633, #1666)
Crystal (#1650, #1670)
Coq (#1648)
Fortran: Add missing keywords (#1635, #1665)
Ini (#1624)
JavaScript and variants (#1647 -- missing regex flags, #1651)
Markdown (#1623, #1617)
Shell
inkeyword (#1652)SQL - Fix keywords (#1668)
Typescript: Fix incorrect punctuation handling (#1510, #1511)
Fix infinite loop in SML lexer (#1625),
CVE-2021-20270 <https://nvd.nist.gov/vuln/detail/CVE-2021-20270>_Fix backtracking string regexes in JavaScript/TypeScript, Modula2
and many other lexers (#1637)
CVE-2021-27291 <https://nvd.nist.gov/vuln/detail/CVE-2021-27291>_Limit recursion with nesting Ruby heredocs (#1638)
Fix a few inefficient regexes for guessing lexers
Fix the raw token lexer handling of Unicode (#1616)
Revert a private API change in the HTML formatter (#1655) --
please note that private APIs remain subject to change!
Fix several exponential/cubic-complexity regexes found by
Ben Caller/Doyensec (#1675)
Fix incorrect MATLAB example (#1582)
Thanks to Google's OSS-Fuzz project for finding many of these bugs.
v2.7.3Compare Source
(released December 6, 2020)
Updated lexers:
Deprecated JsonBareObjectLexer, which is now identical to JsonLexer (#1600)
The
ImgFormatternow calculates the exact character width, which fixes some issues with overlapping text (#1213, #1611)Documentation fixes (#1609, #1599, #1598)
Fixed duplicated Juttle language alias (#1604, #1606)
Added support for Kotlin scripts (#1587)
Removed CSS rule which forced margin to 0
v2.7.2Compare Source
(released October 24, 2020)
Updated lexers:
Fix Python console/traceback lexer problems with custom exceptions without messages (#1548)
Allow loading ttc fonts on Mac/image formatter (#1223)
Improve
analyze_textacross a variety of lexers (#1549)Remove CSS rule which forced the vertical padding to 0 for line numbers (#1583, #1579)
Fix
TNTLexercrashing on unexpected EOL (#1568, #1570)regexlintcan be now run locally as part oftoxtests (#1557)Fix typos (#1550, #1562)
Add Python 3.9 as a supported version (#1554)
v2.7.1Compare Source
(released September 16, 2020)
v2.7.0Compare Source
(released September 12, 2020)
Added lexers:
Updated lexers:
#1396)
Added a new filter for math symbols (#1406)
The Kconfig lexer will match Kconfig derivative names now (#1458)
Improved HTML formatter output (#1500)
.markdownis now recognized as an extension for Markdown files (#1476)Fixed line number colors for Solarized (#1477, #1356)
Improvements to exception handling (#1478)
Improvements to tests (#1532, #1533, #1539)
Various code cleanups (#1536, #1537, #1538)
v2.6.1Compare Source
(released March 8, 2020)
v2.6.0Compare Source
v2.5.2Compare Source
(released November 29, 2019)
Fix incompatibility with some setuptools versions (PR#1316)
Fix lexing of ReST field lists (PR#1279)
Fix lexing of Matlab keywords as field names (PR#1282)
Recognize double-quoted strings in Matlab (PR#1278)
Avoid slow backtracking in Vim lexer (PR#1312)
Fix Scala highlighting of types (PR#1315)
Highlight field lists more consistently in ReST (PR#1279)
Fix highlighting Matlab keywords in field names (PR#1282)
Recognize Matlab double quoted strings (PR#1278)
Add some Terraform keywords
Update Modelica lexer to 3.4
Update Crystal examples
v2.5.1Compare Source
(released November 26, 2019)
v2.4.2Compare Source
(released May 28, 2019)
encodingoption(#1438)
v2.4.1Compare Source
(released May 24, 2019)
Updated lexers:
Support CSS variables in stylesheets (PR#814, #1356)
Fix F# lexer name (PR#709)
Fix
TerminalFormatterusing bold for bright text (#1480)v2.4.0Compare Source
(released May 8, 2019)
Added lexers:
Updated lexers:
Add solarized style (PR#708)
Add support for Markdown reference-style links (PR#753)
Add license information to generated HTML/CSS files (#1496)
Change ANSI color names (PR#777)
Fix catastrophic backtracking in the bash lexer (#1494)
Fix documentation failing to build using Sphinx 2.0 (#1501)
Fix incorrect links in the Lisp and R lexer documentation (PR#775)
Fix rare unicode errors on Python 2.7 (PR#798, #1492)
Fix lexers popping from an empty stack (#1506)
TypoScript uses
.typoscriptnow (#1498)Updated Trove classifiers and
piprequirements (PR#799)v2.3.1Compare Source
(released Dec 16, 2018)
Updated lexers:
Fix invalid string escape sequences
Fix
FutureWarningintroduced by regex changes in Python 3.7v2.3.0Compare Source
(released Nov 25, 2018)
Added lexers:
Updated lexers:
Minimum Python versions changed to 2.7 and 3.5
Added support for Python 3.7 generator changes (PR#772)
Fix incorrect token type in SCSS for single-quote strings (#1322)
Use
terminal256formatter ifTERMcontains256(PR#666)Fix incorrect handling of GitHub style fences in Markdown (PR#741, #1389)
Fix
%anot being highlighted in Python3 strings (PR#727)