Skip to content

Update all non-major dependencies (except core Kotlin)#141

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

Update all non-major dependencies (except core Kotlin)#141
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 5, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.junit.jupiter:junit-jupiter-engine (source) 5.10.35.14.4 age adoption passing confidence
org.ajoberstar.reckon:reckon-gradle 0.18.30.19.2 age adoption passing confidence
io.gitlab.arturbosch.detekt:detekt-gradle-plugin (source) 1.23.61.23.8 age adoption passing confidence
org.apache.logging.log4j:log4j-core (source) 2.23.12.26.0 age adoption passing confidence
org.apache.logging.log4j:log4j-slf4j2-impl (source) 2.23.12.26.0 age adoption passing confidence
io.github.detekt.sarif4k:sarif4k (source) 0.6.00.7.0 age adoption passing confidence
io.github.petertrr:kotlin-multiplatform-diff 0.5.00.7.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-datetime 0.6.00.8.0-0.6.x-compat age adoption passing confidence
com.gradle.enterprise 3.17.63.19.2 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-properties 1.7.11.11.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.7.11.11.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-core 1.7.11.11.0 age adoption passing confidence
com.squareup.okio:okio-fakefilesystem 3.9.03.17.0 age adoption passing confidence
com.squareup.okio:okio 3.9.03.17.0 age adoption passing confidence

Release Notes

detekt/detekt (io.gitlab.arturbosch.detekt:detekt-gradle-plugin)

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, @​t-kameyama

v1.23.7

1.23.7 - 2024-09-08

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

Notable Changes
  • fix(deps): update kotlin monorepo to v2.0.10 - #​7517
  • Update to Kotlin 2.0.0 #​6640
  • fix(deps): update kotlin monorepo to v1.9.24 - #​7264
  • fix(deps): update dependency com.android.tools.build:gradle to v8.5.2 - #​7525
  • chore(deps): update dependency gradle to v8.10 - #​7546
Changelog
  • Add basic support for isolated projects to 1.x - #​7526
  • ExplicitCollectionElementAccessMethod: fix false positive when Map put has 3 arguments - #​7563
  • BracesOnIfStatements: fix false-positive when chained - #​7444
  • Add enum entry check in UndocumentedPublicProperty - #​7426
  • Use the anchor which is already present before - #​7423
  • Fix small corner-case in "SerialVersionUIDInSerializableClass" rule, … - #​7346
  • SwallowedException: fix false positive when exception is used as a receiver - #​7288
  • NamedArguments: fix false positive on spread varargs - #​7283
  • MultilineLambdaItParameter: fix false negative with single statement on multiple lines - #​7221
  • Check for root of receiver in selector expression - #​7220
  • Check for public companion object for UndocumentedPublicClass - #​7219
  • fix: TopLevelPropertyNaming also detecting extension property name - #​7212
  • Publish detekt-compiler-plugin-all to Maven and GH Releases - #​7179
  • versioned default detekt config file link - #​7161
  • Support rangeUntil operator for UnusedImport rule - #​7104
  • Fix false positive on it usages when type parameter is specified - #​6850
Housekeeping/Docs
  • [bugfix] AnnotationOnSeparateLine in snippets - #​6526
  • Add docs about using the Compiler Plugin with the Kotlin CLI compiler - #​7184
detekt/sarif4k (io.github.detekt.sarif4k:sarif4k)

v0.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: detekt/sarif4k@0.6.0...0.7.0

petertrr/kotlin-multiplatform-diff (io.github.petertrr:kotlin-multiplatform-diff)

v0.7.0

What's Changed

New Contributors

Full Changelog: petertrr/kotlin-multiplatform-diff@v0.6.0...v0.7.0

v0.6.0

What's Changed

New Contributors

Full Changelog: petertrr/kotlin-multiplatform-diff@v0.5.0...v0.6.0

Kotlin/kotlinx-datetime (org.jetbrains.kotlinx:kotlinx-datetime)

v0.8.0-0.6.x-compat

v0.8.0

Breaking changes:

  • Deprecate TimeZone serialization (#​576).

Additions:

  • Add orNull functions for non-throwing construction of datetime entities (#​68).
  • Add parseOrNull extension functions for non-throwing attempts at parsing (#​508).
  • Introduce LocalIsoWeekDate for representing ISO week dates (#​603).
  • Introduce functions for finding the next or previous date with the given day-of-week (#​129).

Tweaks and fixes:

  • Fix bugs in Instant.until and Instant.periodUntil (#​534).
  • Always output seconds in the DateTimeComponents.Formats.RFC_1123 format (#​608).
  • On Kotlin/Native for Windows, whenever DST transitions are turned off by the user, the current system time zone is now fixed-offset (#​575).
Changelog relative to version 0.8.0-rc02

No changes, only the version is increased.

v0.7.1-0.6.x-compat

v0.7.1

  • Add kotlinx.datetime.Instant and kotlinx.datetime.Clock type aliases to, respectively, kotlin.time.Instant and kotlin.time.Clock to make migration more convenient.
  • Add a fallback timezone database implementation for Darwin that uses the Foundation framework if the timezone database is unavailable on the filesystem (#​485).
  • Restore binary compatibility in string format definitions utilizing dates on the JVM (#​545).

v0.7.0-0.6.x-compat

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.

v0.6.1

  • Prohibit parsing non-ASCII digits as numbers in DateTimeFormat (#​405)
  • More accurately determine which files represent time zones and which don't on Linux and Darwin (#​395)
  • Fix a regression that occasionally considered the right boundary of a time overlap to be a part of it on Native (#​399)
  • Introduce various small improvements to the timezone handling on Windows (#​390)
  • On Linux, allow not having any /etc/localtime set, defaulting to TimeZone.UTC as the system time zone (#​426)
Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-properties)

v1.11.0

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

This release is based on Kotlin 2.3.20 and provides new Json exceptions API and some bugfixes and improvements.

Expose Json exceptions structure

To make working with exceptions easier and providing proper error codes in e.g., REST APIs,
classes JsonException, JsonDecodingException, and JsonEncodingException are now public.
They have relevant public properties, such as shortMessage, path, offset, and others.
This API is currently experimental, and we're going to improve it further in the subsequent releases.
See the linked issues for the details: #​1930, #​1877.

Ability to hide user input from exception messages for security/privacy reasons.

Historically, exception messages in kotlinx.serialization often included the input Json itself for debuggability reason.
Such behavior may pose additional challenges for logging, analytics, and other systems, since
a system is not always allowed to store user data due to privacy/security reasons, which imposes additional sanitation logic.
To address this issue, a new property exceptionsWithDebugInfo is added to JsonConfiguration.
Disable it to hide user input from exception messages.
IMPORTANT: This behavior will be enabled by default when this property becomes stable.
See #​2590 for more details.

Bugfixes and improvements

  • CBOR: Relax value range check when decoding numbers (#​3167)
  • Use a specialized writeDecimalLong method for IO stream integrations in Json (#​3152)

v1.10.0

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

This release is based on Kotlin 2.3.0 and contains all of the changes from 1.10.0-RC.
The only additional change is a fix for ProtoBuf packing of Kotlin unsigned types (#​3079).
Big thanks to KosmX for contributing the fix.

For your convenience, the changelog for 1.10.0-RC is duplicated below:

Stabilization of APIs

kotlinx-serialization 1.10 and subsequent releases will be focused on stabilization of existing APIs.
The following APIs and configuration options are no longer experimental because they're widely used without any known major issues:

  • Json configuration options: decodeEnumsCaseInsensitive, allowTrailingComma, allowComments, and prettyPrintIndent. (#​3100)
  • @EncodeDefault annotation and its modes. (#​3106)
  • JsonUnquotedLiteral constructor function (#​2900)
  • JsonPrimitive constructor function overloads that accept unsigned types. (#​3117)
  • JSON DSL functions on JsonElement with Nothing? overloads. (#​3117)

Readiness for return value checker

Kotlin 2.3.0 introduces a new feature aimed
at helpin

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 4am on Monday"
  • 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 force-pushed the renovate/all-minor-patch branch from 82557d5 to cab8911 Compare August 14, 2024 11:32
@renovate renovate Bot changed the title Update dependency io.github.petertrr:kotlin-multiplatform-diff to v0.7.0 Update all non-major dependencies (except core Kotlin) Aug 14, 2024
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from eea8bc9 to 7986477 Compare August 20, 2024 16:37
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 7986477 to cf9eca9 Compare August 28, 2024 18:47
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3af0295 to 85ea6ca Compare September 12, 2024 22:29
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7414085 to 10546cd Compare September 19, 2024 18:33
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from eb1f93c to 52f97a1 Compare September 29, 2024 16:05
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 52f97a1 to 236cbef Compare October 4, 2024 17:01
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 236cbef to c638c2a Compare October 21, 2024 15:58
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from c638c2a to 9afc577 Compare November 13, 2024 12:43
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b1d766e to d69e186 Compare November 24, 2024 07:10
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b86f3ba to ae36961 Compare December 16, 2024 15:18
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ef82c86 to ee66c42 Compare January 8, 2025 18:54
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from ee66c42 to 0a75489 Compare January 23, 2025 13:40
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 0a75489 to b8c1d96 Compare February 11, 2025 11:41
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 689f2ae to 34adca3 Compare February 21, 2025 18:22
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ee57312 to 569e12a Compare June 13, 2025 15:57
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 569e12a to ddc1633 Compare June 16, 2025 23:37
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1161ec6 to 773fd7a Compare June 28, 2025 17:06
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ff662f4 to f33830c Compare July 7, 2025 20:08
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f33830c to b4962f3 Compare July 11, 2025 23:44
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from b4962f3 to 48fb140 Compare July 21, 2025 11:52
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 48fb140 to e41c614 Compare July 29, 2025 23:23
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from e41c614 to f1d2354 Compare September 22, 2025 09:13
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f1d2354 to af141f6 Compare September 30, 2025 08:47
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 69d0424 to 0d53945 Compare October 14, 2025 19:58
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 0d53945 to f984dba Compare October 31, 2025 17:38
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 25cb04d to 82490e4 Compare November 18, 2025 06:02
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 82490e4 to 1a7ea51 Compare December 16, 2025 18:29
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 1a7ea51 to 09136d2 Compare January 6, 2026 17:14
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 09136d2 to d3ef161 Compare January 21, 2026 18:03
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from d3ef161 to c51cf07 Compare February 15, 2026 13:14
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from c51cf07 to a311c93 Compare March 12, 2026 01:02
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from a311c93 to 6dd99b1 Compare March 28, 2026 12:37
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 59cfdfb to e558457 Compare April 14, 2026 02:00
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from e558457 to 9760df9 Compare April 26, 2026 13:45
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 9760df9 to 154b3a6 Compare May 7, 2026 18:55
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