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

Bump ksp from 1.9.23-1.0.19 to 1.9.23-1.0.20 #151

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 5, 2024

Bumps ksp from 1.9.23-1.0.19 to 1.9.23-1.0.20.
Updates com.google.devtools.ksp:symbol-processing-api from 1.9.23-1.0.19 to 1.9.23-1.0.20

Release notes

Sourced from com.google.devtools.ksp:symbol-processing-api's releases.

1.9.23-1.0.20

KSP1 issues fixed

  • performance optimization for certain workload consists of heavy Java files, including
    • Replace IdKey's impl with identityHashCode #1804
    • Cache enclosed descriptors by name #1808
  • Add excludedSources to the KSP extension object #1793 thanks to @​bitspittle

KSP2 issues fixed

  • NoClassDefFoundError for LZ4Factory when trying KSP2 #1713
  • Calling KSType.replace() with original arguments results in #1807
  • Static fields in base class appear in derived classes #1744
  • fix backing field checking for top level callables
  • support sealed inheritors lookup.
  • support type alias for getSymbolsWithAnnotation
  • support more types for reference elements
Commits
  • a965387 UPDATE_KOTLIN_VERSION: 1.9.23
  • 96361a9 Downgrade Kotlin to 2.0.0-Beta4
  • ea7e9d2 Revert "UPDATE_KOTLIN_VERSION: 1.9.30-dev-2548"
  • a2b9298 Revert "UPDATE_KOTLIN_VERSION: 2.0.0-dev-4562"
  • cdce197 Revert "Downgrade Kotlin to 2.0.0-Beta4"
  • 4d5849a Revert "UPDATE_KOTLIN_VERSION: 2.0.0-Beta5"
  • 5418453 Remove dep to javax.annotation.ParametersAreNonnullByDefault
  • 70a2323 UPDATE_KOTLIN_VERSION: 2.0.0-Beta5
  • 815b7a0 Keep more classes in uber jar
  • acc00dd Do not minimize lz4-java
  • Additional commits viewable in compare view

Updates com.google.devtools.ksp from 1.9.23-1.0.19 to 1.9.23-1.0.20

Release notes

Sourced from com.google.devtools.ksp's releases.

1.9.23-1.0.20

KSP1 issues fixed

  • performance optimization for certain workload consists of heavy Java files, including
    • Replace IdKey's impl with identityHashCode #1804
    • Cache enclosed descriptors by name #1808
  • Add excludedSources to the KSP extension object #1793 thanks to @​bitspittle

KSP2 issues fixed

  • NoClassDefFoundError for LZ4Factory when trying KSP2 #1713
  • Calling KSType.replace() with original arguments results in #1807
  • Static fields in base class appear in derived classes #1744
  • fix backing field checking for top level callables
  • support sealed inheritors lookup.
  • support type alias for getSymbolsWithAnnotation
  • support more types for reference elements
Commits
  • a965387 UPDATE_KOTLIN_VERSION: 1.9.23
  • 96361a9 Downgrade Kotlin to 2.0.0-Beta4
  • ea7e9d2 Revert "UPDATE_KOTLIN_VERSION: 1.9.30-dev-2548"
  • a2b9298 Revert "UPDATE_KOTLIN_VERSION: 2.0.0-dev-4562"
  • cdce197 Revert "Downgrade Kotlin to 2.0.0-Beta4"
  • 4d5849a Revert "UPDATE_KOTLIN_VERSION: 2.0.0-Beta5"
  • 5418453 Remove dep to javax.annotation.ParametersAreNonnullByDefault
  • 70a2323 UPDATE_KOTLIN_VERSION: 2.0.0-Beta5
  • 815b7a0 Keep more classes in uber jar
  • acc00dd Do not minimize lz4-java
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 5, 2024
@dependabot dependabot bot requested a review from ansman as a code owner April 5, 2024 13:12
@ansman ansman enabled auto-merge (squash) April 10, 2024 20:57
ansman
ansman previously approved these changes Apr 10, 2024
Bumps `ksp` from 1.9.23-1.0.19 to 1.9.23-1.0.20.

Updates `com.google.devtools.ksp:symbol-processing-api` from 1.9.23-1.0.19 to 1.9.23-1.0.20
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.9.23-1.0.19...1.9.23-1.0.20)

Updates `com.google.devtools.ksp` from 1.9.23-1.0.19 to 1.9.23-1.0.20
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.9.23-1.0.19...1.9.23-1.0.20)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp:symbol-processing-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.devtools.ksp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/ksp-1.9.23-1.0.20 branch from 6da0ce0 to 37b1d11 Compare April 10, 2024 20:57
@ansman ansman merged commit d3d9b12 into main Apr 12, 2024
2 checks passed
@ansman ansman deleted the dependabot/gradle/ksp-1.9.23-1.0.20 branch April 12, 2024 17:01
renovate bot referenced this pull request in sindrenm/android-project-template Apr 15, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[se.ansman.dagger.auto:compiler](https://togithub.com/ansman/auto-dagger)
| `1.0.0` -> `1.1.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/se.ansman.dagger.auto:compiler/1.1.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.1.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.0.0/1.1.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.0.0/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[se.ansman.dagger.auto:android](https://togithub.com/ansman/auto-dagger)
| `1.0.0` -> `1.1.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/se.ansman.dagger.auto:android/1.1.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.1.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.0.0/1.1.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.0.0/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.1.0`](https://togithub.com/ansman/auto-dagger/releases/tag/1.1.0)

[Compare
Source](https://togithub.com/ansman/auto-dagger/compare/1.0.0...1.1.0)

##### What's new

##### Ktorfit support

[Ktorfit](https://foso.github.io/Ktorfit/), a multiplatform version of
Retrofit, is now supported.

Check out [the
docs](https://auto-dagger.ansman.se/latest/integrations/ktorfit/) for
info on how to get started.

##### Min SDK 19

Just like AndroidX, the min SDK required is now 19.

##### Dagger 2.51 support

auto-dagger has now been tested with Dagger 2.51.

##### Kotlin 1.9.23

Using auto-dagger now requires Kotlin 1.9.23 or later.

##### Details

- Bump ksp from 1.9.22-1.0.16 to 1.9.22-1.0.17 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/125](https://togithub.com/ansman/auto-dagger/pull/125)
- Bump kotlinpoet from 1.15.3 to 1.16.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/124](https://togithub.com/ansman/auto-dagger/pull/124)
- Bump org.jetbrains.kotlinx:kotlinx-metadata-jvm from 0.8.0 to 0.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/123](https://togithub.com/ansman/auto-dagger/pull/123)
- Bump the minSdk to 19 by [@&#8203;ansman](https://togithub.com/ansman)
in
[https://github.com/ansman/auto-dagger/pull/126](https://togithub.com/ansman/auto-dagger/pull/126)
- Bump com.android.tools.build:gradle from 8.2.0 to 8.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/121](https://togithub.com/ansman/auto-dagger/pull/121)
- Bump androidx.lifecycle:lifecycle-viewmodel from 2.6.2 to 2.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/122](https://togithub.com/ansman/auto-dagger/pull/122)
- Bump org.jetbrains.kotlinx.binary-compatibility-validator from 0.13.2
to 0.14.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/128](https://togithub.com/ansman/auto-dagger/pull/128)
- Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/129](https://togithub.com/ansman/auto-dagger/pull/129)
- Bump com.android.tools.build:gradle from 8.2.1 to 8.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/127](https://togithub.com/ansman/auto-dagger/pull/127)
- Bump com.squareup.okio:okio from 3.7.0 to 3.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/130](https://togithub.com/ansman/auto-dagger/pull/130)
- Bump dagger from 2.50 to 2.51 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/131](https://togithub.com/ansman/auto-dagger/pull/131)
- Bump com.android.tools.build:gradle from 8.2.2 to 8.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/133](https://togithub.com/ansman/auto-dagger/pull/133)
- Bump dokka from 1.9.10 to 1.9.20 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/134](https://togithub.com/ansman/auto-dagger/pull/134)
- Bump kotlin from 1.9.22 to 1.9.23 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/135](https://togithub.com/ansman/auto-dagger/pull/135)
- Bump ksp from 1.9.22-1.0.17 to 1.9.23-1.0.19 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/136](https://togithub.com/ansman/auto-dagger/pull/136)
- Bump com.squareup.okio:okio from 3.8.0 to 3.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/137](https://togithub.com/ansman/auto-dagger/pull/137)
- Bump retrofit from 2.9.0 to 2.10.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/138](https://togithub.com/ansman/auto-dagger/pull/138)
- Update Gradle Wrapper from 8.5 to 8.7 by
[@&#8203;ansman-gradle-wrapper-update](https://togithub.com/ansman-gradle-wrapper-update)
in
[https://github.com/ansman/auto-dagger/pull/142](https://togithub.com/ansman/auto-dagger/pull/142)
- Switch to the patched version of kotlin-compile-testing by
[@&#8203;ansman](https://togithub.com/ansman) in
[https://github.com/ansman/auto-dagger/pull/143](https://togithub.com/ansman/auto-dagger/pull/143)
- Remove the shadowjar archive classifier by
[@&#8203;ansman](https://togithub.com/ansman) in
[https://github.com/ansman/auto-dagger/pull/144](https://togithub.com/ansman/auto-dagger/pull/144)
- Bump com.android.tools.build:gradle from 8.3.0 to 8.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/139](https://togithub.com/ansman/auto-dagger/pull/139)
- Bump compileTesting from 0.4.0 to 0.4.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/145](https://togithub.com/ansman/auto-dagger/pull/145)
- Bump retrofit from 2.10.0 to 2.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/146](https://togithub.com/ansman/auto-dagger/pull/146)
- Start using the project accessors plugin by
[@&#8203;ansman](https://togithub.com/ansman) in
[https://github.com/ansman/auto-dagger/pull/147](https://togithub.com/ansman/auto-dagger/pull/147)
- Bump org.robolectric:robolectric from 4.11.1 to 4.12 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/149](https://togithub.com/ansman/auto-dagger/pull/149)
- Bump org.robolectric:robolectric from 4.12 to 4.12.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/150](https://togithub.com/ansman/auto-dagger/pull/150)
- Bump dagger from 2.51 to 2.51.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/148](https://togithub.com/ansman/auto-dagger/pull/148)
- Bump com.android.tools.build:gradle from 8.3.1 to 8.3.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/152](https://togithub.com/ansman/auto-dagger/pull/152)
- Bump ksp from 1.9.23-1.0.19 to 1.9.23-1.0.20 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ansman/auto-dagger/pull/151](https://togithub.com/ansman/auto-dagger/pull/151)
- Add support for ktorfit by
[@&#8203;ansman](https://togithub.com/ansman) in
[https://github.com/ansman/auto-dagger/pull/153](https://togithub.com/ansman/auto-dagger/pull/153)

##### New Contributors

-
[@&#8203;ansman-gradle-wrapper-update](https://togithub.com/ansman-gradle-wrapper-update)
made their first contribution in
[https://github.com/ansman/auto-dagger/pull/142](https://togithub.com/ansman/auto-dagger/pull/142)

**Full Changelog**:
ansman/auto-dagger@1.0.0...1.1.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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/sindrenm/android-project-template).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJsaWJzIl19-->
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