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
Upgrade TypeScript 3.8.3 -> 5.8.3 across the monorepo, aligning the
v5-stable compiler with the version already used on main.
ts-jest 24 cannot compile TypeScript 5 (it relies on
ts.getMutableClone, removed in TS 5.0), so the jest toolchain is moved
to the 29.x line (jest, ts-jest, @types/jest, jest-environment-jsdom)
to match the stack already used on main.
Includes the minimal behavior-preserving source and test adjustments
the new compiler and test runner require.
0 commit comments