Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2024

This PR contains the following updates:

Package Change Age Confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.7.3 -> 1.9.0 age confidence
androidx.compose:compose-bom 2024.11.00 -> 2024.12.01 age confidence
androidx.activity:activity-compose (source) 1.9.3 -> 1.11.0 age confidence
androidx.lifecycle:lifecycle-viewmodel-compose (source) 2.8.7 -> 2.9.4 age confidence
androidx.lifecycle:lifecycle-runtime-ktx (source) 2.8.7 -> 2.9.4 age confidence
androidx.core:core-ktx (source) 1.15.0 -> 1.17.0 age confidence
org.jetbrains.kotlin.plugin.serialization 2.0.21 -> 2.2.20 age confidence

Release Notes

Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json)

v1.9.0

==================

This release updates Kotlin version to 2.2.0, includes several bugfixes and provides serializers for kotlin.time.Instant.

Add kotlin.time.Instant serializers

Instant class was moved from kotlinx-datetime library to Kotlin standard library.
As a result, kotlinx-datetime 0.7.0 no longer has serializers for the Instant class.
To use new kotlin.time.Instant class in your @​Serializable classes,
you can use this 1.9.0 kotlinx-serialization version (Kotlin 2.2 is required).
You can choose between default InstantSerializer which uses its string representation,
or specify InstantComponentSerializer that represents instant as its components.
See details in the PR.

Other bugfixes

  • Fix resize in JsonPath (#​2995)
  • Fixed proguard rules for obfuscation to work correctly (#​2983)

v1.8.1

==================

This release updates Kotlin version to 2.1.20, while also providing several important improvements
and bugfixes.

Improvements

Bugfixes

  • Fix incorrect enum coercion during deserialization from JsonElement (#​2962)
  • Supply proper equals(), hashCode(), and toString() for SerialDescriptor() wrapper (#​2942)
  • Do not encode empty packed collections in protobuf (#​2907)

v1.8.0

==================

This release contains all of the changes from 1.8.0-RC. Kotlin 2.1.0 is used as a default, while upcoming 2.1.10 is also supported.
Also added small bugfixes, including speedup of ProtoWireType.from (#​2879).


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 is behind base branch, 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.

@renovate renovate bot changed the title chore: update dependency org.jetbrains.kotlin.plugin.serialization to v2.1.0 fix: update sample-dependencies Dec 11, 2024
@renovate renovate bot force-pushed the renovate/sample-dependencies branch from f7242b4 to 25e3355 Compare December 11, 2024 18:58
@renovate renovate bot force-pushed the renovate/sample-dependencies branch from 25e3355 to 17cf8dd Compare January 7, 2025 16:00
@renovate renovate bot force-pushed the renovate/sample-dependencies branch from 17cf8dd to 9abc9c1 Compare January 15, 2025 21:11
@renovate renovate bot force-pushed the renovate/sample-dependencies branch from 9abc9c1 to 1a75e17 Compare January 27, 2025 08:40
@renovate renovate bot force-pushed the renovate/sample-dependencies branch 2 times, most recently from 2dcdc14 to 40dacee Compare March 3, 2025 15:33
@renovate renovate bot force-pushed the renovate/sample-dependencies branch 2 times, most recently from 32cc27c to c444e53 Compare March 17, 2025 16:31
@renovate renovate bot force-pushed the renovate/sample-dependencies branch from c444e53 to 5bb3c8e Compare March 20, 2025 10:50
@renovate renovate bot force-pushed the renovate/sample-dependencies branch from 5bb3c8e to 4eaf7ee Compare April 1, 2025 11:56
Copy link

coderabbitai bot commented Apr 1, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Join our Discord community for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/sample-dependencies branch from 4eaf7ee to 9b9b425 Compare April 9, 2025 19:45
@renovate renovate bot force-pushed the renovate/sample-dependencies branch from 9b9b425 to b19c5b3 Compare April 24, 2025 07:25
@renovate renovate bot force-pushed the renovate/sample-dependencies branch 2 times, most recently from 527e267 to 1d4fd7d Compare May 13, 2025 13:28
@renovate renovate bot force-pushed the renovate/sample-dependencies branch from 1d4fd7d to 17b62da Compare May 28, 2025 10:03
@renovate renovate bot force-pushed the renovate/sample-dependencies branch 2 times, most recently from 068089c to 3a2d0a8 Compare June 4, 2025 17:44
@renovate renovate bot force-pushed the renovate/sample-dependencies branch 2 times, most recently from 42a0946 to 900a40d Compare June 27, 2025 15:14
@renovate renovate bot force-pushed the renovate/sample-dependencies branch from 900a40d to 9db8032 Compare July 8, 2025 17:37
@renovate renovate bot force-pushed the renovate/sample-dependencies branch from 9db8032 to e7a1419 Compare July 17, 2025 20:50
@renovate renovate bot force-pushed the renovate/sample-dependencies branch 2 times, most recently from 61bd68e to a97e19e Compare August 14, 2025 09:22
@renovate renovate bot force-pushed the renovate/sample-dependencies branch from a97e19e to 92eeb1f Compare August 27, 2025 22:02
@renovate renovate bot force-pushed the renovate/sample-dependencies branch from 92eeb1f to a7e4d1a Compare September 19, 2025 15:52
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