lensvol / pybetter

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

Bump pygments from 2.10.0 to 2.11.0 #122

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps pygments from 2.10.0 to 2.11.0.

Release notes

Sourced from pygments's releases.

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:

  • There is new infrastructure in place to improve style accessibility. The default style has been updated to conform to WCAG recommendations. All styles are now checked for sufficient contrast by default to prevent regressions. (#1919, #1937, #1938, #1940)

  • Clean up unused imports (#1887)

  • Fix multiple lexers producing repeated single-character tokens

  • Fix multiple lexers marking whitespace as Text (#1237, #1905, #1908, #1914, #1911, #1923, #1939, #1957, #1978)

  • Remove duplicated assignments in the Paraiso style (#1934)

  • pygmentize supports JSON output for the various list functions now, making it easier to consume them from scripts. (#1437, #1890)

... (truncated)

Changelog

Sourced from pygments's changelog.

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)
      • 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)

Commits
  • c3b9bee Remove egg-info section from setup.cfg.
  • 729d0de Bump version number.
  • e5d5c16 Update release-checklist.
  • a8c5e6e Update CHANGES.
  • 830d7ba GSQL lexer syntax changes (#2006)
  • 80bf291 Update CHANGES.
  • c680caf Update CHANGES.
  • f85c0be Merge branch 'blu-base-lexers_gh'
  • 2817227 Use words in Cypher lexer.
  • 7b3692f Merge branch 'master' of github.com:pygments/pygments; branch 'lexers_gh' of ...
  • 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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #122 (f2a4581) into master (b4c02ea) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #122   +/-   ##
=======================================
  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...f2a4581. Read the comment docs.

dependabot[bot] commented 2 years ago

Superseded by #123.