Skip to content

fix: update sample-dependencies #79

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.7.3 -> 1.9.0 age adoption passing confidence
androidx.compose:compose-bom 2024.11.00 -> 2024.12.01 age adoption passing confidence
androidx.activity:activity-compose (source) 1.9.3 -> 1.10.1 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-compose (source) 2.8.7 -> 2.9.1 age adoption passing confidence
androidx.lifecycle:lifecycle-runtime-ktx (source) 2.8.7 -> 2.9.1 age adoption passing confidence
androidx.core:core-ktx (source) 1.15.0 -> 1.16.0 age adoption passing confidence
org.jetbrains.kotlin.plugin.serialization 2.0.21 -> 2.2.0 age adoption passing 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 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.

@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.
    • Explain this complex logic.
    • 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. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • 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 src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

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

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

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

Documentation and Community

  • 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
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