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 org.jetbrains.kotlin to v1.6.21 #4737

Merged
merged 1 commit into from Apr 21, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 19, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.kotlin:kotlin-stdlib-jdk8 (source) 1.6.20 -> 1.6.21 age adoption passing confidence
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable (source) 1.6.20 -> 1.6.21 age adoption passing confidence
org.jetbrains.kotlin:kotlin-script-util (source) 1.6.20 -> 1.6.21 age adoption passing confidence
org.jetbrains.kotlin:kotlin-gradle-plugin-api (source) 1.6.20 -> 1.6.21 age adoption passing confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) 1.6.20 -> 1.6.21 age adoption passing confidence
org.jetbrains.kotlin:kotlin-compiler-embeddable (source) 1.6.20 -> 1.6.21 age adoption passing confidence

Release Notes

JetBrains/kotlin

v1.6.21

Changelog

Compiler
  • KT-51979 "AssertionError: No modifier list, but modifier has been found by the analyzer" exception on incorrect Java interface override
  • KT-51893 Duplicated [OVERRIDE_DEPRECATION] on overridden properties
  • KT-51927 Native: The symbol of unexpected type encountered during IR deserialization error when multiple libraries have non-conflicting declarations with the same name
  • KT-51843 Functional interface constructor references are incorrectly allowed in 1.6.20 without any compiler flags
  • KT-51672 JVM IR: Inline class mangling issue in interface default methods split across multiple modules
  • KT-51711 Compiler warning is displayed in case there is 'if' else branch used with elvis
  • KT-49317 "IllegalStateException: Parent of this declaration is not a class: FUN LOCAL_FUNCTION_FOR_LAMBDA" with parameter of suspend type with the default parameter
IDE. Native
  • KTIJ-20819 Native debugging support: "Debug is impossible without lldb binaries required by Kotlin/Native" on "Attach to process"
JavaScript
  • KT-52010 K/JS IR: both flows execute when using elvis operator
  • KT-51973 KJS / IR overridden properties of inherited interface missing
  • KT-50504 KJS / IR: Transpiled JS incorrectly uses the unscrambled names of internal fields
Tools. Gradle
  • KT-51837 kotlin-gradle-plugin:1.6.20 fails xray scan on shadowed Gson 2.8.6.
Tools. Gradle. Multiplatform
  • KT-51810 MPP / Gradle: Dependency locking fails with 1.6.20
  • KT-51765 com.android.lint in multiplatform project without android target should not trigger warning

Checksums

File Sha256
kotlin-compiler-1.6.21.zip 632166fed89f3f430482f5aa07f2e20b923b72ef688c8f5a7df3aa1502c6d8ba
kotlin-native-linux-x86_64-1.6.21.tar.gz af51f6ae244bb19979fbae6dc3afdca7bae42568d6a33f0fa331edd665a611fa
kotlin-native-macos-x86_64-1.6.21.tar.gz ce74cc3bc874a42e9b912515626c563dee075503d0c3f55c24cd75724986f020
kotlin-native-macos-aarch64-1.6.21.tar.gz 92426f943b4ad18fb37a1b7ef5f2d7d872f67f228e232a34a9890993edf9b4c5
kotlin-native-windows-x86_64-1.6.21.zip ac520bf2f66197fec1ff6c666432cb908bf49e39b9266dd6979fa6e2c0294206

Configuration

📅 Schedule: 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 these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 19, 2022
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlin branch from b34e02d to 433974d Compare April 19, 2022 15:05
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlin branch from 433974d to 4f045f6 Compare April 20, 2022 14:31
@codecov
Copy link

codecov bot commented Apr 20, 2022

Codecov Report

Merging #4737 (4f045f6) into main (0695d7e) will increase coverage by 84.69%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##             main    #4737       +/-   ##
===========================================
+ Coverage        0   84.69%   +84.69%     
- Complexity      0     3418     +3418     
===========================================
  Files           0      490      +490     
  Lines           0    11235    +11235     
  Branches        0     2068     +2068     
===========================================
+ Hits            0     9516     +9516     
- Misses          0      675      +675     
- Partials        0     1044     +1044     
Impacted Files Coverage Δ
...rbosch/detekt/rules/complexity/ComplexCondition.kt 89.36% <0.00%> (ø)
...rturbosch/detekt/rules/empty/EmptyFunctionBlock.kt 93.75% <0.00%> (ø)
...bosch/detekt/formatting/wrappers/StringTemplate.kt 100.00% <0.00%> (ø)
...ules/documentation/LicenceHeaderLoaderExtension.kt 82.22% <0.00%> (ø)
.../arturbosch/detekt/rules/style/UseIsNullOrEmpty.kt 57.14% <0.00%> (ø)
...sch/detekt/rules/bugs/MissingPackageDeclaration.kt 92.85% <0.00%> (ø)
...io/github/detekt/tooling/dsl/ProjectSpecBuilder.kt 100.00% <0.00%> (ø)
...detekt/rules/style/RedundantHigherOrderMapUsage.kt 74.46% <0.00%> (ø)
...osch/detekt/rules/naming/TopLevelPropertyNaming.kt 100.00% <0.00%> (ø)
...arturbosch/detekt/rules/empty/EmptyFinallyBlock.kt 75.00% <0.00%> (ø)
... and 480 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0695d7e...4f045f6. Read the comment docs.

@3flex 3flex merged commit 7960453 into main Apr 21, 2022
@3flex 3flex deleted the renovate/org.jetbrains.kotlin branch April 21, 2022 01:52
@cortinico cortinico added this to the 1.21.0 milestone Jun 2, 2022
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.

None yet

3 participants