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
Copy file name to clipboardExpand all lines: MIGRATION_NOTES.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
Branch: `migrate-to-typescript-6`. Plan lives in `~/.cursor/plans/kibana_typescript_6.0_migration_e52bef22.plan.md`.
4
4
5
+
## Current state (2026-05-27)
6
+
7
+
- Default CI: TypeScript 5.9.3 (unchanged).
8
+
- Canary CI: TypeScript 6.0.3 via `KBN_TS_COMPILER_PACKAGE=typescript-6`, soft-fail Buildkite step, no shared GCS cache.
9
+
- Phase A complete: A1 done (downlevelIteration removed); A2 reframed as no-op; A3 deferred and split into pre-PRs; A4 folded into Phase C2; A5 research done.
10
+
- Phase B complete: canary lane wired end-to-end.
11
+
- Phase C / D not started.
12
+
- Open blockers for TS 7.0:
13
+
- A3: `moduleResolution: "bundler"` flip (~121 errors surveyed on a server-internal closure; needs 4 small fix-PRs first).
14
+
-`baseUrl` removal (gated by A3 + path normalization).
15
+
- Verdict on legacy decorators (alerting_v2 is the only meaningful user — freeze is the recommended path).
16
+
5
17
## Phase A — Harden on 5.9.3
6
18
7
19
### A1. Drop `downlevelIteration` from `tsconfig.base.json`
0 commit comments