Skip to content

build(deps-dev): update rouge requirement from ~> 5.0.0 to ~> 5.1.0 in /gem - #502

Merged
cirdes merged 1 commit into
mainfrom
dependabot/bundler/gem/rouge-5.1.0
Aug 9, 2026
Merged

build(deps-dev): update rouge requirement from ~> 5.0.0 to ~> 5.1.0 in /gem#502
cirdes merged 1 commit into
mainfrom
dependabot/bundler/gem/rouge-5.1.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 9, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on rouge to permit the latest version.

Release notes

Sourced from rouge's releases.

v5.1.0

This release adds a new lexer for AddmusicK/Ramekin assembly and a substantial overhaul of the Perl lexer. The Java lexer now supports more modern syntax and no longer splits import static into separate tokens. The Shell lexer gains support for bash 5.3 curly substitutions and bitwise shift operators in math contexts. We also improved comment handling in Makefile body blocks and added delimited comment support to VHDL, along with fixes to the AppleScript, Markdown, Properties, Vue, and YAML lexers.

Thanks to all our contributors for your help and continuous support!

Changelog

Sourced from rouge's changelog.

version 5.1.0: 2026-08-05

Comparison with the previous version

  • General
    • add a more helpful #inspect method for lexers (#2303 by Jeanine Adkisson)
    • Wrap code/pre references in changelog (#2293 by Matt Jankowski)
    • remove redundant alias declarations, and warn on duplicate registration (#2317 by Jeanine Adkisson)
    • update AGENTS.md and CONTRIBUTING.md (#2316 by Jeanine Adkisson)
  • AddmusicK/Ramekin Lexer (NEW)
    • Add an AddmusicK/Ramekin lexer (#2277 by Jeanine Adkisson)
  • AppleScript Lexer
    • Fix applescript warning and move files to locations that match the tag (#2321 by Jeanine Adkisson)
  • Makefile Lexer
    • Add comment support in Makefile body blocks (#2305 by Tan Le)
  • Markdown Lexer
    • Fix edge case in markdown lexer for links (#2308 by Marcel Amirault)
  • Java Lexer
    • Support modern Java syntax (#2300 by Tan Le)
    • Fix Java import static tokenized as separate tokens (#2298 by Tan Le)
  • Perl Lexer
    • Overhaul the perl lexer (#2307 by Jeanine Adkisson)
  • Properties Lexer
    • properties: fix comments at eof and escaped chars in keys (#2320 by Jeanine Adkisson)
  • Shell Lexer
    • shell: use Str::Interpol instead of Str::Escape (#2310 by Jeanine Adkisson)
    • Add bitwise shift operators to shell math context (#2297 by Tan Le)
    • add support for bash 5.3 curly substitutions (#2309 by Jeanine Adkisson)
  • VHDL Lexer
    • VHDL: support delimited comments (#2304 by marph91)
  • Vue Lexer
    • Fix @ event shorthand in Vue templates (#2296 by Tan Le)
  • YAML Lexer
    • Fix bug with yaml separator in code blocks (#2313 by Marcel Amirault)
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)

Summary by cubic

Updates dev dependency rouge from 5.0.0 to 5.1.0 to improve syntax highlighting and include recent lexer fixes.

  • Dependencies
    • Bump rouge to ~> 5.1.0 in gem/ruby_ui.gemspec and gem/Gemfile.lock.
    • Dev-only; no runtime impact.

Written for commit a7182b8. Summary will update on new commits.

Review in cubic

Updates the requirements on [rouge](https://github.com/rouge-ruby/rouge) to permit the latest version.
- [Release notes](https://github.com/rouge-ruby/rouge/releases)
- [Changelog](https://github.com/rouge-ruby/rouge/blob/main/CHANGELOG.md)
- [Commits](rouge-ruby/rouge@v5.0.0...v5.1.0)
---
updated-dependencies:
- dependency-name: rouge
dependency-version: 5.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Aug 9, 2026
@dependabot
dependabotBot requested a review from cirdes as a code ownerAugust 9, 2026 10:02
@dependabotdependabotBot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Aug 9, 2026
@cirdes
cirdes merged commit a71ed57 into mainAug 9, 2026
7 checks passed
@cirdes
cirdes deleted the dependabot/bundler/gem/rouge-5.1.0 branch August 9, 2026 14:06
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filerubyPull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@cirdes