gjtorikian / html-pipeline

HTML processing filters and utilities
MIT License
2.26k stars 380 forks source link

Update rouge requirement from ~> 3.1 to ~> 4.1 #381

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on rouge to permit the latest version.

Release notes

Sourced from rouge's releases.

v4.1.2

This small release includes some bug fixes across Wollok and Python lexer.

Full Changelog: https://github.com/rouge-ruby/rouge/compare/v4.1.1...v4.1.2

Changelog

Sourced from rouge's changelog.

version 4.1.2: 2023-06-01

Comparison with the previous version

  • Fix highlight of ellipsis in Python lexer (#1964 by Tan Le)
  • Fix Wollok lexer: entity list is shared between lexer instances (#1954 by nsfisis)

version 4.1.1: 2023-05-15

Comparison with the previous version

  • General
    • Fix Twig/Jinja: incorrect recognition of some special tokens like keywords (#1949 by nsfisis)
    • Add reference to Code of Conduct (#1942 by Tan Le)
  • Dart Lexer
    • Add basic support for Dart 3 features (#1935 by Parker Lougheed)
  • Dot Lexer
    • Add alias graphviz for dot (#1651 by Alexander Sapozhnikov)
  • JavaScript Lexer
    • javascript: Fix an issue where some keywords like "for" and "if" are mistakenly recognized as functions (#1938 by nsfisis)
  • Liquid Lexer
    • Liquid: update for 5.0.0 (#1681 by Eric Knibbe)
  • Mosel Lexer
    • Delete buggy detection for Mosel (#1936 by Cyril Brulebois)
  • Openedge Lexer
    • fix: improve openedge abl langage (#1843 by clement-brodu)
  • PHP Lexer
    • php: fix highlight of fully-qualified identifiers (fix #1718) (#1924 by nsfisis)
  • Python Lexer
    • Support doctest highlight in Python lexer (#1932 by Tan Le)
  • Ruby Lexer
    • Highlight Ruby's and/or/not logical operators (#1950 by Demian Ferreiro)
    • Fix string interpolation in Ruby percent literal (#1945 by Tan Le)
  • Rust Lexer
    • rust: Update builtins and sample file (fix #1922) (#1923 by nsfisis)
  • Shell Lexer
    • Add detection for zsh completion files (#1933 by Germán Riaño)

version 4.1.0: 2023-02-11

Comparison with the previous version

  • General
    • Use File.basename instead sub to correctly handle long paths on Windows (#1911 by Alex Babrykovich)
    • Update GitHub theme, add dark mode (#1918 by George Waters)
  • C# Lexer
    • Update C# lexer: new keywords and numeric literal syntax improvements (#1660 by Dominique Schuppli)
  • Cisco IOS Lexer (NEW)
    • Porting Cisco IOS configuration lexer from pygments-routerlexers (#1875 by chapmajs)
    • Add Cisco IOS lexer to Languages doc (#1929 by Tan Le)

... (truncated)

Commits


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)
github-actions[bot] commented 1 year ago

Not approving this PR because it includes a major update of a dependency. Please review the changes and approve manually.