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 kotlinpoet from 1.15.3 to 1.16.0 #124

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps kotlinpoet from 1.15.3 to 1.16.0.
Updates com.squareup:kotlinpoet from 1.15.3 to 1.16.0

Release notes

Sourced from com.squareup:kotlinpoet's releases.

1.16.0

Thanks to @​drawers, @​rickclephas for contributing to this release.

  • New: Kotlin 1.9.22.
  • New: KSP 1.9.22-1.0.16.
  • New: Add NameAllocator API to control keyword pre-allocation (#1803).
  • Fix: Fix issue with missing suspend modifier in KSTypeReference.toTypeName (#1793).
  • Fix: Honour same-package import aliases (#1794).
  • Fix: Always include parameter docs in the type header (#1800).
Changelog

Sourced from com.squareup:kotlinpoet's changelog.

Version 1.16.0

Thanks to [@​drawers][drawers], [@​rickclephas][rickclephas] for contributing to this release.

2024-01-18

  • New: Kotlin 1.9.22.
  • New: KSP 1.9.22-1.0.16.
  • New: Add NameAllocator API to control keyword pre-allocation (#1803).
  • Fix: Fix issue with missing suspend modifier in KSTypeReference.toTypeName (#1793).
  • Fix: Honour same-package import aliases (#1794).
  • Fix: Always include parameter docs in the type header (#1800).
Commits
  • 5e70776 Prepare for release 1.16.0
  • e4ca2a5 Update dependency mkdocs-material to v9.5.4
  • 279a18c Update plugin spotless to v6.24.0 (#1805)
  • 848e6cf Add NameAllocator API to control keyword pre-allocation (#1803)
  • 291a300 Update plugin org.gradle.toolchains.foojay-resolver-convention to v0.8.0 (#1804)
  • 98a345b Update dependency Jinja2 to v3.1.3
  • 1efd9e6 Always include parameter docs in the type header
  • faaca40 Clarify 1.15.0 artifact name change in changelog
  • 44af27a Split KotlinPoet docs into multiple pages
  • 4593621 Honour same-package import aliases
  • Additional commits viewable in compare view

Updates com.squareup:kotlinpoet-ksp from 1.15.3 to 1.16.0

Release notes

Sourced from com.squareup:kotlinpoet-ksp's releases.

1.16.0

Thanks to @​drawers, @​rickclephas for contributing to this release.

  • New: Kotlin 1.9.22.
  • New: KSP 1.9.22-1.0.16.
  • New: Add NameAllocator API to control keyword pre-allocation (#1803).
  • Fix: Fix issue with missing suspend modifier in KSTypeReference.toTypeName (#1793).
  • Fix: Honour same-package import aliases (#1794).
  • Fix: Always include parameter docs in the type header (#1800).
Changelog

Sourced from com.squareup:kotlinpoet-ksp's changelog.

Version 1.16.0

Thanks to [@​drawers][drawers], [@​rickclephas][rickclephas] for contributing to this release.

2024-01-18

  • New: Kotlin 1.9.22.
  • New: KSP 1.9.22-1.0.16.
  • New: Add NameAllocator API to control keyword pre-allocation (#1803).
  • Fix: Fix issue with missing suspend modifier in KSTypeReference.toTypeName (#1793).
  • Fix: Honour same-package import aliases (#1794).
  • Fix: Always include parameter docs in the type header (#1800).
Commits
  • 5e70776 Prepare for release 1.16.0
  • e4ca2a5 Update dependency mkdocs-material to v9.5.4
  • 279a18c Update plugin spotless to v6.24.0 (#1805)
  • 848e6cf Add NameAllocator API to control keyword pre-allocation (#1803)
  • 291a300 Update plugin org.gradle.toolchains.foojay-resolver-convention to v0.8.0 (#1804)
  • 98a345b Update dependency Jinja2 to v3.1.3
  • 1efd9e6 Always include parameter docs in the type header
  • faaca40 Clarify 1.15.0 artifact name change in changelog
  • 44af27a Split KotlinPoet docs into multiple pages
  • 4593621 Honour same-package import aliases
  • 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)

Bumps `kotlinpoet` from 1.15.3 to 1.16.0.

Updates `com.squareup:kotlinpoet` from 1.15.3 to 1.16.0
- [Release notes](https://github.com/square/kotlinpoet/releases)
- [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md)
- [Commits](square/kotlinpoet@1.15.3...1.16.0)

Updates `com.squareup:kotlinpoet-ksp` from 1.15.3 to 1.16.0
- [Release notes](https://github.com/square/kotlinpoet/releases)
- [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md)
- [Commits](square/kotlinpoet@1.15.3...1.16.0)

---
updated-dependencies:
- dependency-name: com.squareup:kotlinpoet
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.squareup:kotlinpoet-ksp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 19, 2024
@ansman ansman merged commit b4d7540 into main Jan 22, 2024
2 checks passed
@ansman ansman deleted the dependabot/gradle/kotlinpoet-1.16.0 branch January 22, 2024 14:34
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