Author SHA1 Message Date
R40bot 72d6371cae Update Rust crate tauri to v2.11.5 2026-07-17 15:10:58 +00:00
R40fendt 9a3f5ff630 Merge pull request 'Update Rust crate tauri to v2.11.3' (#10) from renovate/tauri-2.x-lockfile into nuxt
Reviewed-on: #10
2026-06-29 08:04:04 +00:00
R40fendt b5029e50c1 Merge pull request 'Update Rust crate tauri-build to v2.6.3' (#11) from renovate/tauri-build-2.x-lockfile into nuxt
Reviewed-on: #11
2026-06-29 08:03:54 +00:00
R40bot 21938c9e9b Update Rust crate tauri-build to v2.6.3 2026-06-27 19:25:42 +00:00
R40bot 95a994e117 Update Rust crate tauri to v2.11.3 2026-06-27 19:25:29 +00:00
R40fendt c2b11884e6 Merge pull request 'Update dependency katex to ^0.17.0' (#9) from renovate/katex-0.x into nuxt
Reviewed-on: #9
2026-06-06 15:12:42 +00:00
R40bot 164aee574e Update dependency katex to ^0.17.0
renovate/artifacts Artifact file update failure
2026-06-06 15:11:47 +00:00
R40fendt e592334fb2 Merge pull request 'Update Rust crate serde_json to v1.0.150' (#7) from renovate/serde_json-1.x-lockfile into nuxt
Reviewed-on: #7
2026-05-30 08:50:54 +00:00
R40fendt a832d5cf8f Merge pull request 'Update Rust crate tauri to v2.11.2' (#8) from renovate/tauri-2.x-lockfile into nuxt
Reviewed-on: #8
2026-05-30 08:50:45 +00:00
R40bot 9c88cfa860 Update Rust crate tauri to v2.11.2 2026-05-30 08:39:34 +00:00
R40bot 6ed630b37f Update Rust crate serde_json to v1.0.150 2026-05-30 08:39:11 +00:00
R40fendt 8ecb64b80a Update node Docker tag to v26 (#6) 2026-05-09 10:17:26 +00:00
R40bot 2efef8c4aa Update node Docker tag to v26 2026-05-08 11:08:52 +00:00
3 changed files with 20 additions and 26 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:25-alpine FROM node:26-alpine
WORKDIR /app WORKDIR /app
+1 -1
View File
@@ -21,7 +21,7 @@
"embla-carousel-vue": "^8.6.0", "embla-carousel-vue": "^8.6.0",
"graphql-request": "^7.4.0", "graphql-request": "^7.4.0",
"jarallax": "^3.0.0", "jarallax": "^3.0.0",
"katex": "^0.16.45", "katex": "^0.17.0",
"moment": "^2.30.1", "moment": "^2.30.1",
"nuxt": "^4.4.2", "nuxt": "^4.4.2",
"process": "^0.11.10", "process": "^0.11.10",
+18 -24
View File
@@ -2855,12 +2855,6 @@ version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
[[package]]
name = "ryu"
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
[[package]] [[package]]
name = "same-file" name = "same-file"
version = "1.0.6" version = "1.0.6"
@@ -2985,9 +2979,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.149" version = "1.0.150"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
dependencies = [ dependencies = [
"itoa", "itoa",
"memchr", "memchr",
@@ -3357,9 +3351,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
[[package]] [[package]]
name = "tauri" name = "tauri"
version = "2.11.1" version = "2.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b93bd86d231f0a8138f11a02a584769fe4b703dc36ae133d783228dbc4801405" checksum = "667b20e2726d572dea2de7370da16e188eb06008faf9a92fab7cdc46791190b5"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bytes", "bytes",
@@ -3408,9 +3402,9 @@ dependencies = [
[[package]] [[package]]
name = "tauri-build" name = "tauri-build"
version = "2.6.1" version = "2.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a318b234cc2dea65f575467bafcfb76286bce228ebc3778e337d61d03213007" checksum = "bc9ce40b16101cb6ea63d3e221567affd1c3a9205f95d7bc574941a10636b632"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cargo_toml", "cargo_toml",
@@ -3429,9 +3423,9 @@ dependencies = [
[[package]] [[package]]
name = "tauri-codegen" name = "tauri-codegen"
version = "2.6.1" version = "2.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bd11644962add2549a60b7e7c6800f17d7020156e02f516021d8103e80cc528" checksum = "08279169ff42f8fc45a1dbc9dcae888893ba95288142e5880c59b93a26d2cfc5"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"brotli", "brotli",
@@ -3456,9 +3450,9 @@ dependencies = [
[[package]] [[package]]
name = "tauri-macros" name = "tauri-macros"
version = "2.6.1" version = "2.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed9d3742a37a355d2e47c9af924e9fbc112abb76f9835d35d4780e318419502" checksum = "e8b394794f399a421811d06966343e7933fcae92d59f5180b9388d1174497a45"
dependencies = [ dependencies = [
"heck 0.5.0", "heck 0.5.0",
"proc-macro2", "proc-macro2",
@@ -3508,9 +3502,9 @@ dependencies = [
[[package]] [[package]]
name = "tauri-runtime" name = "tauri-runtime"
version = "2.11.1" version = "2.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fef478ba1d2ac21c2d528740b24d0cb315e1e8b1111aae53fafac34804371fc" checksum = "b0b4bc95aed361b0019067d189a1174a603d460d0f6c72606512d59fc9c12ec8"
dependencies = [ dependencies = [
"cookie", "cookie",
"dpi", "dpi",
@@ -3533,9 +3527,9 @@ dependencies = [
[[package]] [[package]]
name = "tauri-runtime-wry" name = "tauri-runtime-wry"
version = "2.11.1" version = "2.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3989df2ae1c476404fe0a2e8ffc4cfbde97e51efd613c2bb5355fbc9ab52cf0" checksum = "4e6fac707727b7a2f48e4ded90976324267371073edbb415ffb73bb0458d203f"
dependencies = [ dependencies = [
"gtk", "gtk",
"http", "http",
@@ -3559,9 +3553,9 @@ dependencies = [
[[package]] [[package]]
name = "tauri-utils" name = "tauri-utils"
version = "2.9.1" version = "2.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d57200389a2f82b4b0a40ae29ca19b6978116e8f4d4e974c3234ce40c0ffbdec" checksum = "3e176a18e67764923c4f1ce66f25ae4abe5f688384d5eb1a0fa6c77f3d90f887"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"brotli", "brotli",
@@ -3910,9 +3904,9 @@ dependencies = [
[[package]] [[package]]
name = "tray-icon" name = "tray-icon"
version = "0.23.1" version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15edbb0d80583e85ee8df283410038e17314df5cba30da2087a54a85216c0773" checksum = "65ba1e5f6b9ef9fd87e21b9c6f351554dbd717960089168fcfdef854686961dc"
dependencies = [ dependencies = [
"crossbeam-channel", "crossbeam-channel",
"dirs", "dirs",