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

chore(deps): update kotlin & dokka & compose compiler #628

Merged
merged 2 commits into from
Mar 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 12, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.dokka 1.9.10 -> 1.9.20 age adoption passing confidence
androidx.compose.compiler:compiler (source) 1.5.8 -> 1.5.10 age adoption passing confidence
org.jetbrains.kotlin.plugin.serialization (source) 1.9.22 -> 1.9.23 age adoption passing confidence
org.jetbrains.kotlin.multiplatform (source) 1.9.22 -> 1.9.23 age adoption passing confidence
org.jetbrains.kotlin.android (source) 1.9.22 -> 1.9.23 age adoption passing confidence
org.jetbrains.kotlin.jvm (source) 1.9.22 -> 1.9.23 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.6.2 -> 1.6.3 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-core 1.6.2 -> 1.6.3 age adoption passing confidence
org.jetbrains.dokka:dokka-gradle-plugin 1.9.10 -> 1.9.20 age adoption passing confidence
org.jetbrains.dokka:dokka-base 1.9.10 -> 1.9.20 age adoption passing confidence
org.jetbrains.kotlin:kotlin-reflect (source) 1.9.22 -> 1.9.23 age adoption passing confidence
org.jetbrains.kotlin:kotlin-stdlib-jdk8 (source) 1.9.22 -> 1.9.23 age adoption passing confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) 1.9.22 -> 1.9.23 age adoption passing confidence

Release Notes

Kotlin/dokka (org.jetbrains.dokka)

v1.9.20: 1.9.20

General bugfixes

HTML format

Runners

Gradle Plugin
Maven Plugin
CLI runner

Plugin API

Other:

See Dokka 1.9.20 milestone for the list of all changes.

JetBrains/kotlin (org.jetbrains.kotlin.plugin.serialization)

v1.9.23: Kotlin 1.9.23

1.9.23
Apple Ecosystem
  • KT-65542 Cinterop tasks fails if Xcode 15.3 is used
Backend. Wasm
  • KT-64486 Kotlin/Wasm/WASI exported function callback for coroutines support
Compiler
  • KT-53478 Could not load module
  • KT-66044 JDK's new API is used over Kotlin's SDK functions
  • KT-64640 Prevent mutating SequenceCollection methods from JDK 21 be available on read-only collections
  • KT-65441 K1: Remove JDK 21 getFirst()/getLast() in (Mutable)List interfaces
  • KT-65634 K/N: data race during monolithic cache creation
  • KT-53109 CompilationErrorException generateUnboundSymbolsAsDependencies with builder inference and lambdas
  • KT-52757 Type inference for builders fails if inferred from a function
Tools. Gradle
  • KT-65792 Add JSON build report
  • KT-65091 Update compiler metrics in build reports
  • KT-62490 KGP dropping resource directories
Tools. Gradle. JS
  • KT-64119 K/JS: Migrate package manager from Yarn onto NPM
  • KT-64561 K/JS tests are not executed after upgrade to 1.9.22
Tools. Gradle. Multiplatform
  • KT-65954 commonTest dependencies affect commoMainMetadata compilation
Tools. Gradle. Native
  • KT-64573 Default value for produceUnpackedKlib was not provided
Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json)

v1.6.3

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

This release provides a couple of new features and uses Kotlin 1.9.22 as default.

Class discriminator output mode

Class discriminator provides information for serializing and deserializing polymorphic class hierarchies.
In case you want to encode more or less information for various third party APIs about types in the output, it is possible to control
addition of the class discriminator with the JsonBuilder.classDiscriminatorMode property.
For example, ClassDiscriminatorMode.NONE does not add class discriminator at all, in case the receiving party is not interested in Kotlin types.
You can learn more about this feature in the documentation and corresponding PR.

Other features
Bugfixes and improvements
  • Fix: Hocon polymorphic serialization in containers (#​2151) (thanks to LichtHund)
  • Actualize lenient mode documentation (#​2568)
  • Slightly improve error messages thrown from serializer() function (#​2533)
  • Do not try to coerce input values for properties (#​2530)
  • Make empty objects and arrays collapsed in pretty print mode (#​2506)
  • Update Gradle dokka configuration to make sure "source" button is visible in all API docs (#​2518, #​2524)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the chore Maintanance update label Feb 12, 2024
@renovate renovate bot requested a review from a team as a code owner February 12, 2024 03:21
@renovate renovate bot force-pushed the renovate/kotlin-and-dokka-and-compose-compiler branch from 4de663f to 3651d07 Compare February 16, 2024 18:39
@renovate renovate bot changed the title fix(deps): update dependency androidx.compose.compiler:compiler to v1.5.9 fix(deps): update kotlin & dokka & compose compiler Feb 16, 2024
@renovate renovate bot force-pushed the renovate/kotlin-and-dokka-and-compose-compiler branch from 3651d07 to 31cb15f Compare February 21, 2024 22:59
@renovate renovate bot changed the title fix(deps): update kotlin & dokka & compose compiler chore(deps): update kotlin & dokka & compose compiler Mar 4, 2024
@renovate renovate bot force-pushed the renovate/kotlin-and-dokka-and-compose-compiler branch 2 times, most recently from 2ad1f42 to d69d8ea Compare March 7, 2024 10:01
@shanio shanio force-pushed the renovate/kotlin-and-dokka-and-compose-compiler branch 2 times, most recently from 93021b2 to b7b26ed Compare March 7, 2024 14:20
@renovate renovate bot force-pushed the renovate/kotlin-and-dokka-and-compose-compiler branch from b7b26ed to a48197f Compare March 7, 2024 14:20
@shanio shanio enabled auto-merge March 7, 2024 14:20
@shanio shanio disabled auto-merge March 7, 2024 14:25
@shanio shanio enabled auto-merge March 7, 2024 14:28
Copy link
Contributor Author

renovate bot commented Mar 7, 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.

@shanio shanio merged commit 1686d10 into main Mar 7, 2024
1 check passed
@shanio shanio deleted the renovate/kotlin-and-dokka-and-compose-compiler branch March 7, 2024 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintanance update skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant