Accepting request 1127377 from devel:languages:javascript
- update to 1.38.2: * feat(ext/web): add AbortSignal.any() (#21087) * feat(lsp): upgrade check on init and notification (#21105) * fix(cli): Allow executable name start with digit (#21214) * fix(doc): issue discovering re-exports of re-exports sometimes (#21223) * fix(ext/node): Re-enable alloc max size test (#21059) * fix(ext/node): add APIs perf_hook.performance (#21192) * fix(ext/node): implement process.geteuid (#21151) * fix(ext/web): Prevent TextDecoderStream resource leak on stream cancellation (#21074) * fix(ext/web): webstorage has trap for symbol (#21090) * fix(install): should work with non-existent relative root (#21161) * fix(lsp): update tsconfig after refreshing settings on init (#21170) * fix(node/http): export globalAgent (#21081) * fix(npm): support cjs entrypoint in node_modules folder (#21224) * fix(runtime): fix Deno.noColor when stdout is not tty (#21208) * fix: improve deno doc --lint error messages (#21156) * fix: use short git hash for deno version (#21218) * perf(cli): strace mode for ops (undocumented) (#21131) * perf(ext/http): Object pooling for HttpRecord and HeaderMap (#20809) * perf: lazy bootstrap options - first pass (#21164) * perf: move jupyter esm out of main snapshot (#21163) * perf: snapshot runtime ops (#21127) * perf: static bootstrap options in snapshot (#21213) - rebase deno-disable-update-check.patch OBS-URL: https://build.opensuse.org/request/show/1127377 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=36
This commit is contained in:
commit
be94cdbc74
4
_service
4
_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.38.1</param>
|
||||
<param name="version">1.38.1</param>
|
||||
<param name="revision">v1.38.2</param>
|
||||
<param name="version">1.38.2</param>
|
||||
|
||||
<!-- remove large docs -->
|
||||
<param name="exclude">docs</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3aa0dab5e765290ac026441b2cfd10c39a3b8288a9f7f3ac0cd193eb41df7ce
|
||||
size 3805720
|
3
deno-1.38.2.tar.xz
Normal file
3
deno-1.38.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:447690bd19b3a9a804ccc9ebdf31b3e30239092d5fe85a1dd87b08498122045b
|
||||
size 3808196
|
@ -2,12 +2,12 @@ diff --git a/cli/tools/run/mod.rs.1 b/cli/tools/run/mod.rs
|
||||
index 4805ea7..57bb752 100644
|
||||
--- a/cli/tools/run/mod.rs.1
|
||||
+++ b/cli/tools/run/mod.rs
|
||||
@@ -38,13 +38,6 @@ To grant permissions, set them before the script argument. For example:
|
||||
@@ -45,13 +45,6 @@ To grant permissions, set them before the script argument. For example:
|
||||
let http_client = factory.http_client();
|
||||
let cli_options = factory.cli_options();
|
||||
|
||||
- // Run a background task that checks for available upgrades. If an earlier
|
||||
- // run of this background task found a new version of Deno.
|
||||
- // Run a background task that checks for available upgrades or output
|
||||
- // if an earlier run of this background task found a new version of Deno.
|
||||
- super::upgrade::check_for_upgrades(
|
||||
- http_client.clone(),
|
||||
- deno_dir.upgrade_check_file_path(),
|
||||
|
29
deno.changes
29
deno.changes
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 17 20:58:39 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to 1.38.2:
|
||||
* feat(ext/web): add AbortSignal.any() (#21087)
|
||||
* feat(lsp): upgrade check on init and notification (#21105)
|
||||
* fix(cli): Allow executable name start with digit (#21214)
|
||||
* fix(doc): issue discovering re-exports of re-exports sometimes (#21223)
|
||||
* fix(ext/node): Re-enable alloc max size test (#21059)
|
||||
* fix(ext/node): add APIs perf_hook.performance (#21192)
|
||||
* fix(ext/node): implement process.geteuid (#21151)
|
||||
* fix(ext/web): Prevent TextDecoderStream resource leak on
|
||||
stream cancellation (#21074)
|
||||
* fix(ext/web): webstorage has trap for symbol (#21090)
|
||||
* fix(install): should work with non-existent relative root (#21161)
|
||||
* fix(lsp): update tsconfig after refreshing settings on init (#21170)
|
||||
* fix(node/http): export globalAgent (#21081)
|
||||
* fix(npm): support cjs entrypoint in node_modules folder (#21224)
|
||||
* fix(runtime): fix Deno.noColor when stdout is not tty (#21208)
|
||||
* fix: improve deno doc --lint error messages (#21156)
|
||||
* fix: use short git hash for deno version (#21218)
|
||||
* perf(cli): strace mode for ops (undocumented) (#21131)
|
||||
* perf(ext/http): Object pooling for HttpRecord and HeaderMap (#20809)
|
||||
* perf: lazy bootstrap options - first pass (#21164)
|
||||
* perf: move jupyter esm out of main snapshot (#21163)
|
||||
* perf: snapshot runtime ops (#21127)
|
||||
* perf: static bootstrap options in snapshot (#21213)
|
||||
- rebase deno-disable-update-check.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 10 20:01:44 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.38.1
|
||||
Version: 1.38.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:3fc377349fb8396c344e48e2409568d1c2a989b1d61cff61dca34fe4da532c77
|
||||
size 78875376
|
||||
oid sha256:e2ba87e096d1dc67119d3c6004d535ad1bfba9294c627e7ef07696cdac4f0188
|
||||
size 76636764
|
||||
|
Loading…
Reference in New Issue
Block a user