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 all non-major dependencies (except core kotlin) #559

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.junit.jupiter:junit-jupiter-engine (source) 5.10.1 -> 5.10.2 age adoption passing confidence
com.gradle.enterprise 3.15.1 -> 3.16.2 age adoption passing confidence
com.squareup:kotlinpoet 1.14.2 -> 1.16.0 age adoption passing confidence
org.ajoberstar.reckon:reckon-gradle 0.18.1 -> 0.18.3 age adoption passing confidence
io.gitlab.arturbosch.detekt:detekt-gradle-plugin (source) 1.23.3 -> 1.23.5 age adoption passing confidence
org.apache.logging.log4j:log4j-core (source) 2.21.1 -> 2.23.0 age adoption passing confidence
org.apache.logging.log4j:log4j-slf4j2-impl (source) 2.21.1 -> 2.23.0 age adoption passing confidence
com.akuleshov7:ktoml-source 0.5.0 -> 0.5.1 age adoption passing confidence
com.akuleshov7:ktoml-file 0.5.0 -> 0.5.1 age adoption passing confidence
com.akuleshov7:ktoml-core 0.5.0 -> 0.5.1 age adoption passing confidence
com.squareup.okio:okio-fakefilesystem 3.6.0 -> 3.8.0 age adoption passing confidence
com.squareup.okio:okio 3.6.0 -> 3.8.0 age adoption passing confidence

Release Notes

square/kotlinpoet (com.squareup:kotlinpoet)

v1.16.0

Compare Source

Thanks to @​drawers, @​rickclephas for contributing to this release.

  • New: Kotlin 1.9.22.
  • New: KSP 1.9.22-1.0.16.
  • New: Add NameAllocator API to control keyword pre-allocation (#​1803).
  • Fix: Fix issue with missing suspend modifier in KSTypeReference.toTypeName (#​1793).
  • Fix: Honour same-package import aliases (#​1794).
  • Fix: Always include parameter docs in the type header (#​1800).

v1.15.3

Compare Source

Thanks to @​gabrielittner for contributing to this release.

  • Fix: Fix nullability of lambdas in KSTypeReference.toTypeName (#​1756).

v1.15.2

Compare Source

Thanks to @​evant for contributing to this release.

  • New: Kotlin 1.9.21.
  • New: KSP 1.9.21-1.0.15.
  • New: KSP: more accurately represent function types (#​1742).

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).
ajoberstar/reckon (org.ajoberstar.reckon:reckon-gradle)

v0.18.3

Compare Source

Dependency updates. The zafarkhaja/semver library had a bunch of breaking changes, but it doesn't appear that any of those will affect the outward behavior. Please open an issue if you find otherwise.

Breaking Changes

None

Enhancements

None

Fixes

  • Dependency updates

Deprecations

None

Compatibility

Tested against the following versions.

Java Version Gradle Versions
11 7.0.2, 7.6.4, 8.0.2, 8.6
17 7.3.3, 7.6.4, 8.0.2, 8.6
21 8.4, 8.6

v0.18.2

Compare Source

Minor improvement for people interacting with the tasks during another settings plugin. Also now tested against Gradle 8.5.

Breaking Changes

None

Enhancements

None

Fixes

  • #​200 Register tag/push tasks earlier to make settings plugins easier

Deprecations

None

Compatibility

Tested against the following versions.

Java Version Gradle Versions
11 7.0.2, 7.6.1, 8.0.2, 8.5, 8.6-rc-1
17 7.3.3, 7.6.1, 8.0.2, 8.5, 8.6-rc-1
21 8.4, 8.5, 8.6-rc-1
detekt/detekt (io.gitlab.arturbosch.detekt:detekt-gradle-plugin)

v1.23.5

This is a point release for Detekt 1.23.0, where we added support for Kotlin 1.9.22 and fixed several bugs that
got reported by the community.

Notable Changes
  • Test Gradle plugin with AGP 8.2.0 - #​6672
  • chore(deps): update dependency gradle to v8.5 - #​6663
  • fix(deps): update kotlin monorepo to v1.9.22 - #​6746
Changelog
  • Report rule's default severity in sarif backport - #​6916
  • Add ignoreAnnotatedFunctions to TooManyFunctions - #​6875
  • Fix by checking the existence of label in previous statements - #​6671
  • Also check USELESS_ELVIS in UnreachableCode - #​6624
  • Fix by adding last method call to the set - #​6567
Housekeeping & Refactorings
  • Opt in to ExperimentalCompilerApi in all compilations in compiler-plugin - #​6534
Contributors

We would like to thank the following contributors that made this release possible: @​3flex, @​TWiStErRob, @​atulgpt, @​matejdro

v1.23.4

1.23.4 - 2023-11-26

This is a point release for Detekt 1.23.0, where we added support for Kotlin 1.9.21 and fixed several bugs that
got reported by the community.

Notable Changes
  • fix(deps): update kotlin monorepo to v1.9.21 - #​6642
  • fix(deps): update kotlin monorepo to v1.9.20 - #​6572
Changelog
  • Update the ruleset regex to allow numbers - #​6635
  • Show deprecation message - #​6614
  • Add io.gitlab.arturbosch.detekt.generator.Main to the jar manifest - #​6613
  • Don't report FunctionNaming when the function's name equals to the return type's name with type arguments - #​6605
  • Fix issues related to kotlin-stdlib's Gradle module metadata in Kotlin 1.9.20 - #​6590
  • MethodSignature - Add the condition of receiver should be null - #​6570
  • Remove check for deprectated functions toUpperCase and toLowerCase - #​6548
  • Fixes false positive of trailing whitespaces in kdoc - #​6370
Dependency Updates
  • Update tested AGP version to 8.1.3 - #​6610
  • Switch to kctfork for Kotlin compilation testing - #​6589
Contributors

We would like to thank the following contributors that made this release possible: @​3flex, @​BraisGabin, @​Gosunet, @​atulgpt, @​t-kameyama

akuleshov7/ktoml (com.akuleshov7:ktoml-source)

v0.5.1

Important
  • Updated Kotlin to version 1.9.22 in https://github.com/akuleshov7/ktoml/pull/250

  • A bunch of bug fixes, infra and logging enhancements.

  • Enhanced Map decoding: Now, you can decode key-value pairs and tables to Map without prior knowledge of their names.

@​Serializable
data class MyClass(
    val a: Map<String, Map<String, String>>
)
[a]
    [a.innerTable]
        d = 5
    [a.otherInnerTable]
        d = "String"
@&#8203;Serializable
@&#8203;JvmInline
value class Test(val myTest: Info)
ACTIVITY_COMPOSE = {}
Enhancements
Bugfixes
Infra
New Contributors

Full Changelog: orchestr7/ktoml@v0.5.0...v0.5.1

square/okio (com.squareup.okio:okio-fakefilesystem)

v3.8.0

2024-02-09

  • New: TypedOptions works like Options, but it returns a T rather than an index.
  • Fix: Don't leave sinks open when there's a race in Pipe.fold().

v3.7.0

2023-12-16

  • New: Timeout.cancel() prevents a timeout from firing.
  • Breaking: Drop the watchosX86 Kotlin/Native target. From [the Kotlin blog][watchosX86],
    ‘This is an obsolete simulator for Intel Macs. Use the watchosX64 target instead.’
  • New: Add the watchosDeviceArm64 Kotlin/Native target.
  • New: Timeout APIs that accept kotlin.time.Duration.
  • Upgrade: [Kotlin 1.9.21][kotlin_1_9_21].

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

Copy link

codecov bot commented Nov 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 48.07%. Comparing base (9110c0c) to head (768d97c).
Report is 1 commits behind head on main.

❗ Current head 768d97c differs from pull request most recent head 1f25646. Consider uploading reports for the commit 1f25646 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #559   +/-   ##
=========================================
  Coverage     48.07%   48.07%           
  Complexity      163      163           
=========================================
  Files            53       53           
  Lines          1893     1893           
  Branches        313      313           
=========================================
  Hits            910      910           
  Misses          853      853           
  Partials        130      130           
Flag Coverage Δ
unittests 48.07% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link

github-actions bot commented Nov 20, 2023

JUnit Tests (Linux, EnricoMi/publish-unit-test-result-action@v1)

245 tests  ±0   221 ✅ ±0   7m 57s ⏱️ +18s
 48 suites ±0    24 💤 ±0 
 48 files   ±0     0 ❌ ±0 

Results for commit 768d97c. ± Comparison against base commit 9110c0c.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Nov 20, 2023

JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v1)

245 tests  ±0   220 ✅  - 1   12m 17s ⏱️ +3s
 48 suites ±0    24 💤 ±0 
 48 files   ±0     1 ❌ +1 

For more details on these failures, see this check.

Results for commit 768d97c. ± Comparison against base commit 9110c0c.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Nov 20, 2023

JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v1)

245 tests  ±0   218 ✅  - 3   10m 58s ⏱️ +59s
 48 suites ±0    24 💤 ±0 
 48 files   ±0     3 ❌ +3 

For more details on these failures, see this check.

Results for commit 768d97c. ± Comparison against base commit 9110c0c.

♻️ This comment has been updated with latest results.

@nulls
Copy link
Member

nulls commented Nov 20, 2023

Blocked by #556

@kgevorkyan
Copy link
Member

Blocked by #556

but CI is passed, why blocked?

@nulls
Copy link
Member

nulls commented Nov 20, 2023

Blocked by #556

but CI is passed, why blocked?

I guess this upgrading brings kotlin 1.9.20, which not supported by save-cloud (it uses snapshot version of save-cli)

@renovate renovate bot changed the title chore(deps): update dependency com.squareup:kotlinpoet to v1.15.1 chore(deps): update all non-major dependencies (except core kotlin) Nov 20, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a107769 to a291287 Compare November 26, 2023 13:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c9eef40 to 87753f3 Compare December 5, 2023 17:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 61982c0 to fb61f6e Compare December 18, 2023 06:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 540d5b1 to c15ddf4 Compare December 31, 2023 01:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c15ddf4 to 285a788 Compare January 7, 2024 22:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 84bde39 to 2cbea75 Compare January 23, 2024 11:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d38d2b5 to e20c29b Compare February 1, 2024 19:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 0f7bc72 to 6c42e52 Compare February 4, 2024 06:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 68136d7 to 0028a0a Compare February 10, 2024 00:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7db7ff7 to a7ae601 Compare February 21, 2024 09:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 607a6af to 4c56a9d Compare February 28, 2024 13:41
@nulls nulls self-assigned this Feb 28, 2024
@nulls nulls enabled auto-merge (squash) February 28, 2024 14:52
@nulls nulls merged commit b65c58a into main Feb 28, 2024
12 checks passed
@nulls nulls deleted the renovate/all-minor-patch branch February 28, 2024 15:36
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.

2 participants