-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update sortDependencies to v0.12 (#1063)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.squareup.sort-dependencies](https://redirect.github.com/square/gradle-dependencies-sorter) | plugin | minor | `0.7` -> `0.12` | | [com.squareup:sort-dependencies-gradle-plugin](https://redirect.github.com/square/gradle-dependencies-sorter) | dependencies | minor | `0.7` -> `0.12` | --- ### Release Notes <details> <summary>square/gradle-dependencies-sorter (com.squareup.sort-dependencies)</summary> ### [`v0.12`](https://redirect.github.com/square/gradle-dependencies-sorter/blob/HEAD/CHANGELOG.md#Version-012) - \[Fix]: update to latest kotlin-editor and don't delete complex statements in dependencies blocks. ### [`v0.11`](https://redirect.github.com/square/gradle-dependencies-sorter/blob/HEAD/CHANGELOG.md#Version-011) - \[Fix]: emit errors even when not in verbose mode. - \[Fix]: update kotlin-editor for better parsing of dependency declarations. ### [`v0.10`](https://redirect.github.com/square/gradle-dependencies-sorter/blob/HEAD/CHANGELOG.md#Version-010) - \[Feat]: support enforcedPlatform - \[Fix]: bad version-checking logic was hiding check results. ### [`v0.9`](https://redirect.github.com/square/gradle-dependencies-sorter/blob/HEAD/CHANGELOG.md#Version-09) - \[Fix]: sort testFixtures closer to test deps. - \[Fix]: update KotlinEditor and handle GRADLE_DISTRIBUTION type. - \[Fix]: suggest fix action based on invocation context. - \[Chore]: build with Gradle 8.10.2. ### [`v0.8`](https://redirect.github.com/square/gradle-dependencies-sorter/blob/HEAD/CHANGELOG.md#Version-08) - \[New] improve support for parsing Kotlin DSL, using KotlinEditor. - \[Chore] built with Gradle 8.9. </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjM5LjQuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: Zac Sweers <[email protected]>
- Loading branch information
1 parent
b5deffe
commit 8c6f85a
Showing
6 changed files
with
35 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters