Skip to content

Commit 1cfac9f

Browse files
committed
Update Kotlin to 2.3
1 parent d752843 commit 1cfac9f

File tree

5 files changed

+21
-28
lines changed

5 files changed

+21
-28
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
2-
burst = "2.10.2"
2+
burst = "2.11.0"
33
jmh = "1.37"
4-
kotlin = "2.2.21"
4+
kotlin = "2.3.0"
55
ktlint = "0.48.2"
66

77
[libraries]

kotlin-js-store/yarn.lock

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -723,10 +723,10 @@ engine.io@~6.6.0:
723723
engine.io-parser "~5.2.1"
724724
ws "~8.17.1"
725725

726-
enhanced-resolve@^5.17.2:
727-
version "5.18.3"
728-
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz#9b5f4c5c076b8787c78fe540392ce76a88855b44"
729-
integrity sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==
726+
enhanced-resolve@^5.17.3:
727+
version "5.18.4"
728+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.18.4.tgz#c22d33055f3952035ce6a144ce092447c525f828"
729+
integrity sha512-LgQMM4WXU3QI+SYgEc2liRgznaD5ojbmY3sb8LxyguVkIg5FxdpTkvk72te2R38/TGKxH634oLxXRGY6d7AP+Q==
730730
dependencies:
731731
graceful-fs "^4.2.4"
732732
tapable "^2.2.0"
@@ -1192,10 +1192,9 @@ karma-webpack@5.0.1:
11921192
minimatch "^9.0.3"
11931193
webpack-merge "^4.1.5"
11941194

1195-
karma@6.4.4:
1195+
"karma@github:Kotlin/karma#6.4.5":
11961196
version "6.4.4"
1197-
resolved "https://registry.yarnpkg.com/karma/-/karma-6.4.4.tgz#dfa5a426cf5a8b53b43cd54ef0d0d09742351492"
1198-
integrity sha512-LrtUxbdvt1gOpo3gxG+VAJlJAEMhbWlM4YrFQgql98FwF7+K8K12LYO4hnDdUkNjeztYrOXEMqgTajSWgmtI/w==
1197+
resolved "https://codeload.github.com/Kotlin/karma/tar.gz/239a8fc984584f0d96b1dd750e7a5e2c79da93a6"
11991198
dependencies:
12001199
"@colors/colors" "1.5.0"
12011200
body-parser "^1.19.0"
@@ -1227,10 +1226,10 @@ kind-of@^6.0.2:
12271226
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
12281227
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
12291228

1230-
kotlin-web-helpers@2.1.0:
1231-
version "2.1.0"
1232-
resolved "https://registry.yarnpkg.com/kotlin-web-helpers/-/kotlin-web-helpers-2.1.0.tgz#6cd4b0f0dc3baea163929c8638155b8d19c55a74"
1233-
integrity sha512-NAJhiNB84tnvJ5EQx7iER3GWw7rsTZkX9HVHZpe7E3dDBD/dhTzqgSwNU3MfQjniy2rB04bP24WM9Z32ntUWRg==
1229+
kotlin-web-helpers@3.0.0:
1230+
version "3.0.0"
1231+
resolved "https://registry.yarnpkg.com/kotlin-web-helpers/-/kotlin-web-helpers-3.0.0.tgz#3ed6b48f694f74bb60a737a9d7e2c0e3b29abdb9"
1232+
integrity sha512-kdQO4AJQkUPvpLh9aglkXDRyN+CfXO7pKq+GESEnxooBFkQpytLrqZis3ABvmFN1cGw/ZQ/K38u5sRGW+NfBnw==
12341233
dependencies:
12351234
format-util "^1.0.5"
12361235

@@ -1340,10 +1339,10 @@ mkdirp@^0.5.5:
13401339
dependencies:
13411340
minimist "^1.2.6"
13421341

1343-
mocha@11.7.1:
1344-
version "11.7.1"
1345-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.7.1.tgz#91948fecd624fb4bd154ed260b7e1ad3910d7c7a"
1346-
integrity sha512-5EK+Cty6KheMS/YLPPMJC64g5V61gIR25KsRItHw6x4hEKT6Njp1n9LOlH4gpevuwMVS66SXaBBpg+RWZkza4A==
1342+
mocha@11.7.2:
1343+
version "11.7.2"
1344+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.7.2.tgz#3c0079fe5cc2f8ea86d99124debcc42bb1ab22b5"
1345+
integrity sha512-lkqVJPmqqG/w5jmmFtiRvtA2jkDyNVUcefFJKb2uyX4dekk8Okgqop3cgbFiaIvj8uCRJVTP5x9dfxGyXm2jvQ==
13471346
dependencies:
13481347
browser-stdout "^1.3.1"
13491348
chokidar "^4.0.1"
@@ -1954,10 +1953,10 @@ webpack-sources@^3.3.3:
19541953
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.3.3.tgz#d4bf7f9909675d7a070ff14d0ef2a4f3c982c723"
19551954
integrity sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==
19561955

1957-
webpack@5.100.2:
1958-
version "5.100.2"
1959-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.100.2.tgz#e2341facf9f7de1d702147c91bcb65b693adf9e8"
1960-
integrity sha512-QaNKAvGCDRh3wW1dsDjeMdDXwZm2vqq3zn6Pvq4rHOEOGSaUMgOOjG2Y9ZbIGzpfkJk9ZYTHpDqgDfeBDcnLaw==
1956+
webpack@5.101.3:
1957+
version "5.101.3"
1958+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.101.3.tgz#3633b2375bb29ea4b06ffb1902734d977bc44346"
1959+
integrity sha512-7b0dTKR3Ed//AD/6kkx/o7duS8H3f1a4w3BYpIriX4BzIhjkn4teo05cptsxvLesHFKK5KObnadmCHBwGc+51A==
19611960
dependencies:
19621961
"@types/eslint-scope" "^3.7.7"
19631962
"@types/estree" "^1.0.8"
@@ -1969,7 +1968,7 @@ webpack@5.100.2:
19691968
acorn-import-phases "^1.0.3"
19701969
browserslist "^4.24.0"
19711970
chrome-trace-event "^1.0.2"
1972-
enhanced-resolve "^5.17.2"
1971+
enhanced-resolve "^5.17.3"
19731972
es-module-lexer "^1.2.1"
19741973
eslint-scope "5.1.1"
19751974
events "^3.2.0"

okio/src/nativeMain/kotlin/okio/DeflaterSink.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ actual class DeflaterSink internal actual constructor(
2828
deflater: Deflater,
2929
) : this(sink.buffer(), deflater)
3030

31-
@Throws(IOException::class)
3231
actual override fun write(source: Buffer, byteCount: Long) {
3332
checkOffsetAndCount(source.size, 0, byteCount)
3433

@@ -40,7 +39,6 @@ actual class DeflaterSink internal actual constructor(
4039
)
4140
}
4241

43-
@Throws(IOException::class)
4442
actual override fun flush() {
4543
deflater.flush = Z_SYNC_FLUSH
4644
deflater.dataProcessor.writeBytesFromSource(
@@ -56,7 +54,6 @@ actual class DeflaterSink internal actual constructor(
5654
return sink.timeout()
5755
}
5856

59-
@Throws(IOException::class)
6057
internal actual fun finishDeflate() {
6158
deflater.flush = Z_FINISH
6259
deflater.dataProcessor.writeBytesFromSource(
@@ -66,7 +63,6 @@ actual class DeflaterSink internal actual constructor(
6663
)
6764
}
6865

69-
@Throws(IOException::class)
7066
actual override fun close() {
7167
if (deflater.dataProcessor.closed) return
7268

okio/src/nativeMain/kotlin/okio/FileSystem.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ actual abstract class FileSystem : Closeable {
113113
@Throws(IOException::class)
114114
actual abstract fun createSymlink(source: Path, target: Path)
115115

116-
@Throws(IOException::class)
117116
actual override fun close() {
118117
}
119118

okio/src/nativeMain/kotlin/okio/InflaterSource.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ actual class InflaterSource internal actual constructor(
2424
inflater: Inflater,
2525
) : this(source.buffer(), inflater)
2626

27-
@Throws(IOException::class)
2827
actual override fun read(sink: Buffer, byteCount: Long): Long {
2928
require(byteCount >= 0L) { "byteCount < 0: $byteCount" }
3029

0 commit comments

Comments
 (0)