Skip to content

Bump androidx.lifecycle:lifecycle-viewmodel from 2.8.5 to 2.8.6#222

Merged
ansman merged 1 commit intomainfrom
dependabot/gradle/androidx.lifecycle-lifecycle-viewmodel-2.8.6
Sep 19, 2024
Merged

Bump androidx.lifecycle:lifecycle-viewmodel from 2.8.5 to 2.8.6#222
ansman merged 1 commit intomainfrom
dependabot/gradle/androidx.lifecycle-lifecycle-viewmodel-2.8.6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 19, 2024

Bumps androidx.lifecycle:lifecycle-viewmodel from 2.8.5 to 2.8.6.

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 <dependency name> 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)

Bumps androidx.lifecycle:lifecycle-viewmodel from 2.8.5 to 2.8.6.

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-viewmodel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from ansman as a code owner September 19, 2024 13:49
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 19, 2024
@ansman ansman enabled auto-merge (squash) September 19, 2024 15:35
@ansman ansman merged commit e46cf28 into main Sep 19, 2024
@ansman ansman deleted the dependabot/gradle/androidx.lifecycle-lifecycle-viewmodel-2.8.6 branch September 19, 2024 15:35
renovate bot referenced this pull request in sindrenm/android-project-template Sep 21, 2024
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[se.ansman.dagger.auto:compiler](https://redirect.github.com/ansman/auto-dagger)
| `1.3.0` -> `1.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/se.ansman.dagger.auto:compiler/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/se.ansman.dagger.auto:compiler/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/se.ansman.dagger.auto:compiler/1.3.0/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/se.ansman.dagger.auto:compiler/1.3.0/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[se.ansman.dagger.auto:android](https://redirect.github.com/ansman/auto-dagger)
| `1.3.0` -> `1.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/se.ansman.dagger.auto:android/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/se.ansman.dagger.auto:android/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/se.ansman.dagger.auto:android/1.3.0/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/se.ansman.dagger.auto:android/1.3.0/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ansman/auto-dagger (se.ansman.dagger.auto:compiler)</summary>

###
[`v1.4.0`](https://redirect.github.com/ansman/auto-dagger/releases/tag/1.4.0)

[Compare
Source](https://redirect.github.com/ansman/auto-dagger/compare/1.3.0...1.4.0)

##### New features

##### Kotlin 2.0

auto-dagger now uses 2.0.20 and KSP 2.0.20-1.0.25.
K2/KSP2 is however not supported yet due to Dagger not supporting
K2/KSP2.

##### Min SDK 21

The AndroidX libraries now require a minimum SDK version of 21. This
matches what AndroidX now requires.

##### `@Generated` annotation

All generated types now add the `@Generated` annotation. This means that
you must target Java 9 or higher to use auto-dagger.

##### Bug fixes

##### Fix a bug with room processing

If your Room database class contained anything except Daos, auto-dagger
would incorrectly generate providers for them and if the return type was
generic, then the class would fail to process. This has been fixed and
only Daos will be provided.

##### Details

- Bump androidx.lifecycle:lifecycle-viewmodel from 2.8.4 to 2.8.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/216](https://redirect.github.com/ansman/auto-dagger/pull/216)
- Bump com.android.tools.build:gradle from 8.5.2 to 8.6.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/214](https://redirect.github.com/ansman/auto-dagger/pull/214)
- Update Gradle Wrapper from 8.10 to 8.10.1 by
[@&#8203;ansman-gradle-wrapper-update](https://redirect.github.com/ansman-gradle-wrapper-update)
in
[https://github.com/ansman/auto-dagger/pull/218](https://redirect.github.com/ansman/auto-dagger/pull/218)
- Bump com.squareup.okio:okio from 3.9.0 to 3.9.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/219](https://redirect.github.com/ansman/auto-dagger/pull/219)
- Bump com.android.tools.build:gradle from 8.6.0 to 8.6.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/220](https://redirect.github.com/ansman/auto-dagger/pull/220)
- Bump androidx.lifecycle:lifecycle-viewmodel from 2.8.5 to 2.8.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/222](https://redirect.github.com/ansman/auto-dagger/pull/222)
- Downgrade to Gradle 8.10 by
[@&#8203;ansman](https://redirect.github.com/ansman) in
[https://github.com/ansman/auto-dagger/pull/226](https://redirect.github.com/ansman/auto-dagger/pull/226)
- Update android min SDK to 21 by
[@&#8203;ansman](https://redirect.github.com/ansman) in
[https://github.com/ansman/auto-dagger/pull/228](https://redirect.github.com/ansman/auto-dagger/pull/228)
- Bump androidx.startup:startup-runtime from 1.1.1 to 1.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/223](https://redirect.github.com/ansman/auto-dagger/pull/223)
- Update to Kotlin 2.0.20 by
[@&#8203;ansman](https://redirect.github.com/ansman) in
[https://github.com/ansman/auto-dagger/pull/227](https://redirect.github.com/ansman/auto-dagger/pull/227)
- Add `@Generated` to all generated classes by
[@&#8203;ansman](https://redirect.github.com/ansman) in
[https://github.com/ansman/auto-dagger/pull/225](https://redirect.github.com/ansman/auto-dagger/pull/225)
- Fix processing RoomDatabases with non dao functions and properties by
[@&#8203;ansman](https://redirect.github.com/ansman) in
[https://github.com/ansman/auto-dagger/pull/229](https://redirect.github.com/ansman/auto-dagger/pull/229)

**Full Changelog**:
ansman/auto-dagger@1.3.0...1.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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/sindrenm/android-project-template).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsibGlicyJdfQ==-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant