rethinkdb / www

The RethinkDB website.
https://rethinkdb.com
Apache License 2.0
7 stars 11 forks source link

Bump rouge from 2.2.1 to 3.28.0 #319

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps rouge from 2.2.1 to 3.28.0.

Release notes

Sourced from rouge's releases.

v3.28.0

This first release of 2022 introduces 3 new lexers: Fluent, Stan and Stata. There are also numerous fixes and improvements across C, Console, CPP, Cypher, Dart, HCL, JSX, Kotlin, Rust, SPARQL and TOML lexer. In addition, we have added support to run the visual test app in Ruby 3.0.

Thank you to everyone who has contributed to this release. It is wonderful to see some first-time contributors. May all your wishes come true in 2022!

v3.27.0

This release brings you a brand new lexer, Dafny and a number of improvements on Ceylon, Elixir, Rust, SQL and Swift lexer.

We have also documented Rouge supported languages (see languages.md in the docs folder). Additionally, we have migrated Rouge CI from Travis to GitHub workflows. See the CHANGELOG for the detailed list of changes.

Thank you to all our wonderful contributors and your continuous support. We wish you all a joyjous festive season. Stay safe and keep on lexing!

v3.26.1

This release includes some notable changes:

  • Fix the catastrophic backtracking presented in Factor and GHC Core Lexer
  • Fix Ruby 2.7 keyword parameter deprecation warning

There are also fixes for CPP, JSL and YAML lexer.

Thank you to all the wonderful contributors who help to make Rouge better. Happy highlighting!

v3.26.0

There are two things to report in this release.

The first are the usual notes. We have two new lexers: one for OCL and one for ReScript. There are also fixes for the CMake, Crystal, JSL, Python, ReasonML and Rust lexers. Thank you to all the contributors!

The second is that I'd like to announce that this will be my last release as a maintainer of Rouge. It's been a terrific experience and I'd like to thank @​jneen and the other maintainers for making me feel very welcome. I wish them all the best as Rouge moves to version 4!

v3.25.0

No new lexers this time but we do have a lot of updates. There are fixes for the Batchfile, C++, Docker, JavaScript, Kotlin, Perl, PowerShell, Ruby, Rust and Velocity lexers. Enjoy!

v3.24.0

This release has two new lexers: one for e-mails (yes, I am aware it is only me that spells it that way) and one for J (why not another language starting with J?). There's also fixes for the Apex, HTTP, Janet, JavaScript and Rust lexers. And on top of all of that, there are some improvements to Rouge itself, including a new CLI debug command and a line highlighting option.

Thanks to everyone who contributed bug reports and pull requests. Stay safe and lex responsibly!

v3.23.0

This release has two new lexers: one for PostScript and one for systemd unit files. There's also fixes for the Kotlin, Ruby and Rust lexers. Thanks to all the contributors who help make Rouge better. Don't forget to wear a mask!

v3.22.0

This is a small release with just one update: a major rewrite of the PHP lexer. Hopefully the improved level of detail makes your PHP code look prettier but do report any issues you find with it!

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

... (truncated)

Changelog

Sourced from rouge's changelog.

version 3.28.0: 2022-01-26

Comparison with the previous version

  • C Lexer
    • Fix highlight of #include statement (#1770 by cdown)
  • Console Lexer
    • Fix issue with console line ends with backlash (#1779 by mojavelinux)
  • CPP Lexer
    • Add keywords and operators introduced in C++20 (#1784 by tchaikov)
  • Cypher Lexer
    • Support multi-line comments (#1710 by Mogztter)
  • Dart Lexer
    • Add new keywords and types (#1691 by parlough)
  • Fluent Lexer (NEW)
    • Add Fluent lexer (#1697 by rkh)
  • HCL Lexer
    • Add new file extensions (#1769 by maximd)
  • JSX Lexer
    • Allow dashes in attribute names (#1650 by bpl)
  • Kotlin Lexer
    • Fix highlight of interface, nullable type and generic property (#1762 by vidarh)
  • Rust Lexer
    • Update keywords for a new version (#1649 by nsfisis)
  • SPARQL Lexer
    • Support unicode names (#1654 by jakubklimek)
  • Stan Lexer (NEW)
    • Add Stan lexer (#1735 by jgaeb)
  • Stata Lexer (NEW)
    • Add Stata lexer (#1637 by reifjulian)
  • TOML Lexer
    • Support quoted keys (#1777 by tancnle)
  • Fix visual test app on Ruby 3.0 (#1696 by rkh)

version 3.27.0: 2021-12-15

Comparison with the previous version

  • Ceylon Lexer
    • Backtracking fix in interpolation regex (#1773 by thewoolleyman)
  • Dafny Lexer
    • Add Dafny Lexer (#1647 by davidcok, mschlaipfer)
  • Elixir Lexer
    • Add support for HEEX templates (#1736 by sineed
  • Rust Lexer
    • Fix lexing of integers, escapes, identifiers, unicode idents, keywords and builtins, byte strings and multiline and doc comments (#1711 by thomcc)
  • SQL Lexer
    • Curly brace support (#1714 by hawkfish)
    • Add more SQL dialects in visual samples (#1751 by tancnle)
    • Windowing keywords support (#1754 by hawkfish)

... (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[bot] commented 2 years ago

Superseded by #324.