You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following notes about the app's dependencies should be revisited and resolved when possible:
2
+
3
+
As of 2026-07-27:
4
+
5
+
-`@types/node`: Consider updating to `26.x` in the future, but for now `24.x` still has plent of time in LTS.
6
+
-`typescript`: `7.x` removes options deprecated in TypeScript 6 and uses a new native compiler. Upgrade to TypeScript 6 first and then consider updating to v7 if/when other packages (like `eslint`) support it.
7
+
-`tslog` (test-server only): `5.x` is ESM-only and replaces v4's flat logger settings such as `hideLogPositionForProduction` and `prettyLogTemplate`. Updating will require some migration.
0 commit comments