Avindra Goolcharan 2024-06-18 19:00:37 +00:00 committed by Git OBS Bridge
parent 8e6ed8231c
commit b5586855f3
7 changed files with 50 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.44.1</param>
<param name="version">1.44.1</param>
<param name="revision">v1.44.2</param>
<param name="version">1.44.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.92.0</param>
<param name="version">0.92.0</param>
<param name="revision">v0.94.0</param>
<param name="version">0.94.0</param>
<param name="exclude">.github</param>
<!--

View File

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

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

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

View File

@ -58,6 +58,16 @@ index 72841df..1c93da1 100644
| Vendor(_) => None,
Install(_) => {
if *DENO_FUTURE {
@@ -1062,9 +1061,6 @@ static ENV_VARIABLES_HELP: &str = color_print::cstr!(
<g>DENO_NO_PROMPT</> Set to disable permission prompts on access
(alternative to passing --no-prompt on invocation)
- <g>DENO_NO_UPDATE_CHECK</> Set to disable checking if a newer Deno version is
- available
-
<g>DENO_TLS_CA_STORE</> Comma-separated list of order dependent certificate
stores. Possible values: "system", "mozilla".
Defaults to "mozilla".
@@ -944,7 +934,6 @@ pub fn flags_from_vec(args: Vec<String>) -> clap::error::Result<Flags> {
"test" => test_parse(&mut flags, &mut m),
"types" => types_parse(&mut flags, &mut m),

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Jun 18 18:34:11 UTC 2024 - Avindra Goolcharan <avindra@opensuse.org>
- update to 1.44.2:
* fix(lsp): respect editor indentation options (#24181)
* fix(lsp): workspace jsr resolution (#24121)
* fix(check): attempt to resolve types from pkg before @types pkg (#24152)
* fix(cli): Explicitly cache NPM packages during deno install (#24190)
* fix(cli): Overwrite existing bin entries in node_modules (#24123)
* fix(ext/http): print [] around ipv6 addresses (#24150)
* fix(ext/net): make node:http2 work with DENO_FUTURE=1 (#24144)
* fix(ext/node): ServerResponse header array handling (#24149)
* fix(ext/node): add crypto and zlib constants (#24151)
* fix(ext/node): fix vm memory usage and context initialization (#23976)
* fix(ext/node): lossy UTF-8 read node_modules files (#24140)
* fix(ext/node): send data frame with end_stream flag on _final call (#24147)
* fix(ext/node): support stdin child_process IPC & fd stdout/stderr (#24106)
* fix(ext/web): correct string tag for MessageEvent (#24134)
* fix(ext/websocket): correctly order messages when sending blobs (#24133)
* fix(jupyter): Avoid panicking when DEBUG env var is set (#24168)
* fix(lsp): don't sort workspace files (#24180)
* fix(lsp): strip .js before probing for valid import fix (#24188)
* fix(npm): resolve dynamic npm imports individually (#24170)
* fix: Rewrite Node-API (#24101)
* fix: clean up some node-api details (#24178)
* fix: do not panic linting files with UTF-8 BOM (#24136)
* fix: don't panic when cache is not available (#24175)
* fix: make writing to the deps cache more reliable (#24135)
* fix: potential hang on dynamic import (#24128)
-------------------------------------------------------------------
Sun Jun 9 20:33:44 UTC 2024 - Avindra Goolcharan <avindra@opensuse.org>

View File

@ -19,7 +19,7 @@
Name: deno
Version: 1.44.1
Version: 1.44.2
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:488b1a1de65aea581bd88293c9dc28d1755c17eb2fdc4a7a56787a53d3660bdf
size 104423720
oid sha256:7a295681be295376d0fb6f7bd9c55281fc7b380bd35535df2f5faef404124b8f
size 104787444