SHA256
7
0
forked from pool/deno

update: bump package to v2.4.5

Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
This commit is contained in:
Soc Virnyl Estela
2025-09-15 23:49:49 +08:00
parent e8a7751d66
commit 99b77c6f1b
6 changed files with 49 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
<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.4</param>
<param name="revision">v2.4.5</param>
<param name="versionrewriteregex">^v?(.*)</param>
<param name="versionrewritepattern">$1</param>
<param name="changesgenerate">true</param>

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,45 @@
-------------------------------------------------------------------
Mon Sep 15 14:53:43 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Update to version 2.4.5:
* 2.4.5 (#30476)
* feat(install): more informative deno install output (#30387)
* perf(ext/net): change the default TCP backlog to 512 (#30471)
* feat(unstable/install): `DENO_INSTALL_ARCH` env var (#30473)
* fix(lsp): silence tsc debug failures for inlay hints (#30456)
* chore: make `specs::outdated::pre_release_latest_tag` less flaky (#30474)
* fix: enable keyring features and dont clear token when config is missing (#30468)
* fix(publish): handle precompile in jsx publishing (#30466)
* fix(ext/node): validate callback on `fs.mkdtemp` and `fs.stat` (#30454)
* refactor: add deno_maybe_sync crate (#30459)
* fix(unstable): parsing regex in selector with character class (#30462)
* fix(lsp): fix import specifiers in file rename changes (#30458)
* fix(fmt): do not remove parens for jsdoc with `@satisfies` (#30453)
* fix(ext/node): TLS emit close event on parent socket (#30451)
* test: add ability to ignore Node compat tests (#30439)
* fix(cache): cache excluded modules explicitly provided on the command line (#30442)
* fix(resolver): update "with --unstable-sloppy-imports" message to use "--sloppy-imports" (#30421)
* fix(ext/node): bad compression caused by invalid brotli params (#30437)
* fix(ext/node): `os.setPriority` and `os.getPriority` compatibility (#30383)
* fix(std/fs): implement `chmod` on windows (#30436)
* feat(lsp): pull-based diagnostics (#30325)
* fix(ext/node): export `promises` from stream (#30427)
* fix(ext/node): mTLS support for `node:tls` (#30426)
* fix(node/fs): cp should not create subfolder when both source and target are directories (#30408)
* fix(unstable): fix json repl bugs (#30415)
* fix(test): set cwd when running node compatibility tests (#30422)
* fix(ext/node): tls upgrades for used sockets (#30418)
* chore: update keyring to v3.6.3 (#30390)
* refactor(ext/node): rewrite net.Socket and net.Server to use ES5 class (#30419)
* fix(bundle): allow json imports without attribute in deno bundle, support require of json (#30413)
* refactor: make it easier to get closest package.json files (#30420)
* fix(outdated): use version tagged as latest if it satisfies the version req (#30412)
* refactor: rename deploy env vars (#30393)
* refactor(resolver): improve and expose details of CouldNotResolveError (#30410)
* fix: support cjs, cts, mjs, and mts for the `--ext` flag (#30398)
* chore: fix lint warnings (#30399)
* fix: add missing cargo feature to 'deno_npm_cache' crate (#30397)
-------------------------------------------------------------------
Mon Sep 01 15:18:49 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.4
Version: 2.4.5
Release: 0
Summary: A secure JavaScript and TypeScript runtime
License: MIT

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

Binary file not shown.