Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2024

This PR contains the following updates:

Package Change Age Confidence
org.jetbrains.lincheck:lincheck 3.2 -> 3.3.2 age confidence
com.gradleup.compat.patrouille:compat-patrouille-gradle-plugin 0.0.2 -> 0.1.0 age confidence
org.jetbrains.dokka 2.0.0 -> 2.1.0 age confidence
org.jetbrains.dokka:dokka-gradle-plugin 2.0.0 -> 2.1.0 age confidence
org.jetbrains.dokka:analysis-kotlin-symbols 2.0.0 -> 2.1.0 age confidence
org.jetbrains.dokka:dokka-base-test-utils 2.0.0 -> 2.1.0 age confidence
org.jetbrains.dokka:dokka-test-api 2.0.0 -> 2.1.0 age confidence
org.jetbrains.dokka:dokka-base 2.0.0 -> 2.1.0 age confidence
org.jetbrains.dokka:dokka-core 2.0.0 -> 2.1.0 age confidence
org.junit:junit-bom (source) 5.13.4 -> 5.14.0 age confidence
org.jetbrains.kotlin-wrappers:kotlin-js 2025.9.8 -> 2025.10.8 age confidence
io.ktor:ktor-client-websockets 3.3.0 -> 3.3.1 age confidence
io.ktor:ktor-client-core 3.3.0 -> 3.3.1 age confidence
io.ktor:ktor-client-cio 3.3.0 -> 3.3.1 age confidence
io.ktor:ktor-server-test-host 3.3.0 -> 3.3.1 age confidence
io.ktor:ktor-server-websockets 3.3.0 -> 3.3.1 age confidence
io.ktor:ktor-server-core 3.3.0 -> 3.3.1 age confidence
io.ktor:ktor-server-netty 3.3.0 -> 3.3.1 age confidence
io.ktor:ktor-websockets 3.3.0 -> 3.3.1 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

GradleUp/compat-patrouille (com.gradleup.compat.patrouille:compat-patrouille-gradle-plugin)

v0.1.0

Add support for com.android.kotlin.multiplatform.library in #​31

New Contributors

Full Changelog: GradleUp/compat-patrouille@v0.0.3...v0.1.0

v0.0.3

2025-10-06

Do not configure JavaCompile tasks eagerly (#​27)

Kotlin/dokka (org.jetbrains.dokka)

v2.1.0: 2.1.0

Dokka 2.1.0 focuses on stabilizing experimental features, supporting new Kotlin language features, and improving the user experience. Key highlights include:

  • Dokka Gradle Plugin v2 is enabled by default!
  • K2 Analysis is enabled by default!
  • Support for Context parameters and Nested typealiases
  • HTML format refinement: better accessibility and consistency across all components
  • Multiple performance and compatibility improvements

More details about each of the changes below. See Dokka 2.1.0 milestone for the list of all changes.

Dokka's Gradle plugin v2 is enabled by default!

Please check the migration guide for the update procedure

Dokka 2.0.0 introduced a significantly improved Gradle plugin v2, and with Dokka 2.1.0 it is now enabled by default!
As a result, all types and Gradle tasks related to Dokka Gradle plugin v1 are deprecated and will be removed in future releases.
Running Gradle tasks related to Dokka Gradle plugin v1 will result in an error during execution.

Starting from this release, the minimum supported Gradle version is 7.6.3.

Other fixes and improvements
  • Update Gradle Properties types to be non-nullable (#​4136)
  • Update displayName convention for DokkaSourceSets (#​4142)
  • Update olderVersionsDir to be an optional input. (#​4155)
  • Add lifecycle tasks for generating formats (#​4141)
  • Use project name as default modulePath for root project to avoid clashing outputs during aggregation (#​4158)
  • Remove Dokka debug config file from task outputs (#​3961)
  • Remove V2EnabledWithHelpers warning & info message (#​4206)

Dokka's K2 analysis is enabled by default!

Dokka 2.1.0fixes the most problematic issues with K2 analysis and makes it enabled by default!
In addition to this, Dokka 2.1.0with K2 analysis introduces support for context parameters and nested typealiases!

Dokka's K2 analysis leverages Kotlin's K2 compiler frontend for analysing code and uses the same shared Analysis API, which is used in IntelliJ IDEA’s K2 mode.
The output with K2 analysis should mostly match that of K1 analysis, but there may be minor differences.

If you previously opted in to Dokka's K2 analysis, remove org.jetbrains.dokka.experimental.tryK2 from your project's gradle.properties file.
Dokka's K1 analysis is still available, but it is deprecated and will be removed in future releases.
We would greatly appreciate your feedback, if there is something that is blocking you from migrating to K2 analysis!

Other fixes and improvements
  • Fix merging of implicit expect/actual with a single declaration (#​4016)
  • Support Wasm platform fully (#​4123)
  • Fix override modifier for generic functions (#​4126)
  • Add a receiver to accessor DRI (#​4122)
  • Fix param tag for type parameter on implicit primary constructor (#​4154)
  • Fix the primary constructor parameter incorrectly marked as a property (#​4125)
  • Fix Javadoc links with generic parameters (#​4159)
  • Show the correct return type when narrowed by inheritance (#​4183)

HTML format refinement

Dokka 2.1.0 introduces a number of design improvements to the HTML output.
Many UI elements (listed below) now feature more consistent spacing, better contrast, and improved overall accessibility.

Highlights:

  • Improved accessibility of the Search popup and Table of Contents and Tabs
  • Resizable Table of Contents
  • Customizable spacing in the Table of Contents via a new set of CSS variables (See #​4184 for details)

In addition, the structure of the templates has been slightly modified. If you're using custom templates, the easiest way to migrate is to update your templates based on the latest default templates.
For example, to enable the resizable Table of Contents, you need to add a <div id="resizer"> element and add [data-item-type] attributes to container elements. For implementation details, see the template reference.

Updated UI Elements:

  • Main layout
  • Table of Contents
  • Footer
  • Search popup
  • Code areas and code blocks
  • Links
  • Tooltips
  • Tables
  • Markdown tables

Notable improvements

  • Performance:
    • Cache packages field, which is used by DefaultExternalLocationProvider.resolve (#​4009)
    • Cache DisplaySourceSet as it's stored a lot inside of ContentPages (#​4008)
    • Significantly improves the performance when working with PackageList (#​4198)
  • Support a newline inside link text (#​3661)
  • Resolve references to quoted names (#​3356)
  • Update jackson to 2.15.3, which doesn't have known vulnerabilities (#​4189)
  • Make Dokka safe for Jackson updates in user projects (#​4193)

Other changes and bugfixes

Changes from 2.1.0-Beta

  • Follow symbolic links when building KaModule for AA standalone session (#​4264)
  • Handle InvocationTargetException exception explicitly in DokkaBootstrap (#​4257)
  • Support for nested typealiases (#​4261)
  • Fix spacing in HTML (#​4239, #​4207)

Feedback

We would appreciate your feedback!

JetBrains/kotlin-wrappers (org.jetbrains.kotlin-wrappers:kotlin-js)

v2025.10.8

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.10.7...2025.10.8

v2025.10.7

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.10.6...2025.10.7

v2025.10.6

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.10.5...2025.10.6

v2025.10.5

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.10.4...2025.10.5

v2025.10.4

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.10.3...2025.10.4

v2025.10.3

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.10.2...2025.10.3

v2025.10.2

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.10.1...2025.10.2

v2025.10.1

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.10.0...2025.10.1

v2025.10.0

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.9.11...2025.10.0

v2025.9.11

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.9.10...2025.9.11

v2025.9.10

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.9.9...2025.9.10

v2025.9.9

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.9.8...2025.9.9

ktorio/ktor (io.ktor:ktor-client-websockets)

v3.3.1

Compare Source

Published 8 October 2025

Improvements
  • Add a note about SSE session lifetime in KDoc (KTOR-8440)
  • Update Kotlin to 2.2.20 (KTOR-8896)
Bugfixes
  • NumberFormatException when Content-Length header value contains null bytes (KTOR-4828)
  • SerializationException: Serializer for class 'ClientSSESession' is not found when server responds with JSON (KTOR-7631)
  • Netty: loadConfiguration missing enableHttp2 and enableH2c properties (KTOR-8898)
  • Netty: EmbeddedServer.stop always blocks for twice of shutdownGracePeriod (KTOR-8770)
  • shutdownGracePeriod is used instead of shutdownTimeout in EmbeddedServer.stop() (KTOR-8771)
  • Support serving static resources within bootJar (KTOR-8592)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Dependencies bump label Sep 26, 2024
@renovate renovate bot requested a review from Mr3zee September 26, 2024 10:47
@renovate renovate bot force-pushed the renovate/core-non-major branch from 033fb31 to a0f274a Compare September 27, 2024 01:22
@renovate renovate bot changed the title Update Core dependencies (non-major) to v1.7.3 Update Core dependencies (non-major) Sep 27, 2024
@renovate renovate bot force-pushed the renovate/core-non-major branch 5 times, most recently from eb12dc2 to 4b2ea08 Compare October 3, 2024 17:47
@renovate renovate bot force-pushed the renovate/core-non-major branch 5 times, most recently from ff1c369 to caca845 Compare October 11, 2024 07:18
@renovate renovate bot force-pushed the renovate/core-non-major branch 5 times, most recently from 21dc628 to 7739e15 Compare October 21, 2024 17:06
@renovate renovate bot force-pushed the renovate/core-non-major branch 5 times, most recently from 050aa3b to bf3c238 Compare October 30, 2024 13:09
@Mr3zee Mr3zee mentioned this pull request Oct 30, 2024
@renovate renovate bot force-pushed the renovate/core-non-major branch from bf3c238 to d217b20 Compare November 3, 2024 13:24
@renovate renovate bot changed the title Update Core dependencies (non-major) Update Core dependencies (non-major) - autoclosed Nov 4, 2024
@renovate renovate bot closed this Nov 4, 2024
@renovate renovate bot deleted the renovate/core-non-major branch November 4, 2024 11:19
@renovate renovate bot restored the renovate/core-non-major branch November 5, 2024 07:04
@renovate renovate bot force-pushed the renovate/core-non-major branch 5 times, most recently from 5bf8131 to ef4e248 Compare September 11, 2025 09:57
@renovate renovate bot force-pushed the renovate/core-non-major branch 6 times, most recently from 29d9624 to 23397e9 Compare September 16, 2025 20:31
@renovate renovate bot force-pushed the renovate/core-non-major branch 4 times, most recently from fea6d4a to d20994a Compare September 30, 2025 09:09
@renovate renovate bot force-pushed the renovate/core-non-major branch 8 times, most recently from d0ec3cc to 60c5cfb Compare October 8, 2025 21:29
@renovate renovate bot force-pushed the renovate/core-non-major branch 5 times, most recently from c2a9a36 to 8ef0a90 Compare October 15, 2025 10:42
@renovate renovate bot force-pushed the renovate/core-non-major branch from 8ef0a90 to 3228e36 Compare October 15, 2025 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants