forked from pool/deno
update deno to version 2.4.2
Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
This commit is contained in:
22
_service
22
_service
@@ -3,28 +3,14 @@
|
||||
-->
|
||||
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/denoland/deno</param>
|
||||
<!-- param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param -->
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">v2.2.2</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service mode="manual" name="set_version"/>
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="update">false</param>
|
||||
<param name="respect-lockfile">true</param>
|
||||
<param name="method">registry</param>
|
||||
<param name="src">deno</param>
|
||||
</service>
|
||||
<service name="roast" mode="manual">
|
||||
<param name="target">deno</param>
|
||||
<param name="outfile">deno-2.2.2.tar.zst</param>
|
||||
<param name="preserve-root">true</param>
|
||||
<param name="reproducible">true</param>
|
||||
<param name="url">https://github.com/denoland/deno</param>
|
||||
<param name="revision">v2.4.2</param>
|
||||
<param name="versionrewriteregex">^v?(.*)</param>
|
||||
<param name="versionrewritepattern">$1</param>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b771fee1293b290caadb3a0df3fcebd5bbe5af327a76e37ee6293ced09461ee
|
||||
size 103373741
|
BIN
deno-2.4.2.tar.zst
(Stored with Git LFS)
Normal file
BIN
deno-2.4.2.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
21
deno.changes
21
deno.changes
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 18 04:42:52 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update to version 2.4.2:
|
||||
* fix(bundle): default "jsxImportSource" to "react" (#30082)
|
||||
* fix(check): temporarily ignore ERR_TYPES_NOT_FOUND (#29926)
|
||||
* fix(ext/node): don't throw error on invalid path input on exists and
|
||||
* existsSync (#29971)
|
||||
* fix(ext/node): validate path parameters on link and linkSync (#30061)
|
||||
* fix(lint): do not panic for many overlapping lint fixes (#30104)
|
||||
* fix(lsp): tsconfig features for 'deno check' parity (#30007)
|
||||
* fix(tsconfig): prioritize deno.json if it has compiler options (#30056)
|
||||
* fix(tsconfig): use tsc defaults for 'strict' and 'noImplicitOverride' (#30045)
|
||||
* fix(unstable): support importing files in npm packages as bytes and text
|
||||
* (#30065)
|
||||
* fix: global global should be writeable (#30032)
|
||||
* fix: early init logging (#30034)
|
||||
* fix: new signal handling (#30029)
|
||||
* fix: upgrade deno_core to 0.352.1 (#30119)
|
||||
* All other changes listed here: https://github.com/denoland/deno/compare/v2.2.2...v2.4.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 8 03:08:09 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
|
@@ -19,9 +19,9 @@
|
||||
|
||||
|
||||
%global _lto_cflags %nil
|
||||
%global _v8_version 134.4.0
|
||||
%global _v8_version 137.2.1
|
||||
Name: deno
|
||||
Version: 2.2.2
|
||||
Version: 2.4.2
|
||||
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