From 6129381319029e188cf0bfd258593362d259bfd90bd65c20ddd54c1522d06b5e Mon Sep 17 00:00:00 2001 From: Avindra Goolcharan Date: Thu, 23 Mar 2023 01:51:32 +0000 Subject: [PATCH 1/4] 1.32.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=104 --- _service | 8 ++++---- deno-1.31.3.tar.xz | 3 --- deno-1.32.0.tar.xz | 3 +++ deno.changes | 41 +++++++++++++++++++++++++++++++++++++++++ deno.spec | 6 ------ vendor.tar.xz | 4 ++-- 6 files changed, 50 insertions(+), 15 deletions(-) delete mode 100644 deno-1.31.3.tar.xz create mode 100644 deno-1.32.0.tar.xz diff --git a/_service b/_service index 4b03eed..ec3bde8 100644 --- a/_service +++ b/_service @@ -13,8 +13,8 @@ git https://github.com/denoland/deno - v1.31.3 - 1.31.3 + v1.32.0 + 1.32.0 docs @@ -37,8 +37,8 @@ git https://github.com/denoland/rusty_v8 - v0.64.0 - 0.64.0 + v0.66.0 + 0.66.0 .github docs diff --git a/deno-1.32.0.tar.xz b/deno-1.32.0.tar.xz deleted file mode 100644 index f6bcff6..0000000 --- a/deno-1.32.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:063cae0a98f8930520c3ae0c17075cf7726671ce58901b77f9555fc0863b9f2f -size 7172536 diff --git a/deno-1.32.1.tar.xz b/deno-1.32.1.tar.xz new file mode 100644 index 0000000..c85d2ab --- /dev/null +++ b/deno-1.32.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:324fb20d55d87f9c997f0c4bbca81412d5585c2cef3514ee9da1191b1990d62d +size 7154700 diff --git a/deno.spec b/deno.spec index a1230d4..305ebae 100644 --- a/deno.spec +++ b/deno.spec @@ -19,7 +19,7 @@ Name: deno -Version: 1.32.0 +Version: 1.32.1 Release: 0 Summary: A secure JavaScript and TypeScript runtime License: MIT diff --git a/vendor.tar.xz b/vendor.tar.xz index 20bc4e0..0035683 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b41f6865e3e869a857f3901ca18857cb937abca522895b515455dd71bfa439ac -size 67684640 +oid sha256:75b636db84e99ea2be754038c703a475e3b01ad932d3ea83ddb187a704e93d2d +size 67672072 From 41a74d20161463307c8f91e6d50c8f31bf79c21dad9c6b078c28da1ba3b3e3a2 Mon Sep 17 00:00:00 2001 From: Avindra Goolcharan Date: Thu, 23 Mar 2023 23:52:53 +0000 Subject: [PATCH 4/4] 1.32.1 changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=107 --- deno.changes | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/deno.changes b/deno.changes index fb920d0..01d896a 100644 --- a/deno.changes +++ b/deno.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Mar 23 23:52:07 UTC 2023 - Avindra Goolcharan + +- update to 1.32.1: + * fix(core): disable resizable ArrayBuffer and growable + SharedArrayBuffer (#18395) + * fix(cli): restore deno run - to handle stdin as typescript (#18391) + * fix(inspect): ensure non-compact output when object literal + has newline in entry text (#18366) + * fix(lsp): ensure enablePaths works when clients do not + provide a trailing slash for workspace dir (#18373) + ------------------------------------------------------------------- Thu Mar 23 01:40:16 UTC 2023 - Avindra Goolcharan