mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-20 22:09:04 -04:00
Run `make update-npm-deps` to bump UI dependencies to their latest minor versions (mantine 9.3.1, codemirror, typescript-eslint, rollup, prettier, sass, sanitize-html and others). The minor bump pulled in @codemirror/view 6.43.1 for the workspace's direct dependencies while sibling @codemirror/* packages still resolved 6.43.0, leaving two copies in the tree and breaking the TypeScript build (CodeMirror requires a single @codemirror/view instance). Run `pnpm dedupe` in web/ui and web/ui/react-app to collapse it to a single 6.43.1, which also removes other duplicated subtrees. `make ui-build` passes. Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api | ||
| ui | ||
| federate.go | ||
| federate_test.go | ||
| web.go | ||
| web_test.go | ||