Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package deno for openSUSE:Factory checked in at 2023-08-09 17:25:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/deno (Old) and /work/SRC/openSUSE:Factory/.deno.new.11712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "deno" Wed Aug 9 17:25:48 2023 rev:28 rq:1103032 version:1.36.0 Changes: -------- --- /work/SRC/openSUSE:Factory/deno/deno.changes 2023-07-24 18:26:40.802401630 +0200 +++ /work/SRC/openSUSE:Factory/.deno.new.11712/deno.changes 2023-08-09 17:25:57.341642663 +0200 @@ -1,0 +2,65 @@ +Tue Aug 8 17:20:16 UTC 2023 - Avindra Goolcharan <avin...@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) + +------------------------------------------------------------------- Old: ---- deno-1.35.2.tar.xz New: ---- deno-1.36.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ deno.spec ++++++ --- /var/tmp/diff_new_pack.MAtshI/_old 2023-08-09 17:26:01.173666520 +0200 +++ /var/tmp/diff_new_pack.MAtshI/_new 2023-08-09 17:26:01.177666545 +0200 @@ -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 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.MAtshI/_old 2023-08-09 17:26:01.225666844 +0200 +++ /var/tmp/diff_new_pack.MAtshI/_new 2023-08-09 17:26:01.229666869 +0200 @@ -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> <!-- ++++++ deno-1.35.2.tar.xz -> deno-1.36.0.tar.xz ++++++ ++++ 25209 lines of diff (skipped) ++++++ vendor.tar.xz ++++++ /work/SRC/openSUSE:Factory/deno/vendor.tar.xz /work/SRC/openSUSE:Factory/.deno.new.11712/vendor.tar.xz differ: char 15, line 1