Skip to content
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

chore(deps): update dependency com.google.devtools.ksp to v2.0.0-1.0.22 #357

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 7, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.devtools.ksp (source) 2.0.0-1.0.21 -> 2.0.0-1.0.22 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

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

v2.0.0-1.0.22

Compare Source

Important Changes

  • KSErrorType.toString() now contains the reference name it was tried to be resolved, and therefore KSErrorType is no longer a singleton. Processors relying on equality checks of that (in contrast of using KSType.isError) will need to be updated accordingly.

Issues Fixed

#​1908 KSP2: Calling KSP2 in programs does not appear to work on macOS or Windows
#​1917 KSP2's symbol-processing-aa-embeddable artifact exposes an unresolvable pre-release kotlin 2.0.20 dependency
#​1911 NoSuchMethodError when running KSP2 with Dagger (KSP 2.0.0-1.0.21)
#​1909 KSP2: default annotation arguments no longer work in 1.0.21
#​1232 Expose simple names on a missing types's synthetic declaration
#​1857 [KSP2] Modifiers are missing for property accessors
#​1924 [KSP2] Type arg becomes '*' after calling KSType.replace() with an error type
#​1948 KSP2 default annotation KClass values for built-in types use java.lang.* versions

What's Changed

Full Changelog: google/ksp@2.0.0-1.0.21...2.0.0-1.0.22


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 7, 2024
@renovate renovate bot enabled auto-merge (rebase) May 7, 2024 08:13
Copy link

coderabbitai bot commented May 7, 2024

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.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
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>.
    • Generate unit testing code for this file.
    • 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 generate unit testing code for this file.
    • @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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @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.

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 as 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 resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration 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/kotlin-ksp-compose branch from c50913c to 8ae9584 Compare May 7, 2024 21:08
@renovate renovate bot changed the title chore(deps): update kotlin-ksp-compose to v1.9.24 chore(deps): update kotlin-ksp-compose May 7, 2024
@renovate renovate bot changed the title chore(deps): update kotlin-ksp-compose chore(deps): update kotlin-ksp-compose to v1.9.24 May 8, 2024
@renovate renovate bot force-pushed the renovate/kotlin-ksp-compose branch 8 times, most recently from 9560c96 to 72e0c4c Compare May 14, 2024 21:34
@renovate renovate bot force-pushed the renovate/kotlin-ksp-compose branch 5 times, most recently from 7b52499 to 34cfaf9 Compare May 21, 2024 05:35
@renovate renovate bot force-pushed the renovate/kotlin-ksp-compose branch 4 times, most recently from 230047c to dcd69a0 Compare May 29, 2024 23:01
@renovate renovate bot force-pushed the renovate/kotlin-ksp-compose branch 6 times, most recently from e47efb2 to b8657d0 Compare June 3, 2024 22:30
@renovate renovate bot force-pushed the renovate/kotlin-ksp-compose branch from b8657d0 to c000022 Compare June 4, 2024 00:28
@renovate renovate bot changed the title chore(deps): update kotlin-ksp-compose to v1.9.24 chore(deps): update kotlin-ksp-compose to v1.9.24 - autoclosed Jun 4, 2024
@renovate renovate bot closed this Jun 4, 2024
auto-merge was automatically disabled June 4, 2024 04:38

Pull request was closed

@renovate renovate bot deleted the renovate/kotlin-ksp-compose branch June 4, 2024 04:38
@renovate renovate bot restored the renovate/kotlin-ksp-compose branch June 6, 2024 00:43
@renovate renovate bot changed the title chore(deps): update kotlin-ksp-compose to v1.9.24 - autoclosed chore(deps): update kotlin-ksp-compose to v1.9.24 Jun 6, 2024
@renovate renovate bot reopened this Jun 6, 2024
@renovate renovate bot enabled auto-merge (rebase) June 6, 2024 00:44
@renovate renovate bot force-pushed the renovate/kotlin-ksp-compose branch from c000022 to 9c1cf45 Compare June 6, 2024 00:44
@renovate renovate bot changed the title chore(deps): update kotlin-ksp-compose to v1.9.24 chore(deps): update dependency com.google.devtools.ksp to v2.0.0-1.0.22 Jun 6, 2024
@renovate renovate bot merged commit d156144 into main Jun 6, 2024
7 checks passed
@renovate renovate bot deleted the renovate/kotlin-ksp-compose branch June 6, 2024 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants