Accepting request 1099962 from devel:languages:javascript
- update to 1.35.2: * fix(bench): run warmup benchmark to break JIT bias (#19844) * fix(ext/node): check if resource can be used with write_vectored (#19868) * fix(ext/node): fix stream/promises export (#19820) * fix(ext/node): properly segregate node globals (#19307) * fix(napi): update env_test.js (#19876) * fix(node): add process.dlopen API (#19860) * fix(node): improve error message requiring non-npm es module (#19856) * fix(node): improve require esm error messages (#19853) * fix(node/http): call callback after request is sent (#19871) * fix(node/net): Server connection callback include socket value (#19779) * fix(npm): improve error message importing non-existent file in a node_modules npm package (#19835) * fix(npm): improve error message on directory import in npm package (#19538) * fix(npm): support dynamic import of Deno TS from npm package (#19858) * fix(runtime): print process name in case of spawn error (#19855) * fix(tsc): more informative diagnostic when Deno does not exist (#19825) * fix(vendor): do not panic vendoring with jsxImportSource and no jsx files (#19837) OBS-URL: https://build.opensuse.org/request/show/1099962 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=27
This commit is contained in:
commit
de00c2b594
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.35.1</param>
|
||||
<param name="version">1.35.1</param>
|
||||
<param name="revision">v1.35.2</param>
|
||||
<param name="version">1.35.2</param>
|
||||
|
||||
<!-- remove large docs -->
|
||||
<param name="exclude">docs</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3efb7e464a1d3584ed4827c837d546a6e37c71ffa5775398f609b21f67df891e
|
||||
size 3770032
|
3
deno-1.35.2.tar.xz
Normal file
3
deno-1.35.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00eaa69cb46050a59bb91c742c035523d752cd01a56cadea709b803de20a5681
|
||||
size 3773924
|
26
deno.changes
26
deno.changes
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 21 22:59:28 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to 1.35.2:
|
||||
* fix(bench): run warmup benchmark to break JIT bias (#19844)
|
||||
* fix(ext/node): check if resource can be used with
|
||||
write_vectored (#19868)
|
||||
* fix(ext/node): fix stream/promises export (#19820)
|
||||
* fix(ext/node): properly segregate node globals (#19307)
|
||||
* fix(napi): update env_test.js (#19876)
|
||||
* fix(node): add process.dlopen API (#19860)
|
||||
* fix(node): improve error message requiring non-npm es module (#19856)
|
||||
* fix(node): improve require esm error messages (#19853)
|
||||
* fix(node/http): call callback after request is sent (#19871)
|
||||
* fix(node/net): Server connection callback include socket
|
||||
value (#19779)
|
||||
* fix(npm): improve error message importing non-existent file
|
||||
in a node_modules npm package (#19835)
|
||||
* fix(npm): improve error message on directory import in npm
|
||||
package (#19538)
|
||||
* fix(npm): support dynamic import of Deno TS from npm package (#19858)
|
||||
* fix(runtime): print process name in case of spawn error (#19855)
|
||||
* fix(tsc): more informative diagnostic when Deno does not exist (#19825)
|
||||
* fix(vendor): do not panic vendoring with jsxImportSource and
|
||||
no jsx files (#19837)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 13 03:03:57 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.35.1
|
||||
Version: 1.35.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:889af5e6ae41592e4a9889d76a02d94e1a9306106415ed98af98e36c881b9a1e
|
||||
size 73724356
|
||||
oid sha256:2bb83ebe29c329bbf6e5d342f78725ab614f995c2ed39a1bdcdc3385d9abc0eb
|
||||
size 73830788
|
||||
|
Loading…
Reference in New Issue
Block a user