diff --git a/_service b/_service index 0c85e62..9e1e476 100644 --- a/_service +++ b/_service @@ -5,11 +5,10 @@ false - keyring@4.0.0-rc.1 true registry https://github.com/denoland/deno - v2.4.3 + v2.4.4 ^v?(.*) $1 true diff --git a/deno-2.4.3.tar.zst b/deno-2.4.3.tar.zst deleted file mode 100644 index eea9e5b..0000000 --- a/deno-2.4.3.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b849ea117f1a4a0a657154358b070889f4c0be4f6fbf83ec07bc57a037778f53 -size 106343577 diff --git a/deno-2.4.4.tar.zst b/deno-2.4.4.tar.zst new file mode 100644 index 0000000..2ced26b --- /dev/null +++ b/deno-2.4.4.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db85a3c15f39e8e8d6fccd915b84a26a2d7ddd5c2cf7ec3be606f9be777b60e5 +size 108138967 diff --git a/deno.changes b/deno.changes index c0777b9..859ac34 100644 --- a/deno.changes +++ b/deno.changes @@ -1,3 +1,65 @@ +------------------------------------------------------------------- +Mon Sep 01 15:18:49 UTC 2025 - Soc Virnyl Estela + +- Update to version 2.4.4: + * 2.4.4 (#30396) + * fix(unstable): lint node properties should be enumerable (#30391) + * chore: update lint PR title name and job name (#30370) + * feat(kv): implement custom inspect for AtomicOperation (#30077) + * fix(tests): use correct path separator on unix for code_cache cleanup.ts (#30378) + * fix: android build (#30360) + * fix(unstable): update deno_tunnel for better reconnect errors (#30381) + * fix(ext/node): make some `os` exported properties read only (#30374) + * fix: upgrade deno_core to 0.355.0 (#30352) + * chore: improve pr title verification (#30367) + * fix(ext/node): accept `base64url` encoding on StringDecoder (#30366) + * fix(ext/node): handle large buffer correctly (#30369) + * chore: Rust 1.89.0 (#30364) + * fix: upgrade @node/types to 24 (#30343) + * fix: reduce progress bar flickering (#30349) + * chore: cleanup unused dependencies (#30059) + * fix(io): do not autoClose stdin readable stream (#30345) + * chore: remove zlib feature from flate2 dep in npm_cache (#30348) + * perf: reduce heap allocations and memory creating cjs wrapper module (#30344) + * fix(publish): remove incorrect `relative-package-import` diagnostic when root of workspace is package (#30333) + * refactor: improve getting WatchFlags/WatchFlagsWithPaths (#30337) + * refactor: move fill_graph into deno_resolver (#30338) + * fix(compile): ensure `Deno.build.standalone` is set in workers (#30335) + * fix(ext/node): avoid panic when `crypto.randomInt` has no arguments (#30314) + * fix(lsp): use referrer compiler options for node_modules files (#30275) + * feat(ext/kv): allow specifying default path and path prefix (#30320) + * fix(ext/node): use primordials in `ext/node/polyfills/internal_binding/buffer.ts` (#30287) + * feat(unstable): add json repl (#30307) + * fix(ext/node): use custom allocator for brotli (#30277) + * fix: make unmet peer dep error message less verbose (#30312) + * fix(ext/node): parse fs open options correctly (#30300) + * chore: rewrite tls_wrap internals to JS (#30303) + * fix(check): do not surface code resolution errors in declaration file dependencies (#30296) + * fix(ext/node): assign 'ERR_BUFFER_TOO_LARGE' to codes (#30311) + * fix(ext/node): incorrect `ERR_INVALID_ARG_VALUE` constructor arguments position (#30309) + * fix: improve handling of linked jsr packages in lockfile (#30289) + * feat(ci): migrate to Cirrus medium runners (#30070) + * perf(napi): misc napi optimizations (#30291) + * fix(ext/node): worker_threads handles basic `require` calls (#30279) + * Revert "fix(ext/node): support TLS for unix sockets" (#30284) + * chore(node): resolution mode for cjs export analysis should be require (#30252) + * feat(unstable): allow setting headers on EventSource (#30278) + * fix(ext/node): support TLS for unix sockets (#30169) + * perf: Use more efficient structuredClone API (#30258) + * fix(bundle): support importing directories with a package.json from an es module when bundling (#30273) + * fix(ext/node): define fs constants correctly across platforms (#30113) + * chore(ci): mark some tests flaky (#30268) + * fix(update): update version reqs even if locked to latest version (#30249) + * chore: remove wait dependency in scripts (#30267) + * fix(ext/node): `fs.open` and `fs.openSync` compatibility (#30191) + * fix(bundle): require of sub directory in npm package should consult package.json (#30253) + * fix(ext/node): use primordials in `ext/node/polyfills/internal_binding/node_file.ts` (#30066) + * fix(ext/node): `fs.rename` and `fs.renameSync` compatibility (#30245) + * fix(ext/node): fs readv promisify compatibility (#30149) + * refactor: remove some url to string clones (#30247) + * fix(bundle): use non-node conditions for --platform=browser (#30250) + * fix(ext/node): `fs.unlink` and `fs.unlinkSync` compatibility (#30257) + ------------------------------------------------------------------- Mon Aug 11 00:36:41 UTC 2025 - Soc Virnyl Estela diff --git a/deno.spec b/deno.spec index c3fd5e8..c956592 100644 --- a/deno.spec +++ b/deno.spec @@ -21,7 +21,7 @@ %global _lto_cflags %nil %global _v8_version 137.2.1 Name: deno -Version: 2.4.3 +Version: 2.4.4 Release: 0 Summary: A secure JavaScript and TypeScript runtime License: MIT diff --git a/registry.tar.zst b/registry.tar.zst index 1cc1d6d..34c8def 100644 --- a/registry.tar.zst +++ b/registry.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6b2c5503b31dccb211df0777ca0f355d5a4a5a4fbd627408b3b06b346e7c5710 -size 187223159 +oid sha256:045eb0bc5a50fdbc272be24429f7cf8c50c6c3fdb4188bab4dc0fe55e23d0296 +size 187243809