chore(deps): update dependency pygments to v2.7.4 #80
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.6.1
->==2.7.4
By merging this PR, the issue #38 will be automatically resolved and closed:
Release Notes
pygments/pygments (pygments)
v2.7.4
Compare 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
in
keyword (#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.3
Compare Source
(released December 6, 2020)
Updated lexers:
Deprecated JsonBareObjectLexer, which is now identical to JsonLexer (#1600)
The
ImgFormatter
now 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.2
Compare 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_text
across a variety of lexers (#1549)Remove CSS rule which forced the vertical padding to 0 for line numbers (#1583, #1579)
Fix
TNTLexer
crashing on unexpected EOL (#1568, #1570)regexlint
can be now run locally as part oftox
tests (#1557)Fix typos (#1550, #1562)
Add Python 3.9 as a supported version (#1554)
v2.7.1
Compare Source
(released September 16, 2020)
v2.7.0
Compare 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)
.markdown
is 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)