Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pygments from 2.2.0 to 2.6.1 #252

Merged
merged 1 commit into from
May 8, 2020
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented May 8, 2020

Bumps pygments from 2.2.0 to 2.6.1.

Release notes

Sourced from pygments's releases.

2.6.1

  • Running Pygments on Python 2.x is no longer supported. (The Python 2 lexer still exists.)

  • Added lexers:

    • Linux kernel logs (PR#1310)
    • LLVM MIR (PR#1361)
    • MiniScript (PR#1397)
    • Mosel (PR#1287, PR#1326)
    • Parsing Expression Grammar (PR#1336)
    • ReasonML (PR#1386)
    • Ride (PR#1319, PR#1321)
    • Sieve (PR#1257)
    • USD (PR#1290)
    • WebIDL (PR#1309)
  • Updated lexers:

    • Apache2 (PR#1378)
    • Chapel (PR#1357)
    • CSound (PR#1383)
    • D (PR#1375, PR#1362)
    • Idris (PR#1360)
    • Perl6/Raku lexer (PR#1344)
    • Python3 (PR#1382, PR#1385)
    • Rust: Updated lexer to cover more builtins (mostly macros) and miscellaneous new syntax (PR#1320)
    • SQL: Add temporal support keywords (PR#1402)
  • The 256-color/true-color terminal formatters now support the italic attribute in styles (PR#1288)

  • Support HTTP 2/3 header (PR#1308)

  • Support missing reason in HTTP header (PR#1322)

  • Boogie/Silver: support line continuations and triggers, move contract keywords to separate category (PR#1299)

  • GAS: support C-style comments (PR#1291)

  • Fix names in S lexer (PR#1330, PR#1333)

  • Fix numeric literals in Ada (PR#1334)

  • Recognize .mjs files as Javascript (PR#1392)

  • Recognize .eex files as Elixir (PR#1387)

  • Fix re.MULTILINE usage (PR#1388)

  • Recognize pipenv and poetry dependency & lock files (PR#1376)

  • Improve font search on Windows (#1247)

  • Remove unused script block (#1401)

2.5.2

  • 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)
... (truncated)
Changelog

Sourced from pygments's changelog.

Version 2.6.1

(released March 8, 2020)

  • This release fixes a packaging issue. No functional changes.

Version 2.6

(released March 8, 2020)

  • Running Pygments on Python 2.x is no longer supported. (The Python 2 lexer still exists.)

  • Added lexers:

    • Linux kernel logs (PR#1310)
    • LLVM MIR (PR#1361)
    • MiniScript (PR#1397)
    • Mosel (PR#1287, PR#1326)
    • Parsing Expression Grammar (PR#1336)
    • ReasonML (PR#1386)
    • Ride (PR#1319, PR#1321)
    • Sieve (PR#1257)
    • USD (PR#1290)
    • WebIDL (PR#1309)
  • Updated lexers:

    • Apache2 (PR#1378)
    • Chapel (PR#1357)
    • CSound (PR#1383)
    • D (PR#1375, PR#1362)
    • Idris (PR#1360)
    • Perl6/Raku lexer (PR#1344)
    • Python3 (PR#1382, PR#1385)
    • Rust: Updated lexer to cover more builtins (mostly macros) and miscellaneous new syntax (PR#1320)
    • SQL: Add temporal support keywords (PR#1402)
  • The 256-color/true-color terminal formatters now support the italic attribute in styles (PR#1288)

  • Support HTTP 2/3 header (PR#1308)

  • Support missing reason in HTTP header (PR#1322)

  • Boogie/Silver: support line continuations and triggers, move contract keywords to separate category (PR#1299)

  • GAS: support C-style comments (PR#1291)

  • Fix names in S lexer (PR#1330, PR#1333)

  • Fix numeric literals in Ada (PR#1334)

  • Recognize .mjs files as Javascript (PR#1392)

  • Recognize .eex files as Elixir (PR#1387)

... (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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 8, 2020
@dependabot-preview dependabot-preview bot requested a review from fronzbot May 8, 2020 08:14
@codecov
Copy link

codecov bot commented May 8, 2020

Codecov Report

Merging #252 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #252   +/-   ##
=======================================
  Coverage   82.34%   82.34%           
=======================================
  Files           8        8           
  Lines         759      759           
=======================================
  Hits          625      625           
  Misses        134      134           
Flag Coverage Δ
#unittests 82.34% <ø> (ø)

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 f15f00e...78ec104. Read the comment docs.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/pygments-2.6.1 branch from d280eaa to 64c137a Compare May 8, 2020 20:59
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/pygments-2.6.1 branch from 64c137a to 78ec104 Compare May 8, 2020 21:03
@fronzbot fronzbot merged commit 4582600 into dev May 8, 2020
@fronzbot fronzbot deleted the dependabot/pip/pygments-2.6.1 branch May 8, 2020 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant