Merge branch 'main' into planner-route-data-seam

This commit is contained in:
Ullrich Schäfer 2026-06-10 01:48:18 +02:00 committed by GitHub
commit bf0f7f8d9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 1541 additions and 1627 deletions

View file

@ -1,4 +1,4 @@
FROM node:25-slim AS base
FROM node:26-slim AS base
# curl is used by the docker-compose healthcheck (node:25-slim is Debian
# trixie-slim and ships neither curl nor wget by default).
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && rm -rf /var/lib/apt/lists/*

View file

@ -34,7 +34,7 @@
"@trails-cool/ui": "workspace:*",
"codemirror": "^6.0.2",
"drizzle-orm": "catalog:",
"isbot": "^5.1.40",
"isbot": "^5.1.41",
"lib0": "^0.2.117",
"pino": "^10.3.1",
"prom-client": "^15.1.3",
@ -54,8 +54,8 @@
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@types/ws": "^8.18.1",
"@vitest/browser": "^4.1.7",
"@vitest/browser-playwright": "^4.1.7",
"@vitest/browser": "^4.1.8",
"@vitest/browser-playwright": "^4.1.8",
"leaflet.markercluster": "^1.5.3",
"pino-pretty": "^13.1.3",
"tailwindcss": "catalog:",