Accepting request 1067845 from devel:languages:javascript

- update to 1.31.1:
  * feat: add DENO_NO_PACKAGE_JSON env var (#17926)
  * fix(npm): lazily install package.json dependencies only when necessary
    (#17931)
  * fix(npm): package.json auto-discovery should respect --no-config and
    --no-npm (#17924)
  * fix: ensure concurrent non-statically analyzable dynamic imports
    do not sometimes fail (#17923)
  * fix: ignore workspace, git, file, http, https specifiers in package.json
    (#17934, #17938)
  * fix: regression remapping remote specifier to local file (#17935)
  * fix: remote modules should be allowed to import data urls (#17920)

OBS-URL: https://build.opensuse.org/request/show/1067845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2023-02-27 11:55:24 +00:00 committed by Git OBS Bridge
commit f3dec48cf2
6 changed files with 24 additions and 8 deletions

View File

@ -13,8 +13,8 @@
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/denoland/deno</param>
<param name="revision">c26fbe38d5a1f485a0960357c22080dd23e03ffb</param>
<param name="version">1.31.0</param>
<param name="revision">v1.31.1</param>
<param name="version">1.31.1</param>
<!-- remove large docs -->
<param name="exclude">docs</param>

View File

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

3
deno-1.31.1.tar.xz Normal file
View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Feb 26 20:00:55 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
- update to 1.31.1:
* feat: add DENO_NO_PACKAGE_JSON env var (#17926)
* fix(npm): lazily install package.json dependencies only when necessary
(#17931)
* fix(npm): package.json auto-discovery should respect --no-config and
--no-npm (#17924)
* fix: ensure concurrent non-statically analyzable dynamic imports
do not sometimes fail (#17923)
* fix: ignore workspace, git, file, http, https specifiers in package.json
(#17934, #17938)
* fix: regression remapping remote specifier to local file (#17935)
* fix: remote modules should be allowed to import data urls (#17920)
-------------------------------------------------------------------
Fri Feb 24 00:21:54 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>

View File

@ -19,7 +19,7 @@
Name: deno
Version: 1.31.0
Version: 1.31.1
Release: 0
Summary: A secure JavaScript and TypeScript runtime
License: MIT

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b3011848419a9d00743b3a43b69b1ac4d8f6205c5fd319c99b96f71eb2fc4cd
size 70602636
oid sha256:538d000dfeaf656c44c08def45d771f1fe0a79939f666ede9410e6eddd279d7f
size 70608744