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

Update dependency com.squareup:kotlinpoet to v1.15.1 #1837

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.squareup:kotlinpoet 1.14.2 -> 1.15.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

square/kotlinpoet (com.squareup:kotlinpoet)

v1.15.1

Compare Source

  • Fix: Fix a regression introduced by #​1637, where a superfluous newline is added to a type's KDoc if it has a primary constructor with no docs (#​1727).

v1.15.0

Compare Source

Thanks to @​drawers, @​fejesjoco, @​takahirom, @​martinbonnin, @​mcarleio for contributing to this release.

In this release the :kotlinpoet module has been converted to a Kotlin Multiplatform module (#​1654), though for now it only supports the JVM target.

  • New: Kotlin 1.9.20.
  • New: KSP 1.9.20-1.0.14.
  • New: Extract TypeSpecHolder interface for constructs that can hold a TypeSpec and their builders (#​1723).
  • New: Expose relative path from FileSpec (#​1720).
  • New: Return the generated path from FileSpec.writeTo(). (#​1514).
  • New: Remove default compatibility from unstable types (#​1662).
  • New: Deprecate TypeSpec.expectClassBuilder() and TypeSpec.valueClassBuilder() (#​1589).
  • New: Add option to convert KSAnnotation to AnnotationSpec while omitting default values (#​1538).
  • New: Add FileSpec.builder convenience for MemberName (#​1585).
  • Fix: Set DecimalFormatSymbols.minusSign for consistency across locales (#​1658).
  • Fix: Fix link to incremental KSP in KDoc (#​1638).
  • Fix: Emit primary constructor KDoc (#​1637).

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.

🔕 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 requested a review from a team as a code owner November 18, 2023 10:43
@renovate renovate bot added the PR-Dependencies Pull requests that update a dependency file label Nov 18, 2023
@renovate renovate bot requested review from ganfra and removed request for a team November 18, 2023 10:43
@ElementBot
Copy link
Collaborator

ElementBot commented Nov 18, 2023

Warnings
⚠️

gradle/libs.versions.toml#L16 - A newer version of androidx.lifecycle:lifecycle-runtime-ktx than 2.7.0-beta01 is available: 2.7.0-rc01

⚠️

gradle/libs.versions.toml#L18 - A newer version of androidx.media3:media3-ui than 1.1.1 is available: 1.2.0

⚠️

gradle/libs.versions.toml#L92 - A newer version of androidx.compose.material3:material3 than 1.2.0-alpha10 is available: 1.2.0-alpha11

Generated by 🚫 dangerJS against 7c38048

Copy link
Contributor

github-actions bot commented Nov 18, 2023

📱 Scan the QR code below to install the build (arm64 only) for this PR.
QR code
If you can't scan the QR code you can install the build via this link: https://i.diawi.com/Av8fTj

Copy link

codecov bot commented Nov 18, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4585597) 63.40% compared to head (7c38048) 63.40%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1837   +/-   ##
========================================
  Coverage    63.40%   63.40%           
========================================
  Files         1293     1293           
  Lines        33628    33628           
  Branches      6982     6982           
========================================
  Hits         21322    21322           
  Misses        9117     9117           
  Partials      3189     3189           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title Update dependency com.squareup:kotlinpoet to v1.15.0 Update dependency com.squareup:kotlinpoet to v1.15.1 Nov 19, 2023
@renovate renovate bot force-pushed the renovate/com.squareup-kotlinpoet-1.x branch from 39b907f to 7c38048 Compare November 19, 2023 12:48
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@bmarty bmarty enabled auto-merge November 21, 2023 13:09
@bmarty bmarty merged commit de7b175 into develop Nov 21, 2023
@bmarty bmarty deleted the renovate/com.squareup-kotlinpoet-1.x branch November 21, 2023 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR-Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants