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, Compose, and Zipline #1752

Merged
merged 4 commits into from
Jan 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dev.drewhamilton.poko:poko-gradle-plugin 0.15.1 -> 0.15.2 age adoption passing confidence
org.jetbrains.compose.compiler:compiler 1.5.4 -> 1.5.7.1 age adoption passing confidence
androidx.compose.compiler:compiler (source) 1.5.7 -> 1.5.8 age adoption passing confidence
app.cash.zipline:zipline-loader 1.7.0 -> 1.8.0 age adoption passing confidence
app.cash.zipline:zipline-gradle-plugin 1.7.0 -> 1.8.0 age adoption passing confidence
app.cash.zipline:zipline 1.7.0 -> 1.8.0 age adoption passing confidence
org.jetbrains.kotlin:kotlin-test-junit (source) 1.9.21 -> 1.9.22 age adoption passing confidence
org.jetbrains.kotlin:kotlin-test (source) 1.9.21 -> 1.9.22 age adoption passing confidence
org.jetbrains.kotlin:kotlin-reflect (source) 1.9.21 -> 1.9.22 age adoption passing confidence
org.jetbrains.kotlin:kotlin-serialization (source) 1.9.21 -> 1.9.22 age adoption passing confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) 1.9.21 -> 1.9.22 age adoption passing confidence
org.jetbrains.kotlin:kotlin-compiler-embeddable (source) 1.9.21 -> 1.9.22 age adoption passing confidence
org.jetbrains.kotlin:kotlin-compiler (source) 1.9.21 -> 1.9.22 age adoption passing confidence

Release Notes

drewhamilton/Poko (dev.drewhamilton.poko:poko-gradle-plugin)

v0.15.2

Compare Source

2024-01-02

Support WASM target for Kotlin Multiplatform.

Compile with Kotlin 1.9.22. Support Java 21.

cashapp/zipline (app.cash.zipline:zipline-loader)

v1.8.0

Compare Source

  • Fix: Don't crash validating signatures on Android 7.x. We incorrectly used an API that wasn't
    available until API 26+.
  • New: FreshnessChecker decides whether to load cached code. If it returns false,
    EventListener.applicationLoadSkippedNotFresh() will be called.
  • New: EventListener.manifestReady() is called when the manifest is fetched and verified, but
    before any code is downloaded.
  • Upgrade: Okio 3.7.0
JetBrains/kotlin (org.jetbrains.kotlin:kotlin-test-junit)

v1.9.22

JavaScript
  • KT-63719 KJS: Test results ignored for ES module kind
  • KT-63808 compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers
Native
  • KT-64139 Weird bug with while and coroutine in Kotlin Native
  • KT-63471 linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps
  • KT-63789 Native: Incremental compilation problem with compose
Tools. CLI
  • KT-64485 CLI: cache and optimize parsing of command-line arguments
Tools. Gradle
  • KT-63990 "Cannot query the value of property 'buildFlowServiceProperty' because it has no value available" with Isolated Projects
Tools. Gradle. Native
  • KT-63363 Kotlin Gradle Plugin: KotlinNativeHostSpecificMetadataArtifact breaks configuration cache, implicitly includes output file as configuration cache input
  • KT-63742 Gradle wrongly caches Kotlin/Native compiler flags
Tools. JPS
  • KT-64305 Kotlin JPS builder requests chunk rebuild with graph implementation
  • KT-64112 Avoid using IJ's JPS mappings in Kotlin JPS tests
  • KT-63799 Make plugin classpath serialization path agnostic

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/kotlin-compose-and-zipline branch from ac36647 to c405cf4 Compare December 27, 2023 16:36
@renovate renovate bot changed the title Update Kotlin, Compose, and Zipline to v1.9.22 Update Kotlin, Compose, and Zipline Dec 27, 2023
@renovate renovate bot force-pushed the renovate/kotlin-compose-and-zipline branch 4 times, most recently from 9cfed04 to 6a0b374 Compare January 9, 2024 09:03
@renovate renovate bot force-pushed the renovate/kotlin-compose-and-zipline branch 2 times, most recently from 78653e4 to d2983da Compare January 16, 2024 17:13
@renovate renovate bot force-pushed the renovate/kotlin-compose-and-zipline branch from d2983da to bcc93a5 Compare January 16, 2024 22:24
@swankjesse swankjesse enabled auto-merge (squash) January 17, 2024 18:35
Copy link
Contributor Author

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

@JakeWharton
Copy link
Collaborator

The PR was green before Zipline was bumped

@swankjesse
Copy link
Collaborator

I figured it out. I need to provide a FreshnessChecker.

@swankjesse swankjesse merged commit 603b846 into trunk Jan 18, 2024
8 checks passed
@swankjesse swankjesse deleted the renovate/kotlin-compose-and-zipline branch January 18, 2024 18:46
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.

3 participants