mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 05:13:32 +00:00
chore(deps): update pinned dependencies
Bumps the exact-pinned deps, which caret ranges never pick up: turbo, @playwright/test, @sentry/vite-plugin, vite-plugin-compression2, react-icons, @base-ui/react, electron-builder, and the ts-essentials / rimraf catalog entries. Plus dotenv ^16 -> ^17 (one consumer, `import 'dotenv/config'`) and wait-on ^7 -> ^9 (devDep, one CLI call). No CI change needed for playwright: the workflow already derives its browser cache key from `pnpm ls @playwright/test`. Deliberately does NOT run a blanket `pnpm update -r`. Refreshing caret drift pulls @types/express-serve-static-core 5.0.6 -> 5.1.3, which widens `req.params` values to `string | string[]` and fails typecheck in 39 places across 8 routers. The widening is correct — express 5 can produce array params — but adopting it is a source change of its own, and pnpm 11 cannot pin around it (overrides in package.json are silently ignored, and the pnpm-workspace.yaml equivalent does not re-resolve). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NWs1vf42msmoJ21ABvQMpm
This commit is contained in:
+2
-2
@@ -41,14 +41,14 @@
|
||||
"format:check": "oxfmt --check"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "1.60.0",
|
||||
"@playwright/test": "1.62.1",
|
||||
"@types/node": "catalog:",
|
||||
"cross-env": "^7.0.3",
|
||||
"oxfmt": "^0.42.0",
|
||||
"oxlint": "^1.78.0",
|
||||
"oxlint-tsgolint": "^7.0.2001",
|
||||
"rimraf": "catalog:",
|
||||
"turbo": "2.8.20",
|
||||
"turbo": "2.10.10",
|
||||
"typescript": "catalog:"
|
||||
},
|
||||
"packageManager": "pnpm@11.1.2+sha512.415a1cc25974731e75455c1468371be74c5aa5fb7621b50d4056d222451609f11412f23fd602e6169f1e060466641f798597e1be961a10688836a67b16569499",
|
||||
|
||||
Reference in New Issue
Block a user