Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #169

Merged
merged 33 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
bef2f5c
chore(deps): update frontend-patch
renovate[bot] May 4, 2024
aea8b22
chore(deps): update dependency vite to v5.2.11
renovate[bot] May 11, 2024
66d64a0
chore(deps): update frontend-patch
renovate[bot] May 17, 2024
91472a2
fix(deps): update dependency io.javalin:javalin to v5.6.5
renovate[bot] May 18, 2024
d1190d4
chore(deps): update dependency vite to v5.2.12
renovate[bot] May 31, 2024
abe1664
chore(deps): update dependency gradle to v8.8
renovate[bot] Jun 7, 2024
64664c1
Merge pull request #151 from KalkulierbaR/renovate/backend-minor
JuliusHenke Jun 8, 2024
b1ae78d
chore(deps): update dependency vite to v5.2.13
renovate[bot] Jun 14, 2024
c726d1e
chore(deps): update dependency @preact/preset-vite to v2.8.3
renovate[bot] Jun 29, 2024
4a2d39a
fix(deps): update dependency org.junit.jupiter:junit-jupiter-engine t…
renovate[bot] Jul 6, 2024
5917e86
chore(deps): update dependency vite-plugin-sass-dts to v1.3.24
renovate[bot] Jul 20, 2024
ca11cf1
chore(deps): update dependency vite-plugin-sass-dts to v1.3.25
renovate[bot] Aug 3, 2024
64db04e
fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.14
renovate[bot] Aug 9, 2024
d8bd886
fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.16
renovate[bot] Aug 16, 2024
25bfc2d
fix(deps): update backend-patch to v1.23.7
renovate[bot] Sep 14, 2024
4bb13ed
chore(deps): update dependency vite to v5.2.14 [security]
renovate[bot] Sep 18, 2024
b21a571
chore(deps): update dependency vite-plugin-sass-dts to v1.3.29
renovate[bot] Sep 21, 2024
ac45d98
fix(deps): update dependency serve to v14.2.4
renovate[bot] Oct 18, 2024
06b525e
chore(deps): update typescript-eslint monorepo to v8
renovate[bot] Nov 5, 2024
7fe34f5
Merge pull request #160 from KalkulierbaR/renovate/major-typescript-e…
Drodt Nov 5, 2024
798c45c
chore(deps): update dependency @types/eslint to v9
renovate[bot] Nov 5, 2024
73aa543
chore(deps): update dependency eslint to v9
renovate[bot] Nov 5, 2024
fdede3b
Merge pull request #158 from KalkulierbaR/renovate/eslint-9.x
Drodt Nov 5, 2024
f9d9283
Merge pull request #146 from KalkulierbaR/renovate/major-eslint-monorepo
Drodt Nov 5, 2024
b709e53
chore(deps): update backend-minor
renovate[bot] Nov 5, 2024
f7c8e65
chore(deps): update backend-minor
renovate[bot] Nov 5, 2024
89e4ee7
Update Kotlin
Drodt Nov 5, 2024
a252860
Merge branch 'renovate/backend-minor' of https://github.com/Kalkulier…
Drodt Nov 5, 2024
0fae8b6
Merge pull request #152 from KalkulierbaR/renovate/backend-minor
Drodt Nov 5, 2024
82a590b
chore(deps): update dependency gradle to v8.11.1
renovate[bot] Nov 23, 2024
04ddbd1
Merge pull request #167 from KalkulierbaR/renovate/backend-minor
Drodt Nov 25, 2024
53b83fb
chore(deps): update dependency vite to v6
renovate[bot] Dec 7, 2024
6e07ddd
Merge pull request #168 from KalkulierbaR/renovate/vite-6.x
Drodt Dec 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions backend/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("jvm") version "1.9.23"
kotlin("plugin.serialization") version "1.9.23"
kotlin("jvm") version "2.0.21"
kotlin("plugin.serialization") version "2.0.21"
application
id("org.jmailen.kotlinter") version "3.16.0"
id("io.gitlab.arturbosch.detekt") version "1.23.6"
Expand All @@ -18,22 +18,22 @@ dependencies {
implementation(kotlin("stdlib"))

// JVM dependency
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")

// Web framework
implementation("io.javalin:javalin:5.6.4")
implementation("io.javalin:javalin:5.6.5")

// Logging
implementation("org.slf4j:slf4j-simple:2.0.13")
implementation("org.slf4j:slf4j-simple:2.0.16")

// Hashing
implementation("com.github.komputing.khash:keccak:1.1.3")

// Testing
testImplementation(kotlin("test-junit5"))
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "5.10.2")
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "5.11.3")

detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.6")
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.7")
}

application {
Expand All @@ -58,7 +58,7 @@ java {
}

detekt {
toolVersion = "1.23.6"
toolVersion = "1.23.7"
source.setFrom("src/main/kotlin")
config.setFrom("$projectDir/config/detekt/detekt.yml")
}
Expand Down
Binary file modified backend/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion backend/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
7 changes: 5 additions & 2 deletions backend/gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0
#

##############################################################################
#
Expand Down Expand Up @@ -55,7 +57,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
Expand Down Expand Up @@ -84,7 +86,8 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down
2 changes: 2 additions & 0 deletions backend/gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@rem
@rem SPDX-License-Identifier: Apache-2.0
@rem

@if "%DEBUG%"=="" @echo off
@rem ##########################################################################
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ supportedArchitectures:
- linux
- win32

yarnPath: .yarn/releases/yarn-4.2.1.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs
20 changes: 10 additions & 10 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,26 +38,26 @@
"preact-markup": "2.1.1",
"preact-render-to-string": "6.3.1",
"react-hint": "3.2.1",
"serve": "14.2.1",
"serve": "14.2.4",
"sha3": "2.1.4"
},
"devDependencies": {
"@preact/preset-vite": "2.8.1",
"@types/eslint": "^8",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"eslint": "8.56.0",
"@preact/preset-vite": "2.8.3",
"@types/eslint": "^9.0.0",
"@typescript-eslint/eslint-plugin": "8.12.1",
"@typescript-eslint/parser": "8.12.1",
"eslint": "9.13.0",
"husky": "8.0.3",
"lint-staged": "13.2.2",
"per-env": "1.0.2",
"prettier": "3.2.3",
"prettier": "3.2.5",
"sass": "1.69.7",
"typescript": "5.3.3",
"vite": "5.2.10",
"vite-plugin-sass-dts": "1.3.17"
"vite": "6.0.1",
"vite-plugin-sass-dts": "1.3.29"
},
"peerDependencies": {
"prettier": ">2.0.0"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].2"
}
Loading
Loading