From 2b6b3146efc80ee9512db9bf8e62584961d959a97ad709ac6171f6a92e3c7f14 Mon Sep 17 00:00:00 2001 From: Avindra Goolcharan Date: Tue, 27 Jul 2021 00:23:24 +0000 Subject: [PATCH] 1.12.1+ -> 1.12.2+ OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=39 --- _service | 4 ++-- deno-1.12.1.tar.xz | 3 --- deno-1.12.2.tar.xz | 3 +++ deno.changes | 30 ++++++++++++++++++++++++++++++ deno.spec | 2 +- 5 files changed, 36 insertions(+), 6 deletions(-) delete mode 100644 deno-1.12.1.tar.xz create mode 100644 deno-1.12.2.tar.xz diff --git a/_service b/_service index c6d3d06..f8ea760 100644 --- a/_service +++ b/_service @@ -13,8 +13,8 @@ git https://github.com/denoland/deno - v1.12.1 - 1.12.1 + v1.12.2 + 1.12.2 docs diff --git a/deno-1.12.1.tar.xz b/deno-1.12.1.tar.xz deleted file mode 100644 index 8937740..0000000 --- a/deno-1.12.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45d534ede14970d6521afe6948a5372f93cf35fde362c0a10a656aba85a6c2ec -size 6156912 diff --git a/deno-1.12.2.tar.xz b/deno-1.12.2.tar.xz new file mode 100644 index 0000000..6ef911c --- /dev/null +++ b/deno-1.12.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba9f4a6ab554368b296be20b2479b6a5a59e2ff815438c3bc5a59b95d1eac868 +size 6158516 diff --git a/deno.changes b/deno.changes index 6906bbb..b3b2a16 100644 --- a/deno.changes +++ b/deno.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Mon Jul 26 23:19:02 UTC 2021 - Avindra Goolcharan + +- update to v1.12.2 + * feat(lsp, unstable): add workspace config to status page (#11459) + * fix: panic for non-WS connections to inspector (#11466) + * fix: support --cert flag for TLS connect APIs (#11484) + * fix(cli): info now displays type reference deps (#11478) + * fix(cli): normalize test command errors (#11375) + * fix(cli): rebuild when environment variables change (#11471) + * fix(cli): side-load test modules (#11515) + * fix(extensions/fetch): close fetch response body on GC (#11467) + * fix(extensions/http): support multiple options in connection header + for websocket (#11505) + * fix(extensions/websocket): case insensitive connection header (#11489) + * fix(lsp): do not populate maybe_type slot with import type dep (#11477) + * fix(lsp): handle importmaps properly (#11496) +- deno_std updated to 0.103.0: + * feat(async): add status to deferred promises (#1047) + * feat(http): add range request and etag support to file_server.ts (#1028) + * fix(async/deferred): rename .status -> .state (#1055) + * fix(encoding/base64url): throw TypeError in case of invalid base64url + string (#1040) + * fix(encoding/toml): fix inline table and nested array (#1042) + * fix(encoding/yaml): fix parseAll type definition by using overloads (#1048) + * fix(testing): assertThrowsAsync always reporting Error instead + of actual error class (#1051) + * fix(testing/asserts): cater for different class constructor + functions (#1000) + ------------------------------------------------------------------- Wed Jul 21 21:11:26 UTC 2021 - Avindra Goolcharan diff --git a/deno.spec b/deno.spec index f2b00d8..e9c55ae 100644 --- a/deno.spec +++ b/deno.spec @@ -19,7 +19,7 @@ Name: deno -Version: 1.12.1 +Version: 1.12.2 Release: 0 Summary: A secure JavaScript and TypeScript runtime License: MIT