SHA256
7
0
forked from pool/deno

bump to version 2.4.4 #4

Manually merged
javascript merged 2 commits from uncomfyhalomacro/deno:main into main 2025-09-02 05:07:27 +02:00
6 changed files with 69 additions and 8 deletions

View File

@@ -5,11 +5,10 @@
<services>
<service name="cargo_vendor" mode="manual">
<param name="update">false</param>
<param name="update-crate">keyring@4.0.0-rc.1</param>
<param name="respect-lockfile">true</param>
<param name="method">registry</param>
<param name="url">https://github.com/denoland/deno</param>
<param name="revision">v2.4.3</param>
<param name="revision">v2.4.4</param>
<param name="versionrewriteregex">^v?(.*)</param>
<param name="versionrewritepattern">$1</param>
<param name="changesgenerate">true</param>

BIN
deno-2.4.3.tar.zst (Stored with Git LFS)

Binary file not shown.

BIN
deno-2.4.4.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,65 @@
-------------------------------------------------------------------
Mon Sep 01 15:18:49 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- 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 <uncomfyhalomacro@opensuse.org>

View File

@@ -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

BIN
registry.tar.zst (Stored with Git LFS)

Binary file not shown.