1.36.4
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=153
This commit is contained in:
parent
7fe04547ca
commit
cee54f80b2
14
_service
14
_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.36.2</param>
|
||||
<param name="version">1.36.2</param>
|
||||
<param name="revision">v1.36.4</param>
|
||||
<param name="version">1.36.4</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.75.0</param>
|
||||
<param name="version">0.75.0</param>
|
||||
<param name="revision">v0.75.1</param>
|
||||
<param name="version">0.75.1</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
||||
<!--
|
||||
@ -134,12 +134,12 @@
|
||||
-->
|
||||
|
||||
</service>
|
||||
<service name="tar" mode="disabled"/>
|
||||
<service name="recompress" mode="disabled">
|
||||
<service name="tar" mode="manual"/>
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<service name="cargo_audit" mode="manual">
|
||||
<param name="srcdir">deno</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2492fe22baba6542fb3931e4b9965ad60e74feac096958a7c617f5ef71717709
|
||||
size 3718688
|
3
deno-1.36.4.tar.xz
Normal file
3
deno-1.36.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d987702267ecbd59c5dce95e03d3230318030945ab7ca0cdc604a2a850a6da2
|
||||
size 3718768
|
34
deno.changes
34
deno.changes
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 2 18:44:45 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to 1.36.4
|
||||
* feat(ext/kv): connect to remote database (#20178)
|
||||
* feat(node): use i32 for priority_t on MacOS and {Free,Open}BSD (#20286)
|
||||
* fix(bench): explicit timers don't force high precision measurements (#20272)
|
||||
* fix(ext/http): don't panic on stream responses in cancelled requests (#20316)
|
||||
* fix(ext/kv): don't panic if listening on queues and KV is not closed (#20317)
|
||||
* fix(ext/node): fix argv[1] in Worker (#20305)
|
||||
* fix(ext/node): shared global buffer unlock correctness fix (#20314)
|
||||
* fix(ext/tls): upgrade webpki version (#20285)
|
||||
* fix(fmt/markdown): ignore trailing words in code block info
|
||||
string for language detection (#20310)
|
||||
* fix(kv) increase number of allowed mutations in atomic (#20126)
|
||||
* fix(lsp): delete test modules with all tests deleted (#20321)
|
||||
* fix(lsp): implement deno.suggest.completeFunctionCalls (#20214)
|
||||
* fix(lsp): test explorer panic on step result (#20289)
|
||||
* fix(lsp/testing): don't queue modules without tests (#20277)
|
||||
* fix(lsp/testing): use full ancestry to compute static id of step (#20297)
|
||||
* fix(napi): ignore tsfn recv error (#20324)
|
||||
* fix(network): adjust Listener type params (#18642)
|
||||
* fix(node): propagate create cipher errors (#20280)
|
||||
* fix(node/http): don't leak resources on destroyed request (#20040)
|
||||
* fix: unexpected lsp function arg comma completion (#20311)
|
||||
- includes 1.36.3
|
||||
* fix(build): socket2 compile error
|
||||
* fix(cli): add timeout on inspector tests (#20225)
|
||||
* fix(ext/node): simultaneous reads can leak into each other (#20223)
|
||||
* fix(ext/web): add stream tests to detect v8slice split bug (#20253)
|
||||
* fix(ext/web): better handling of errors in resourceForReadableStream (#20238)
|
||||
* fix(lint): erroneous remove await in async (#20235)
|
||||
* fix: add missing URL.canParse() types (#20244)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 21 19:23:04 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.36.2
|
||||
Version: 1.36.4
|
||||
Release: 0
|
||||
Summary: A secure JavaScript and TypeScript runtime
|
||||
License: MIT
|
||||
@ -57,7 +57,7 @@ Patch10: deno-disable-lto.patch
|
||||
%endif
|
||||
|
||||
%description
|
||||
A JavaSript and TypeScript platform built on V8
|
||||
A JavaScript and TypeScript platform built on V8
|
||||
|
||||
Deno has standard library and has features such as
|
||||
a linter, a language server protocol, a code formatter and
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8abcf73783ef37c203ec1877242a7b27ccf7fdff32b66da2dfacf2fff04bd309
|
||||
size 84600856
|
||||
oid sha256:17a5a29ba1646fe8fa4c9e74ad1d05dbda9ed0c483e25b539b04a8a12e254e4a
|
||||
size 84513444
|
||||
|
Loading…
Reference in New Issue
Block a user