Accepting request 1113936 from devel:languages:javascript
update to 1.37.1 OBS-URL: https://build.opensuse.org/request/show/1113936 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=32
This commit is contained in:
commit
22f41fe0be
8
_service
8
_service
@ -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">v1.37.0</param>
|
||||
<param name="version">1.37.0</param>
|
||||
<param name="revision">v1.37.1</param>
|
||||
<param name="version">1.37.1</param>
|
||||
|
||||
<!-- remove large docs -->
|
||||
<param name="exclude">docs</param>
|
||||
@ -37,8 +37,8 @@
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/denoland/rusty_v8</param>
|
||||
<param name="revision">v0.76.0</param>
|
||||
<param name="version">0.76.0</param>
|
||||
<param name="revision">v0.78.0</param>
|
||||
<param name="version">0.78.0</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
||||
<!--
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44f846068a7907f52834e409cd28a79abfa8371117f2684e2e1f78c69e3db4fb
|
||||
size 3780340
|
3
deno-1.37.1.tar.xz
Normal file
3
deno-1.37.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a433757bc3a55ceb8688eefe7694fc9409fbe6e63829e8fb1e03a66d09c72e9
|
||||
size 3787552
|
32
deno.changes
32
deno.changes
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 27 21:32:05 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to 1.37.1:
|
||||
* feat(ext/web): use readableStreamDefaultReaderRead in
|
||||
* resourceForReadableStream (#20622)
|
||||
* feat(kv_queues): increase max queue delay to 30 days (#20626)
|
||||
* feat(lsp): cache all dependencies quick fix (#20665)
|
||||
* feat(lsp): support more vscode built-in settings (#20679)
|
||||
* feat(unstable): add Deno.jupyter.broadcast API (#20656)
|
||||
* fix(cli/test): clear connection pool after tests (#20680)
|
||||
* fix(ext/http): ensure that resources are closed when request
|
||||
is cancelled (#20641)
|
||||
* fix(ext/node): Fix invalid length variable reference in blitBuffer (#20648)
|
||||
* fix(ext/node): simplified array.from + map (#20653)
|
||||
* fix(ext/web): Aggregate small packets for Resource
|
||||
implementation of ReadableStream (#20570)
|
||||
* fix(jupyter): await Jupyter.display evaluation (#20646)
|
||||
* fix(kv): unflake kv unit tests (#20640)
|
||||
* fix(kv_queues): graceful shutdown (#20627)
|
||||
* fix(lsp): allow query strings for "deno:/status.md" (#20697)
|
||||
* fix(lsp): resolve remote import maps (#20651)
|
||||
* fix(lsp): show related information for tsc diagnostics (#20654)
|
||||
* fix(node): point process.version to Node 18.18.0 LTS (#20597)
|
||||
* fix(node): supported arguments to randomFillSync (#20637)
|
||||
* fix(node/package_json): Avoid panic when "exports" field is null (#20588)
|
||||
* fix(upgrade): error instead of panic on unzip failure (#20691)
|
||||
* perf(ext/fetch): use new instead of createBranded (#20624)
|
||||
* perf(test): use core.currentUserCallSite (#20669)
|
||||
* perf(test): use fast ops for deno test register (#20670)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 19 22:15:27 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
@ -70,6 +101,7 @@ Tue Sep 19 22:15:27 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
* perf: improve async op santizer speed and accuracy (#20501)
|
||||
* perf: make deno test 10x faster (#20550)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 2 18:44:45 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to 1.36.4
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.37.0
|
||||
Version: 1.37.1
|
||||
Release: 0
|
||||
Summary: A secure JavaScript and TypeScript runtime
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba67a8b03e038134ed3e1a77cfa9acb8fd21c29744e766551dfb7ffa50753f9e
|
||||
size 84807680
|
||||
oid sha256:4ba09c58f8952b23d5f0b6cfbd7ad3460df6b46c53f21c3824c60e5364e03652
|
||||
size 87058800
|
||||
|
Loading…
Reference in New Issue
Block a user