development-and-dinosaurs / planning-poker

Planning Poker application for agile refinement ceremonies
MIT License
2 stars 0 forks source link

Bump the minor-patch group across 1 directory with 14 updates #79

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the minor-patch group with 14 updates in the / directory:

Package From To
org.jetbrains.kotlinx:kotlinx-coroutines-core-js 1.8.0 1.8.1
io.ktor:ktor-client-js 2.3.10 2.3.11
io.ktor:ktor-client-websockets 2.3.10 2.3.11
io.ktor:ktor-network-tls-certificates 2.3.10 2.3.11
io.ktor:ktor-server-call-logging 2.3.10 2.3.11
io.ktor:ktor-server-default-headers 2.3.10 2.3.11
io.ktor:ktor-server-html-builder 2.3.10 2.3.11
io.ktor:ktor-server-netty 2.3.10 2.3.11
io.ktor:ktor-server-sessions 2.3.10 2.3.11
io.ktor:ktor-server-status-pages-jvm 2.3.10 2.3.11
io.ktor:ktor-server-websockets 2.3.10 2.3.11
io.kotest:kotest-runner-junit5 5.8.1 5.9.0
multiplatform 1.9.23 1.9.24
plugin.serialization 1.9.23 1.9.24

Updates org.jetbrains.kotlinx:kotlinx-coroutines-core-js from 1.8.0 to 1.8.1

Release notes

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core-js's releases.

1.8.1

  • Remove the @ExperimentalTime annotation from usages of TimeSource (#4046). Thanks, @​hfhbd!
  • Introduce a workaround for an Android bug that caused an occasional NullPointerException when setting the StateFlow value on old Android devices (#3820).
  • No longer use kotlin.random.Random as part of Dispatchers.Default and Dispatchers.IO initialization (#4051).
  • Flow.timeout throws the exception with which the channel was closed (#4071).
  • Small tweaks and documentation fixes.

1.8.1-Beta

  • Remove the @ExperimentalTime annotation from usages of TimeSource (#4046). Thanks, @​hfhbd!
  • Attempt a workaround for an Android bug that caused an occasional NullPointerException when setting the StateFlow value on old Android devices (#3820).
  • No longer use kotlin.random.Random as part of Dispatchers.Default and Dispatchers.IO initialization (#4051).
  • Small tweaks.
Changelog

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core-js's changelog.

Version 1.8.1

  • Remove the @ExperimentalTime annotation from usages of TimeSource (#4046). Thanks, @​hfhbd!
  • Introduce a workaround for an Android bug that caused an occasional NullPointerException when setting the StateFlow value on old Android devices (#3820).
  • No longer use kotlin.random.Random as part of Dispatchers.Default and Dispatchers.IO initialization (#4051).
  • Flow.timeout throws the exception with which the channel was closed (#4071).
  • Small tweaks and documentation fixes.

Changelog relative to version 1.8.1-Beta

  • Flow.timeout throws the exception with which the channel was closed (#4071).
  • Small documentation fixes.

Version 1.8.1-Beta

  • Remove the @ExperimentalTime annotation from usages of TimeSource (#4046). Thanks, @​hfhbd!
  • Attempt a workaround for an Android bug that caused an occasional NullPointerException when setting the StateFlow value on old Android devices (#3820).
  • No longer use kotlin.random.Random as part of Dispatchers.Default and Dispatchers.IO initialization (#4051).
  • Small tweaks.
Commits
  • cd696d3 Version 1.8.1
  • c1ba5af Fix the ticker channel example giving wrong results on the website (#4109)
  • 2430d9a Fix broken API reference links to the Project Reactor Javadoc (#4111)
  • f22b229 fix the link to Thread.uncaughtExceptionHandler
  • 515308d fix: get rid of horizontal scrolling by splitting the comment and show more c...
  • f8d1821 Fix typo in coroutine-context-and-dispatchers.md (#3941)
  • 20707d3 fix: remove sampleStart and sampleEnd comments from example in coroutine-...
  • 0148534 chore: fix identation in example loadContributorsBlocking() (#4085)
  • 74774df Docs: reference to The Hitchhiker's Guide to the Galaxy (#4082)
  • d106ac7 Docs: avoid scrolling sample code; fix test description; add () to functions ...
  • Additional commits viewable in compare view


Updates io.ktor:ktor-client-js from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-client-js's releases.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Changelog

Sourced from io.ktor:ktor-client-js's changelog.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Commits


Updates io.ktor:ktor-client-websockets from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-client-websockets's releases.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Changelog

Sourced from io.ktor:ktor-client-websockets's changelog.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Commits


Updates io.ktor:ktor-network-tls-certificates from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-network-tls-certificates's releases.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Changelog

Sourced from io.ktor:ktor-network-tls-certificates's changelog.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Commits


Updates io.ktor:ktor-server-call-logging from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-server-call-logging's releases.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Changelog

Sourced from io.ktor:ktor-server-call-logging's changelog.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Commits


Updates io.ktor:ktor-server-default-headers from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-server-default-headers's releases.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Changelog

Sourced from io.ktor:ktor-server-default-headers's changelog.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Commits


Updates io.ktor:ktor-server-html-builder from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-server-html-builder's releases.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Changelog

Sourced from io.ktor:ktor-server-html-builder's changelog.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Commits


Updates io.ktor:ktor-server-netty from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-server-netty's releases.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Changelog

Sourced from io.ktor:ktor-server-netty's changelog.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Commits


Updates io.ktor:ktor-server-sessions from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-server-sessions's releases.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Changelog

Sourced from io.ktor:ktor-server-sessions's changelog.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Commits


Updates io.ktor:ktor-server-status-pages-jvm from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-server-status-pages-jvm's releases.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Changelog

Sourced from io.ktor:ktor-server-status-pages-jvm's changelog.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Commits


Updates io.ktor:ktor-server-websockets from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-server-websockets's releases.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Changelog

Sourced from io.ktor:ktor-server-websockets's changelog.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Commits


Updates io.ktor:ktor-client-websockets from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-client-websockets's releases.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Changelog

Sourced from io.ktor:ktor-client-websockets's changelog.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Commits


Updates io.ktor:ktor-network-tls-certificates from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-network-tls-certificates's releases.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Changelog

Sourced from io.ktor:ktor-network-tls-certificates's changelog.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Commits


Updates io.ktor:ktor-server-call-logging from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-server-call-logging's releases.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Changelog

Sourced from io.ktor:ktor-server-call-logging's changelog.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Commits


Updates io.ktor:ktor-server-default-headers from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-server-default-headers's releases.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Changelog

Sourced from io.ktor:ktor-server-default-headers's changelog.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Commits


Updates io.ktor:ktor-server-html-builder from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-server-html-builder's releases.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Changelog

Sourced from io.ktor:ktor-server-html-builder's changelog.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Commits


Updates io.ktor:ktor-server-netty from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-server-netty's releases.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Changelog

Sourced from io.ktor:ktor-server-netty's changelog.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Commits


Updates io.ktor:ktor-server-sessions from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-server-sessions's releases.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Changelog

Sourced from io.ktor:ktor-server-sessions's changelog.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Commits


Updates io.ktor:ktor-server-status-pages-jvm from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-server-status-pages-jvm's releases.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Changelog

Sourced from io.ktor:ktor-server-status-pages-jvm's changelog.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Commits


Updates io.ktor:ktor-server-websockets from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-server-websockets's releases.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Changelog

Sourced from io.ktor:ktor-server-websockets's changelog.

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)
Commits


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

Release notes

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

v5.9.0

New Features

Breaking Changes

Requirements

  • Kotlin 1.9.23 and higher
  • kotlinx.coroutines 1.8.0 and higher

What's Changed

New Contributors

Full Changelog: https://github.com/kotest/kotest/compare/v5.8.1...v5.9.0

Commits
  • 237d7f6 Moving similarity feature to kotest-assertions-core (#4006)
  • f9b587c Allow comparison between empty set and other iterables (#4005)
  • 56476ad fix(deps): update dependency io.projectreactor.tools:blockhound to v1.0.9.rel...
  • ea483aa fixing the kotest autoscan warning message to reference the right property na...
  • 5162c84 chore(deps): update plugin io.kotest.multiplatform to v5.8.1 (#3992)
  • 6243176 Fix Arb.list failing within edge cases in case of null values (#3982)
  • 0bf6ace Add similarity to contain exactly in any order (#3938)
  • f73d224 chore(deps): update plugin kotlinbinarycompatibilityvalidator to v0.14.0 (#3993)
  • 7b52834 fix(deps): update dependency io.github.classgraph:classgraph to v4.8.172 (#3957)
  • de54d17 Better assertion failures for containJsonKeyValue (#3949)
  • Additional commits viewable in compare view


Updates multiplatform from 1.9.23 to 1.9.24

Release notes

Sourced from multiplatform's releases.

1.9.24

Changelog

Backend. Wasm

  • KT-64890 K/Wasm compiler crash with external class and Kodein

Compiler

  • KT-65235 JDK 21 might lead to change in overloads resolution
  • KT-66768 K1: False positive UNRESOLVED_REFERENCE in super.getFirst/getLast call

Native

  • KT-67218 Native: nested classes in kx.serialization ProtoBuf produce empty array for release binary

Tools. Gradle

  • KT-67139 Build reports can be overridden
  • KT-67138 Json report is empty for incremental compilation

Tools. Gradle. Multiplatform

  • KT-67127 KMP: IDE Dependency Resolver for CInterops reports errors on linux and windows machines
  • KT-66514 Don't get output file from Cinterop task for IDE Import if host os doesn't support it

Tools. JPS

  • KT-65043 JPS dumb mode should respect maps needed for the compiler

Tools. Wasm

  • KT-67785 Kotlin/Wasm: Node.JS 22 does not need experimental-wasm-gc flag anymore
  • KT-65864 K/Wasm: update Node.js to 22.x
Changelog

Sourced from multiplatform's changelog.

1.9.24

Backend. Wasm

  • KT-64890 K/Wasm compiler crash with external class and Kodein

Compiler

  • KT-65235 JDK 21 might lead to change in overloads resolution
  • KT-66768 K1: False positive UNRESOLVED_REFERENCE in super.getFirst/getLast call

Native

  • KT-67218 Native: nested classes in kx.serialization ProtoBuf produce empty array for release binary

Tools. Gradle

  • KT-67139 Build reports can be overridden
  • KT-67138 Json report is empty for incremental compilation

Tools. Gradle. Multiplatform

  • KT-67127 KMP: IDE Dependency Resolver for CInterops reports errors on linux and windows machines
  • KT-66514 Don't get output file from Cinterop task for IDE Import if host os doesn't support it

Tools. JPS

  • KT-65043 JPS dumb mode should respect maps needed for the compiler

Tools. Wasm

  • KT-67785 Kotlin/Wasm: Node.JS 22 does not need experimental-wasm-gc flag anymore
  • KT-65864 K/Wasm: update Node.js to 22.x
Commits
  • 0d7708d Add changelog for 1.9.24
  • 392181d [K/N] Devirtualization: fixed the problem with type checks
  • 9ac91e4 [K/N][tests] Couple of reproducers for #KT-67218
  • 1a630b5 [WasmJs] Add support for external class reflection
  • 0872420 Reorganize GradleBuildTime entries to match actual structure used in compiler
  • 8bbf8dc [Minor] Rename compiler and compilerPipeline files to show backend belonging
  • 05373c4 [CLI] Include klib generation into IR translation time measurements
  • cc379a8 [CLI] Notify JS IR perf manager when generation is started and finished
  • c3a1c4e [CLI] Notify WASM perf manager when generation is started and finished
  • 4bbc4cf [CLI] Notify JS IR perf manager when analysis is started and finished
  • Additional commits viewable in compare view


Updates plugin.serialization from 1.9.23 to 1.9.24

Release notes

Sourced from plugin.serialization's releases.

1.9.24

Changelog

Backend. Wasm

  • KT-64890 K/Wasm compiler crash with external class and Kodein

Compiler

  • KT-65235 JDK 21 might lead to change in overloads resolution
  • KT-66768 K1: False positive UNRESOLVED_REFERENCE in super.getFirst/getLast call

Native

  • KT-67218 Native: nested classes in kx.serialization ProtoBuf produce empty array for release binary

Tools. Gradle

  • KT-67139 Build reports can be overridden
  • KT-67138 Json report is empty for incremental compilation

Tools. Gradle. Multiplatform

  • KT-67127 KMP: IDE Dependency Resolver for CInterops reports errors on linux and windows machines
  • KT-66514 Don't get output file from Cinterop task for IDE Import if host os doesn't support it

Tools. JPS

  • KT-65043 JPS dumb mode should respect maps needed for the compiler

Tools. Wasm

  • KT-67785 Kotlin/Wasm: Node.JS 22 does not need experimental-wasm-gc flag anymore
  • KT-65864 K/Wasm: update Node.js to 22.x
Changelog

Sourced from plugin.serialization's changelog.

1.9.24

Backend. Wasm

  • KT-64890 K/Wasm compiler crash with external class and Kodein

Compiler

  • KT-65235 JDK 21 might lead to change in overloads resolution
  • KT-66768 K1: False positive UNRESOLVED_REFERENCE in super.getFirst/getLast call

Native

  • KT-67218 Native: nested classes in kx.serialization ProtoBuf produce empty array for release binary

Tools. Gradle

  • KT-67139 Build reports can be overridden
  • KT-67138 Json report is empty for incremental compilation

Tools. Gradle. Multiplatform

  • KT-67127 KMP: IDE Dependency Resolver for CInterops reports errors on linux and windows machines
  • KT-66514 Don't get output file from Cinterop task for IDE Import if host os doesn't support it

Tools. JPS

  • KT-65043 JPS dumb mode should respect maps needed for the compiler

Tools. Wasm

  • KT-67785 Kotlin/Wasm: Node.JS 22 does not need experimental-wasm-gc flag anymore
  • KT-65864 K/Wasm: update Node.js to 22.x
Commits
  • 0d7708d Add changelog for 1.9.24
  • 392181d [K/N] Devirtualization: fixed the problem with type checks
  • 9ac91e4 [K/N][tests] Couple of reproducers for #KT-67218
  • 1a630b5 [WasmJs] Add support for external class reflection
  • 0872420 Reorganize GradleBuildTime entries to match actual structure used in compiler
  • 8bbf8dc [Minor] Rename compiler and compilerPipeline files to show backend belonging
  • 05373c4 [CLI] Include klib generation into IR translation time measurements
  • cc379a8 [CLI] Notify JS IR perf manager when generation is started and finished
  • c3a1c4e [CLI] Notify WASM perf manager when generation is started and finished
  • 4bbc4cf [CLI] Notify JS IR perf manager when analysis is started and finished
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 3 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.