Avindra Goolcharan 2023-08-08 17:26:39 +00:00 committed by Git OBS Bridge
parent 869188867a
commit 791529e1c1
6 changed files with 75 additions and 10 deletions

View File

@ -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.2</param>
<param name="version">1.35.2</param>
<param name="revision">v1.36.0</param>
<param name="version">1.36.0</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.74.2</param>
<param name="version">0.74.2</param>
<param name="revision">4b8ee0b235fd0463c03d9ffaf330d2f37ab70b5c</param>
<param name="version">0.74.3</param>
<param name="exclude">.github</param>
<!--

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00eaa69cb46050a59bb91c742c035523d752cd01a56cadea709b803de20a5681
size 3773924

3
deno-1.36.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f256af92be972753a66878234bf83092bcfa4515d9e092aaf2b4ef7dce5c041d
size 3796096

View File

@ -1,3 +1,68 @@
-------------------------------------------------------------------
Tue Aug 8 17:20:16 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
- update to 1.36.0:
* feat(bench): add BenchContext::start() and BenchContext::end() (#18734)
* feat(bench): print iter/s in the report (#19994)
* feat(cli): Add dot test reporter (#19804)
* feat(cli): Adding JUnit test reports (#19747)
* feat(compile): Add --no-terminal to compile command (#17991)
* feat(ext/http): Upgrade to hyper1.0-rc4 (#19987)
* feat(ext/websocket): allow HTTP(S) protocol in URL (#19862)
* feat(node): add polyfill for node:test module (#20002)
* feat(node/os): implement getPriority, setPriority & userInfo (#19370)
* feat(npm): support running non-bin scripts in npm pkgs via deno run (#19975)
* feat(permissions): add "--deny-*" flags (#19070)
* feat(unstable): optional deno_modules directory (#19977)
* feat(unstable/lsp): support navigating to deno_modules folder (#20030)
* feat: Deno.createHttpClient allowHost (#19689)
* fix(Deno.serve): accessing .url on cloned request throws (#19869)
* fix(bench): iter/s calculation (#20016)
* fix(check): should bust check cache when json module or npm
resolution changes (#19941)
* fix(ext/compression): throw TypeError on corrupt input (#19979)
* fix(ext/fs): fix MaybeArc when not sync_fs (#19950)
* fix(ext/node): fix import json using npm specifier (#19723)
* fix(lsp): handle import mapped node: specifier (#19956)
* fix(node): node:test reports correct location (#20025)
* fix(node): package path not exported error - add if types
resolution was occurring (#19963)
* fix(npm): improve declaration resolution for filename with
different extensions (#19966)
* fix(repl): highlight from ident in import from or export from (#20023)
* fix(test): request cloning should throw if body stream is locked (#19990)
* fix: call setIsTrusted for generated events (MessageEvent) (#19919)
* fix: deno diagnostic - clarify where to put triple-slash directive (#20009)
* fix: do not include jsx without @ts-check in tsc roots (#19964)
* fix: error on invalid & unsupported jsx compiler options (#19954)
* fix: make "suggest.autoImports" to switch completions from
external modules (#19845)
* fix: regression in workers using dynamic imports (#20006)
* fix: retry module download once if server errored (#17252)
* perf(ext/ffi): Avoid receiving on FFI async work channel when no
* UnsafeCallback exists (#19454)
* perf: faster node globals access in cjs (#19997)
- includes 1.35.3:
* feat(runtime): sys_info.rs - Use KERN_OSRELEASE on {Free,Open}BSD (#19849)
* fix(cli): build script panics on musl due to glibc_version check (#19913)
* fix(cli): output file handling in deno upgrade (#18994)
* fix(cli/init): update to assert/mod.ts (#19924)
* fix(cli/test): fix clear screen behavior when run deno test --watch (#19888)
* fix(ext/http): Error on deprecated/unavailable features (#19880)
* fix(ext/http): Quietly ignore invalid status codes (#19936)
* fix(ext/net): fix string port number handling in listen (#19921)
* fix(ext/node): inspector with seggregated globals (#19917)
* fix(lint): allow to use --rules with --rules-tags (#19754)
* fix(lsp): auto-discover deno.json in more cases (#19894)
* fix(lsp): handle watched files events from symlinked config files (#19898)
* fix(node): add writable and readable fields to FakeSocket (#19931)
* fix(node/http): add encrypted field to FakeSocket (#19886)
* fix(node_compat): Wrap require resolve exports in try catch block (#19592)
* fix(task): ensure quoted strings are maintained mid-word (#19944)
* fix: deno info should respect import map (#19781)
* perf(lsp): format in a blocking task (#19883)
* perf: cache node resolution when accesing a global (#19930)
-------------------------------------------------------------------
Fri Jul 21 22:59:28 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>

View File

@ -19,7 +19,7 @@
Name: deno
Version: 1.35.2
Version: 1.36.0
Release: 0
Summary: A secure JavaScript and TypeScript runtime
License: MIT

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2bb83ebe29c329bbf6e5d342f78725ab614f995c2ed39a1bdcdc3385d9abc0eb
size 73830788
oid sha256:67aac9b89443f09225822e856d39cec7dd6b909e46905f627b57937416338496
size 83329196