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 kotlin #2990

Merged
merged 2 commits into from
Aug 8, 2024
Merged

Update kotlin #2990

merged 2 commits into from
Aug 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.kotlinx:kover-gradle-plugin 0.8.0 -> 0.8.3 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.6.3 -> 1.7.1 age adoption passing confidence
androidx.compose.compiler:compiler (source) 1.5.14 -> 1.5.15 age adoption passing confidence
com.google.devtools.ksp (source) 1.9.24-1.0.20 -> 1.9.25-1.0.20 age adoption passing confidence
org.jetbrains.kotlin.kapt (source) 1.9.24 -> 1.9.25 age adoption passing confidence
org.jetbrains.kotlin.plugin.serialization (source) 1.9.24 -> 1.9.25 age adoption passing confidence
org.jetbrains.kotlin.jvm (source) 1.9.24 -> 1.9.25 age adoption passing confidence
org.jetbrains.kotlin.android (source) 1.9.24 -> 1.9.25 age adoption passing confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) 1.9.24 -> 1.9.25 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Kotlin/kotlinx-kover (org.jetbrains.kotlinx:kover-gradle-plugin)

v0.8.3

===================

Kover Aggregation Plugin

  • Added support for Android projects in Kover Aggregation Plugin

Kover Maven Plugin

  • #51 Implemented Kover Maven Plugin

v0.8.2

===================

Kover Aggregation Plugin

Implemented prototype of Kover Aggregation Plugin - an alternative to the existing Kover Gradle Plugin, it makes it easier to set up a configuration and collect coverage reactively, depending on the compilation and test tasks running.

This is not a production-ready plugin, it is in an incubation state.

Please refer to the GitHub issue and documentation for details.

Kover Gradle Plugin

Bugfixes
  • #621 Fixed coverage evaluation for enum in K2
  • #633 Fix issue with identical cache keys between projects
  • #613 Fixed JaCoCo error: Can't add different class with same name
  • #601 Fixed support of Compose functions
  • #646 Fixed reusing of configuration cache
  • #628 Fixed coverage evaluation of try-finally and try-with-resources for Java code
Features
  • Disable caching on kover artifact tasks

v0.8.1

===================

Kover Gradle Plugin

Features
  • #600 Apply recommendations for improving DSL
  • Added DSL to copy one report variant
Bugfixes
  • #610 Fixed KoverCriticalException with a certain order of applying of plugins
Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json)

v1.7.1

==================

This is a bugfix release that aims to fix missing kotlinx-serialization-hocon artifact.
It also contains experimental integration with kotlinx-io library.
Kotlin 2.0.0 is used by default.

Fixed HOCON publication

Sadly, 1.7.0 release was published incomplete: kotlinx-serialization-hocon artifact is missing from 1.7.0 and 1.7.0-RC releases.
This release fixes this problem and now kotlinx-serialization-hocon is available again with 1.7.1 version.
No other changes were made to this artifact. Related ticket: #​2717.

Add integration with a kotlinx-io library

kotlinx-io is an official multiplatform library that provides basic IO primitives, similar to Okio.
kotlinx.serialization integration is now available in a separate artifact, located at the kotlinx-serialization-json-io coordinates.
Integration artifact provides functions similar to existing Okio integration: encodeToSink, decodeFromSource, and decodeSourceToSequence.
Check out the PR for more details.

Other bugfixes

  • Prohibited use of elements other than JsonObject in JsonTransformingSerializer with polymorphic serialization (#​2715)

v1.7.0

==================

This release contains all of the changes from 1.7.0-RC and is compatible with Kotlin 2.0.
Please note that for reasons explained in the 1.7.0-RC changelog, it may not be possible to use it with the Kotlin 1.9.x
compiler plugin. Yet, it is still fully backwards compatible with previous versions.

The only difference with 1.7.0-RC is that classDiscriminatorMode property in JsonBuilder is marked as experimental,
as it should have been when it was introduced (#​2680).

google/ksp (com.google.devtools.ksp)

v1.9.25-1.0.20

Compare Source

KSP 1.0.20 for Kotlin 1.9.25

JetBrains/kotlin (org.jetbrains.kotlin.kapt)

v1.9.25: Kotlin 1.9.25

Note: This is a technical release for IntelliJ IDEA.

Changelog

Tools. JPS
  • KT-69204 Generate lookups in dumb mode for compatibility with ref index

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.

👻 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 a team as a code owner June 6, 2024 15:35
@renovate renovate bot requested review from jmartinesp and removed request for a team June 6, 2024 15:35
@renovate renovate bot added the PR-Dependencies Pull requests that update a dependency file label Jun 6, 2024
@jmartinesp
Copy link
Member

Due to a potential breaking change (see below), it requires a compiler plugin with a version at least of 2.0.0-RC1.

So I guess we won't be able to merge it until we bump to Kotlin 2.0.

@renovate renovate bot force-pushed the renovate/kotlin branch from ae505cc to a3a041e Compare June 10, 2024 12:24
@renovate renovate bot changed the title Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.0 Update kotlin Jun 10, 2024
@renovate renovate bot changed the title Update kotlin fix(deps): update kotlin Jun 12, 2024
@renovate renovate bot changed the title fix(deps): update kotlin Update kotlin Jun 14, 2024
@renovate renovate bot force-pushed the renovate/kotlin branch 4 times, most recently from 891f45a to 3a931a0 Compare June 27, 2024 19:35
@renovate renovate bot added PR-Dependencies and removed PR-Dependencies Pull requests that update a dependency file labels Jun 27, 2024
@bmarty bmarty added PR-Dependencies Pull requests that update a dependency file and removed PR-Dependencies labels Jul 4, 2024
@renovate renovate bot force-pushed the renovate/kotlin branch 3 times, most recently from 57bdfe8 to 91f557b Compare July 23, 2024 18:36
@renovate renovate bot force-pushed the renovate/kotlin branch from 91f557b to 1d60f81 Compare July 29, 2024 07:52
@renovate renovate bot force-pushed the renovate/kotlin branch from 1d60f81 to b125823 Compare August 8, 2024 11:19
Copy link
Contributor Author

renovate bot commented Aug 8, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link
Contributor

github-actions bot commented Aug 8, 2024

📱 Scan the QR code below to install the build (arm64 only) for this PR.
QR code
If you can't scan the QR code you can install the build via this link: https://i.diawi.com/muVmDG

@jmartinesp jmartinesp added the Run-Maestro Starts a Maestro Cloud session to run integration tests label Aug 8, 2024
@github-actions github-actions bot removed the Run-Maestro Starts a Maestro Cloud session to run integration tests label Aug 8, 2024
Copy link

sonarqubecloud bot commented Aug 8, 2024

@jmartinesp jmartinesp enabled auto-merge (squash) August 8, 2024 11:56
Copy link

codecov bot commented Aug 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.63%. Comparing base (896b702) to head (e0bf00c).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2990      +/-   ##
===========================================
+ Coverage    76.18%   82.63%   +6.44%     
===========================================
  Files         1656     1656              
  Lines        39021    38803     -218     
  Branches      7571     4685    -2886     
===========================================
+ Hits         29730    32066    +2336     
+ Misses        5365     5072     -293     
+ Partials      3926     1665    -2261     

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

@jmartinesp jmartinesp merged commit e6ba45d into develop Aug 8, 2024
30 checks passed
@jmartinesp jmartinesp deleted the renovate/kotlin branch August 8, 2024 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR-Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants