fix(deps): update all non-major dependencies #73
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:
9.1.0->9.2.02.2.1->2.3.09.12.1->9.12.29.12.1->9.12.22.3.1->2.3.28.11.2->8.13.0Release Notes
gradle/gradle (gradle)
v9.2.0Compare Source
patrykandpatrick/vico (com.patrykandpatrick.vico:compose-m3)
v2.3.0Overview
coreCartesianMarkerControllerenables granular control ofCartesianMarkervisibility. For example, withCartesianMarkerController.toggleOnTap, you can have aCartesianMarkershow up only on explicit taps—not on gesture-starting presses—and remain visible until another tap elsewhere. For details, see the API reference.CartesianCharthas a newmarkerControllerproperty, and thecontextparameter has been removed from the previously protectedgetMarkerTargets.HorizontalAxisandVerticalAxisinstances sometimes failed to fully overlap in the corners—resulting in jagged connections—has been addressed. In relation to this fix, inAxis, the existingdrawUnderLayersanddrawOverLayersfunctions have been deprecated in favor of new overloads withaxisDimensionsparameters, and anupdateAxisDimensionsfunction has been added.composecorechange 1,rememberCartesianCharthas a newmarkerControllerparameter.multiplatformCartesianMarkerControllerenables granular control ofCartesianMarkervisibility. For example, withCartesianMarkerController.toggleOnTap, you can have aCartesianMarkershow up only on explicit taps—not on gesture-starting presses—and remain visible until another tap elsewhere. For details, see the API reference.rememberCartesianCharthas a newmarkerControllerparameter, and thecontextparameter has been removed from the previously protectedCartesianChart.getMarkerTargets.ShapeComponentandLineComponentnow support shadows; add them via theshadowsparameters.Shapeinterface has been removed in favor of Compose’s.DashedShaperemains available but now takes a ComposeShape.MarkerCorneredShapehas been renamed toMarkerCornerBasedShapeand takes a ComposeCornerBasedShapeas its base.HorizontalAxisandVerticalAxisinstances sometimes failed to fully overlap in the corners—resulting in jagged connections—has been addressed. In relation to this fix, inAxis,axisDimensionsparameters have been added todrawUnderLayersanddrawOverLayers, and anupdateAxisDimensionsfunction has been added.LineCartesianLayer.AreaFillimplementations instantiated bysingleanddoublecould misposition nonuniformFills has been resolved.RevenueCat/purchases-android (com.revenuecat.purchases:purchases-ui)
v9.12.2Compare Source
google/ksp (com.google.devtools.ksp)
v2.3.2Compare Source
What's Changed
Note: This release is a hotfix for a regression introduced in 2.3.1
Contributors
Thanks to everyone who reported bugs and participated in discussions!
Full Changelog: google/ksp@2.3.1...2.3.2
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.
This PR was generated by Mend Renovate. View the repository job log.
Footnotes
Excluding
multiplatform, which is experimental. (It will remain available, but breaking changes are more likely.) ↩