Skip to content

renovate: update minor-updates #17

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: develop
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 22, 2023

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) patch 8.14 -> 8.14.2 age adoption passing confidence
com.google.accompanist:accompanist-permissions dependencies minor 0.34.0 -> 0.37.3 age adoption passing confidence
com.github.triplet.play plugin minor 3.9.1 -> 3.12.1 age adoption passing confidence
androidx.compose:compose-bom dependencies minor 2025.05.00 -> 2025.06.01 age adoption passing confidence
androidx.appcompat:appcompat (source) dependencies patch 1.7.0 -> 1.7.1 age adoption passing confidence
androidx.lifecycle:lifecycle-runtime-ktx (source) dependencies patch 2.9.0 -> 2.9.1 age adoption passing confidence
androidx.lifecycle:lifecycle-process (source) dependencies patch 2.9.0 -> 2.9.1 age adoption passing confidence
com.android.library (source) plugin minor 8.9.2 -> 8.11.0 age adoption passing confidence
com.android.application (source) plugin minor 8.9.2 -> 8.11.0 age adoption passing confidence
io.sentry:sentry-kotlin-multiplatform dependencies minor 0.9.0 -> 0.12.0 age adoption passing confidence
co.touchlab.skie (source) plugin patch 0.10.1 -> 0.10.4 age adoption passing confidence
co.touchlab.skie:configuration-annotations (source) dependencies patch 0.10.1 -> 0.10.4 age adoption passing confidence
com.codingfeline.buildkonfig plugin minor 0.15.1 -> 0.17.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-datetime dependencies minor 0.6.1 -> 0.7.0-0.6.x-compat age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json dependencies minor 1.7.3 -> 1.9.0 age adoption passing confidence
io.gitlab.arturbosch.detekt (source) plugin patch 1.23.6 -> 1.23.8 age adoption passing confidence
io.gitlab.arturbosch.detekt:detekt-formatting (source) dependencies patch 1.23.6 -> 1.23.8 age adoption passing confidence
com.russhwolf:multiplatform-settings-coroutines dependencies minor 1.1.1 -> 1.3.0 age adoption passing confidence
com.russhwolf:multiplatform-settings dependencies minor 1.1.1 -> 1.3.0 age adoption passing confidence
dev.icerock.moko:permissions dependencies minor 0.18.0 -> 0.19.1 age adoption passing confidence
io.ktor:ktor-serialization-kotlinx-json dependencies minor 3.0.3 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-client-logging dependencies minor 3.0.3 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-client-auth dependencies minor 3.0.3 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-client-encoding dependencies minor 3.0.3 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-client-content-negotiation dependencies minor 3.0.3 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-client-darwin dependencies minor 3.0.3 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-client-cio dependencies minor 3.0.3 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-client-core dependencies minor 3.0.3 -> 3.2.0 age adoption passing confidence
co.touchlab:kermit dependencies patch 2.0.3 -> 2.0.6 age adoption passing confidence
com.google.devtools.ksp (source) plugin minor 2.0.20-1.0.25 -> 2.2.0-2.0.2 age adoption passing confidence
org.jetbrains.kotlin.plugin.compose (source) plugin minor 2.0.20 -> 2.2.0 age adoption passing confidence
org.jetbrains.kotlin.plugin.serialization (source) plugin minor 2.0.20 -> 2.2.0 age adoption passing confidence
org.jetbrains.kotlin.multiplatform (source) plugin minor 2.0.20 -> 2.2.0 age adoption passing confidence
org.jetbrains.kotlin.android (source) plugin minor 2.0.20 -> 2.2.0 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.14.2

Compare Source

v8.14.1

Compare Source

google/accompanist (com.google.accompanist:accompanist-permissions)

v0.37.3: 🌈

What’s Changed

  • [Drawable Painter] Fix AnimatedImageDrawable rendered in wrong size for systems below Android 12 #​1817

v0.37.2: 🌈

What’s Changed

  • Update maven publish. No changes to underlying libraries

v0.37.1: 🌈

What’s Changed

  • No changes. Republishing to fix maven error

v0.37.0: 🌈

What’s Changed

v0.36.0: 🌈

What’s Changed

getsentry/sentry-kotlin-multiplatform (io.sentry:sentry-kotlin-multiplatform)

v0.12.0

Compare Source

Features
  • Move replay options out of experimental (#​367)
    • You can now access the replay options via options.sessionReplay
Fixes
  • Do not throw if exec operation fails (#​360)
  • initWithPlatforms not sending events if beforeSend is not set on iOS (#​366)
Miscellaneous
  • Update native android sdk name to sentry.native.android.kmp (#​353)
Dependencies

v0.11.0

Compare Source

Fixes
  • [Gradle Plugin]: Architecture folder name missmatch when using SPM and framework path searching (#​320)
  • [Gradle Plugin]: Check exit value when executing xcodebuild command (#​326)
Dependencies

v0.10.0

Compare Source

Features
  • Add experimental session replay options to common code (#​275)
Sentry.init { options ->
  // Adjust these values for production
  options.sessionReplay.onErrorSampleRate = 1.0
  options.sessionReplay.sessionSampleRate = 1.0
}
  • Add Sentry.isEnabled() API to common code (#​273)
  • Add enableWatchdogTerminationTracking in common options (#​281)
  • Add diagnosticLevel in common options (#​287)
Dependencies
touchlab/SKIE (co.touchlab.skie)

v0.10.4

Compare Source

Change log

v0.10.3

Compare Source

v0.10.2

Compare Source

Change log

yshrsmz/BuildKonfig (com.codingfeline.buildkonfig)

v0.17.1

Bug Fixes
  • deps: update dependency com.android.tools.build:gradle to v8.8.2 (#​200) (a17fa2f)
  • deps: update dependency com.android.tools.build:gradle to v8.9.0 (#​201) (bbac799)
  • deps: update dependency com.android.tools.build:gradle to v8.9.1 (#​205) (390e6bc)
  • deps: update dependency com.squareup:kotlinpoet to v2.1.0 (#​198) (864030c)
  • deps: update kotlin monorepo to v2.1.20 (#​204) (a963c12)

v0.17.0

Bug Fixes
  • deps: update dependency com.android.tools.build:gradle to v8.8.0 (#​124) (cfe6e69)
  • deps: update dependency com.android.tools.build:gradle to v8.8.1 (#​193) (b305d1d)
  • deps: update kotlin monorepo to v2.1.10 (#​175) (760faae)
Miscellaneous Chores
  • prepare for release 0.17.0 (4c70693)

v0.16.0

Bug Fixes
  • deps: fix missed commits about gradle wrapper version (#​185) (3a35b48)
  • deps: update dependency com.squareup:kotlinpoet to v1.18.1 (#​158) (54557e3)
  • deps: update dependency com.squareup:kotlinpoet to v2 (#​171) (c6c9090)
Miscellaneous Chores

v0.15.2

Miscellaneous
Bug Fixes
  • deps: #​160 Kotlin 2.0 and fixed Issue With New Compiler Options DSL (#​162) (4655ce3)
  • deps: update dependency com.google.truth:truth to v1.2.0 (#​131) (10a6a29)
  • deps: update dependency com.google.truth:truth to v1.3.0 (#​136) (6f58e2f)
  • deps: update dependency com.google.truth:truth to v1.4.2 (#​138) (aa2b18b)
  • deps: update dependency com.google.truth:truth to v1.4.3 (#​155) (84c6e23)
  • deps: update dependency com.google.truth:truth to v1.4.4 (#​159) (627acda)
  • deps: update dependency com.squareup:kotlinpoet to v1.15.2 (#​121) (ff3a22d)
  • deps: update dependency com.squareup:kotlinpoet to v1.15.3 (#​125) (4e6daf4)
  • deps: update dependency com.squareup:kotlinpoet to v1.17.0 (#​135) (9f3dc3c)
Kotlin/kotlinx-datetime (org.jetbrains.kotlinx:kotlinx-datetime)

v0.7.0

Breaking changes:

  • Remove kotlinx.datetime.Instant and kotlinx.datetime.Clock in favor of kotlin.time.Instant (#​506). See https://github.com/Kotlin/kotlinx-datetime?tab=readme-ov-file#deprecation-of-instant for a description of what to do if this causes problems.
  • Unify the range of admissible LocalDate and LocalDateTime values on all platforms (#​432).
  • Rename dayOfMonth to day, monthNumber to month (#​84).
  • Make DayOfWeek and Month no longer type aliases to java.time.DayOfWeek and java.time.Month (#​96).
  • Make "UTC" and not "Z" be the timezone identifier for TimeZone.UTC (#​474).
  • Accept "z" in TimeZone.of, with the same meaning as "Z" (#​529).
  • Add DateTimeFormat-based KSerializer implementations for datetime entities, and change the default serializers to be based on toString/parse pairs (#​415).

Additions:

  • Add java.io.Serializable implementations for most of the entities in the library (#​143). Thanks for spotting and fixing a potential vulnerability, @​lukellmann!
  • Add LocalDateRange, a range of LocalDate values (#​190). Thanks, @​PeterAttardo!
  • Add YearMonth and YearMonthRange (#​457).

Tweaks and fixes:

  • Support obtaining the system timezone on old Debian-based distributions (#​430).
  • Fix not being able to parse some valid timezone identifiers using the timeZoneId() directive (#​444).
  • Use the grammar defined in RFC 9557 for parsing timezone identifiers in the timeZoneId() directive, allowing parsing values not present in the timezone database (#​531).
  • Improved error messages when formatting an invalid DateTimeComponents value (#​471).
  • Set the JPMS dependency on kotlinx.serialization.core to be optional (#​496).

v0.6.2

  • Add the Wasm/WASI target support (#​366). Thanks, @​igoriakovlev!
  • Add TimeSource.asClock (#​164). Thanks, @​hfhbd!
  • Implement parsing and formatting day-of-year (#​414)
  • Improve the precision of NSDate to Instant conversions (#​427)
  • Deprecate DatePeriod.plus and DateTimePeriod.plus with a warning (#​381)
  • Deprecate Clock.asTimeSource with a warning (#​372)
  • Fix a bug in module-info preventing using kotlinx.datetime.format together with JPMS (#​438). Thanks, @​cdelabou!
  • Small tweaks and fixes.
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).

detekt/detekt (io.gitlab.arturbosch.detekt)

v1.23.8

1.23.8 - 2025-02-20

This is a point release for Detekt 1.23.0, built against Kotlin 2.0.21, with fixes for several bugs that got reported by the community.

Notable Changes
  • fix(deps): Update kotlin to 2.0.21 - #​7580
  • fix(deps): Update AGP to v8.8.1 - #​7879
  • fix(deps): update Gradle to v8.12.1 - #​7780
Changelog
  • UseDataClass: do not report on expect classes - #​7857
  • Fix InjectDispatcher false positives - #​7797
  • [UnnecessaryParentheses] Allow float/double without integer part - #​7751
  • Fix ThrowingExceptionsWithoutMessageOrCause false positive - #​7715
  • Issue #​7634: Make UndocumentedPublicClass configurable to flag `com… - #​7635
  • Fix redundant empty tags in baseline XML - #​7625
  • MatchingDeclarationName now supports platofrm suffixes - #​6426
Contributors

We would like to thank the following contributors that made this release possible: @​BraisGabin, @​JordanLongstaff, @​Nava2, @​atulgpt, @​eygraber, [@​lexa-diky](https://redirect.github


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 4am every weekday,every weekend" in timezone Europe/Vienna, 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 force-pushed the renovate/minor-updates branch from 01c4482 to da6e5cc Compare August 23, 2023 13:23
@renovate renovate bot changed the title renovate: update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.0 renovate: update minor-updates Aug 23, 2023
@renovate renovate bot force-pushed the renovate/minor-updates branch 3 times, most recently from 614258b to 4e1a6e9 Compare August 30, 2023 01:54
@renovate renovate bot force-pushed the renovate/minor-updates branch 7 times, most recently from 125506b to f63853f Compare September 7, 2023 15:20
@renovate renovate bot force-pushed the renovate/minor-updates branch 2 times, most recently from cdfff69 to 1db19c6 Compare September 13, 2023 11:06
@renovate renovate bot force-pushed the renovate/minor-updates branch 5 times, most recently from cba7637 to dfd5092 Compare October 4, 2023 18:30
@renovate renovate bot force-pushed the renovate/minor-updates branch 6 times, most recently from bbdf629 to 10e520f Compare October 9, 2023 06:41
@renovate renovate bot force-pushed the renovate/minor-updates branch from 10e520f to 9cd943a Compare October 18, 2023 19:10
@renovate renovate bot force-pushed the renovate/minor-updates branch 3 times, most recently from 9636c60 to f7f18a2 Compare October 31, 2023 16:35
@renovate renovate bot force-pushed the renovate/minor-updates branch 2 times, most recently from fd6fcac to 39946e9 Compare April 1, 2025 14:33
@renovate renovate bot force-pushed the renovate/minor-updates branch from 39946e9 to 1a48b0a Compare April 9, 2025 23:31
@renovate renovate bot force-pushed the renovate/minor-updates branch 3 times, most recently from 08f4267 to cf405bb Compare April 22, 2025 19:35
@renovate renovate bot force-pushed the renovate/minor-updates branch 2 times, most recently from ff58229 to 51fbd2d Compare April 28, 2025 08:48
@renovate renovate bot force-pushed the renovate/minor-updates branch 3 times, most recently from 39a79f0 to e89eef6 Compare May 13, 2025 15:44
@renovate renovate bot force-pushed the renovate/minor-updates branch 4 times, most recently from 613f7d2 to 3a35b65 Compare May 20, 2025 19:03
@renovate renovate bot force-pushed the renovate/minor-updates branch 2 times, most recently from d14dd82 to 8e92f60 Compare May 28, 2025 22:46
@renovate renovate bot force-pushed the renovate/minor-updates branch 4 times, most recently from 7e89358 to ebbf39d Compare June 10, 2025 02:14
@renovate renovate bot force-pushed the renovate/minor-updates branch 3 times, most recently from e19a911 to 02443f1 Compare June 19, 2025 18:53
@renovate renovate bot force-pushed the renovate/minor-updates branch 4 times, most recently from efa1d04 to 1d91285 Compare June 25, 2025 23:29
@renovate renovate bot force-pushed the renovate/minor-updates branch from 1d91285 to c53e8df Compare June 27, 2025 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants