Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.12
->8.12.1
1.39.0
->1.40.1
1.39.0
->1.40.1
1.39.0
->1.40.1
4.29.2
->4.29.3
4.29.2
->4.29.3
2.7.1
->2.7.3
2.1.0
->2.1.10
2.1.0
->2.1.10
2.1.0
->2.1.10
2.1.0
->2.1.10
2.1.0
->2.1.10
2.1.0
->2.1.10
2.54
->2.55
2.54
->2.55
2.54
->2.55
2.54
->2.55
2.54
->2.55
33.7.0
->33.8.0
6.25.0
->7.0.2
1.1.1
->1.1.2
1.1.1
->1.1.2
1.8.0-alpha07
->1.8.0-alpha08
2024.12.01
->2025.01.00
1.9.3
->1.10.0
31.7.3
->31.8.0
31.7.3
->31.8.0
31.7.3
->31.8.0
31.7.3
->31.8.0
8.7.3
->8.8.0
8.7.3
->8.8.0
8.7.3
->8.8.0
8.7.3
->8.8.0
8.7.3
->8.8.0
Release Notes
gradle/gradle (gradle)
v8.12.1
Compare Source
takahirom/roborazzi (io.github.takahirom.roborazzi)
v1.40.1
Compare Source
New Feature: Add AiAssertionOptions.AssertionImageType to Support Actual Image Validation
We previously introduced AI Assertion which utilizes a comparison image for assertions. However, we noticed the current implementation struggled with optimal performance due to image size constraints, where sufficient context size is crucial for accurate AI analysis. To address this, we've introduced the
AssertionImageType
parameter. You can now specify the image type viaAiAssertionOptions
.Bug Fix: Improved AI Assertion OpenAI API Error Messaging
Previously, API error messages were unclear and unhelpful. We've revamped the error handling to provide meaningful feedback, including proper API status details.
Before:
After:
Changes from 1.40.0
We initially introduced
AssertionImageType.Reference
instead ofAssertionImageType.Actual
in version 1.40.0. This was a mistake, as it referred to old images, a feature we've determined to be unnecessary. We have corrected this in the current release by usingAssertionImageType.Actual
.What's Changed
65c4c4a
by @renovate in https://github.com/takahirom/roborazzi/pull/619Full Changelog: takahirom/roborazzi@1.39.0...1.40.1
v1.40.0
Compare Source
Please refer to https://github.com/takahirom/roborazzi/releases/tag/1.40.1
JetBrains/kotlin (org.jetbrains.kotlin.plugin.serialization)
v2.1.10
: Kotlin 2.1.10Changelog
Compiler
KT-73858
Compose / iOS: NullPointerException on buildingKT-73454
K2: Fix type parameters mapping for typealiases with inner RHSKT-73043
K2 Compiler does not allow references to inner constructors with typealiasesKT-74040
Compilation of inner class usage does not check the visibility of parent class during compilation in different roundsKT-73339
K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projectionKT-72585
K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: SKT-73399
compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameterKT-72725
KMP: Unsupported actualization of inherited java field in expect classKT-73153
K2: Standalone diagnostics on type arguments are not reportedCompose compiler
CMP-5680
Compose compiler: unexpected stability warnings for classes compiled with 2.0.10b/381407900
Avoid adding Compose annotations on synthetic classesIR. Inlining
KT-73981
Cherry-pick the fix for KT-73482 to 2.1.10JavaScript
KT-70778
Kotlin Js companion is undefined in production buildKT-73130
KJS: Missedbreak
for do/while in generated JS codeKT-58797
Optimize the code generated for objects on JS and Wasm backendsKlibs
KT-70146
[KLIB Resolve] Don't fail on nonexistent transitive dependencyKT-73951
Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10Native
KT-73559
K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0Tools. CLI
KT-73967
JDK 25: "IllegalArgumentException: 25-ea" with EA buildsTools. Daemon
KT-73311
"Unable to release compile session, maybe daemon is already down" flakinessTools. Gradle
KT-73728
'generatePomFileForMavenPublication' creates pom with dependencies with 'unspecified' versionTools. Gradle. Multiplatform
KT-73620
KMP 2.1.0: Transitive dependency is broken when setting publication groupIdTools. Gradle. Native
KT-73572
[Gradle]kotlin.native.cacheKind=none
doesn't work anymoreKT-71419
Light bundle KGP IT run against a stable K/N versionConfiguration
📅 Schedule: Branch creation - "* 0-3 * * *" (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.
This PR was generated by Mend Renovate. View the repository job log.