Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2025

Bumps rufo from 0.7.0 to 0.13.0.

Changelog

Sourced from rufo's changelog.

[0.13.0] - 2021-05-07

Fixed

  • Properly format comma when a heredoc is passed as a call argument
  • Correctly interpret case statements with multiple when clauses in ERB files

Changed

  • Dropped support for Ruby 2.4 and 2.5 as they are end of life.

Added

  • Add Ruby 3.0.1 to test runs on CI.

[0.12.0] - 2020-03-08

Fixed

  • File.read default encode UTF-8
  • Handle case where the code is invalid but ripper does not raise an error.
  • Removed implicit dependency on rake.
  • Error when semicolon and then used in a case statement #230.

Changed

Added

  • Code coverage tracking with codecov.io
  • node_modules folders are now ignored.

[0.11.0] - 2020-02-09

Fixed

  • Documentation for trailing_commas
  • Handle empty string symbol for key in hash.

Added

  • Support for escaped ERB template tags. For example <%%%%= format :name %>.

[0.10.0] - 2020-01-16

Fixed

  • Squiggly heredoc closing tag indentation.
  • Formatting .erb files from stdin.

Changed

  • Method parameters are now no longer aligned with the method parenthesis. For example:
    • def foo(
              param

... (truncated)

Commits
  • b3f3aed Merge pull request #259 from ruby-formatter/release/prepare-0-13-0
  • a70fbf6 Version changelog changes
  • bbb61d5 Bump version
  • b87e21e Merge pull request #257 from tnir/ruby30
  • 4913c0a Move rexml to development dependency
  • 4426176 Add Ruby 3.0 support and drop 2.4/2.5 support
  • 37b35a4 Merge pull request #256 from effleurager/support-multiple-case-levels
  • c7cfc17 Exclude line dependant spec
  • 2cd3766 Add changelog entry
  • 084e4d1 Add test of case statements
  • Additional commits viewable in compare view

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 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)
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 12, 2025
@dependabot dependabot bot force-pushed the dependabot/bundler/rufo-0.13.0 branch from 70900d5 to 23497b1 Compare February 12, 2025 08:38
Bumps [rufo](https://github.com/ruby-formatter/rufo) from 0.7.0 to 0.13.0.
- [Changelog](https://github.com/ruby-formatter/rufo/blob/master/CHANGELOG.md)
- [Commits](ruby-formatter/rufo@v.0.07...v0.13.0)

---
updated-dependencies:
- dependency-name: rufo
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/rufo-0.13.0 branch from 23497b1 to d878b63 Compare February 12, 2025 08:38
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

0 participants