svenjacobs / leon

Android app for removing tracking parameters from shared URLs
GNU General Public License v3.0
238 stars 17 forks source link

chore(deps): Bump com.slack.lint.compose:compose-lint-checks from 1.3.1 to 1.4.1 #477

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps com.slack.lint.compose:compose-lint-checks from 1.3.1 to 1.4.1.

Release notes

Sourced from com.slack.lint.compose:compose-lint-checks's releases.

1.4.1

  • 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 @​erikghonyan for contributing to this release!

What's Changed

New Contributors

Full Changelog: https://github.com/slackhq/compose-lints/compare/1.4.0...1.4.1

1.4.0

  • 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 @​alexvanyo, @​seve-andre, @​svenjacobs, @​ychescale9, @​shahzadansari, @​kozaxinan, for contributing to this release!

What's Changed

... (truncated)

Changelog

Sourced from com.slack.lint.compose:compose-lint-checks's changelog.

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 @​erikghonyan for contributing to this release!

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 @​alexvanyo, @​seve-andre, @​svenjacobs, @​ychescale9, @​shahzadansari, and @​kozaxinan for contributing to this release!

Commits
  • a0d6b5c Prepare for release 1.4.1.
  • a08088b Fix false positives for ComposeContentEmitterReturningValues (#420)
  • 21e2260 Fix link to multipreview annotations in docs (#418)
  • e1b44e3 Prepare next development version.
  • 212b93d Prepare for release 1.4.0.
  • 4ff46fa Update lint.latest to v31.7.0 (#415)
  • 0da35ab Update dependency pymdown-extensions to v10.11.2 (#414)
  • 840c780 Update plugin lint to v8.7.0 (#417)
  • a1e40db Allow test-only previews to be public + better recurse (#412)
  • 43e1b07 Fix duplicate emissions for multicontent (#411)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)