BACKEND
Deno v2.6.2
RESUMEN
2.6.2 / 2025.12.19 - feat(unstable): add sandbox subcommand - fix(audit): fix deserde for transitive npm audit actions - fix(check): handle workspace members having different jsx import sources and importing each other - fix(check): regression with tsgo and no
Descripción Detallada
2.6.2 / 2025.12.19 - feat(unstable): add sandbox subcommand - fix(audit): fix deserde for transitive npm audit actions - fix(check): handle workspace members having different jsx import sources and importing each other - fix(check): regression with tsgo and node globals - fix(cli): deno tunnel when token storage isn't working or without deno.json - fix(compile): ensure temp dir exists during x64 codesign - fix(ext/node): `sqlite:backup` compatibility - fix(ext/node): add error handling functions and tests for UV bindings - fix(ext/node): avoid env permission for TERM in console and readline - fix(ext/node): fix hot loop in `setImmediate` with a pending timer - fix(ext/node): stub out Module.register and Module.registerHooks - fix(ext/node): support named pipe listen, connect and open - fix(ext/telemetry): otel baggage propagation - fix(fetch): fix SOCKS5 proxy URL validation logic - fix(flags): implement a better sandbox subcommand - fix(inspector): worker debugging support via CDP - fix(x): cache on demand when running, resolve packages with only one binary, don't fail on node-gyp if not present - fix(x): fix shim script when use custom alias name, re-enable alias tests - fix: panic on dropped inspector session - fix: update glob implementation to match with latest node
Deno v2.6.2 introduce un nuevo subcomando y corrige varios errores, pero es breaking.
- Se añade un subcomando 'sandbox' en la sección inestable.
- Se corrigen errores en auditoría de npm y en la verificación de imports JSX.
- Se solucionan problemas de compatibilidad y manejo de errores en extensiones de Node.
A quién le importa
Solo si usas Deno y dependes de la nueva funcionalidad o correcciones.
Generado por IA · puede contener errores
Releases Relacionados
BACKEND
Deno v2.7.14
### 2.7.14 / 2026.04.28 - feat(ext/node): add fs.Utf8Stream - feat(upgrade): delta updates via bsdiff patches (#33274) - fix(bundle): treat CSS same-document fragment URLs as external (#33492) - fix(cache): add missing CacheStorage.keys() and Cache.keys() methods (#33275) - fix(config): don't
BACKEND
Deno v2.7.13
### 2.7.13 / 2026.04.22 - feat(ext/node): implement node:repl module (#32799) - feat(ext/node): rewrite node:http with llhttp and native TCPWrap (#33208) - feat(upgrade): support installing from a PR (#33252) - fix(audit): migrate to bulk advisory endpoint (#33292) - fix(console): find nodejs