crow-misia / libmediasoup-android

libmediasoupclient for Android
Apache License 2.0
9 stars 9 forks source link

Bump the all group with 5 updates #35

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the all group with 5 updates:

Package From To
org.jetbrains.kotlin:kotlin-bom 1.9.22 1.9.23
org.jetbrains.kotlin.android 1.9.22 1.9.23
io.kotest:kotest-runner-junit5 5.8.0 5.8.1
io.kotest:kotest-assertions-core 5.8.0 5.8.1
io.kotest:kotest-property 5.8.0 5.8.1
io.kotest:kotest-assertions-core 5.8.0 5.8.1
io.kotest:kotest-property 5.8.0 5.8.1
org.jetbrains.kotlin.android 1.9.22 1.9.23

Updates org.jetbrains.kotlin:kotlin-bom from 1.9.22 to 1.9.23

Release notes

Sourced from org.jetbrains.kotlin:kotlin-bom'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
Changelog

Sourced from org.jetbrains.kotlin:kotlin-bom'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
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


Updates org.jetbrains.kotlin.android from 1.9.22 to 1.9.23

Release notes

Sourced from org.jetbrains.kotlin.android'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
Changelog

Sourced from org.jetbrains.kotlin.android'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
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


Updates io.kotest:kotest-runner-junit5 from 5.8.0 to 5.8.1

Release notes

Sourced from io.kotest:kotest-runner-junit5's releases.

v5.8.1

What's Changed

... (truncated)

Commits
  • 23b0629 Don't consider kotlinx and javax types to be builtin (#3899)
  • 0660eb3 Fixed use of type alias in shouldBeEqualToComparingFields (#3927)
  • b560a8c Updated all node based actions to latest node20 actions
  • 5a8d132 Allow equals comparison of BigDecimals with different scales (#3924)
  • 13f4735 Proper fix for DescribeSpec test with a multiline description (#3926)
  • 45d17f8 Fix TestWithConfigBuilder#config using parsed name when clear TestDslState (#...
  • 9ae2a62 withEdgecases should keep shrinker #3812 (#3922)
  • a0c7950 Fix information printed by KProperty0<T>.shouldHaveValue (#3908) (#3921)
  • 68a6a28 Using NoSystemOutListener prevents single tests from being executed (#3923)
  • e0d3d7a specify module name kotest-assertions-json (#3898)
  • Additional commits viewable in compare view


Updates io.kotest:kotest-assertions-core from 5.8.0 to 5.8.1

Release notes

Sourced from io.kotest:kotest-assertions-core's releases.

v5.8.1

What's Changed

... (truncated)

Commits
  • 23b0629 Don't consider kotlinx and javax types to be builtin (#3899)
  • 0660eb3 Fixed use of type alias in shouldBeEqualToComparingFields (#3927)
  • b560a8c Updated all node based actions to latest node20 actions
  • 5a8d132 Allow equals comparison of BigDecimals with different scales (#3924)
  • 13f4735 Proper fix for DescribeSpec test with a multiline description (#3926)
  • 45d17f8 Fix TestWithConfigBuilder#config using parsed name when clear TestDslState (#...
  • 9ae2a62 withEdgecases should keep shrinker #3812 (#3922)
  • a0c7950 Fix information printed by KProperty0<T>.shouldHaveValue (#3908) (#3921)
  • 68a6a28 Using NoSystemOutListener prevents single tests from being executed (#3923)
  • e0d3d7a specify module name kotest-assertions-json (#3898)
  • Additional commits viewable in compare view


Updates io.kotest:kotest-property from 5.8.0 to 5.8.1

Release notes

Sourced from io.kotest:kotest-property's releases.

v5.8.1

What's Changed

... (truncated)

Commits
  • 23b0629 Don't consider kotlinx and javax types to be builtin (#3899)
  • 0660eb3 Fixed use of type alias in shouldBeEqualToComparingFields (#3927)
  • b560a8c Updated all node based actions to latest node20 actions
  • 5a8d132 Allow equals comparison of BigDecimals with different scales (#3924)
  • 13f4735 Proper fix for DescribeSpec test with a multiline description (#3926)
  • 45d17f8 Fix TestWithConfigBuilder#config using parsed name when clear TestDslState (#...
  • 9ae2a62 withEdgecases should keep shrinker #3812 (#3922)
  • a0c7950 Fix information printed by KProperty0<T>.shouldHaveValue (#3908) (#3921)
  • 68a6a28 Using NoSystemOutListener prevents single tests from being executed (#3923)
  • e0d3d7a specify module name kotest-assertions-json (#3898)
  • Additional commits viewable in compare view


Updates io.kotest:kotest-assertions-core from 5.8.0 to 5.8.1

Release notes

Sourced from io.kotest:kotest-assertions-core's releases.

v5.8.1

What's Changed