theodi / octopub

Publish data easily, quickly and correctly
https://octopub.io/
Other
41 stars 18 forks source link

Bump rouge from 3.19.0 to 3.21.0 #1015

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps rouge from 3.19.0 to 3.21.0.

Release notes

Sourced from rouge's releases.

v3.21.0

This release has three new lexers, one for BrightScript, one for Janet and one for SSH Config. There's also fixes for the Batchfile, C++, Jinja, Perl, PowerShell, Rego, Sass, SCSS and Twig lexers. Happy highlighting!

v3.20.0

We've got some new lexers again! This release includes lexers for Augeas, BibTeX, HLSL, LiveScript, Velocity and Zig. On top of that, we have fixes for the C++, Diff, Haskell, HTML, JavaScript, JSX, OpenType Feature File, PowerShell, TSX and TypeScript lexers.

I'd like to especially call out @lkinasiewicz for the LiveScript lexer. This was originally submitted back in 2017 and it's great to have it finally part of Rouge! The backlog of outstanding PRs is still too long but we are slowly making progress. As I like to say: forward, not backward; upward, not forward; and always twirling, twirling, twirling towards freedom!

Changelog

Sourced from rouge's changelog.

version 3.21.0: 2020-07-15

Comparison with the previous version

  • General
    • Improve support for Unicode identifiers in various lexers (#1537 by Benjamin Galliot)
    • Fix YARD error when parsing LiveScript lexer (#1541 by Michael Camilleri)
  • Batchfile Lexer
    • Allow @ before REM in Batchfile lexer (#1545 by Konrad Borowski)
  • BrightScript Lexer (NEW)
    • Add BrightScript lexer (#1544 by domRowan)
  • C++ Lexer
    • Support template parameter packs in C++ lexer (#1555 by Michael Camilleri)
  • Docker Lexer
    • Remove docker_ file glob from Docker lexer (#1550 by Michael Camilleri)
  • Janet Lexer (NEW)
    • Add Janet lexer (#1558 by sogaiu)
  • Jinja Lexer
    • Fix nesting of raw and verbatim tags in Jinja/Twig lexers (#1552 by Michael Camilleri)
  • Perl Lexer
    • Support fat comma in Perl lexer (#1553 by Michael Camilleri)
    • Fix character escaping in Perl lexer (#1549 by Michael Camilleri)
  • PowerShell Lexer
    • Support ? in PowerShell lexer (#1559 by Michael Camilleri)
    • Support using grave character to escape characters in PowerShell lexer (#1551 by Michael Camilleri)
  • Rego Lexer
    • Fix identifier matching in Rego lexer (#1556 by Michael Camilleri)
  • Sass Lexer
    • Fix & selector matching in Sass/SCSS lexer (#1554 by Michael Camilleri)
  • SCSS Lexer
    • Fix & selector matching in Sass/SCSS lexer (#1554 by Michael Camilleri)
  • SSH Config Lexer
    • Add SSH config lexer (#1543 by Chris Buckley)
  • Twig Lexer
    • Fix nesting of raw and verbatim tags in Jinja/Twig lexers (#1552 by Michael Camilleri)

version 3.20.0: 2020-06-10

Comparison with the previous version

  • Augeas Lexer (NEW)
    • Add Augeas lexer (#1521 by Raphaël Pinson)
  • BibTeX Lexer (NEW)
    • Add BibTeX lexer (#1360 by alexlihengwang)
  • C++ Lexer
    • Support scope resolution operator in C++ lexer (#1523 by Michael Camilleri)
  • Diff Lexer
    • Fix erroneous detection in Diff lexer (#1532 by Catalin)
  • Haskell Lexer
    • Improve support for single quotes in Haskell lexer (#1524 by Michael Camilleri)
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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #1020.