Update dependencies.

This commit is contained in:
Sebastian Jeltsch
2025-06-17 14:59:23 +02:00
parent 68fd451d03
commit bb76714c41
12 changed files with 416 additions and 426 deletions
Generated
+20 -23
View File
@@ -3230,9 +3230,9 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
[[package]]
name = "jiff"
version = "0.2.14"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a194df1107f33c79f4f93d02c80798520551949d59dfad22b6157048a88cca93"
checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
dependencies = [
"jiff-static",
"log",
@@ -3243,9 +3243,9 @@ dependencies = [
[[package]]
name = "jiff-static"
version = "0.2.14"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c6e1db7ed32c6c71b759497fae34bf7933636f75a251b9e736555da426f6442"
checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
dependencies = [
"proc-macro2",
"quote",
@@ -3372,9 +3372,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.172"
version = "0.2.173"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
checksum = "d8cfeafaffdbc32176b64fb251369d52ea9f0a8fbc6f8759edffef7b525d64bb"
[[package]]
name = "libloading"
@@ -3394,9 +3394,9 @@ checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
[[package]]
name = "libmimalloc-sys"
version = "0.1.42"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
checksum = "bf88cd67e9de251c1781dbe2f641a1a3ad66eaae831b8a2c38fbdc5ddae16d4d"
dependencies = [
"cc",
"libc",
@@ -3587,9 +3587,9 @@ dependencies = [
[[package]]
name = "mimalloc"
version = "0.1.46"
version = "0.1.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
checksum = "b1791cbe101e95af5764f06f20f6760521f7158f69dbf9d6baf941ee1bf6bc40"
dependencies = [
"libmimalloc-sys",
]
@@ -4747,9 +4747,9 @@ checksum = "640c9bd8497b02465aeef5375144c26062e0dcd5939dfcbb0f5db76cb8c17c73"
[[package]]
name = "r-efi"
version = "5.2.0"
version = "5.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
[[package]]
name = "radium"
@@ -5181,9 +5181,9 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.23.27"
version = "0.23.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321"
checksum = "7160e3e10bf4535308537f3c4e1641468cd0e485175d6163087c0393c7d46643"
dependencies = [
"log",
"once_cell",
@@ -5717,12 +5717,9 @@ dependencies = [
[[package]]
name = "slab"
version = "0.4.9"
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
[[package]]
name = "smallvec"
@@ -7301,9 +7298,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "utoipa"
version = "5.3.1"
version = "5.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "435c6f69ef38c9017b4b4eea965dfb91e71e53d869e896db40d1cf2441dd75c0"
checksum = "2fcc29c80c21c31608227e0912b2d7fddba57ad76b606890627ba8ee7964e993"
dependencies = [
"indexmap 2.9.0",
"serde",
@@ -7313,9 +7310,9 @@ dependencies = [
[[package]]
name = "utoipa-gen"
version = "5.3.1"
version = "5.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a77d306bc75294fd52f3e99b13ece67c02c1a2789190a6f31d32f736624326f7"
checksum = "6d79d08d92ab8af4c5e8a6da20c47ae3f61a0f1dabc1997cdf2d082b757ca08b"
dependencies = [
"proc-macro2",
"quote",
+2 -2
View File
@@ -8,11 +8,11 @@
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@types/node": "^24.0.1",
"@types/node": "^24.0.3",
"eslint": "^9.29.0",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.34.0",
"typescript-eslint": "^8.34.1",
"vitest": "^3.2.3"
},
"dependencies": {
+3 -3
View File
@@ -17,9 +17,9 @@
"@astrojs/starlight-tailwind": "^4.0.1",
"@iconify-json/tabler": "^1.2.19",
"@tailwindcss/vite": "^4.1.10",
"astro": "^5.9.3",
"astro": "^5.9.4",
"astro-icon": "^1.1.5",
"chart.js": "^4.4.9",
"chart.js": "^4.5.0",
"chartjs-chart-error-bars": "^4.4.4",
"chartjs-plugin-deferred": "^2.0.0",
"clsx": "^2.1.1",
@@ -43,6 +43,6 @@
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.12",
"typescript-eslint": "^8.34.0"
"typescript-eslint": "^8.34.1"
}
}
+2 -2
View File
@@ -16,7 +16,7 @@
"@astrojs/tailwind": "^5.1.5",
"@nanostores/persistent": "^1.0.0",
"@nanostores/solid": "^1.0.0",
"astro": "^5.9.3",
"astro": "^5.9.4",
"astro-icon": "^1.1.5",
"nanostores": "^1.0.1",
"solid-icons": "^1.1.0",
@@ -39,6 +39,6 @@
"quicktype": "^23.2.6",
"sharp": "^0.34.2",
"tailwindcss": "^3.4.17",
"typescript-eslint": "^8.34.0"
"typescript-eslint": "^8.34.1"
}
}
+1 -1
View File
@@ -25,7 +25,7 @@
"globals": "^16.2.0",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.34.0",
"typescript-eslint": "^8.34.1",
"vite": "^6.3.5"
}
}
+2 -2
View File
@@ -19,7 +19,7 @@
"devDependencies": {
"@eslint/js": "^9.29.0",
"@types/express": "^5.0.3",
"@types/node": "^24.0.1",
"@types/node": "^24.0.3",
"compression": "^1.8.0",
"cross-env": "^7.0.3",
"eslint": "^9.29.0",
@@ -28,7 +28,7 @@
"prettier": "^3.5.3",
"sirv": "^3.0.1",
"tailwindcss": "^3.4.17",
"typescript-eslint": "^8.34.0",
"typescript-eslint": "^8.34.1",
"vite": "^6.3.5",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-solid": "^2.11.6"
+2 -2
View File
@@ -12,13 +12,13 @@
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@types/node": "^24.0.1",
"@types/node": "^24.0.3",
"eslint": "^9.29.0",
"prettier": "^3.5.3",
"quicktype": "^23.2.6",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.34.0"
"typescript-eslint": "^8.34.1"
},
"dependencies": {
"csv-parse": "^5.6.0",
+377 -384
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -31,7 +31,7 @@
"@tanstack/solid-query": "^5.80.7",
"@tanstack/solid-table": "^8.21.3",
"@tanstack/table-core": "^8.21.3",
"chart.js": "^4.4.9",
"chart.js": "^4.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"codemirror": "^6.0.1",
@@ -64,13 +64,13 @@
"eslint-plugin-tailwindcss": "^3.18.0",
"globals": "^16.2.0",
"jsdom": "^26.1.0",
"postcss": "^8.5.5",
"postcss": "^8.5.6",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.12",
"tailwindcss": "^3.4.17",
"ts-proto": "^2.7.5",
"typescript": "^5.8.3",
"typescript-eslint": "^8.34.0",
"typescript-eslint": "^8.34.1",
"vite": "^6.3.5",
"vite-plugin-solid": "^2.11.6",
"vite-tsconfig-paths": "^5.1.4",
+2 -2
View File
@@ -17,7 +17,7 @@
"@astrojs/tailwind": "^5.1.5",
"@kobalte/core": "^0.13.10",
"@nanostores/solid": "^1.0.0",
"astro": "^5.9.3",
"astro": "^5.9.4",
"astro-icon": "^1.1.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@@ -43,6 +43,6 @@
"sharp": "^0.34.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3",
"typescript-eslint": "^8.34.0"
"typescript-eslint": "^8.34.1"
}
}
+1 -1
View File
@@ -45,7 +45,7 @@
"prettier": "^3.5.3",
"tinybench": "^4.0.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.34.0",
"typescript-eslint": "^8.34.1",
"vite-node": "^3.2.3",
"vitest": "^3.2.3"
},
+1 -1
View File
@@ -16,7 +16,7 @@
"eslint": "^9.29.0",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.34.0",
"typescript-eslint": "^8.34.1",
"vite": "^6.3.5",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.2.3"