Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 27, 2025

This PR contains the following updates:

Package Change Age Confidence
dev.drewhamilton.poko 0.18.20.21.1 age confidence

Release Notes

drewhamilton/Poko (dev.drewhamilton.poko)

v0.21.1

Compare Source

2026-01-08

Fix Gradle plugin compatibility with Gradle isolated projects.

Add forward compatibility with Kotlin 2.3.20-Beta1.

v0.21.0

Compare Source

2025-12-16

Update compiler plugin ID to "dev.drewhamilton.poko" (was previously "poko-compiler-plugin").

Deprecate @SkipSupport annotation and stop requiring it for using @Poko.Skip annotation. Update
deprecation level of @ArrayContentSupport and @ArrayContentBased to ERROR.

Compile with Kotlin 2.3.0. Compile with Java 25, except for the Gradle plugin, which is compiled
with Java 24.

Drop support for Kotlin 2.2 due to incompatibility. Increase the minimum supported Gradle version to
9.0.0.

v0.20.2

Compare Source

2025-11-19

Compile with Kotlin 2.2.21. Add forward compatibility with Kotlin 2.3.0-RC.

v0.20.1

Compare Source

2025-10-16

Add ability to generate a subset of Poko functions with @Poko.EqualsAndHashCode and
@Poko.ToString. Apply one of these to a class instead of the standard @Poko annotation, and only
the respective function(s) will be generated by the Poko plugin. This feature is experimental and
requires opt-in via @IndependentFunctionsSupport.

Add forward compatibility with Kotlin 2.3.0-Beta1.

Target Gradle 9.1.0, and add backward compatibility with Gradle 8.11.

v0.20.0

Compare Source

2025-09-11

Compile with Kotlin 2.2.20.

Drop support for Kotlin 2.2.0 and 2.2.10 due to incompatibility.

v0.19.3

Compare Source

2025-07-25

Update the Poko Gradle plugin to target Kotlin 2.1, to ensure compatibility with Gradle's embedded
Kotlin version (currently 2.0.21).
This does not affect the Kotlin version of Poko itself, which is currently 2.2.0.

v0.19.2

Compare Source

2025-07-21

Fix forward compatibility with Kotlin 2.2.20-Beta1. Compatibility was broken for some consumers.

v0.19.1

Compare Source

2025-07-11

Add forward compatibility with Kotlin 2.2.20-Beta1.

v0.19.0

Compare Source

2025-06-25

Compile with Kotlin 2.2.0.

Drop support for Kotlin 2.1 due to incompatibility.

v0.18.7

Compare Source

2025-05-16

Fix bug in generated toString for @ReadArrayContent properties on Poko classes targeting JS:
array properties would print a value of "[...]" instead of their actual content.

Compile with Kotlin 2.1.21. Add forward compatibility with Kotlin 2.2.0-RC. Compile with Java 23.

v0.18.6

Compare Source

2025-04-16

Add forward compatibility with Kotlin 2.2.0-Beta1.

v0.18.5

Compare Source

2025-03-31

Fix compilation error when defining a Poko class with multiple super-interfaces while using
languageVersion = KotlinVersion.KOTLIN_1_9.

v0.18.4

Compare Source

2025-03-27

Fix compilation error with @Poko actual classes.

v0.18.3

Compare Source

2025-03-26

Fix a bug where Poko functions declared final in the Poko class's supertype would be overridden.
Fix compilation error when Poko functions are declared abstract in the Poko class's supertype(s).

Under the hood, generate Poko functions with FIR-based declarations backed by IR-based function
bodies. This allows K2-based IDEs to recognize the overridden functions.

Compile with Kotlin 2.1.20.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone Asia/Seoul, 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 this update 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 requested a review from jisungbin as a code owner March 27, 2025 16:10
@renovate renovate bot enabled auto-merge (squash) March 27, 2025 16:10
@renovate renovate bot changed the title Update dependency dev.drewhamilton.poko to v0.18.3 Update dependency dev.drewhamilton.poko to v0.18.4 Mar 28, 2025
@renovate renovate bot force-pushed the renovate/kotlin.poko branch from d63d5d6 to 9d08ad6 Compare March 28, 2025 01:44
@renovate renovate bot changed the title Update dependency dev.drewhamilton.poko to v0.18.4 Update dependency dev.drewhamilton.poko to v0.18.5 Mar 31, 2025
@renovate renovate bot force-pushed the renovate/kotlin.poko branch from 9d08ad6 to 96c96c8 Compare March 31, 2025 19:33
@renovate renovate bot changed the title Update dependency dev.drewhamilton.poko to v0.18.5 Update dependency dev.drewhamilton.poko to v0.18.6 Apr 16, 2025
@renovate renovate bot force-pushed the renovate/kotlin.poko branch from 96c96c8 to 09a1f80 Compare April 16, 2025 19:41
@renovate renovate bot force-pushed the renovate/kotlin.poko branch from 09a1f80 to 2d1247f Compare May 16, 2025 22:48
@renovate renovate bot changed the title Update dependency dev.drewhamilton.poko to v0.18.6 Update dependency dev.drewhamilton.poko to v0.18.7 May 16, 2025
@renovate renovate bot force-pushed the renovate/kotlin.poko branch from 2d1247f to f591956 Compare June 26, 2025 06:15
@renovate renovate bot changed the title Update dependency dev.drewhamilton.poko to v0.18.7 Update dependency dev.drewhamilton.poko to v0.19.0 Jun 26, 2025
@renovate renovate bot force-pushed the renovate/kotlin.poko branch from f591956 to 3887f0b Compare July 20, 2025 08:15
@renovate renovate bot changed the title Update dependency dev.drewhamilton.poko to v0.19.0 Update dependency dev.drewhamilton.poko to v0.19.1 Jul 20, 2025
@renovate renovate bot force-pushed the renovate/kotlin.poko branch from 3887f0b to 7e376c0 Compare July 21, 2025 18:54
@renovate renovate bot changed the title Update dependency dev.drewhamilton.poko to v0.19.1 Update dependency dev.drewhamilton.poko to v0.19.2 Jul 21, 2025
@renovate renovate bot force-pushed the renovate/kotlin.poko branch from 7e376c0 to c951518 Compare July 25, 2025 22:11
@renovate renovate bot changed the title Update dependency dev.drewhamilton.poko to v0.19.2 Update dependency dev.drewhamilton.poko to v0.19.3 Jul 25, 2025
@renovate renovate bot force-pushed the renovate/kotlin.poko branch from c951518 to c4c3bac Compare September 13, 2025 05:09
@renovate renovate bot changed the title Update dependency dev.drewhamilton.poko to v0.19.3 Update dependency dev.drewhamilton.poko to v0.20.0 Sep 13, 2025
@renovate renovate bot force-pushed the renovate/kotlin.poko branch from c4c3bac to 981cdec Compare October 16, 2025 22:36
@renovate renovate bot changed the title Update dependency dev.drewhamilton.poko to v0.20.0 Update dependency dev.drewhamilton.poko to v0.20.1 Oct 16, 2025
@renovate renovate bot force-pushed the renovate/kotlin.poko branch from 981cdec to 5982d58 Compare October 21, 2025 19:58
@renovate renovate bot force-pushed the renovate/kotlin.poko branch from 5982d58 to a7830cd Compare November 20, 2025 04:42
@renovate renovate bot changed the title Update dependency dev.drewhamilton.poko to v0.20.1 Update dependency dev.drewhamilton.poko to v0.20.2 Nov 20, 2025
@renovate renovate bot force-pushed the renovate/kotlin.poko branch from a7830cd to cd8f80d Compare December 16, 2025 18:57
@renovate renovate bot changed the title Update dependency dev.drewhamilton.poko to v0.20.2 Update dependency dev.drewhamilton.poko to v0.21.0 Dec 16, 2025
@renovate renovate bot force-pushed the renovate/kotlin.poko branch from cd8f80d to a648dcc Compare January 9, 2026 00:39
@renovate renovate bot changed the title Update dependency dev.drewhamilton.poko to v0.21.0 Update dependency dev.drewhamilton.poko to v0.21.1 Jan 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant