Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps rufo from 0.18.0 to 0.18.1.

Changelog

Sourced from rufo's changelog.

[0.18.1] - 2025-02-22

Fixed

  • Fix error when formatting pattern matching syntax. (#325)
  • Fix bug for toplevel Array literal and Hash literal indentation. (#327)
  • Fix bug for inline pattern matching to case expression. (#338)
  • Fix bug for heredoc indentation. (#342)
  • Fix bug for passing anonymous block arg. (#332)

Changed

Added

  • Add Ruby 3.4 to test runs on CI. (#337)
Commits
  • 41ab04a Version 0.18.1
  • 604207e Update CHANGELOG.md
  • 358cce6 Merge pull request #344 from ruby-formatter/fix-332
  • 198ba68 fix: fix bug method calling with anonymous block arg
  • 895e638 refactor: remove unnecessary codes
  • ae817a7 Merge pull request #343 from ruby-formatter/fix-342
  • 90471aa refactor: simplify control flow
  • 15f160d refactor: move spec
  • f12f845 refactor: remove unnecessary codes
  • 387f28b fix bug for heredoc indentation
  • 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 dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 10, 2025
Bumps [rufo](https://github.com/ruby-formatter/rufo) from 0.18.0 to 0.18.1.
- [Changelog](https://github.com/ruby-formatter/rufo/blob/master/CHANGELOG.md)
- [Commits](ruby-formatter/rufo@v0.18.0...v0.18.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@thomasleese thomasleese force-pushed the dependabot/bundler/rufo-0.18.1 branch from 9cce55b to 083d9ec Compare March 11, 2025 07:11
@thomasleese thomasleese changed the base branch from main to v2.1.0-wip March 11, 2025 07:11
@tvararu tvararu temporarily deployed to mavis-pr-3191 March 11, 2025 07:11 Inactive
Copy link

@thomasleese thomasleese merged commit d5546e4 into v2.1.0-wip Mar 11, 2025
14 checks passed
@thomasleese thomasleese deleted the dependabot/bundler/rufo-0.18.1 branch March 11, 2025 07:16
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.

2 participants