prometheus/web
George Krajcsovits 6d0ecf7344
ui: update npm dependencies for 3.13 release (#18950)
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>
2026-06-17 16:58:09 +02:00
..
api Merge pull request #18927 from yashanil98/fix/issue-18841-sha256-rule-pagination-token 2026-06-16 14:49:54 +02:00
ui ui: update npm dependencies for 3.13 release (#18950) 2026-06-17 16:58:09 +02:00
federate.go Refactor parse.go into an instance-based Parser interface 2026-02-11 11:21:49 +01:00
federate_test.go chore: fix httpNoBody issues from gocritic 2026-03-02 20:06:30 +01:00
web.go web/api: reject 0 for limit and batch_size in search endpoints (#18724) 2026-05-19 15:05:45 +00:00
web_test.go web/api: remove deprecated DELETE /api/v1/series endpoint (#18083) 2026-04-07 13:49:24 +02:00