-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.slack.gradle.root](https://redirect.github.com/slackhq/slack-gradle-plugin) | `0.19.1` -> `0.19.6` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [com.slack.gradle.base](https://redirect.github.com/slackhq/slack-gradle-plugin) | `0.19.1` -> `0.19.6` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>slackhq/slack-gradle-plugin (com.slack.gradle.root)</summary> ### [`v0.19.6`](https://redirect.github.com/slackhq/slack-gradle-plugin/blob/HEAD/CHANGELOG.md#0196) [Compare Source](https://redirect.github.com/slackhq/slack-gradle-plugin/compare/0.19.5...0.19.6) *2024-09-25* - Intro `SoftRefLRUPolicyMSPerMB` + `ReservedCodeCacheSize` jvm args to bootstrap - Learnings from https://jasonpearson.dev/codecache-in-jvm-builds and https://jasonpearson.dev/softreflrupolicymspermb-in-jvm-builds. - Update kotlin-cli-util to `3.0.1`. - Update to Guava `33.3.1-jre`. - Build against Gradle `8.10.2`. ### [`v0.19.5`](https://redirect.github.com/slackhq/slack-gradle-plugin/blob/HEAD/CHANGELOG.md#0195) [Compare Source](https://redirect.github.com/slackhq/slack-gradle-plugin/compare/0.19.4...0.19.5) *2024-09-23* - Add workaround for KGP not applying `sourceInformation` compose options in android projects and default it to true. ### [`v0.19.4`](https://redirect.github.com/slackhq/slack-gradle-plugin/blob/HEAD/CHANGELOG.md#0194) [Compare Source](https://redirect.github.com/slackhq/slack-gradle-plugin/compare/0.19.3...0.19.4) *2024-09-22* - Change `slack.allowWarnings` property to `sgp.kotlin.allowWarnings`. - Disallow warnings in Kotlin test compilations by default, add `sgp.kotlin.allowWarningsInTests` property to opt-out. - Update to kotlinx-coroutines `1.9.0`. - Update Okio to `3.9.1`. - Update to Clikt `5.0.0`. - Update JNA to `5.15.0`. - Update oshi-core to `6.6.4`. - Update kotlin-cli-util to `3.0.0`. - Build against AGP `8.6.1`. ### [`v0.19.3`](https://redirect.github.com/slackhq/slack-gradle-plugin/blob/HEAD/CHANGELOG.md#0193) [Compare Source](https://redirect.github.com/slackhq/slack-gradle-plugin/compare/0.19.2...0.19.3) *2024-09-12* - **Change**: Rename `testFixtures()` feature DSL to `enableTestFixtures()` to disambiguate from Gradle's methods. - **New**: Introduce new `sgp.compose.stabilityConfigurationPath` property to specify a Compose configuration file path from the root project. It is also now disallowed to specify this via `sgp.compose.commonCompilerOptions`. ### [`v0.19.2`](https://redirect.github.com/slackhq/slack-gradle-plugin/blob/HEAD/CHANGELOG.md#0192) [Compare Source](https://redirect.github.com/slackhq/slack-gradle-plugin/compare/0.19.1...0.19.2) *2024-09-12* - \[sgp] **New**: Add new `slack { features { testFixtures() } }` DSL for enabling test fixtures in a project-agnostic way. - \[sgp] Make `slack.location.robolectric-core` property optional. - \[sgp] Clean up duplicate Kotlin JVM argument handling in `KaptGenerateStubsTask`. - \[sgp] Update to the new compose-compiler-gradle-plugin feature flag API. - \[sgp] Apply platform project BOMs to SqlDelight `DialectClasspath` configurations too. - \[sgp] Build against KSP `2.0.20-1.0.25`. - \[sgp] Build against AGP `8.6.0`. - \[sgp] Build against Gradle `8.10.1`. - \[sgp] Build against Wire `5.1.0`. - \[skippy] Don't treat testFixtures as test sources </details> --- ### 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ZacSweers/CatchUp). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Zac Sweers <[email protected]>
- Loading branch information
1 parent
114ec0b
commit 04bd356
Showing
43 changed files
with
128 additions
and
112 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
slack.gradle.config.libraryWithVariants=true | ||
slack.ci-unit-test.variant=debug | ||
foundry.android.libraryWithVariants=true | ||
foundry.ci-unit-test.variant=debug | ||
# TODO remove in AGP 8.8 after it's fixed | ||
# https://issuetracker.google.com/issues/372062075 | ||
foundry.compose.useIncludeInformationWorkaround=false |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
slack.ci-unit-test.enable=false | ||
slack.gradle.config.bugsnag.enabledBranchPattern=(main|release_.*) | ||
slack.gradle.config.bugsnag.enabled=true | ||
foundry.ci-unit-test.enable=false | ||
foundry.android.bugsnag.enabledBranchPattern=(main|release_.*) | ||
foundry.android.bugsnag.enabled=true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
slack.ci-unit-test.enable=false | ||
slack.ci-lint.enable=false | ||
foundry.ci-unit-test.enable=false | ||
foundry.ci-lint.enable=false | ||
|
||
# Not supported yet in DAGP | ||
# https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/issues/797 | ||
slack.gradle.config.enableAnalysisPlugin=false | ||
foundry.enableAnalysisPlugin=false |
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
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
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
Oops, something went wrong.