Accepting request 1231178 from devel:languages:javascript

- Update to version 2.1.4:
  * feat(unstable): support caching npm dependencies only as they're needed
  * refactor(lint): manage schema files for linter in Deno repo
  * fix(outdated): error when there are no config files
  * chore(tests): Deprecate remaining usages of itest in check tests
  * fix(lint): do not error providing --allow-import
  * fix(outdated): respect --quiet flag for hints
  * perf(compile): improve FileBackedVfsFile
  * fix: replace the @deno-types with @ts-types
  * fix(outdated): show a suggestion for updating
  * fix(compile): correct read length for transpiled typescript files
  * chore: reduce allocations in a few places
  * fix(unstable): don't unwrap optional state in otel
  * fix: do not error when subpath has an @ symbol
  * fix(node): update list of builtin node modules, add missing export to _http_common
  * fix(ext/node): handle Float16Array in node:v8 module
  * refactor: Make `deno_runtime::shared` module public
  * fix(task): do not always kill child on ctrl+c on windows
  * fix: do not panic when fetching invalid file url on Windows
  * test(ext/node): remove flaky node:dgram compat test case
  * fix(ext/node): accept file descriptor in fs.readFile(Sync)
  * chore: add script to check remaining node compat cases

OBS-URL: https://build.opensuse.org/request/show/1231178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=59
This commit is contained in:
Ana Guerrero 2024-12-16 18:11:09 +00:00 committed by Git OBS Bridge
commit 7092c31ca8
8 changed files with 38 additions and 12 deletions

View File

@ -8,7 +8,7 @@
<param name="url">https://github.com/denoland/deno</param> <param name="url">https://github.com/denoland/deno</param>
<!-- param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param --> <!-- param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param -->
<param name="versionformat">@PARENT_TAG@</param> <param name="versionformat">@PARENT_TAG@</param>
<param name="revision">v2.1.3</param> <param name="revision">v2.1.4</param>
<param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param> <param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
@ -22,7 +22,7 @@
</service> </service>
<service name="roast" mode="manual"> <service name="roast" mode="manual">
<param name="target">deno</param> <param name="target">deno</param>
<param name="outfile">deno-2.1.3.tar.zst</param> <param name="outfile">deno-2.1.4.tar.zst</param>
<param name="preserve-root">true</param> <param name="preserve-root">true</param>
<param name="reproducible">true</param> <param name="reproducible">true</param>
</service> </service>

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/denoland/deno</param> <param name="url">https://github.com/denoland/deno</param>
<param name="changesrevision">7f9b1ff30f7d9880b7c825c2b5f2de3137343d76</param></service></servicedata> <param name="changesrevision">b32ed7516cfdaaff76203ca530796d6a1235568d</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0937523fb817c16c415579d5d574236ac9042d4cc0ac40474f0fb30ee08b8987
size 100099315

3
deno-2.1.4.tar.zst Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c3ff2b71038fff45f7708a56502c825bbc828ac1284d274222a33738e854f52a
size 100100282

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sat Dec 14 02:13:48 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Update to version 2.1.4:
* feat(unstable): support caching npm dependencies only as they're needed
* refactor(lint): manage schema files for linter in Deno repo
* fix(outdated): error when there are no config files
* chore(tests): Deprecate remaining usages of itest in check tests
* fix(lint): do not error providing --allow-import
* fix(outdated): respect --quiet flag for hints
* perf(compile): improve FileBackedVfsFile
* fix: replace the @deno-types with @ts-types
* fix(outdated): show a suggestion for updating
* fix(compile): correct read length for transpiled typescript files
* chore: reduce allocations in a few places
* fix(unstable): don't unwrap optional state in otel
* fix: do not error when subpath has an @ symbol
* fix(node): update list of builtin node modules, add missing export to _http_common
* fix(ext/node): handle Float16Array in node:v8 module
* refactor: Make `deno_runtime::shared` module public
* fix(task): do not always kill child on ctrl+c on windows
* fix: do not panic when fetching invalid file url on Windows
* test(ext/node): remove flaky node:dgram compat test case
* fix(ext/node): accept file descriptor in fs.readFile(Sync)
* chore: add script to check remaining node compat cases
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 7 14:32:55 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org> Sat Dec 7 14:32:55 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>

View File

@ -1,4 +1,4 @@
name: deno name: deno
version: 2.1.3 version: 2.1.4
mtime: 1733441783 mtime: 1733887887
commit: 7f9b1ff30f7d9880b7c825c2b5f2de3137343d76 commit: b32ed7516cfdaaff76203ca530796d6a1235568d

View File

@ -21,7 +21,7 @@
%global _lto_cflags %nil %global _lto_cflags %nil
%global _v8_version 130.0.1 %global _v8_version 130.0.1
Name: deno Name: deno
Version: 2.1.3 Version: 2.1.4
Release: 0 Release: 0
Summary: A secure JavaScript and TypeScript runtime Summary: A secure JavaScript and TypeScript runtime
License: MIT License: MIT

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:7c929de726b233fc968e866fd4b7eea145b33b1f5a3870e65e55ff29ddec6f91 oid sha256:7bf0bb63ae0f6c1b8d0d68080b7090e25105ccccd99c2c9b78bf1313494b0d94
size 143610461 size 143616771