Update Rust and JS dependencies.

This commit is contained in:
Sebastian Jeltsch
2025-06-28 08:27:52 +02:00
parent b7eb1dc56b
commit 8dda807001
13 changed files with 874 additions and 818 deletions

48
Cargo.lock generated
View File

@@ -993,9 +993,9 @@ dependencies = [
[[package]]
name = "bumpalo"
version = "3.18.1"
version = "3.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793db76d6187cd04dff33004d8e6c9cc4e05cd330500379d2394209271b4aeee"
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
dependencies = [
"allocator-api2",
]
@@ -1399,9 +1399,9 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
[[package]]
name = "crunchy"
version = "0.2.3"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
[[package]]
name = "crypto-bigint"
@@ -1574,7 +1574,7 @@ dependencies = [
"deno_ops",
"deno_unsync",
"futures",
"indexmap 2.9.0",
"indexmap 2.10.0",
"libc",
"memoffset",
"parking_lot",
@@ -2661,7 +2661,7 @@ dependencies = [
"futures-core",
"futures-sink",
"http",
"indexmap 2.9.0",
"indexmap 2.10.0",
"slab",
"tokio",
"tokio-util",
@@ -3119,9 +3119,9 @@ dependencies = [
[[package]]
name = "indexmap"
version = "2.9.0"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
dependencies = [
"equivalent",
"hashbrown 0.15.4",
@@ -3404,9 +3404,9 @@ dependencies = [
[[package]]
name = "libredox"
version = "0.1.3"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
checksum = "1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638"
dependencies = [
"bitflags",
"libc",
@@ -4259,7 +4259,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"
dependencies = [
"fixedbitset",
"indexmap 2.9.0",
"indexmap 2.10.0",
]
[[package]]
@@ -5371,9 +5371,9 @@ dependencies = [
[[package]]
name = "schemars"
version = "1.0.0"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "febc07c7e70b5db4f023485653c754d76e1bbe8d9dbfa20193ce13da9f9633f4"
checksum = "ab5f657913eee4bddb062d3aa42193b9285e0e333f852885909a27d867579f2a"
dependencies = [
"dyn-clone",
"ref-cast",
@@ -5384,9 +5384,9 @@ dependencies = [
[[package]]
name = "schemars_derive"
version = "1.0.0"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1eeedaab7b1e1d09b5b4661121f4d27f9e7487089b0117833ccd7a882ee1ecc"
checksum = "5d367383cbc8d37ce3aa513ca69daf21053d8e96c999fec305c2b402d790e66c"
dependencies = [
"proc-macro2",
"quote",
@@ -5542,7 +5542,7 @@ version = "1.0.140"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
dependencies = [
"indexmap 2.9.0",
"indexmap 2.10.0",
"itoa",
"memchr",
"ryu",
@@ -5829,7 +5829,7 @@ dependencies = [
"bitflags",
"cc",
"fallible-iterator",
"indexmap 2.9.0",
"indexmap 2.10.0",
"log",
"memchr",
"phf",
@@ -5988,7 +5988,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4740e53eaf68b101203c1df0937d5161a29f3c13bceed0836ddfe245b72dd000"
dependencies = [
"anyhow",
"indexmap 2.9.0",
"indexmap 2.10.0",
"serde",
"serde_json",
"swc_cached",
@@ -6100,7 +6100,7 @@ checksum = "65f21494e75d0bd8ef42010b47cabab9caaed8f2207570e809f6f4eb51a710d1"
dependencies = [
"better_scoped_tls",
"bitflags",
"indexmap 2.9.0",
"indexmap 2.10.0",
"once_cell",
"phf",
"rustc-hash 1.1.0",
@@ -6169,7 +6169,7 @@ checksum = "76c76d8b9792ce51401d38da0fa62158d61f6d80d16d68fe5b03ce4bf5fba383"
dependencies = [
"base64 0.21.7",
"dashmap",
"indexmap 2.9.0",
"indexmap 2.10.0",
"once_cell",
"serde",
"sha1",
@@ -6209,7 +6209,7 @@ version = "0.134.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "029eec7dd485923a75b5a45befd04510288870250270292fc2c1b3a9e7547408"
dependencies = [
"indexmap 2.9.0",
"indexmap 2.10.0",
"num_cpus",
"once_cell",
"rustc-hash 1.1.0",
@@ -7029,7 +7029,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"fallible-iterator",
"indexmap 2.9.0",
"indexmap 2.10.0",
"indoc",
"infer",
"itertools 0.14.0",
@@ -7302,7 +7302,7 @@ version = "5.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fcc29c80c21c31608227e0912b2d7fddba57ad76b606890627ba8ee7964e993"
dependencies = [
"indexmap 2.9.0",
"indexmap 2.10.0",
"serde",
"serde_json",
"utoipa-gen",
@@ -8171,7 +8171,7 @@ dependencies = [
"arbitrary",
"crc32fast",
"flate2",
"indexmap 2.9.0",
"indexmap 2.10.0",
"memchr",
"zopfli",
]

View File

@@ -7,10 +7,10 @@
"manual-test": "vitest run # Not hermetic, don't run @CI"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@types/node": "^24.0.3",
"eslint": "^9.29.0",
"prettier": "^3.6.0",
"@eslint/js": "^9.30.0",
"@types/node": "^24.0.6",
"eslint": "^9.30.0",
"prettier": "^3.6.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.35.0",
"vitest": "^3.2.4"

View File

@@ -16,7 +16,7 @@
"@astrojs/starlight": "^0.34.4",
"@astrojs/starlight-tailwind": "^4.0.1",
"@iconify-json/tabler": "^1.2.19",
"@tailwindcss/vite": "^4.1.10",
"@tailwindcss/vite": "^4.1.11",
"astro": "^5.10.1",
"astro-icon": "^1.1.5",
"chart.js": "^4.5.0",
@@ -26,22 +26,22 @@
"sharp": "^0.34.2",
"solid-js": "^1.9.7",
"starlight-links-validator": "^0.17.0",
"starlight-openapi": "^0.19.0",
"starlight-openapi": "^0.19.1",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.10",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3"
},
"devDependencies": {
"@astrojs/sitemap": "^3.4.1",
"@astrojs/solid-js": "^5.1.0",
"@eslint/js": "^9.29.0",
"@eslint/js": "^9.30.0",
"astro-robots-txt": "^1.0.0",
"eslint": "^9.29.0",
"eslint": "^9.30.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-solid": "^0.14.5",
"eslint-plugin-tailwindcss": "4.0.0-alpha.0",
"globals": "^16.2.0",
"prettier": "^3.6.0",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.13",
"typescript-eslint": "^8.35.0"

View File

@@ -25,16 +25,16 @@
},
"devDependencies": {
"@astrojs/solid-js": "^5.1.0",
"@eslint/js": "^9.29.0",
"@eslint/js": "^9.30.0",
"@iconify-json/tabler": "^1.2.19",
"@tailwindcss/typography": "^0.5.16",
"@types/dateformat": "^5.0.3",
"eslint": "^9.29.0",
"eslint": "^9.30.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-solid": "^0.14.5",
"eslint-plugin-tailwindcss": "^3.18.0",
"globals": "^16.2.0",
"prettier": "^3.6.0",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"quicktype": "^23.2.6",
"sharp": "^0.34.2",

View File

@@ -15,15 +15,15 @@
"react-dom": "^19.1.0"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@eslint/js": "^9.30.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"eslint": "^9.29.0",
"eslint": "^9.30.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.2.0",
"prettier": "^3.6.0",
"prettier": "^3.6.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.35.0",
"vite": "^6.3.5"

View File

@@ -17,20 +17,20 @@
"trailbase": "workspace:*"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@eslint/js": "^9.30.0",
"@types/express": "^5.0.3",
"@types/node": "^24.0.3",
"@types/node": "^24.0.6",
"compression": "^1.8.0",
"cross-env": "^7.0.3",
"eslint": "^9.29.0",
"eslint": "^9.30.0",
"express": "^5.1.0",
"globals": "^16.2.0",
"prettier": "^3.6.0",
"prettier": "^3.6.2",
"sirv": "^3.0.1",
"tailwindcss": "^3.4.17",
"typescript-eslint": "^8.35.0",
"vite": "^6.3.5",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-solid": "^2.11.6"
"vite-plugin-solid": "^2.11.7"
}
}

View File

@@ -11,10 +11,10 @@
"check": "tsc --noEmit --skipLibCheck && eslint"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@types/node": "^24.0.3",
"eslint": "^9.29.0",
"prettier": "^3.6.0",
"@eslint/js": "^9.30.0",
"@types/node": "^24.0.6",
"eslint": "^9.30.0",
"prettier": "^3.6.2",
"quicktype": "^23.2.6",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",

View File

@@ -14,7 +14,7 @@
"dependencies": {
"@tanstack/db": "^0.0.12",
"@tanstack/db-collections": "^0.0.15",
"@tanstack/query-core": "^5.81.2",
"@tanstack/query-core": "^5.81.5",
"@tanstack/react-db": "^0.0.12",
"@tanstack/store": "^0.7.1",
"react": "^19.1.0",
@@ -22,18 +22,18 @@
"trailbase": "workspace:*"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@eslint/js": "^9.30.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.5.2",
"eslint": "^9.29.0",
"@vitejs/plugin-react": "^4.6.0",
"eslint": "^9.30.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.2.0",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.12",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.13",
"typescript": "~5.8.3",
"typescript-eslint": "^8.34.1",
"typescript-eslint": "^8.35.0",
"vite": "^6.3.5"
}
}

1544
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -14,11 +14,11 @@
},
"dependencies": {
"@antv/x6": "^2.18.1",
"@bufbuild/protobuf": "^2.5.2",
"@bufbuild/protobuf": "^2.6.0",
"@codemirror/autocomplete": "^6.18.6",
"@codemirror/lang-sql": "^6.9.0",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.37.2",
"@codemirror/view": "^6.38.0",
"@corvu/resizable": "^0.2.5",
"@kobalte/core": "^0.13.10",
"@kobalte/utils": "^0.9.1",
@@ -27,8 +27,8 @@
"@panzoom/panzoom": "^4.6.0",
"@solid-primitives/memo": "^1.4.2",
"@solidjs/router": "^0.15.3",
"@tanstack/solid-form": "^1.12.3",
"@tanstack/solid-query": "^5.81.2",
"@tanstack/solid-form": "^1.12.4",
"@tanstack/solid-query": "^5.81.5",
"@tanstack/solid-table": "^8.21.3",
"@tanstack/table-core": "^8.21.3",
"chart.js": "^4.5.0",
@@ -49,30 +49,30 @@
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@eslint/js": "^9.30.0",
"@iconify-json/tabler": "^1.2.19",
"@solidjs/testing-library": "^0.8.10",
"@tailwindcss/typography": "^0.5.16",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.6.1",
"@types/geojson": "^7946.0.16",
"@types/leaflet": "^1.9.18",
"@types/leaflet": "^1.9.19",
"@types/wicg-file-system-access": "^2023.10.6",
"autoprefixer": "^10.4.21",
"eslint": "^9.29.0",
"eslint": "^9.30.0",
"eslint-plugin-solid": "^0.14.5",
"eslint-plugin-tailwindcss": "^3.18.0",
"globals": "^16.2.0",
"jsdom": "^26.1.0",
"postcss": "^8.5.6",
"prettier": "^3.6.0",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.13",
"tailwindcss": "^3.4.17",
"ts-proto": "^2.7.5",
"typescript": "^5.8.3",
"typescript-eslint": "^8.35.0",
"vite": "^6.3.5",
"vite-plugin-solid": "^2.11.6",
"vite-plugin-solid": "^2.11.7",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4"
}

View File

@@ -29,15 +29,15 @@
"trailbase": "file:../client"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@eslint/js": "^9.30.0",
"@iconify-json/tabler": "^1.2.19",
"@tailwindcss/typography": "^0.5.16",
"eslint": "^9.29.0",
"eslint": "^9.30.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-solid": "^0.14.5",
"eslint-plugin-tailwindcss": "^3.18.0",
"globals": "^16.2.0",
"prettier": "^3.6.0",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.13",
"sharp": "^0.34.2",

View File

@@ -35,14 +35,14 @@
"check": "tsc --noEmit --skipLibCheck && eslint"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"eslint": "^9.29.0",
"@eslint/js": "^9.30.0",
"eslint": "^9.30.0",
"execa": "^9.6.0",
"globals": "^16.2.0",
"http-status": "^2.1.0",
"jsdom": "^26.1.0",
"oauth2-mock-server": "^8.1.0",
"prettier": "^3.6.0",
"prettier": "^3.6.2",
"tinybench": "^4.0.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.35.0",

View File

@@ -12,9 +12,9 @@
"test": "vitest run"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"eslint": "^9.29.0",
"prettier": "^3.6.0",
"@eslint/js": "^9.30.0",
"eslint": "^9.30.0",
"prettier": "^3.6.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.35.0",
"vite": "^6.3.5",