LightTable / lighttable.com

Other
5 stars 8 forks source link

Bump rouge from 3.3.0 to 3.20.0 #46

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps rouge from 3.3.0 to 3.20.0.

Release notes

Sourced from rouge's releases.

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!

v3.19.0

No new lexers this but release but we do have fixes for the JavaScript, Kotlin, Python, SPARQL and Turtle lexers. In addition, there have been some under the hood improvements to how keywords are generated for certain languages.

Stay safe everyone!

v3.18.0

This release includes new lexers for Cypher, Datastudio, GHC Cmm, ISBL, Rego, Solidity and YANG. It also incorporates fixes for the C++, CMake, Console, F#, JSON, JSONDOC, Kotlin, Markdown, Pascal, PHP, Python, Racket, Ruby, Terraform, TypeScript and Vue lexers. Which seems like quite a lot. Enjoy!

v3.17.0

This release includes the ECL lexer as a new lexer. It also incorporates fixes for the CoffeeScript, Markdown, NASM, Ruby, Scala and Varnish lexers. Enjoy your syntax highlighting! 🎉

v3.16.0

This release includes one new lexer: the Varnish lexer! We also have fixes for the D, Java, Lua, NASM, Objective-C, PowerShell, Rust, Shell, TOML and TypeScript lexers.

Thank you to all the contributors who've helped make Rouge better!

v3.15.0

This release includes three new lexers: FreeFEM, GHC and Objective-C++. Thanks to contributions from the community, we also have fixes for the Console, Jinja, LLVM, Python, Rust and Swift lexers. Finally, you should now be able to pass 'false' as an option after a fix to how CGI-style options are parsed.

Happy new year to everyone! We look forward to another year of Rouge 😃

v3.14.0

This release includes fixes for the JSONDOC, Liquid, Magik and TOML lexers as well as the addition of the NES Assembly and Slice lexers.

If all goes according to plan, this will be the last release for 2019. Thanks to all the contributors who improved Rouge—this library wouldn't be what it is without you. See you all again in the new year!

v3.13.0

This release includes a fix for the BPF lexer and the Q lexer and the addition of the TTCN-3 lexer. We've also slowed down the cadence for releases. Releases are now scheduled to come out on the second Tuesday of each month.

v3.12.0

This release includes a handful of fixes (one for the Embedded Elixir lexer and a couple for Rouge itself) and the addition of the Minizinc lexer.

v3.11.1

This is a small update that provides a fix for the Perl lexer.

As is evident from the last couple of releases, we've slowed down the pace of development over the past couple of weeks. There are still a lot of pull requests to clear but it's likely that this will happen at a slower rate than has been the case. Thanks for your patience!

v3.11.0

This release includes some fixes for existing lexers and support for three new languages.

I'd also like to call out the updates to the Liquid lexer. Although this was submitted via a single PR, it represents a substantial amount of work and is a large upgrade to the previous version of the lexer. Special thanks to @EricFromCanada 🎉

v3.10.0

This release includes a couple of fixes and support for five new languages.

... (truncated)
Changelog

Sourced from rouge's changelog.

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)
  • HLSL Lexer (NEW)
    • Add HLSL lexer (#1520 by Mitch McClellan)
  • HTML Lexer
    • Add *.cshtml file glob to HTML lexer (#1522 by Michael Camilleri)
  • JavaScript Lexer
    • Fix erroneous brace matching rule in JavaScript lexer (#1526 by Michael Camilleri)
  • JSX Lexer
    • Simplify JSX and TSX lexers (#1492 by Michael Camilleri)
  • LiveScript Lexer (NEW)
    • Add LiveScript lexer (#650 by FuriousBoar)
  • OpenType Feature File Lexer
    • Add new keywords to and fix bugs in OpenType feature file lexer (#1519 by Zachary Quinn Scheuren)
  • PowerShell Lexer
    • Fix incorrect predicate usage in PowerShell lexer (#1536 by Michael Camilleri)
  • TSX Lexer
    • Permit use of trailing comma in generics in TSX lexer (#1528 by Michael Camilleri)
    • Simplify JSX and TSX lexers (#1492 by Michael Camilleri)
    • Change the way common methods are mixed in to TypeScript-based lexers (#1527 by Michael Camilleri)
  • TypeScript Lexer
    • Support nullish coalescing operator in TypeScript lexer (#1529 by Michael Camilleri)
    • Move rules from TypeScript lexer to TypeScript common module (#1530 by Michael Camilleri)
    • Change the way common methods are mixed in to TypeScript-based lexers (#1527 by Michael Camilleri)
  • Velocity Lexer (NEW)
    • Add Velocity lexer (#1518 by Michael Camilleri)
  • Zig Lexer (NEW)
    • Add Zig lexer (#1533 by Timmy Jose)

version 3.19.0: 2020-05-13

Comparison with the previous version

  • General
    • Use qualified method name for calls to Kernel#load (#1503 by Michael Camilleri)
    • Update keyword-generation Rake tasks (#1500 by Michael Camilleri)
    • Add Rake task to generate keywords for LLVM lexer (#1505 by Michael Camilleri)
  • JavaScript Lexer
... (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](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) - 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 #47.