remkop / picocli

Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.
https://picocli.info
Apache License 2.0
4.8k stars 414 forks source link

Bump org.jetbrains.kotlin:kotlin-script-runtime from 1.9.10 to 1.9.23 #2221

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Bumps org.jetbrains.kotlin:kotlin-script-runtime from 1.9.10 to 1.9.23.

Release notes

Sourced from org.jetbrains.kotlin:kotlin-script-runtime's releases.

Kotlin 1.9.23

1.9.23

Apple Ecosystem

  • KT-65542 Cinterop tasks fails if Xcode 15.3 is used

Backend. Wasm

  • KT-64486 Kotlin/Wasm/WASI exported function callback for coroutines support

Compiler

  • KT-53478 Could not load module
  • KT-66044 JDK's new API is used over Kotlin's SDK functions
  • KT-64640 Prevent mutating SequenceCollection methods from JDK 21 be available on read-only collections
  • KT-65441 K1: Remove JDK 21 getFirst()/getLast() in (Mutable)List interfaces
  • KT-65634 K/N: data race during monolithic cache creation
  • KT-53109 CompilationErrorException generateUnboundSymbolsAsDependencies with builder inference and lambdas
  • KT-52757 Type inference for builders fails if inferred from a function

Tools. Gradle

  • KT-65792 Add JSON build report
  • KT-65091 Update compiler metrics in build reports
  • KT-62490 KGP dropping resource directories

Tools. Gradle. JS

  • KT-64119 K/JS: Migrate package manager from Yarn onto NPM
  • KT-64561 K/JS tests are not executed after upgrade to 1.9.22

Tools. Gradle. Multiplatform

  • KT-65954 commonTest dependencies affect commoMainMetadata compilation

Tools. Gradle. Native

  • KT-64573 Default value for produceUnpackedKlib was not provided

Kotlin 1.9.22

Changelog

JavaScript

  • KT-63719 KJS: Test results ignored for ES module kind
  • KT-63808 compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers

Native

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-script-runtime's changelog.

1.9.23

Apple Ecosystem

  • KT-65542 Cinterop tasks fails if Xcode 15.3 is used

Backend. Wasm

  • KT-64486 Kotlin/Wasm/WASI exported function callback for coroutines support

Compiler

  • KT-53478 Could not load module
  • KT-66044 JDK's new API is used over Kotlin's SDK functions
  • KT-64640 Prevent mutating SequenceCollection methods from JDK 21 be available on read-only collections
  • KT-65441 K1: Remove JDK 21 getFirst()/getLast() in (Mutable)List interfaces
  • KT-65634 K/N: data race during monolithic cache creation
  • KT-53109 CompilationErrorException generateUnboundSymbolsAsDependencies with builder inference and lambdas
  • KT-52757 Type inference for builders fails if inferred from a function

Tools. Gradle

  • KT-65792 Add JSON build report
  • KT-65091 Update compiler metrics in build reports
  • KT-62490 KGP dropping resource directories

Tools. Gradle. JS

  • KT-64119 K/JS: Migrate package manager from Yarn onto NPM
  • KT-64561 K/JS tests are not executed after upgrade to 1.9.22

Tools. Gradle. Multiplatform

  • KT-65954 commonTest dependencies affect commoMainMetadata compilation

Tools. Gradle. Native

  • KT-64573 Default value for produceUnpackedKlib was not provided

1.9.22

JavaScript

  • KT-63719 KJS: Test results ignored for ES module kind
  • KT-63808 compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers

Native

  • KT-64139 Weird bug with while and coroutine in Kotlin Native

... (truncated)

Commits
  • 4c571ac Edit changelog for 1.9.23
  • 1ca6f32 Revert "[Wasm] Implement IrLinkageError end enable partial linker"
  • 3b90682 Add changelog for 1.9.23
  • f327391 Add validation for empty kotlin.build.report.json.directory property
  • 2f19d2e Add JSON output type for build reports
  • 666a2f2 [Wasm] Implement IrLinkageError end enable partial linker
  • 4dc6689 [Native] Support Xcode 15.3 — add back the TargetConditional.h macros
  • d3b2c6f K1: change depr. level of List.getFirst to HIDDEN but don't force it on overr...
  • c041815 K1/K2: add tests for KT-65441 current behavior
  • c262b97 K1: introduce BUILDER_INFERENCE_STUB_PARAMETER_TYPE to prevent compiler crashes
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

github-actions[bot] commented 4 months ago

Test Results

2 451 tests  +44   2 422 :white_check_mark: +47   19s :stopwatch: +4s   115 suites  -  3      29 :zzz:  -  3    115 files    -  3       0 :x: ± 0 

Results for commit abc293f2. ± Comparison against base commit 3c49ad06.

This pull request removes 60 and adds 104 tests. Note that renamed tests count towards both. ``` picocli.Issue1380Test ‑ testingWithExclusiveFalse picocli.Issue1380Test ‑ testingWithExclusiveTrue picocli.Issue1420Test ‑ testingWithResourceBundle1 picocli.annotation.processing.tests.AbstractCommandSpecProcessorTest ‑ testCommandWithBundleLoaded picocli.annotation.processing.tests.AbstractCommandSpecProcessorTest ‑ testCommandWithBundleNotLoaded picocli.annotation.processing.tests.AbstractCommandSpecProcessorTest ‑ testCommandWithMixin picocli.annotation.processing.tests.AbstractCommandSpecProcessorTest ‑ testGetterMethodOnInterface picocli.annotation.processing.tests.AbstractCommandSpecProcessorTest ‑ testInvalidAnnotationCombinations picocli.annotation.processing.tests.AbstractCommandSpecProcessorTest ‑ testInvalidAnnotationCombinations2 picocli.annotation.processing.tests.AbstractCommandSpecProcessorTest ‑ testInvalidAnnotationCombinations3 … ``` ``` picocli.MapOptionsOptionalTest ‑ testArrayOfOptionalsNotSupported picocli.MapOptionsOptionalTest ‑ testBooleanIfNoValueMultiple picocli.MapOptionsOptionalTest ‑ testListOfOptionalsNotSupported picocli.MapOptionsOptionalTest ‑ testMapFallbackValueDescriptionVariable picocli.MapOptionsOptionalTest ‑ testMapWithOptionalKeysNotSupported picocli.MapOptionsOptionalTest ‑ testOptionalEmptyIfNoValueWithFallbackNull picocli.MapOptionsOptionalTest ‑ testOptionalIfNoValue picocli.MapOptionsOptionalTest ‑ testOptionalIfNoValueMultiple picocli.MapOptionsOptionalTest ‑ testOptionalIfNoValueMultipleWithFallbackNull picocli.MapOptionsOptionalTest ‑ testOptionalIntegerIfNoValueMultiple … ```
This pull request removes 5 skipped tests and adds 2 skipped tests. Note that renamed tests count towards both. ``` picocli.Issue1420Test ‑ testingWithResourceBundle1 picocli.annotation.processing.tests.AnnotatedCommandSourceGeneratorProcessorTest ‑ generate picocli.annotation.processing.tests.AnnotatedCommandSourceGeneratorProcessorTest ‑ generateNested2 picocli.annotation.processing.tests.AnnotatedCommandSourceGeneratorTest ‑ generate picocli.annotation.processing.tests.Issue1444Test ‑ testGenerateReflectConfigIssue1444CompileOnlyConcreteSubclass ``` ``` picocli.groovy.ClosureInAnnotationsDisabledTest ‑ testClosureDemo picocli.groovy.ClosureInAnnotationsTest ‑ testTypeConverter ```

:recycle: This comment has been updated with latest results.