wu-sheng opened a new pull request, #3: URL: https://github.com/apache/skywalking-horizon-ui/pull/3
Bumps the two libs Phase 2 will start touching, before any code calls into them. Conservative — no major framework bumps: | Lib | From | To | Why | |---|---|---|---| | `echarts` | ^5.5.1 | ^6.0.0 | Current major; vantage uses 6. Used by every dashboard widget. | | `monaco-editor` | ^0.52.0 | ^0.55.0 | Current. Will be used for MQE / YAML editing in Stages 2.x and 6. | ### NOT bumping (deferred) - `vue-router` 4.6.x → 5.0.6 — major rewrite, no urgency - `pinia` 2.2.6 → 3.0.4 — major; requires Vue 3.5+ which we have, but no code pressure yet - `zod` 3 → 4 — major - `chokidar` 4 → 5 — major These wait until either: a) we get bitten by a missing feature, or b) Phase 8 polish window. ### Verified - `pnpm install` clean - `pnpm -r run type-check` green - `pnpm --filter ui build` produces a 136 kB JS bundle (was 134 kB on echarts 5 — within noise) Stacked on PR #2 (templates loader). Merge order: #1 → #2 → #3. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
