1.26.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=89
This commit is contained in:
parent
2ead1e5209
commit
4167192566
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.26.1</param>
|
||||
<param name="version">1.26.1</param>
|
||||
<param name="revision">v1.26.2</param>
|
||||
<param name="version">1.26.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.52.0</param>
|
||||
<param name="version">0.52.0</param>
|
||||
<param name="revision">v0.53.1</param>
|
||||
<param name="version">0.53.1</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
||||
<!--
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cde9b11491fc3f7bdd8ae61c6b86fef5c5f269313bf9928329d664e7a7a9daba
|
||||
size 8918932
|
3
deno-1.26.2.tar.xz
Normal file
3
deno-1.26.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3ecead6b7a56b80181fe52c9012b8c6ced8cb0485747b30be4faab71d15e670
|
||||
size 8932020
|
57
deno.changes
57
deno.changes
@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 17 20:29:27 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to 1.26.2:
|
||||
* refactor(napi): simplify napi_value interface (#16170)
|
||||
* fix(napi): move napi symbols file (#16179)
|
||||
* chore: upgrade rusty_v8 to 0.52.0 (#16183)
|
||||
* fix(ext/ffi): Fix usize and isize FFI callback parameters missing mat
|
||||
* chore(napi): Add README explainer for cli/napi_sym and cli/napi (#16187)
|
||||
* perf(napi): optimize primitive napi functions (#16163)
|
||||
* fix(ext/fetch): support empty formdata (#16165)
|
||||
* feat(core): Reorder extension initialization (#16136)
|
||||
* chore(napi_sym): fix readme path (#16203)
|
||||
* fix(serde_v8): avoid creating unsound slice reference (#16189)
|
||||
* test(ext/fetch): enable fetch/content-type/multipart.window WPT (#16209)
|
||||
* fix(ext/fetch): reject immediately on aborted signal (#16190)
|
||||
* perf(ext/crypto): optimize getRandomValues (#16212)
|
||||
* feat(core): improve resource read & write traits (#16115)
|
||||
* fix(npm): support compiling on linux/aarch64 (#16208)
|
||||
* perf(ext/cache): set journal_mode=wal (#16231)
|
||||
* feat(core): add Deno.core.writeAll(rid, chunk) (#16228)
|
||||
* fix sparse array inspection (#16204)
|
||||
* fix(ext/fetch): fix illegal header regex (#16236)
|
||||
* fix(cli): skip removing the latter part if @ appears at the beginning (#16244)
|
||||
* fix(ext/fetch): throw TypeError on read failure (#16219)
|
||||
* chore(ext/web): fix typo (#16248)
|
||||
* chore: Added onbeforeunload to window type definition (#16251)
|
||||
* fix(cli): allow importMap to be an absolute URL within the deno
|
||||
config file (#16234)
|
||||
* fix(ext/ffi): Invalid 'function' return type check logic, remove U32x
|
||||
* fix(ext/web/streams): resolve cancelPromise in ReadableStreamTee (#16266
|
||||
* fix(ext/fetch): throw TypeError on non-Uint8Array chunk (#16262)
|
||||
* fix(ext/web/streams): enqueue to second branch before closing (#16269)
|
||||
* fix(lsp): properly handle snippets on completions (#16274)
|
||||
* chore: upgrade rusty_v8 to 0.53.0 (#16272)
|
||||
* fix(ext/crypto): correct HMAC get key length op (#16201)
|
||||
* fix(ext/websocket): panic on no next ws message from an already close
|
||||
* bench: avoid port collision (#16285)
|
||||
* fix(ext/ffi): Fix UnsafeCallback ref'ing making Deno enter a
|
||||
live-loop (#16216)
|
||||
* bench: don't show output (#16288)
|
||||
* chore: fix windows-only clippy errors (#16289)
|
||||
* refactor(core): use isolate get_data/set_data instead of slots (#16286)
|
||||
* refactor(build): better handle old glibc (#16238)
|
||||
* fix(docs): Documentation improvements related to JsRealm. (#16247)
|
||||
* feat(unstable/task): add INIT_CWD env var (#16110)
|
||||
* refactor: Add default implementation for WorkerOptions (#14860)
|
||||
* chore: upgrade rusty_v8 to 0.53.1 (#16303)
|
||||
* fix(npm): disable loading native module for "fsevents" package (#16273)
|
||||
* refactor(core): make borrow_mut more explicit in the ops macro (#16025
|
||||
* fix(ext/cache): illegal constructor (#16205)
|
||||
* fix: add error cause in recursive cause tail (#16306)
|
||||
* fix(cli/bench): skip strace table border (#16310)
|
||||
* fix(build) fix linux symbols export list format (#16313)
|
||||
* fix(lsp): treat empty import map value config as none (#16224)
|
||||
* perf(ext/web): optimize op_cancel_handle (#16318)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 8 23:09:47 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.26.1
|
||||
Version: 1.26.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:2e76d6c99e0cb18f6fcb718dc4427d436cf5cccb2e4312d056a10c8c93ce6195
|
||||
size 69570952
|
||||
oid sha256:34009236109be902f5ac378937f9e561dd833229a537db6d1aafd4abbea472a5
|
||||
size 68423588
|
||||
|
Loading…
Reference in New Issue
Block a user