Patch Changes
- 0dd23e8: Copy
css.d.tsinto the Docker build stage so the app image compiles. The
TypeScript 6 upgrade added ambientdeclare module '*.css'declarations in
css.d.tsto satisfy TS2882 for side-effect stylesheet imports, but the
Dockerfiles only copiedmdx.d.ts, sonext buildfailed inside the
container. - e882576: Fix "Save Alert" doing nothing when editing an existing saved-search alert. The
alert form schema now accepts the persistednumConsecutiveWindows: nullvalue
(so form validation no longer silently blocks submission), and the update
request resolves the alert id from the selected tab instead of an unregistered
form field. - f865d88: feat: Allow freeform text in VirtualMultiSelect
- @hyperdx/api@2.30.1