jun 11, 2026
6 links from the engineering internet.
deno 2.8.3 adds compile watch mode and ml-dsa webcrypto support
the runtime's patch adds watch mode to deno compile, ml-dsa jwk import and export in webcrypto, --env-file support in dependency and registry subcommands, a priority option on fetch requestinit, and node:http2 auto-instrumented with opentelemetry.
rolldown 1.1.0 enables lazy barrel optimization by default
the rust bundler flips experimental.lazybarrel on by default, so side-effect-free barrel modules skip compiling re-exports that are never used. component libraries like ant design and mui icons build faster. it's a behavior change from 1.0.3.
huggingface_hub 1.19.0 adds keyless oidc auth for ci
the hub client adds trusted publishers, so ci workflows authenticate via oidc token exchange instead of a stored hf_token secret. github actions works out of the box with short-lived, repo-scoped tokens. it also adds hf:// uris and expose-ports for jobs.
accelerate 1.14.0 adds amd rocm support and fsdp2 fixes
hugging face accelerate ships amd rocm support plus a batch of fsdp2 hardening: correct dtype handling on load, sharding of embeddings and norms, qlora crash prevention, and a more robust auto-wrap policy.
ash 3.28.0 adds byte_size validation and pre-codegen type checks
the elixir framework adds a byte_size validation and now verifies types before generated code runs, catching unspecified or unusable types early. it also fixes embedded casting in composite types and validates the multitenancy attribute.
ruby standard 1.55.0 bumps bundled rubocop to 1.87.0
the ruby standard linter and formatter releases 1.55.0, updating its bundled rubocop to 1.87.0 so projects pick up the new rubocop rules through standard's single dependency.