jun 27, 2026
6 links from the engineering internet.
uv 0.11.25 hardens tar handling and adds scoped dependency overrides
astral's python package manager updates its bundled tar library to harden archive handling against parser differentials, and adds scoped dependency overrides and exclusions plus lockfile and dependency-marker fixes.
prettier 3.9 ships major parser upgrades and formatting improvements
the code formatter's first minor since 3.8 lands major parser upgrades and a round of formatting improvements across the languages it supports. the release links out to a blog post for the full rundown.
babel 8.0.3 patches the typescript plugin types and standalone react
the javascript compiler ships a patch on the babel 8 line, dropping the istsx property from the syntax-typescript plugin types in babel-core and switching babel-standalone to runtime classic so react works in the browser build.
home assistant 2026.7 beta drops mycroft and thermoworks smoke integrations
the second beta of the smart-home platform's july release rolls up bug fixes for job subscriptions and entity crashes, refreshes integration dependencies, and removes the deprecated mycroft and thermoworks smoke integrations.
litellm 1.90.0 standardizes rate-limit errors and adds valkey semantic caching
the llm gateway standardizes rate-limit error responses, migrates its ui to path-based routing, adds valkey semantic caching and e2b code-execution primitives, and wires in cisco ai defense and crowdstrike guardrail integrations.
llama.cpp adds a cudamemcpy2dasync fast path to its cuda copy kernel
the inference engine's b9827 build adds a cudamemcpy2dasync fast path to ggml_cuda_cpy, trimming overhead on cuda tensor copies. one of six server and backend builds the project tagged through the day.