A simple configuration library for Java applications providing a node structure, a variety of formats, and tools for transformation
386
stars
68
forks
source link
chore(deps): Update dependency com.facebook:ktfmt to v0.53 #504
Open
renovate[bot] opened 5 months ago
This PR contains the following updates:
0.49
->0.53
Release Notes
facebook/ktfmt (com.facebook:ktfmt)
### [`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)) ### [`v0.52`](https://redirect.github.com/facebook/ktfmt/blob/HEAD/CHANGELOG.md#052) ##### Fixed - IntelliJ plugin crash ([https://github.com/facebook/ktfmt/pull/501](https://redirect.github.com/facebook/ktfmt/pull/501)) - Ordering of `@property` and `@param` in KDoc ([https://github.com/facebook/ktfmt/pull/498](https://redirect.github.com/facebook/ktfmt/pull/498)) - Annotation in return expressions ([https://github.com/facebook/ktfmt/issues/497](https://redirect.github.com/facebook/ktfmt/issues/497)) ##### Changed - KotlinLang style also managing trailing commas ([https://github.com/facebook/ktfmt/issues/216](https://redirect.github.com/facebook/ktfmt/issues/216), [https://github.com/facebook/ktfmt/issues/442](https://redirect.github.com/facebook/ktfmt/issues/442)) - Converted IntelliJ plugin to Kotlin ([https://github.com/facebook/ktfmt/pull/502](https://redirect.github.com/facebook/ktfmt/pull/502)) ##### Added - More stability tests ([https://github.com/facebook/ktfmt/pull/488](https://redirect.github.com/facebook/ktfmt/pull/488)) - Custom profile in plugin settings, mirroring Gradle/Maven plugins ([https://github.com/facebook/ktfmt/pull/503](https://redirect.github.com/facebook/ktfmt/pull/503)) ### [`v0.51`](https://redirect.github.com/facebook/ktfmt/blob/HEAD/CHANGELOG.md#051) ##### Added - Created CHANGELOG.md - Added --help option to CLI ([https://github.com/facebook/ktfmt/pull/477](https://redirect.github.com/facebook/ktfmt/pull/477)) ##### Changed - Preserves blank spaces between when clauses ([https://github.com/facebook/ktfmt/issues/342](https://redirect.github.com/facebook/ktfmt/issues/342)) - Named the default style as `Formatter.META_FORMAT` / `--meta-style` (https://github.com/facebook/ktfmt/commit/96a7b1e2539eef43044f676f60400d22265fd115) - `FormattingOptions` constructor parameters order was changed (https://github.com/facebook/ktfmt/commit/520706e6d010d48619781d7113e5b1522f07a2ba) ##### Fixed - Compilation issues with online formatter (https://github.com/facebook/ktfmt/commit/8605080cb0aadb7eaba20f3b469d6ddafe32c941) - Removing valid semicolons ([https://github.com/facebook/ktfmt/issues/459](https://redirect.github.com/facebook/ktfmt/issues/459)) - Incorrect detection of unused `assign` import ([https://github.com/facebook/ktfmt/issues/411](https://redirect.github.com/facebook/ktfmt/issues/411)) ##### Removed - **Deleted `Formatter.DROPBOX_FORMAT` / `--dropbox-style` (BREAKING CHANGE)** (https://github.com/facebook/ktfmt/commit/4a393bb8c1156a4a0fd1ab736c02ca8dbd39a969) - Deleted `FormattingOptions.Style` enum (https://github.com/facebook/ktfmt/commit/7edeff14c3738427e53427eb6e39675dc30d1d05) ### [`v0.50`](https://redirect.github.com/facebook/ktfmt/releases/tag/v0.50): 0.50 #### Changelog - Add pre commit hooks to readme ([https://github.com/facebook/ktfmt/pull/462](https://redirect.github.com/facebook/ktfmt/pull/462)) – [@0x26res](https://redirect.github.com/0x26res) - Add homebrew installation note to readme ([https://github.com/facebook/ktfmt/pull/468](https://redirect.github.com/facebook/ktfmt/pull/468)) – [@chenrui333](https://redirect.github.com/chenrui333) - Refactor CLI argument parsing ([https://github.com/facebook/ktfmt/pull/467](https://redirect.github.com/facebook/ktfmt/pull/467)) – [@grodin](https://redirect.github.com/grodin) - Fix issue with context receive in lambdas ([https://github.com/facebook/ktfmt/issues/471](https://redirect.github.com/facebook/ktfmt/issues/471)) – [@hick209](https://redirect.github.com/hick209) - Don't reorder [@sample](https://redirect.github.com/sample) tag ([https://github.com/facebook/ktfmt/issues/406](https://redirect.github.com/facebook/ktfmt/issues/406)) – [@davidtorosyan](https://redirect.github.com/davidtorosyan) **Full Changelog**: https://github.com/facebook/ktfmt/compare/v0.49...v0.50Configuration
📅 Schedule: Branch creation - "after 5pm on the 2nd day of the month" (UTC), 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 was generated by Mend Renovate. View the repository job log.