Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
gradle (source) minor 9.1.0 -> 9.2.0 age confidence
com.patrykandpatrick.vico:compose-m3 dependencies minor 2.2.1 -> 2.3.0 age confidence
com.revenuecat.purchases:purchases-ui dependencies patch 9.12.1 -> 9.12.2 age confidence
com.revenuecat.purchases:purchases dependencies patch 9.12.1 -> 9.12.2 age confidence
com.google.devtools.ksp (source) plugin patch 2.3.1 -> 2.3.2 age confidence
com.android.application (source) plugin minor 8.11.2 -> 8.13.0 age confidence

Release Notes

gradle/gradle (gradle)

v9.2.0

Compare Source

patrykandpatrick/vico (com.patrykandpatrick.vico:compose-m3)

v2.3.0

Overview
core
  1. The new CartesianMarkerController enables granular control of CartesianMarker visibility. For example, with CartesianMarkerController.toggleOnTap, you can have a CartesianMarker show up only on explicit taps—not on gesture-starting presses—and remain visible until another tap elsewhere. For details, see the API reference. CartesianChart has a new markerController property, and the context parameter has been removed from the previously protected getMarkerTargets.
  2. An issue where the axis lines of adjacent HorizontalAxis and VerticalAxis instances sometimes failed to fully overlap in the corners—resulting in jagged connections—has been addressed. In relation to this fix, in Axis, the existing drawUnderLayers and drawOverLayers functions have been deprecated in favor of new overloads with axisDimensions parameters, and an updateAxisDimensions function has been added.
compose
  1. In connection with core change 1, rememberCartesianChart has a new markerController parameter.
multiplatform
  1. The new CartesianMarkerController enables granular control of CartesianMarker visibility. For example, with CartesianMarkerController.toggleOnTap, you can have a CartesianMarker show up only on explicit taps—not on gesture-starting presses—and remain visible until another tap elsewhere. For details, see the API reference. rememberCartesianChart has a new markerController parameter, and the context parameter has been removed from the previously protected CartesianChart.getMarkerTargets.
  2. ShapeComponent and LineComponent now support shadows; add them via the shadows parameters.
  3. For simplicity, the custom Shape interface has been removed in favor of Compose’s. DashedShape remains available but now takes a Compose Shape. MarkerCorneredShape has been renamed to MarkerCornerBasedShape and takes a Compose CornerBasedShape as its base.
  4. An issue where the axis lines of adjacent HorizontalAxis and VerticalAxis instances sometimes failed to fully overlap in the corners—resulting in jagged connections—has been addressed. In relation to this fix, in Axis, axisDimensions parameters have been added to drawUnderLayers and drawOverLayers, and an updateAxisDimensions function has been added.
  5. An issue where the LineCartesianLayer.AreaFill implementations instantiated by single and double could misposition nonuniform Fills has been resolved.
RevenueCat/purchases-android (com.revenuecat.purchases:purchases-ui)

v9.12.2

Compare Source

[!WARNING]
If you don't have any login system in your app, please make sure your one-time purchase products have been correctly configured in the RevenueCat dashboard as either consumable or non-consumable. If they're incorrectly configured as consumables, RevenueCat will consume these purchases. This means that users won't be able to restore them from version 9.0.0 onward.
Non-consumables are products that are meant to be bought only once, for example, lifetime subscriptions.

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

v2.3.2

Compare Source

What's Changed

Note: This release is a hotfix for a regression introduced in 2.3.1

  • Fixed an issue where KSP incorrectly processed specific nullable annotations from Java interfaces, leading to incorrect nullability in the generated Kotlin code #​2696
  • Fixed a regression introduced in #​2656 that caused runtime failures for projects using AGP 8.8.0 and older due to an incompatible, version-specific type check. #​2694

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Footnotes

  1. Excluding multiplatform, which is experimental. (It will remain available, but breaking changes are more likely.)

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f6220a5 to f1c49af Compare October 22, 2025 06:23
@renovate renovate bot changed the title chore(deps): update dependency com.android.application to v8.13.0 chore(deps): update all non-major dependencies Oct 22, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d48a2aa to 6ea4b26 Compare October 23, 2025 17:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 18ab2e3 to eed39ef Compare October 30, 2025 15:33
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Oct 30, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e48872e to 2ef28d7 Compare November 6, 2025 20:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2ef28d7 to f0e8c84 Compare November 7, 2025 11:07
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.

1 participant