forked from pool/deno
Compare commits
3 Commits
e31b802c2c
...
e8a7751d66
Author | SHA256 | Date | |
---|---|---|---|
|
e8a7751d66 | ||
|
7c0190f036 | ||
|
ba66683714 |
6
_service
6
_service
@@ -5,13 +5,15 @@
|
||||
<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>
|
||||
<param name="changesauthor">Soc Virnyl Estela</param>
|
||||
<param name="changesemail">uncomfyhalomacro@opensuse.org</param>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
|
BIN
deno-2.4.3.tar.zst
(Stored with Git LFS)
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
BIN
deno-2.4.4.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
122
deno.changes
122
deno.changes
@@ -1,3 +1,124 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to version 2.4.3:
|
||||
* 2.4.3 (#30251)
|
||||
* fix(tsconfig): don't use tsc-compatible defaults for deno.json compiler options (#30242)
|
||||
* perf(buffer): optimize Buffer.subarray and Buffer.prototype.utf8Slice (#30213)
|
||||
* fix(ext/node): use primordials in `ext/node/polyfills/internal_binding/pipe_wrap.ts` (#30241)
|
||||
* fix: reduce change of corrupt lockfile error when updating dependencies in the config file (#30239)
|
||||
* chore: regression where excluded path stopped being excluded (#30238)
|
||||
* fix(http): catch more tunnel close errors (#30236)
|
||||
* refactor: remove more allocations querying for permissions (#30237)
|
||||
* fix: ensure coverage dir is stored absolute to prevent issues when cwd changes (#30225)
|
||||
* fix: use 'deno_signals' crate for signal handling (#30204)
|
||||
* fix: don't invoke `Proxy` getter trap on `console.log` (#30230)
|
||||
* refactor: use Cow<Path> more in permissions (#30227)
|
||||
* fix(publish): improve diagnostic when importing from another package using a relative import (#30203)
|
||||
* refactor: remove usages of to_string_lossy().to_string() (#30224)
|
||||
* chore: remove redundant operations from README.md (#30228)
|
||||
* refactor: remove some allocations in op_require_x ops (#30212)
|
||||
* fix(ext/node): validate `fd` is integer on `fsync` and `fdatasync` (#30215)
|
||||
* fix(ext/node): use Zlib base for brotli handles (#30112)
|
||||
* refactor(node): remove some duplicate code and unnecessary allocations in node_resolver (#30209)
|
||||
* refactor: update to deno_path_util 0.5.2 (#30211)
|
||||
* fix: update setTimeout and setInterval callback type to support strin… (#30183)
|
||||
* fix(lib/node): change ERR_INVALID_PACKAGE_TARGET to ERR_PACKAGE_PATH_NOT_EXPORTED when no package.json#exports condition matches (#29841)
|
||||
* chore(bench): add missing commas in Extension struct literal (#30206)
|
||||
* fix(regression): do not error when specifying `--config` flag with `../` component (#30208)
|
||||
* fix(ext/node): fix segmentation fault when spkac is empty (#30207)
|
||||
* fix(bundle): don't force managed npm resolution (#30200)
|
||||
* fix: support package.json imports in a Deno workspace (#30198)
|
||||
* docs: Fix broken Getting Started link in CONTRIBUTING.md (#30194)
|
||||
* test: avoid race condition on node compat test runner (#30201)
|
||||
* Revert "fix(unstable): always require --allow-read permissions for raw imports (#30184)" (#30196)
|
||||
* fix(compile): do not include managed npm deps when graph does not have any npm pkgs (#30189)
|
||||
* fix(compile): do not error including npm packages that don't match current system (#30188)
|
||||
* fix: tunnels in processes that don't listen (#30178)
|
||||
* chore: mark some node compat tests as flaky (#30190)
|
||||
* fix(unstable): always require --allow-read permissions for raw imports (#30184)
|
||||
* fix(check): ensure module not found errors are surfaced (#30181)
|
||||
* fix(ext/node): implement tls.checkServerIdentitiy (#30148)
|
||||
* fix(ext/node): implement TLSSocket.getPeerCertificate (#30146)
|
||||
* fix: do not panic deserializing config with invalid number value (#30171)
|
||||
* refactor: upgrade to deno_core 0.353.0 (#30164)
|
||||
* fix(ext/node): `fs.read` and `fs.write` promisify compatibility (#30152)
|
||||
* chore: fix flaky dynamic_npm_resolution_failure (#30165)
|
||||
* fix(task): improve parsing of quotes in command substitution (#30162)
|
||||
* feat(unstable): add useful metadata to tunnel (#30161)
|
||||
* test: add ability to mark Node compat tests as flaky (#30158)
|
||||
* test: de-flake 'wasm_unreachable' test (#30157)
|
||||
* fix(lsp): improve renaming a file with bytes or text imports (#30142)
|
||||
* fix(ext/node): use primordials in `ext/node/polyfills/internal_binding/_listen.ts` (#30100)
|
||||
* chore: update deno_tunnel (#30154)
|
||||
* fix(ext/node): add process._rawDebug (#30141)
|
||||
* fix(lsp): do not error for bytes or text import of json module (#30137)
|
||||
* fix(task): show package name of task when --recursive (#30136)
|
||||
* fix(task): `--recursive` - order tasks by package dependencies (#30129)
|
||||
* refactor(lsp): move workspace_resolver to LspResolver (#30127)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 18 04:42:52 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
@@ -6064,4 +6185,3 @@ Sat Dec 19 08:57:04 UTC 2020 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
Fri Dec 4 02:20:19 UTC 2020 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- init pkg at v1.5.4
|
||||
|
||||
|
@@ -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)
BIN
registry.tar.zst
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user