jun 23, 2026
7 links from the engineering internet.
vite 8.1.0 ships rolldown 1.1.2 and hardens server.fs.deny defaults
the web build tool's minor release bumps bundled rolldown to 1.1.2, extends the default server.fs.deny list to block more sensitive files, and fixes hmr glob matching, csp nonce handling on import maps, and incremental build error reporting.
astro 7.0.1 patches dev background mode a day after the 7.0 release
the first patch on astro 7.0 fixes astro dev wrongly auto-backgrounding in warp, network url display under --background --host, windows spawn failures in background mode, and responsive image css overriding user @layer styles.
grafana 12.4.5 fixes a datasource uid mismatch and bumps alpine
the observability platform ships patch releases v12.4.5 and v12.3.8 that return a 400 when the payload uid does not match the url uid on put /api/datasources/uid/:uid, and update the docker alpine base image to 3.24.1.
sentry-javascript 10.60.0 adds cloudflare r2 auto-instrumentation
the javascript sdk gains automatic instrumentation for cloudflare r2 buckets and a bindscopetoemitter helper for binding scopes to event emitters, plus fixes to browser http span url attributes and node diagnostics-channel compatibility.
workerd ships v1.20260623.1 fixing two persistent stub bugs
the cloudflare workers runtime tags a build fixing two bugs affecting persistent stubs, the durable-object handles that let one worker hold a live reference to another across requests.
clickhouse tags v26.3.15.4 lts maintenance patch
the analytics database ships a maintenance patch on its 26.3 long-term-support line, publishing signed client binaries, libraries, and source archives across architectures for users tracking the lts branch rather than the fast-moving release train.
llama.cpp fixes remote preset handling in its server
the inference engine's b9770 build fixes remote preset handling in llama-server and adds a test, part of its steady stream of server fixes. the same day's b9771 trims vulkan binary size by making mul_mm aligned a spec constant.