slackhq / slack-lints

A collection of custom Android/Kotlin lint checks we use in our Android and Kotlin code bases at Slack.
Apache License 2.0
225 stars 11 forks source link

Update dependency com.facebook:ktfmt to v0.46 #140

Closed slack-oss-bot closed 11 months ago

slack-oss-bot commented 11 months ago

This PR contains the following updates:

Package Type Update Change
com.facebook:ktfmt dependencies minor 0.44 -> 0.46

Release Notes

facebookincubator/ktfmt ### [`v0.46`](https://togithub.com/facebook/ktfmt/releases/tag/v0.46) - Now targeting Kotlin 1.8.22 - Adjust .editorconfig for kotlinlang style for IntelliJ to better align with ktfmt ([#​412](https://togithub.com/facebookincubator/ktfmt/issues/412)) - Fix indentation of trailing comments in a bunch of cases ([#​418](https://togithub.com/facebookincubator/ktfmt/issues/418)) Big thanks to [@​nreid260](https://togithub.com/nreid260) and [@​cloudshiftchris](https://togithub.com/cloudshiftchris) for their contributions! ### [`v0.45`](https://togithub.com/facebook/ktfmt/releases/tag/v0.45) Fixed - Line break after `@sample` breaks Intellij functionality ([#​310](https://togithub.com/facebookincubator/ktfmt/issues/310)) - Don't insert blank lines between line comments at the end of files ([#​401](https://togithub.com/facebookincubator/ktfmt/issues/401)) - Support labeled lambdas in block-like scoping functions ([#​403](https://togithub.com/facebookincubator/ktfmt/issues/403)) - Guava bump 29.0 to 32.0 - Keep imports from the same package if the name is overloaded ([#​414](https://togithub.com/facebookincubator/ktfmt/issues/414)) - Support context receivers ([#​397](https://togithub.com/facebookincubator/ktfmt/issues/397), [#​314](https://togithub.com/facebookincubator/ktfmt/issues/314) and [#​374](https://togithub.com/facebookincubator/ktfmt/issues/374)) - Fix double indentation in Elvis chains ([#​416](https://togithub.com/facebookincubator/ktfmt/issues/416)) - Use inExpression in a nullsafe way ([#​417](https://togithub.com/facebookincubator/ktfmt/issues/417)) Huge thanks to [@​nreid260](https://togithub.com/nreid260) and [@​bddckr](https://togithub.com/bddckr) for the contributions!

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot.