Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.lemonappdev:konsist to v0.17.1 #1603

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.lemonappdev:konsist (source) 0.17.0 -> 0.17.1 age adoption passing confidence

Release Notes

LemonAppDev/konsist (com.lemonappdev:konsist)

v0.17.1

This release is focused on bug fixes and minor improvements.

Konsist 0.17.0 accidently changed layer behaviour from "may depend on" to "has to depend on".

We have reverted this change and added a strict parameter to dependsOn method:

  • strict = false (default) - may depend on layer
  • strict = true - have to depend on layer
// Optional dependency - Feature layer may depend on Domain layer
featureLayer.dependsOn(domainLayer) // strict = false by default

// Required dependency - Feature layer must depend on Domain layer
featureLayer.dependsOn(domainLayer, strict = true)

Complete List Of Changes

🐛 API Bug Fixes
💡 API Improvements
🏗️ Maintenance

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the maintenance label Dec 2, 2024
@renovate renovate bot force-pushed the renovate/com.lemonappdev-konsist-0.x branch from b1c5279 to e526d56 Compare December 2, 2024 21:29
@renovate renovate bot enabled auto-merge (squash) December 2, 2024 21:29
@renovate renovate bot merged commit 3d9eeb6 into develop Dec 2, 2024
21 checks passed
@renovate renovate bot deleted the renovate/com.lemonappdev-konsist-0.x branch December 2, 2024 21:29
igorwojda added a commit that referenced this pull request Dec 4, 2024
* Update plugin com.android.application to v8.7.3 (#1604)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update plugin com.android.library to v8.7.3 (#1605)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency com.lemonappdev:konsist to v0.17.1 (#1603)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update ktor monorepo to v3.0.2 (#1606)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency com.pinterest.ktlint:ktlint-cli to v1.5.0 (#1607)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Allow Layer consecutive dots in middle of package name

* Update Version to 0.17.2

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@igorwojda igorwojda mentioned this pull request Dec 4, 2024
igorwojda added a commit that referenced this pull request Dec 8, 2024
* Update plugin com.android.application to v8.7.3 (#1604)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update plugin com.android.library to v8.7.3 (#1605)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency com.lemonappdev:konsist to v0.17.1 (#1603)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update ktor monorepo to v3.0.2 (#1606)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency com.pinterest.ktlint:ktlint-cli to v1.5.0 (#1607)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Allow Layer consecutive dots in middle of package name

* Update dependency com.lemonappdev:konsist to v0.17.2 (#1612)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update layer package convention naming (#1613)

* Update layer package convention naming

Accept camelCase regarding Kotlin guidelines.
https://kotlinlang.org/docs/coding-conventions.html#naming-rules

* fix TU

* Update tj-actions/changed-files action to v45.0.5 (#1614)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update Version to 0.17.3

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Baptiste Carlier <4005409+BapNesS@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants