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

Update all dependencies #318

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Update all dependencies #318

merged 1 commit into from
Dec 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 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
org.jetbrains.kotlinx.kover 0.8.3 -> 0.9.0 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: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 hoc081098 December 12, 2024 19:59
@renovate renovate bot changed the title Update plugin org.jetbrains.kotlinx.kover to v0.9.0 Update all dependencies Dec 14, 2024
@renovate renovate bot force-pushed the renovate/all-deps branch from c2b3afb to a8eaa67 Compare December 14, 2024 03:36
| datasource | package                                                               | from   | to     |
| ---------- | --------------------------------------------------------------------- | ------ | ------ |
| maven      | dev.drewhamilton.poko:dev.drewhamilton.poko.gradle.plugin             | 0.18.0 | 0.18.1 |
| maven      | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.8.3  | 0.9.0  |
@renovate renovate bot force-pushed the renovate/all-deps branch from a8eaa67 to 0b7dbca Compare December 16, 2024 17:44
Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.38%. Comparing base (bd24ce5) to head (0b7dbca).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #318   +/-   ##
=======================================
  Coverage   88.38%   88.38%           
=======================================
  Files          37       37           
  Lines         801      801           
  Branches      107      107           
=======================================
  Hits          708      708           
  Misses         52       52           
  Partials       41       41           

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

@renovate renovate bot merged commit a96ce8d into master Dec 16, 2024
8 checks passed
@renovate renovate bot deleted the renovate/all-deps branch December 16, 2024 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant