Skip to content

Commit 473080c

Browse files
Mr3zeerenovate[bot]
andcommitted
Bump deps (#367)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7c29ddd commit 473080c

File tree

8 files changed

+52
-33
lines changed

8 files changed

+52
-33
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
fetch-depth: 0
8282

8383
- name: Setup Gradle
84-
uses: gradle/actions/setup-gradle@v3
84+
uses: gradle/actions/setup-gradle@v4
8585

8686
- name: Run Dokka
8787
run: ./gradlew dokkaGenerate

.github/workflows/platforms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- name: Checkout Sources
1515
uses: actions/checkout@v4
1616
- name: Setup Gradle
17-
uses: gradle/actions/setup-gradle@v3
17+
uses: gradle/actions/setup-gradle@v4
1818
- name: Check Platforms Table
1919
run: ./gradlew verifyPlatformTable --no-configuration-cache

core/src/jsMain/kotlin/kotlinx/rpc/internal/internalServiceDescriptorOf.js.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
/*
2-
* Copyright 2023-2024 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
2+
* Copyright 2023-2025 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
33
*/
44

55
@file:Suppress("detekt.MatchingDeclarationName")
66

77
package kotlinx.rpc.internal
88

9+
import js.array.component1
10+
import js.array.component2
911
import js.objects.Object
1012
import kotlinx.rpc.annotations.Rpc
1113
import kotlinx.rpc.descriptor.RpcServiceDescriptor

kotlin-js-store/package-lock.json

Lines changed: 11 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kotlin-js-store/wasm/package-lock.json

Lines changed: 11 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

monitor/requirements.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
aiohappyeyeballs==2.6.1
2-
aiohttp==3.11.16
2+
aiohttp==3.12.13
33
aiohttp-jinja2==1.6
44
aiosignal==1.3.2
55
anyio==4.9.0
66
async-timeout==5.0.1
77
attrs==25.3.0
8-
certifi==2025.1.31
9-
click==8.1.8
10-
exceptiongroup==1.2.2
11-
frozenlist==1.5.0
12-
h11==0.14.0
13-
httpcore==1.0.7
8+
certifi==2025.6.15
9+
click==8.2.1
10+
exceptiongroup==1.3.0
11+
frozenlist==1.7.0
12+
h11==0.16.0
13+
httpcore==1.0.9
1414
httpx==0.28.1
1515
idna==3.10
1616
Jinja2==3.1.6
@@ -19,16 +19,16 @@ markdown-it-py==3.0.0
1919
MarkupSafe==3.0.2
2020
mdit-py-plugins==0.4.2
2121
mdurl==0.1.2
22-
msgpack==1.1.0
23-
multidict==6.4.2
24-
platformdirs==4.3.7
25-
propcache==0.3.1
26-
Pygments==2.19.1
22+
msgpack==1.1.1
23+
multidict==6.6.0
24+
platformdirs==4.3.8
25+
propcache==0.3.2
26+
Pygments==2.19.2
2727
rich==14.0.0
2828
sniffio==1.3.1
29-
textual==3.0.1
29+
textual==3.5.0
3030
textual-dev==1.7.0
31-
textual-serve==1.1.1
32-
typing_extensions==4.13.1
31+
textual-serve==1.1.2
32+
typing_extensions==4.14.0
3333
uc-micro-py==1.0.3
34-
yarl==1.19.0
34+
yarl==1.20.1

settings.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ plugins {
1919
id("conventions-repositories")
2020
id("conventions-version-resolution")
2121
id("conventions-develocity")
22-
id("org.gradle.toolchains.foojay-resolver-convention") version "0.10.0"
22+
// rollback to 0.9.0, as 1.0.0 requires JDK_17 on CI, which I have no time to set up
23+
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
2324
}
2425

2526
dependencyResolutionManagement {

versions-root/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@ kotlin-compiler = "0.0.0" # default to kotlin-lang or env.KOTLIN_COMPILER_VERSIO
99
# kotlin independent versions
1010
detekt-analyzer = "1.23.6"
1111
coroutines = "1.10.2"
12-
ktor = "3.1.2"
13-
kotlin-logging = "7.0.6"
12+
ktor = "3.2.0"
13+
kotlin-logging = "7.0.7"
1414
slf4j = "2.0.17"
1515
logback = "1.3.14"
1616
gradle-plugin-publish = "1.3.1"
17-
kotlin-wrappers = "2025.4.8"
17+
kotlin-wrappers = "2025.6.11"
1818
junit4 = "4.13.2"
19-
junit5 = "5.12.1"
19+
junit5 = "5.13.2"
2020
intellij = "241.19416.19"
21-
gradle-doctor = "0.10.0"
21+
gradle-doctor = "0.11.0"
2222
kotlinx-browser = "0.3"
2323
dokka = "2.0.0"
2424
puppeteer = "24.9.0"
25-
atomicfu = "0.27.0"
25+
atomicfu = "0.29.0"
2626
serialization = "1.8.1"
2727
detekt-gradle-plugin = "1.23.8"
2828
kover = "0.9.1"
2929
develocity = "3.19.2"
30-
common-custom-user-data = "2.2.1"
30+
common-custom-user-data = "2.3"
3131

3232
[libraries]
3333
# kotlinx.rpc – references to the included builds

0 commit comments

Comments
 (0)