Accepting request 1084917 from devel:languages:javascript
- update to 1.33.2: * fix(core): Use primordials for methods (#18839) * fix(core): allow esm extensions not included in snapshot (#18980) * fix(core): rebuild when JS sources for snapshotting change (#18976) * fix(ext/io) several sync fs fixes (#18886) * fix(ext/kv): KvU64#valueOf and KvU64 inspect (#18656) * fix(ext/kv): stricter structured clone serializer (#18914) * fix(ext/kv): throw on the Kv constructor (#18978) * fix(ext/node): add missing release property to node's process (#18923) * fix(ext/url): throw TypeError for empty argument (#18896) * fix(ext/websocket): update fastwebsockets to 0.3.1 (#18916) * fix(fmt/json): support formatting number with exponent and no sign (#18894) * fix(node/http): Request.setTimeout(0) should clear (#18949) * fix(npm): canonicalize filename before returning (#18948) * fix(npm): canonicalize search directory when looking for package.json (#18981) * fix(test): disable preventDefault() for beforeunload event (#18911) * perf(core): async op pseudo-codegen and performance work (#18887) * perf(core): use jemalloc for V8 array buffer allocator (#18875) * perf(ext/web): fast path for ws events (#18905) * perf(ext/websocket): use internal dispatch for msg events (#18904) * perf: lazily create RootCertStore (#18938) * perf: lazily retrieve ppid (#18940) * perf: use jemalloc as global allocator (#18957) OBS-URL: https://build.opensuse.org/request/show/1084917 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=16
This commit is contained in:
commit
2b4a7d0690
4
_service
4
_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.33.1</param>
|
||||
<param name="version">1.33.1</param>
|
||||
<param name="revision">v1.33.2</param>
|
||||
<param name="version">1.33.2</param>
|
||||
|
||||
<!-- remove large docs -->
|
||||
<param name="exclude">docs</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5bb2b64cdfb97d279c6af98c5f9e7c675449346c98af69c18a329f07a17b637f
|
||||
size 7143944
|
3
deno-1.33.2.tar.xz
Normal file
3
deno-1.33.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc5f15190f2bf84b82ecc2498b3f1b438cd157113e60e539ebe4a095ab7c940a
|
||||
size 7140712
|
27
deno.changes
27
deno.changes
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 4 22:08:20 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to 1.33.2:
|
||||
* fix(core): Use primordials for methods (#18839)
|
||||
* fix(core): allow esm extensions not included in snapshot (#18980)
|
||||
* fix(core): rebuild when JS sources for snapshotting change (#18976)
|
||||
* fix(ext/io) several sync fs fixes (#18886)
|
||||
* fix(ext/kv): KvU64#valueOf and KvU64 inspect (#18656)
|
||||
* fix(ext/kv): stricter structured clone serializer (#18914)
|
||||
* fix(ext/kv): throw on the Kv constructor (#18978)
|
||||
* fix(ext/node): add missing release property to node's process (#18923)
|
||||
* fix(ext/url): throw TypeError for empty argument (#18896)
|
||||
* fix(ext/websocket): update fastwebsockets to 0.3.1 (#18916)
|
||||
* fix(fmt/json): support formatting number with exponent and no sign (#18894)
|
||||
* fix(node/http): Request.setTimeout(0) should clear (#18949)
|
||||
* fix(npm): canonicalize filename before returning (#18948)
|
||||
* fix(npm): canonicalize search directory when looking for package.json (#18981)
|
||||
* fix(test): disable preventDefault() for beforeunload event (#18911)
|
||||
* perf(core): async op pseudo-codegen and performance work (#18887)
|
||||
* perf(core): use jemalloc for V8 array buffer allocator (#18875)
|
||||
* perf(ext/web): fast path for ws events (#18905)
|
||||
* perf(ext/websocket): use internal dispatch for msg events (#18904)
|
||||
* perf: lazily create RootCertStore (#18938)
|
||||
* perf: lazily retrieve ppid (#18940)
|
||||
* perf: use jemalloc as global allocator (#18957)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 29 00:29:03 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.33.1
|
||||
Version: 1.33.2
|
||||
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:fed6c6f958cdf7bc6bcabe63a469affd3f5ce24a2c1377d2c19523280d7683fd
|
||||
size 71051940
|
||||
oid sha256:b8637650bb1101214b346187e344065b9e3e2e663734416aa1af82ebcf86fb9a
|
||||
size 71498072
|
||||
|
Loading…
Reference in New Issue
Block a user