1.14.3 -> 1.15.3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=47
This commit is contained in:
parent
02f7941e89
commit
e45be0dafe
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.14.3</param>
|
||||
<param name="version">1.14.3</param>
|
||||
<param name="revision">v1.15.3</param>
|
||||
<param name="version">1.15.3</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.31.0</param>
|
||||
<param name="version">0.31.0</param>
|
||||
<param name="revision">v0.33.0</param>
|
||||
<param name="version">0.33.0</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
||||
<!--
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f10b497d8aab8ba079faa2ff1a0808a958e895390a106c8ed3da6922915c4b1
|
||||
size 6465816
|
3
deno-1.15.3.tar.xz
Normal file
3
deno-1.15.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6a016bd0be8eb23c445045f6a4d387832a932154a7032c5fb08d60fe727ae14
|
||||
size 6495416
|
109
deno.changes
109
deno.changes
@ -1,3 +1,112 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 31 18:02:53 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.15.3:
|
||||
* feat(serde_v8): StringOrBuffer (#12503)
|
||||
* feat(serde_v8): allow all values to deserialize to unit type (#12504)
|
||||
* fix(cli/dts): update std links for deprecations (#12496)
|
||||
* fix(cli/tests): flaky Deno.watchFs() tests (#12485)
|
||||
* fix(core): avoid op_state.borrow_mut() for OpsTracker (#12525)
|
||||
* fix(core/bindings): use is_instance_of_error() instead of is_native_error()
|
||||
(#12479)
|
||||
* fix(ext/net): fix TLS bugs and add 'op_tls_handshake' (#12501)
|
||||
* fix(ext/websocket): prevent 'closed normally' panic (#12437)
|
||||
* fix(lsp): formatting should error on certain additional swc diagnostics
|
||||
(#12491)
|
||||
* fix: declare web types as global (#12497)
|
||||
- includes v1.15.2:
|
||||
* feat(unstable): Node CJS and ESM resolvers for compat mode (#12424)
|
||||
* fix(cli): re-enable allowSyntheticDefaultImports for tsc (#12435)
|
||||
* fix(cli/fmt_errors): don't panic on source line formatting errors (#12449)
|
||||
* fix(cli/tests): move worker test assertions out of message handlers (#12439)
|
||||
* fix(console): fix display of primitive wrapper objects (#12425)
|
||||
* fix(core): avoid polling future after cancellation (#12385)
|
||||
* fix(core): poll async ops eagerly (#12385)
|
||||
* fix(fmt): keep parens for JS doc type assertions (#12475)
|
||||
* fix(fmt): should not remove parens around sequence expressions (#12461)
|
||||
* fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297)
|
||||
- includes v1.15.1:
|
||||
* fix: --no-check not properly handling code nested in TS expressions (#12416)
|
||||
* fix: bundler panic when encountering export specifier with an alias (#12418)
|
||||
- includes v1.15.0:
|
||||
* feat: add --compat flag to provide built-in Node modules (#12293)
|
||||
* feat: provide ops details for ops sanitizer failures (#12188)
|
||||
* feat: Show the URL of streaming WASM modules in stack traces (#12268)
|
||||
* feat: Stabilize Deno.kill and Deno.Process.kill (#12375)
|
||||
* feat: stabilize Deno.resolveDns (#12368)
|
||||
* feat: stabilize URLPattern API (#12256)
|
||||
* feat: support serializing WebAssembly.Module objects (#12140)
|
||||
* feat(cli/uninstall): add uninstall command (#12209)
|
||||
* feat(ext/crypto): decode RSAES-OAEP-params with default values (#12292)
|
||||
* feat(ext/crypto): export spki for RSA (#12114)
|
||||
* feat(ext/crypto): implement AES-CBC encryption & decryption (#12123)
|
||||
* feat(ext/crypto): implement deriveBits for ECDH (p256) (#11873)
|
||||
* feat(ext/crypto): implement deriveKey (#12117)
|
||||
* feat(ext/crypto): implement wrapKey (#12125)
|
||||
* feat(ext/crypto): support importing raw ECDSA keys (#11871)
|
||||
* feat(ext/crypto): support importing/exporting raw AES keys (#12392)
|
||||
* feat(ext/ffi): add support for buffer arguments (#12335)
|
||||
* feat(ext/ffi): Non-blocking FFI (#12274)
|
||||
* feat(ext/net): relevant errors for resolveDns (#12370)
|
||||
* feat(lint): add support for --watch flag (#11983)
|
||||
* feat(runtime): allow passing extensions via Worker options (#12362)
|
||||
* feat(runtime): improve error messages of runtime fs (#11984)
|
||||
* feat(tls): custom in memory CA certificates (#12219)
|
||||
* feat(unstable/test): imperative test steps API (#12190)
|
||||
* feat(web): Implement DOMException's stack property (#12294)
|
||||
* fix: Don't panic when a worker is closed in the reactions to a wasm operation (#12270)
|
||||
* fix: worker environment permissions should accept an array (#12250)
|
||||
* fix(core/runtime): sync_ops_cache if nuked Deno ns (#12302)
|
||||
* fix(ext/crypto): decode id-RSASSA-PSS with default params (#12147)
|
||||
* fix(ext/crypto): key generation based on AES key length (#12146)
|
||||
* fix(ext/crypto): missing Aes key typings (#12307)
|
||||
* fix(ext/crypto): use NotSupportedError for importKey() (#12289)
|
||||
* fix(ext/fetch): avoid panic when header is invalid (#12244)
|
||||
* fix(ext/ffi): don't panic in dlopen (#12344)
|
||||
* fix(ext/ffi): formatting dlopen errors on Windows (#12301)
|
||||
* fix(ext/ffi): missing "buffer" type definitions (#12371)
|
||||
* fix(ext/ffi): types for nonblocking FFI (#12345)
|
||||
* fix(ext/http): merge identical if/else branches (#12269)
|
||||
* fix(ext/net): should not panic when listening to unix abstract address (#12300)
|
||||
* fix(ext/web): Format DOMException stack property (#12333)
|
||||
* fix(http): don't expose body on GET/HEAD requests (#12260)
|
||||
* fix(lsp): lint diagnostics respect config file (#12338)
|
||||
* fix(repl): avoid panic when assigned to globalThis (#12273)
|
||||
* fix(runtime): Declare Window.self and DedicatedWorkerGlobalScope.name with
|
||||
* util.writable() (#12378)
|
||||
* fix(runtime): don't equate SIGINT to SIGKILL on Windows (#12356)
|
||||
* fix(runtime): Getting navigator.hardwareConcurrency on workers shouldn't throw (#12354)
|
||||
* fix(runtime/js/workers): throw errors instead of using an op (#12249)
|
||||
* fix(runtime/testing): format aggregate errors (#12183)
|
||||
* perf(core): use opcall() directly (#12310)
|
||||
* perf(fetch): fast path Uint8Array in extractBody() (#12351)
|
||||
* perf(fetch): optimize fillHeaders() key iteration (#12287)
|
||||
* perf(web): ~400x faster http header trimming (#12277)
|
||||
* perf(web): optimize byteLowerCase() (#12282)
|
||||
* perf(web/Event): move last class field to constructor (#12265)
|
||||
* perf(webidl): fix typo from #12286 (#12336)
|
||||
* perf(webidl): inline ResponseInit converter (#12285)
|
||||
* perf(webidl): optimize createDictionaryConverter() (#12279)
|
||||
* perf(webidl): optimize createRecordConverter() (#12286)
|
||||
* perf(webidl/DOMString): don't wrap string primitives (#12266)
|
||||
- update deno_std to 0.111.0:
|
||||
* BREAKING(fs): deprecate exists and existsSync (#1364)
|
||||
* BREAKING(hash): deprecate std/hash (#1350)
|
||||
* BREAKING(io): reorganize modules (#813)
|
||||
* feat: streams utilities (#1141)
|
||||
* feat(node): Add dns and net modules (#1375)
|
||||
* feat(node): first iteration of http (#1383)
|
||||
* feat(node): update built-in modules in node/module.ts (#1378)
|
||||
* feat(node/crypto): add randomFillSync an randomFill (#1340)
|
||||
* feat(node/crypto): add randomInt (#1356)
|
||||
* feat(node/http): Export STATUS_CODES and METHODS (#1357)
|
||||
* feat(node/url): add support for UNC path (#1365)
|
||||
* fix(async/delay): reject if signal is already aborted (#1363)
|
||||
* fix(encoding/base64url): allow passing strings to encode (#1361)
|
||||
* fix(node): typo from #1380 (#1381)
|
||||
* fix(node/url): improve compatibility of fileURLToPath (#1342)
|
||||
* perf(bytes): switch equals to simd for large byte arrays (#1349)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 10 06:43:49 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.14.3
|
||||
Version: 1.15.3
|
||||
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:70ea7b37c62721c72f53aa662d12da30c1281f1723a9bf8f09183140b1773046
|
||||
size 56527604
|
||||
oid sha256:ad5f1a2936a8818853306ebdec80920523634202d5145e93d6a0b44373d4fef1
|
||||
size 55892992
|
||||
|
Loading…
Reference in New Issue
Block a user