lensvol / pybetter

Tool for fixing trivial problems with your code.
MIT License
62 stars 6 forks source link

Bump pygments from 2.10.0 to 2.11.1 #123

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps pygments from 2.10.0 to 2.11.1.

Release notes

Sourced from pygments's releases.

2.11.1

  • Updated lexers:

    • C-family: Handle return types with multiple tokens (e.g. unsigned int) (#2008)
    • JSON: Fix a regression which caused whitespace before : to result in Error tokens (#2010)
    • SPICE: Various improvements (#2009)

2.11.0

  • Added lexers:

  • Updated lexers:

    • ABNF: Allow one-character rules (#1804)
    • Assembly: Fix incorrect token endings (#1895, #1961)
    • Bibtex: Distinguish between comment and commentary (#1899, #1806)
    • C family: Support unicode identifiers (#1848)
    • CDDL: Fix slow lexing speed (#1959)
    • Debian control: Add missing fields (#1946)
    • Devicetree: Recognize hexadecimal addresses for nodes (#1949)
    • GDScript: Add void data type (#1948)
    • GSQL
      • Fix comment handling (#2002)
      • Fix catastrophic backtracking (#2006)
    • HTML, XML: Improve comment handling (#1896)
    • Java: Add yield (#1941) and sealed classes/record (#1902)
    • Makefiles (#1860, #1898)
    • objdump-nasm: Improve handling of --no-show-raw-insn dumps (#1981)
    • Prolog: Support escaped \ inside quoted strings (#1479)
    • Python:
      • Support ~ in tracebacks (#2004)
      • Support the pattern matching keywords (#1797, #1994)
    • RobotFramework: Improve empty brace handling (#1921, #1922)
    • Terraform
      • Add the 'set' type (#1909)
      • Support heredocs (#1909)
  • Added styles:

... (truncated)

Changelog

Sourced from pygments's changelog.

Version 2.11.1

(released December 31st, 2021)

  • Updated lexers:

    • C-family: Handle return types with multiple tokens (e.g. unsigned int) (#2008)
    • JSON: Fix a regression which caused whitespace before : to result in Error tokens (#2010)
    • SPICE: Various improvements (#2009)

Version 2.11.0

(released December 30th, 2021)

  • Added lexers:

  • Updated lexers:

    • ABNF: Allow one-character rules (#1804)

    • Assembly: Fix incorrect token endings (#1895, #1961)

    • Bibtex: Distinguish between comment and commentary (#1899, #1806)

    • C family: Support unicode identifiers (#1848)

    • CDDL: Fix slow lexing speed (#1959)

    • Debian control: Add missing fields (#1946)

    • Devicetree: Recognize hexadecimal addresses for nodes (#1949)

    • GDScript: Add void data type (#1948)

    • GSQL

      • Fix comment handling (#2002)
      • Fix catastrophic backtracking (#2006)
    • HTML, XML: Improve comment handling (#1896)

    • Java: Add yield (#1941) and sealed classes/record (#1902)

    • Makefiles (#1860, #1898)

    • objdump-nasm: Improve handling of --no-show-raw-insn dumps (#1981)

    • Prolog: Support escaped \ inside quoted strings (#1479)

    • Python:

      • Support ~ in tracebacks (#2004)

... (truncated)

Commits


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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #123 (445605d) into master (b4c02ea) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #123   +/-   ##
=======================================
  Coverage   79.19%   79.19%           
=======================================
  Files          15       15           
  Lines         447      447           
=======================================
  Hits          354      354           
  Misses         93       93           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b4c02ea...445605d. Read the comment docs.

dependabot[bot] commented 2 years ago

Superseded by #124.