Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dev.drewhamilton.poko 0.18.0 -> 0.18.1 age adoption passing confidence

Release Notes

drewhamilton/Poko (dev.drewhamilton.poko)

v0.18.1

Compare Source

_2024-12-13

Add ability to skip individual properties with @Poko.Skip. These properties will be omitted from
all generated functions. This feature is experimental and requires opt-in via @SkipSupport.

Replace @ArrayContentBased with @Poko.ReadArrayContent. Add a deprecated typealias for the
former to aid migration.

Add support for use optional property-level features with custom Poko annotation. Nested annotations
with the same name as the optional feature, such as @MyData.ReadArrayContent and
@MyData.Skip, will be respected.

Fix issue with FIR checkers. K2-enabled IDEs should now highlight Poko errors and warnings in
consumer source code.


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

| datasource | package                                                   | from   | to     |
| ---------- | --------------------------------------------------------- | ------ | ------ |
| maven      | dev.drewhamilton.poko:dev.drewhamilton.poko.gradle.plugin | 0.18.0 | 0.18.1 |
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 14, 2024
@codecov
Copy link

codecov bot commented Dec 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.63%. Comparing base (d982143) to head (d5b211e).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #257   +/-   ##
=======================================
  Coverage   61.63%   61.63%           
=======================================
  Files          37       37           
  Lines        1100     1100           
  Branches      104      104           
=======================================
  Hits          678      678           
  Misses        408      408           
  Partials       14       14           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hoc081098 hoc081098 merged commit 675b9ca into master Dec 14, 2024
8 checks passed
@hoc081098 hoc081098 deleted the renovate/all-deps branch December 14, 2024 13:40
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.

2 participants