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

Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 18, 2025

This PR contains the following updates:

Package Change Age Confidence
com.kizitonwose.calendar:compose 2.7.0 -> 2.8.0 age confidence

Release Notes

kizitonwose/calendar (com.kizitonwose.calendar:compose)

v2.8.0

Compare Source

Compose (Android):

  • Bump Compose UI to version 1.8.3

Compose (Multiplatform):

Kotlin DateTime 0.7.x comes with some API changes that have been inherited by the multiplatform calendar which depends on it.

The most important changes are:

  • Addition of the YearMonth type, which replaces the one previously provided by the calendar library. You'll need to replace the imports com.kizitonwose.calendar.core.YearMonth with kotlinx.datetime.YearMonth.
  • Removal of kotlinx.datetime.Clock, please use kotlin.time.Clock instead.

Note that there are some method and field name differences between the YearMonth previously provided by the library and the new one in the Kotlin DateTime library. The relevant methods and fields are listed below.

com.kizitonwose.calendar.core.YearMonth kotlinx.datetime.YearMonth
atStartOfMonth() firstDay
atEndOfMonth() lastDay
lengthOfMonth() numberOfDays
atDay() onDay()

See the release notes for Kotlin DateTime 0.7.0 for all changes.

Dependencies:

  • Bump AGP to 8.11.1

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate renovate bot requested a review from dessalines as a code owner July 18, 2025 13:43
@renovate renovate bot enabled auto-merge (squash) July 18, 2025 13:43
@renovate renovate bot merged commit 5c2f777 into main Jul 18, 2025
2 checks passed
@renovate renovate bot deleted the renovate/com.kizitonwose.calendar-compose-2.x branch July 18, 2025 18:16
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.

0 participants