blinkpy icon indicating copy to clipboard operation
blinkpy copied to clipboard

Bump pygments from 2.11.2 to 2.13.0

Open dependabot[bot] opened this issue 3 years ago • 1 comments

Bumps pygments from 2.11.2 to 2.13.0.

Release notes

Sourced from pygments's releases.

2.13.0

  • Added lexers:

  • Updated lexers:

    • Ada: support Ada 2022 (#2121); disable recognition of namespaces because it disturbs lexing of aspects (#2125)
    • Agda: allow straight quotes in module names (#2163)
    • C family (C, C++ and many others): allow comments between elements of function headers, e.g. between the arguments and the opening brace for the body (#1891)
    • C++: Resolve several cases of Error tokens (#2207, #2208)
    • Coq: add some common keywords, improve recognition of Set and qualified identifiers (#2158)
    • F*: Allow C-style comments anywhere in a line
    • Fortran: fix catastrophic backtracking with backslashes in strings (#2194)
    • Go: add support for generics (#2167)
    • Inform: update for version 6.40 (#2190)
    • Isabelle: recognize cartouches (#2089)
    • Java: support multiline strings aka. text blocks (#2132)
    • Kotlin: add value modifier (#2142)
    • LilyPond: add some missing builtins
    • Macaulay2: update builtins (#2139)
    • Matlab session: fix traceback when a line continuation ellipsis appears in the output (#2166)
    • .NET: add aliases for LibreOffice Basic, OpenOfficeBasic and StarOffice Basic (#2170)
    • Nim: use Name.Builtin instead of Keyword.Type (#2136)
    • PHP: fix \"$var\" inside strings (#2105)
    • Python: only recognize \N, \u and \U escape sequences in string literals, but not in bytes literals where they are not supported (#2204)
    • Tcl: support ${name} variables (#2145)
    • Terraform: accept leading whitespace for << heredoc delimiters (#2162)
    • Teraterm: Various improvements (#2165)
    • Spice: add support for the recently added features including more builtin functions and bin, oct, hex number formats (#2206)
  • Added styles:

  • Pygments now tries to use the importlib.metadata module to discover plugins instead of the slower pkg_resources (#2155). In particular, this largely speeds up the pygmentize script when the lexer is not specified.

    importlib.metadata is only available in the Python standard library since Python 3.8. For older versions, there exists an importlib_metadata backport on PyPI. For this reason, Pygments now defines a packaging extra plugins, which adds a requirement on importlib_metadata if the Python version is older than 3.8. Thus, in order to install Pygments with optimal plugin support even for old Python versions, you should do:

    pip install pygments[plugins]
    

... (truncated)

Changelog

Sourced from pygments's changelog.

Version 2.13.0

(released August 15th, 2022)

  • Added lexers:

  • Updated lexers:

    • Ada: support Ada 2022 (#2121); disable recognition of namespaces because it disturbs lexing of aspects (#2125)
    • Agda: allow straight quotes in module names (#2163)
    • C family (C, C++ and many others): allow comments between elements of function headers, e.g. between the arguments and the opening brace for the body (#1891)
    • C++: Resolve several cases of Error tokens (#2207, #2208)
    • Coq: add some common keywords, improve recognition of Set and qualified identifiers (#2158)
    • F*: Allow C-style comments anywhere in a line
    • Fortran: fix catastrophic backtracking with backslashes in strings (#2194)
    • Go: add support for generics (#2167)
    • Inform: update for version 6.40 (#2190)
    • Isabelle: recognize cartouches (#2089)
    • Java: support multiline strings aka. text blocks (#2132)
    • Kotlin: add value modifier (#2142)
    • LilyPond: add some missing builtins
    • Macaulay2: update builtins (#2139)
    • Matlab session: fix traceback when a line continuation ellipsis appears in the output (#2166)
    • .NET: add aliases for LibreOffice Basic, OpenOfficeBasic and StarOffice Basic (#2170)
    • Nim: use Name.Builtin instead of Keyword.Type (#2136)
    • PHP: fix \"$var\" inside strings (#2105)
    • Python: only recognize \N, \u and \U escape sequences in string literals, but not in bytes literals where they are not supported (#2204)
    • Tcl: support ${name} variables (#2145)
    • Terraform: accept leading whitespace for << heredoc delimiters (#2162)
    • Teraterm: Various improvements (#2165)
    • Spice: add support for the recently added features including more builtin functions and bin, oct, hex number formats (#2206)
  • Added styles:

... (truncated)

Commits
  • ba0d5f5 Set description type in setup.cfg
  • 803e093 Prepare for 2.13.0 release.
  • 58fbb60 Replace uses of import *.
  • a060b20 Update CHANGES.
  • 97a2f18 Merge pull request #2198 from pygments/pillow92
  • d794221 Merge branch 'master' into pillow92
  • d6968f8 CFamilyLexer: refuse quotes between parentheses for function definitions and ...
  • bf1ea52 Fix glitch found by regexlint
  • d9278a5 Fortran: fix catastrophic backtracking
  • 9bd072d Update goldens for previous commit
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Aug 15 '22 18:08 dependabot[bot]

Codecov Report

Merging #614 (d180199) into dev (1a75592) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev     #614   +/-   ##
=======================================
  Coverage   86.84%   86.84%           
=======================================
  Files           8        8           
  Lines        1064     1064           
=======================================
  Hits          924      924           
  Misses        140      140           
Flag Coverage Δ
unittests 86.84% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Aug 15 '22 18:08 codecov[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within seven days. Thank you for your contributions.

stale[bot] avatar Sep 20 '22 20:09 stale[bot]

This issue is now being closed due to inactivity.

stale[bot] avatar Sep 28 '22 01:09 stale[bot]

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

dependabot[bot] avatar Sep 28 '22 01:09 dependabot[bot]