1.37.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=159
This commit is contained in:
parent
a7412b4986
commit
2f43bb8537
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.1</param>
|
||||
<param name="version">1.37.1</param>
|
||||
<param name="revision">v1.37.2</param>
|
||||
<param name="version">1.37.2</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.78.0</param>
|
||||
<param name="version">0.78.0</param>
|
||||
<param name="revision">v0.79.2</param>
|
||||
<param name="version">0.79.2</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
||||
<!--
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a433757bc3a55ceb8688eefe7694fc9409fbe6e63829e8fb1e03a66d09c72e9
|
||||
size 3787552
|
3
deno-1.37.2.tar.xz
Normal file
3
deno-1.37.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc4b5131f31aea843f7b63fdaca1410c663659bfcfabba59c81fce675cae7576
|
||||
size 3797232
|
47
deno.changes
47
deno.changes
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 14 21:13:35 UTC 2023 - avindra <avindra@opensuse.org>
|
||||
|
||||
- update to 1.37.2:
|
||||
* feat(ext/web): cancel support for TransformStream (#20815)
|
||||
* feat(lsp): jupyter notebook analysis (#20719)
|
||||
* feat(lsp): send "deno/didChangeDenoConfiguration" notifications (#20827)
|
||||
* feat(unstable): add Deno.jupyter.display API (#20819)
|
||||
* feat(unstable): add unix domain socket support to Deno.serve (#20759)
|
||||
* feat(unstable): Await return from Jupyter.display (#20807)
|
||||
* feat(unstable): send binary data with Deno.jupyter.broadcast (#20755)
|
||||
* feat(unstable): send Jupyter messaging metadata with
|
||||
Deno. jupyter.broadcast (#20714)
|
||||
* feat(unstable): support Deno.test() (#20778)
|
||||
* fix(bench): use total time when measuring wavg (#20862)
|
||||
* fix(cli): Support using both --watch and --inspect at the
|
||||
same time (#20660)
|
||||
* fix(cli): panic with __runtime_js_sources (#20704)
|
||||
* fix(ext/ffi): use anybuffer for op_ffi_ptr_of (#20820)
|
||||
* fix(ext/formdata): support multiple headers in FormData (#20801)
|
||||
* fix(ext/http): Deno.Server should not be thenable (#20723)
|
||||
* fix(ext/kv): send queue wake messages accross different kv
|
||||
instances (#20465)
|
||||
* fix(ext/node): don't call undefined nextTick fn (#20724)
|
||||
* fix(ext/node): fix TypeError in Buffer.from with base64url
|
||||
encoding. (#20705)
|
||||
* fix(ext/node): implement uv.errname (#20785)
|
||||
* fix(ext/web): writability of ReadableStream.from (#20836)
|
||||
* fix(jupyter): Rename logo assets so they are discoverable (#20806)
|
||||
* fix(jupyter): keep this around (#20789)
|
||||
* fix(jupyter): more robust Deno.jupyter namespace (#20710)
|
||||
* fix(lsp): allow formatting vendor files (#20844)
|
||||
* fix(lsp): normalize "deno:" urls statelessly (#20867)
|
||||
* fix(lsp): percent-encode host in deno: specifiers (#20811)
|
||||
* fix(lsp): show diagnostics for type imports from untyped deps (#20780)
|
||||
* fix(node/buffer): utf8ToBytes should return a Uint8Array (#20769)
|
||||
* fix(node/http2): fixes to support grpc (#20712)
|
||||
* fix(npm): upgrade to deno_npm 0.15.2 (#20772)
|
||||
* fix(upgrade): use tar.exe to extract on Windows (#20711)
|
||||
* fix: define window.name (#20804)
|
||||
* fix: upgrade dprint-plugin-markdown 0.16.2 and typescript 0.88.1 (#20879)
|
||||
* perf(ext/web): optimize DOMException (#20715)
|
||||
* perf(ext/web): optimize structuredClone without transferables (#20730)
|
||||
* perf(lsp): fix redundant file reads (#20802)
|
||||
* perf(lsp): optimize formatting minified files (#20829)
|
||||
* perf(node): use faster utf8 byte length in Buffer#from (#20746)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 27 21:32:05 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ba09c58f8952b23d5f0b6cfbd7ad3460df6b46c53f21c3824c60e5364e03652
|
||||
size 87058800
|
||||
oid sha256:650f3e712eb04625a2055ebc52e403ab0770b881fde1fcbed0345bdbd28a437c
|
||||
size 87000632
|
||||
|
Loading…
Reference in New Issue
Block a user