Skip to content

Bump rouge from 3.25.0 to 4.0.1#154

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/rouge-4.0.1
Closed

Bump rouge from 3.25.0 to 4.0.1#154
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/rouge-4.0.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Dec 26, 2022

Bumps rouge from 3.25.0 to 4.0.1.

Release notes

Sourced from rouge's releases.

v4.0.1

This release introduces a number of updates and fixes across Coq, Gherkin, HTTP, Java, JavaScript, LLVM, Powershell, Praat, SystemD, Vala and YAML lexer.

Thanks to all the contributors who help make Rouge better. On behalf of the Rouge maintainers, we wish you a season full of joy and magic and a bright New Year.

Full Changelog: rouge-ruby/rouge@v4.0.0...v4.0.1

v4.0.0

This is a major release and includes some breaking changes:

As part of this release, we added one new RML lexer and also made some bug fixes and improvements across HTTP, TSX, TOML, Haxe, Praat, Make and Diff lexer.

Thank you to all of the amazing contributors for your help and continuous support!

Full Changelog: rouge-ruby/rouge@v3.30.0...v4.0.0

v3.30.0

We bring you 3 new exciting lexers in this release: Isabelle, Meson and Nial lexer. There are also some fixes and improvements on CPP, Dart, Groovy, JavaScript, Pascal, PHP and TOML lexer.

Thank you to all of the amazing contributors for your help and continuous support!

Full Changelog: rouge-ruby/rouge@v3.29.0...v3.30.0

v3.29.0

We bring you 5 new exciting lexers in this release: Idris, Lean, Syzlang and Syzprog lexer. There are also some fixes and improvements on Docker, Matlab and Python lexer.

Furthermore, we have made some improvements in Rouge and Rouge CI. We are now running Ruby 3.1 as part of our CI. As part of this release, we also introduced Code of Conduct v2.1.

Thank you to all of the amazing contributors for your help and continuous support!

Full Changelog: rouge-ruby/rouge@v3.28.0...v3.29.0

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!

... (truncated)

Changelog

Sourced from rouge's changelog.

version 4.0.1: 2022-12-17

Comparison with the previous version

  • General
    • Extract regex to constant in HTML formatter (#1904 by Tan Le)
    • Improve disambiguation rules on .pp extension (#1898 by Tan Le)
    • Ignoring RVM/rbenv version and gemset config files (#1874 by chapmajs)
  • Coq Lexer
    • Coq has non-standard string escapes. (#1872 by Gregory Malecha)
    • Simplify rules with groups syntax on coq lexer (#1876 by Tan Le)
    • Coq unicode improvements (#1764 by Cormac Relf)
  • Gherkin Lexer
    • Update Gherkin keywords (#1905 by Tan Le)
  • HTTP Lexer
    • Add support for the HTTP QUERY method (#1896 by Asbjørn Ulsberg)
  • Java Lexer
    • Support JEP 378 Text Blocks in Java [Closes #1687] (#1867 by Filip Procházka)
  • JavaScript Lexer
    • Fix template strings problem in javascript lexer (#1878 by DGCK81LNN)
  • LLVM Lexer
    • Update LLVM keywords (#1903 by Nikita Popov)
  • Powershell Lexer
    • Handle common line continuation in PS (#1901 by Tan Le)
    • Fix handling of PS subexpressions in interpolation (#1900 by Tan Le)
  • Praat Lexer
    • Replace complex rules with block matchers (#1855 by Tan Le)
  • SystemD Lexer
    • Allow quoteless continuations in Systemd (#1899 by Michael Herold)
  • Vala Lexer
    • Add .vapi extension to vala lexer (#1892 by Tan Le)
  • YAML Lexer
    • Accept colon(s) in YAML key names (#1888 by Greg Dubicki)
  • Rouge CI
    • Update GitHub actions/checkout@v3 (#1897 by Tan Le)
  • Documentation
    • docs: Fix Languages LanguagesLink (#1884 by Trillium S)
    • docs: Fix broken link to environment setup (#1883 by Trillium S)
    • Add contact emails to Code of Conduct (#1871 by dmr)

version 4.0.0: 2022-09-04

Comparison with the previous version

This is a major release and includes some breaking changes:

  • General
    • Drop support for Ruby < 2.7 (#1862 by Tan Le)
  • Solidity Lexer
    • remove support for languages related to pyramid schemes (045d7bc by Jeanine Adkisson)

... (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)

Bumps [rouge](https://github.com/rouge-ruby/rouge) from 3.25.0 to 4.0.1.
- [Release notes](https://github.com/rouge-ruby/rouge/releases)
- [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md)
- [Commits](rouge-ruby/rouge@v3.25.0...v4.0.1)

---
updated-dependencies:
- dependency-name: rouge
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 26, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Feb 17, 2023

Superseded by #159.

@dependabot dependabot Bot closed this Feb 17, 2023
@dependabot dependabot Bot deleted the dependabot/bundler/rouge-4.0.1 branch February 17, 2023 21:59
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 ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants