Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/guard-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"typescript": "^6.0.3",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Typecheck now fails

Bumping the dashboard to TypeScript 6 makes the existing typecheck script fail because tsconfig.json still uses baseUrl. With this dependency installed, pnpm --dir web/guard-dashboard exec tsc --noEmit reports TS5101 on tsconfig.json(21,5) and exits non-zero. Any workflow or developer command that runs pnpm --dir web/guard-dashboard typecheck is broken until the config is updated, for example by adding ignoreDeprecations or migrating away from baseUrl.

"vite": "^7.1.2"
}
}
Loading