From fcc69d5051c34ca669232f1ada1aaa1fa400032f Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Sun, 6 Oct 2024 01:06:07 -0700 Subject: [PATCH] Update slack.lint to v0.8.1 (#1008) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.slack.lint:slack-lint-annotations](https://redirect.github.com/slackhq/slack-lints) | dependencies | minor | `0.7.4` -> `0.8.1` | | [com.slack.lint:slack-lint-checks](https://redirect.github.com/slackhq/slack-lints) | dependencies | minor | `0.7.4` -> `0.8.1` | --- ### Release Notes
slackhq/slack-lints (com.slack.lint:slack-lint-annotations) ### [`v0.8.1`](https://redirect.github.com/slackhq/slack-lints/blob/HEAD/CHANGELOG.md#081) [Compare Source](https://redirect.github.com/slackhq/slack-lints/compare/0.8.0...0.8.1) *2024-10-03* - Open-source `AvoidUsingNotNullOperator`, `InflationInItemDecoration`, and `DoNotCallViewToString` checks. ### [`v0.8.0`](https://redirect.github.com/slackhq/slack-lints/blob/HEAD/CHANGELOG.md#080) [Compare Source](https://redirect.github.com/slackhq/slack-lints/compare/0.7.4...0.8.0) *2024-10-02* - **Enhancement**: Tweak explanation for default dispatcher use in rx<->flow interop. - **Enhancement**: Switch to stable kotlin-metadata artifact - **Fix**: Allow Dagger providers to be called from test sources. - Build against lint `8.8.0-alpha04`. - Update `api`/`minApi` to `16` (Lint 8.7.0+). - Build against Kotlin `2.0.20`. - Target Kotlin language version `1.9` in lint-checks (imposed by lint), `2.0` in lint-annotations.
--- ### 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. --- - [ ] 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). --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0bf40c3c8..417c92e94 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -31,7 +31,7 @@ nullawayGradle = "1.6.0" okhttp = "5.0.0-alpha.12" okio = "3.9.1" retrofit = "2.11.0" -slack-lint = "0.7.4" +slack-lint = "0.8.1" sortDependencies = "0.7" spotless = "7.0.0.BETA2" sqldelight = "2.0.2"