Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2025

Bumps rouge from 3.30.0 to 4.6.1.

Release notes

Sourced from rouge's releases.

v4.6.1

This release focuses on bug fixes and compatibility improvements across multiple lexers. We've fixed Ruby method definition highlighting for comparable methods. The TOML lexer has been realigned with the Pygments counterpart for better consistency. Language support has been enhanced with recognition of .resource files as Robot Framework files and improved Lua lexer handling of escaped quotes. The INI parser now supports standalone options, and the CSS lexer has been updated to support range context in media queries. Thanks to all our contributors for their valuable work on making Rouge more robust!

Full Changelog: rouge-ruby/rouge@v4.6.0...v4.6.1

v4.6.0

This release introduces support for the Bicep language and enhances several existing lexers. We've added Ada 2022 features including the parallel keyword and improved syntax for arrays. The Python lexer now supports the match and case keywords and has been updated with Python 3 builtin keywords, functions, and exceptions. C# lexer improvements include Unicode character support and a refactoring of keywords to class methods. The TOML lexer now properly handles inline tables in arrays. We've also enhanced file detection with Docker file name patterns, Terraform *.tfvars files, and improved disambiguation between Objective-C and Mathematica lexers. Additionally, Ruby 3.4 has been added to our CI build process. Thanks to all our contributors for their valuable work on making Rouge better!

Full Changelog: rouge-ruby/rouge@v4.5.2...v4.6.0

v4.5.2

This release brings support for mustache templates in Svelte and adds Razor file association to HTML. We've updated the Java lexer to recognize the new record keyword and expanded C++ float literal support. The CSS and Mojo lexers have been improved with the latest language features. Additionally, we fixed a method error in the SASS lexer and made various documentation improvements. Thanks to all our contributors for their valuable work!

Full Changelog: rouge-ruby/rouge@v4.5.1...v4.5.2

v4.5.1

This release includes a small fix in loading dependencies in JSON5 lexer.

Full Changelog: rouge-ruby/rouge@v4.5.0...v4.5.1

v4.5.0

This release includes 2 new lexers, COBOL and JSON5. We have added some enhancements across Groovy, Javascript, INI, Ruby and Terraform Lexer. Thank you to all of the amazing contributors for your help and continuous support!

Full Changelog: rouge-ruby/rouge@v4.4.0...v4.5.0

v4.4.0

This release introduces a new lexer for P4 and adds support for Mojo language highlighting. We've also made improvements to the Dockerfile and Makefile lexers, and fixed some issues with the Mojo lexer. Thank you to all the wonderful contributors for this release!

Full Changelog: rouge-ruby/rouge@v4.3.0...v4.4.0

v4.3.0

This release introduces a new lexer: IEC 61131-3 Structured Text. We also add a number of improvements across Brainfuck, Crystal, Eiffel, HCL, JavaScript, Markdown, Mathematica, Objective-C, Ruby, TCL, TOML and TypeScript Lexer. Thank you for all the wonderful contributors for this release! 🚀 ❤️

Full Changelog: rouge-ruby/rouge@v4.2.1...v4.3.0

v4.2.1

This small release includes some bug fixes across CPP, NASM, NGINX and TOML lexer. We have also fixed a number of Ruby warnings and made some small development improvements.

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

Full Changelog: rouge-ruby/rouge@v4.2.0...v4.2.1

v4.2.0

This release introduces 2 new lexers: Code Owners and Svelte. In addition, we have also made some improvements across BPF, Dart, Elixir, Groovy, Python and Xoji lexer. Thank you for all the wonderful contributors ❤️ Happy lexing!

Full Changelog: rouge-ruby/rouge@v4.1.3...v4.2.0

v4.1.3

This release brings some improvements on IRB, XQuery, TypeSCript, HCL and Terraform Lexer. Thank you for all our wonderful contributors.

... (truncated)

Changelog

Sourced from rouge's changelog.

version 4.6.1: 2025-09-25

Comparison with the previous version

  • General
    • Add ruby head version to CI (#2154 by Tan Le)
    • Replace usage of cgi for ruby 3.5 compatibility (#2131 by Earlopain)
  • CSS Lexer
    • CSS lexer: support range context in media queries (#2160 by Gerard)
  • INI Lexer
    • Support standalone option in INI parser (#2161 by Tan Le)
  • Lua Lexer
    • Bugfix: Lua escaped quotes now parsing (#2155 by Nicholas Reaves)
  • Robot Framework Lexer
    • Recognize .resource files as Robot Framework files (#2158 by Vasiliy)
  • Ruby Lexer
    • Fix highlighting comparable method definition (#2149 by Hartley McGuire)
  • TOML Lexer
    • Realign TOML lexers with the Pygments counterpart (#2152 by Tan Le)

version 4.6.0: 2025-07-16

Comparison with the previous version

  • General
    • Add Ruby 3.4 to CI build (#2127 by Tan Le)
    • Improve Objective-C vs Mathematica lexer disambiguation (#2103 by objc)
  • Ada Lexer
    • Add parallel keyword, square brackets and @ for Ada 2022 (#2117 by Maxim Reznik)
  • Bicep Lexer (NEW)
    • Add a Lexer for Bicep language (#1937 by Xavier Mignot)
    • Add bicep to the list of supported languages (#2137 by Tan Le)
    • Fix code indentation on Bicep lexer (#2138 by Tan Le)
  • C# Lexer
    • Support Unicode characters in C# lexer (#2136 by Tan Le)
    • Move keywords to class methods in CSharp lexer (#2139 by Tan Le)
  • Docker Lexer
    • Update Docker file name patterns (#2133 by Oscar Alberto Tovar)
  • Python Lexer
    • Support match and case keywords in Python (#2140 by Tan Le)
    • Update Python builtin keywords, functions, and exceptions to Python version 3 (#2109 by Joris Clement)
  • Terraform Lexer
    • Autodetect *.tfvars files as Terraform (#2146 by Oscar Alberto Tovar)
  • TOML Lexer
    • toml: support inline tables in arrays (#2065 by ash)

version 4.5.2: 2025-04-27

Comparison with the previous version

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [rouge](https://github.com/rouge-ruby/rouge) from 3.30.0 to 4.6.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.30.0...v4.6.1)

---
updated-dependencies:
- dependency-name: rouge
  dependency-version: 4.6.1
  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 Sep 25, 2025
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.

1 participant