Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Conversation

dependabot-preview[bot]
Copy link

Bumps rouge from 3.3.0 to 3.15.0.

Release notes

Sourced from rouge's releases.

v3.15.0

This release includes three new lexers: FreeFEM, GHC and Objective-C++. Thanks to contributions from the community, we also have fixes for the Console, Jinja, LLVM, Python, Rust and Swift lexers. Finally, you should now be able to pass 'false' as an option after a fix to how CGI-style options are parsed.

Happy new year to everyone! We look forward to another year of Rouge 😃

v3.14.0

This release includes fixes for the JSONDOC, Liquid, Magik and TOML lexers as well as the addition of the NES Assembly and Slice lexers.

If all goes according to plan, this will be the last release for 2019. Thanks to all the contributors who improved Rouge—this library wouldn't be what it is without you. See you all again in the new year!

v3.13.0

This release includes a fix for the BPF lexer and the Q lexer and the addition of the TTCN-3 lexer. We've also slowed down the cadence for releases. Releases are now scheduled to come out on the second Tuesday of each month.

v3.12.0

This release includes a handful of fixes (one for the Embedded Elixir lexer and a couple for Rouge itself) and the addition of the Minizinc lexer.

v3.11.1

This is a small update that provides a fix for the Perl lexer.

As is evident from the last couple of releases, we've slowed down the pace of development over the past couple of weeks. There are still a lot of pull requests to clear but it's likely that this will happen at a slower rate than has been the case. Thanks for your patience!

v3.11.0

This release includes some fixes for existing lexers and support for three new languages.

I'd also like to call out the updates to the Liquid lexer. Although this was submitted via a single PR, it represents a substantial amount of work and is a large upgrade to the previous version of the lexer. Special thanks to @EricFromCanada 🎉

v3.10.0

This release includes a couple of fixes and support for five new languages.

v3.9.0

This release includes fixes for a number of lexers and support for three new languages.

This is a lighter release in comparison to the past couple of versions. We've taken a bit of a summer break and perhaps been slightly distracted by the latest update to No Man's Sky.

v3.8.0

This release includes continued improvements to the library, fixes for a number of lexers and support for seven new languages.

v3.7.0

This release includes continued improvements to the library, fixes for a number of lexers and support for eight new languages.

v3.6.0

This release includes continued improvements to the library, fixes for a number of lexers and—like v3.5.0—support for three new languages.

v3.5.1

This release fixes a bug in the PowerShell lexer that was affecting some users.

v3.5.0

This release includes continued improvements to the library, fixes for a number of lexers and support for three new languages.

v3.4.1

... (truncated)
Changelog

Sourced from rouge's changelog.

version 3.15.0: 2020-01-15

Comparison with the previous version

  • General
    • Fix parsing of 'false' as Boolean option value (#1382 by Michael Camilleri)
  • Console Lexer
    • Fix comment parsing in Console lexer (#1379 by Michael Camilleri)
  • FreeFEM Lexer (NEW)
    • Add FreeFEM lexer (#1356 by Simon Garnotel)
  • GHC Lexer (NEW)
    • Add GHC Core lexer (#1377 by Sven Tennie)
  • Jinja Lexer
    • Improve comments in Jinja lexer (#1386 by Rick Sherman)
    • Allow spaces after filter pipes in Jinja lexer (#1385 by Rick Sherman)
  • LLVM Lexer
    • Add addrspacecast keyword, change keyword matching system in LLVM lexer (#1376 by Michael Camilleri)
  • Objective-C++ Lexer (NEW)
    • Add Objective-C++ lexer (#1378 by Saagar Jha)
  • Python Lexer
    • Add Starlark support to Python lexer (#1369 by zoidbergwill)
  • Rust Lexer
    • Add division operator to Rust lexer (#1384 by Hugo Peixoto)
  • Swift Lexer
    • Add some keyword and key-path syntax to Swift lexer (#1332 by Jim Dovey)

version 3.14.0: 2019-12-11

Comparison with the previous version

  • General
    • Fix lexing of comments at the EOF (#1371 by Maxime Kjaer)
    • Fix typo in README.md (#1367 by Sven Tennie)
  • JSONDOC Lexer
    • Update state names in json-doc lexer (#1364 by Maxime Kjaer)
  • Liquid Lexer
    • Add pattern for matching filenames to the Liquid lexer (#1351 by Eric Knibbe)
  • Magik Lexer
    • Add _finally keyword to Magik lexer (#1365 by Steven Looman)
  • NES Assembly Lexer (NEW)
    • Add NES Assembly lexer (#1354 by Yury Sinev)
  • Slice Lexer (NEW)
    • Add Slice lexer (#867 by jolkdarr)
  • TOML Lexer
    • Add support for inline tables to TOML lexer (#1359 by Michael Camilleri)

version 3.13.0: 2019-11-13

Comparison with the previous version

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


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 20, 2020
@dependabot-preview
Copy link
Author

Superseded by #40.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/rouge-3.15.0 branch February 12, 2020 07:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants