Skip to content

chore(deps): bump rouge from 3.30.0 to 4.7.0#8257

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/rouge-4.7.0
Open

chore(deps): bump rouge from 3.30.0 to 4.7.0#8257
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/rouge-4.7.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps rouge from 3.30.0 to 4.7.0.

Release notes

Sourced from rouge's releases.

v4.7.0

🎉 Happy New Year 2026! 🎉

This release brings significant enhancements to PHP language support with modern syntax features including enums, typed class constants, and asymmetric visibility. We've introduced new lexers for GJS and GTS files used by Ember projects. Language support has been improved with Python 3.14+ template strings, Go underscore support in numbers, and enhanced file detection for COBOL and Terraform files. Thanks to all our contributors for their valuable work on making Rouge more comprehensive!

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!

... (truncated)

Changelog

Sourced from rouge's changelog.

version 4.7.0: 2025-12-31

Comparison with the previous version

  • General
    • Bump actions/checkout to v5 (#2166 by Tan Le)
  • COBOL Lexer
    • feat: add support for highlight .cpy and .cpb files as COBOL (#2186 by simon)
  • Gjs and Gts Lexer (NEW)
    • Created lexers for gjs and gts (used by Ember projects) (#2165 by Isaac Lee)
  • Go Lexer
    • support underscore in numbers in go (#2167 by Joris Clement)
  • PHP Lexer
    • php: Support enum definition (#2171 by nsfisis)
    • php: Support typed class constants (#2174 by nsfisis)
    • php: Support asymmetric visibility (#2173 by nsfisis)
    • php: Support alternative notation of octal number literal (0o prefix) (#2170 by nsfisis)
    • php: Update built-in functions (rake builtins:php) (#2175 by nsfisis)
  • Python Lexer
    • Add Python 3.14+ template strings (#2162 by Bart Broere)
  • Terraform Lexer
    • Support .tofu for Terraform lexing (#2180 by Asherah Connor)

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)

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

Bumps [rouge](https://github.com/rouge-ruby/rouge) from 3.30.0 to 4.7.0.
- [Release notes](https://github.com/rouge-ruby/rouge/releases)
- [Changelog](https://github.com/rouge-ruby/rouge/blob/main/CHANGELOG.md)
- [Commits](rouge-ruby/rouge@v3.30.0...v4.7.0)

---
updated-dependencies:
- dependency-name: rouge
  dependency-version: 4.7.0
  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 Mar 9, 2026
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