Skip to content

Commit

Permalink
Update dependency com.facebook:ktfmt to v0.53 (slackhq#1775)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [com.facebook:ktfmt](https://redirect.github.com/facebook/ktfmt) |
dependencies | minor | `0.52` -> `0.53` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>facebook/ktfmt (com.facebook:ktfmt)</summary>

###
[`v0.53`](https://redirect.github.com/facebook/ktfmt/blob/HEAD/CHANGELOG.md#053)

##### Fixed

- Comments respecting max line width
([https://github.com/facebook/ktfmt/pull/511](https://redirect.github.com/facebook/ktfmt/pull/511))
- Exception while parsing property accessor on Kotlin 2.0.20-Beta2+
([https://github.com/facebook/ktfmt/pull/513](https://redirect.github.com/facebook/ktfmt/pull/513))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuMyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
slack-oss-bot authored Nov 3, 2024
1 parent 86cb8ad commit f8dd980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ kotlinpoet = "1.18.1"
kotlinx-coroutines = "1.9.0"
kotlinx-serialization = "1.7.3"
ksp = "2.0.21-1.0.25"
ktfmt = "0.52"
ktfmt = "0.53"
ktor = "3.0.1"
leakcanary = "2.14"
material-composeThemeAdapter = "1.2.1"
Expand Down

0 comments on commit f8dd980

Please sign in to comment.