Skip to content

Commit fe0b2ee

Browse files
authored
Dependency updates (#20)
* gradle wrapper updated * all dependencies updated
1 parent d8da89f commit fe0b2ee

File tree

7 files changed

+2072
-14
lines changed

7 files changed

+2072
-14
lines changed

build.gradle.kts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@ kotlin {
6262
compilerOptions {
6363
apiVersion = kotlinTarget
6464
languageVersion = kotlinTarget
65-
freeCompilerArgs.add("-Xmulti-dollar-interpolation")
65+
freeCompilerArgs.addAll(
66+
"-Xcontext-parameters",
67+
"-Xcontext-sensitive-resolution"
68+
)
6669
extraWarnings = true
6770
progressiveMode = true
6871
}
@@ -88,7 +91,7 @@ kotlin {
8891
wasmJs {
8992
browser()
9093
nodejs()
91-
//d8()
94+
d8()
9295
// TODO remove for a non-library project
9396
binaries.library()
9497
}

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[versions]
2-
kotlinTarget = "2.1"
2+
kotlinTarget = "2.2"
33
javaTarget = "17"
44

5-
kotlin = "2.1.10"
5+
kotlin = "2.2.0"
66

7-
xemanticKotlinTest = "1.8.10"
7+
xemanticKotlinTest = "1.9.0"
88

99
# TODO put your dependencies here
1010

1111
versionsPlugin = "0.52.0"
1212
dokkaPlugin = "2.0.0"
13-
jreleaserPlugin = "1.17.0"
14-
binaryCompatibilityValidatorPlugin = "0.17.0"
13+
jreleaserPlugin = "1.18.0"
14+
binaryCompatibilityValidatorPlugin = "0.18.0"
1515
xemanticConventionsPlugin = "0.3.3"
1616

1717
[libraries]

gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

kotlin-js-store/wasm/yarn.lock

Lines changed: 2060 additions & 0 deletions
Large diffs are not rendered by default.

kotlin-js-store/yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1851,11 +1851,6 @@ type-is@~1.6.18:
18511851
media-typer "0.3.0"
18521852
mime-types "~2.1.24"
18531853

1854-
1855-
version "5.5.4"
1856-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
1857-
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
1858-
18591854
ua-parser-js@^0.7.30:
18601855
version "0.7.40"
18611856
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.40.tgz#c87d83b7bb25822ecfa6397a0da5903934ea1562"

0 commit comments

Comments
 (0)