Skip to content

Commit

Permalink
Update dependency com.slack.lint.compose:compose-lint-checks to v1.4.1 (
Browse files Browse the repository at this point in the history
#1007)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[com.slack.lint.compose:compose-lint-checks](https://redirect.github.com/slackhq/compose-lints)
| dependencies | minor | `1.3.1` -> `1.4.1` |

---

### Release Notes

<details>
<summary>slackhq/compose-lints
(com.slack.lint.compose:compose-lint-checks)</summary>

###
[`v1.4.1`](https://redirect.github.com/slackhq/compose-lints/blob/HEAD/CHANGELOG.md#141)

[Compare
Source](https://redirect.github.com/slackhq/compose-lints/compare/1.4.0...1.4.1)

*2024-10-02*

- **Fix**: Fix false positives reported by
`ComposeContentEmitterReturningValues`.
-   **Fix**: Fix `content-emitters` configuration in docs.
-   **Fix**: Fix link to multipreview annotations in docs.

Special thanks to
[@&#8203;erikghonyan](https://redirect.github.com/erikghonyan) for
contributing to this release!

###
[`v1.4.0`](https://redirect.github.com/slackhq/compose-lints/blob/HEAD/CHANGELOG.md#140)

[Compare
Source](https://redirect.github.com/slackhq/compose-lints/compare/1.3.1...1.4.0)

*2024-10-01*

- **New**: Implement `SlotReused` lint. See
https://slackhq.github.io/compose-lints/rules/#do-not-invoke-slots-in-more-than-once-place
for more information.
- **Enhancement**: Report the function name for readability in
`ComposeContentEmitterReturningValues`.
- **Enhancement**: Check for inherited `@Preview` annotations up to four
levels.
- **Enhancement**: Allow `@VisibleForTesting`/`@TestOnly`-annotated
preview composables to be public.
- **Fix**: Don't report duplicate errors about multiple content
emitters.
- **Fix**: Normalize lint option loading to match with individual
issues.
-   **Fix**: Use name of parameter if text is not available.
-   **Removed**: Delete obsolete `ComposeComposableModifier` lint check.
-   Various docs fixes.
-   Build against Lint `8.7.0`.
- Update `api` and `minApi` to `16` (i.e. lint 8.7.0+). It's possible
this may work with API 15 but we have not tested it.
-   Test against Lint `8.8.0-alpha04`.
-   Test against K2 UAST.
-   Build against Kotlin `2.0.20`.

Special thanks to
[@&#8203;alexvanyo](https://redirect.github.com/alexvanyo),
[@&#8203;seve-andre](https://redirect.github.com/seve-andre),
[@&#8203;svenjacobs](https://redirect.github.com/svenjacobs),
[@&#8203;ychescale9](https://redirect.github.com/ychescale9),
[@&#8203;shahzadansari](https://redirect.github.com/shahzadansari), and
[@&#8203;kozaxinan](https://redirect.github.com/kozaxinan) for
contributing to this release!

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDYuNCIsInVwZGF0ZWRJblZlciI6IjM4LjEwOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
slack-oss-bot authored Oct 4, 2024
1 parent ee61e3f commit 190334d
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 @@ -75,7 +75,7 @@ bugsnag = "com.bugsnag:bugsnag:3.7.2"
clikt = "com.github.ajalt.clikt:clikt:5.0.0"
circuit-foundation = { module = "com.slack.circuit:circuit-foundation", version.ref = "circuit" }
commonsText = "org.apache.commons:commons-text:1.12.0"
composeLints = "com.slack.lint.compose:compose-lint-checks:1.3.1"
composeLints = "com.slack.lint.compose:compose-lint-checks:1.4.1"
compose-markdown = { module = "com.mikepenz:multiplatform-markdown-renderer", version.ref = "markdown" }
coroutines-bom = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-bom", version.ref = "coroutines" }
coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core" }
Expand Down

0 comments on commit 190334d

Please sign in to comment.