1.10.2 -> 1.10.3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=27
This commit is contained in:
parent
607a556ea5
commit
6cb6b9d4f8
4
_service
4
_service
@ -13,8 +13,8 @@
|
|||||||
<service name="tar_scm" mode="manual">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/denoland/deno</param>
|
<param name="url">https://github.com/denoland/deno</param>
|
||||||
<param name="revision">v1.10.2</param>
|
<param name="revision">v1.10.3</param>
|
||||||
<param name="version">1.10.2</param>
|
<param name="version">1.10.3</param>
|
||||||
|
|
||||||
<!-- remove large docs -->
|
<!-- remove large docs -->
|
||||||
<param name="exclude">docs</param>
|
<param name="exclude">docs</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aeb4e0dbe248414216179f9e5ebd98acaed931e543d44d547b73282df66da05e
|
|
||||||
size 6159016
|
|
3
deno-1.10.3.tar.xz
Normal file
3
deno-1.10.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:92b0a6a1c8f996cc7eaebddcaf0404e1f2bfb730b3d77828de72cbf6b493d4f2
|
||||||
|
size 6165084
|
44
deno.changes
44
deno.changes
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 3 15:19:42 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
- update to v1.10.3:
|
||||||
|
* feat(lsp): diagnostics for deno types and triple-slash refs
|
||||||
|
* feat(lsp): provide X-Deno-Warning as a diagnostic
|
||||||
|
* feat(lsp): show hints from deno_lint in addition to messages
|
||||||
|
* feat(lsp): support formatting json and markdown files
|
||||||
|
* fix(cli): always allow documentation modules to be checked
|
||||||
|
* fix(cli): canonicalize coverage dir
|
||||||
|
* fix(cli): don't statically error on dynamic unmapped bare specifiers
|
||||||
|
* fix(cli): empty tsconfig.json file does not cause error
|
||||||
|
* fix(cli): support source maps with Deno.emit() and bundle
|
||||||
|
* fix(cli/dts): fix missing error class (NotSupported) in types
|
||||||
|
* fix(cli/install): support file: scheme URLs
|
||||||
|
* fix(cli/test): don't use reserved symbol : in specifier
|
||||||
|
* fix(cli/test): ensure coverage dir exists
|
||||||
|
* fix(cli/upgrade): modify download size paddings
|
||||||
|
* fix(runtime/http): expose nextRequest() errors in respondWith()
|
||||||
|
* fix(runtime/http): fix empty blob response
|
||||||
|
* fix(serde_v8): remove intentional deserialization error on non-utf8 strings
|
||||||
|
* fix(ext/fetch): fix error message of Request constructor
|
||||||
|
* fix(ext/fetch): make prototype properties writable
|
||||||
|
* fix(ext/fetch): remove unimplemented Request attributes
|
||||||
|
* fix(ext/file): update File constructor following the spec
|
||||||
|
* fix(ext/webstorage): use opstate for sqlite connection
|
||||||
|
* fix(lsp): deps diagnostics include data property
|
||||||
|
* fix(lsp): ignore type definition not found diagnostic
|
||||||
|
* fix(lsp): local module import added by code action now has file ext
|
||||||
|
* fix(lsp): make failed to load config error descriptive
|
||||||
|
* fix(lsp): memoize script versions per tsc request
|
||||||
|
* fix(lsp): re-enable the per resource configuration without a deadlock
|
||||||
|
* docs(runtime): fix fetch API usage of HTTP server
|
||||||
|
* docs(cli): update getting started for clarity
|
||||||
|
* docs(cli/dts) replace read() with readSync()
|
||||||
|
* docs(cli/dts): fix plugin example
|
||||||
|
* docs(cli/dts): fix unix socket examples
|
||||||
|
* docs(cli/dts): make worker example pass
|
||||||
|
* docs(cli/dts): tag test permission example as typescript
|
||||||
|
* docs(cli/dts): fix typo in TestDefinition.only description
|
||||||
|
* docs(permissions): fix grammatical error in permissions docs
|
||||||
|
* docs(testing): fix misspelling
|
||||||
|
* docs(typescript): fix typo in faqs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 17 16:03:53 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
Mon May 17 16:03:53 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: deno
|
Name: deno
|
||||||
Version: 1.10.2
|
Version: 1.10.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A secure JavaScript and TypeScript runtime
|
Summary: A secure JavaScript and TypeScript runtime
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:7f715779e3d523bdf7d86ec4870ec26cbf56fc1c4fe2c8a00b940191d5ebae0d
|
oid sha256:eafc4ad8ba6001be6fabfb12c29d65e4d897ebed7e19be7236a8752a88b076a3
|
||||||
size 53382012
|
size 53370872
|
||||||
|
Loading…
Reference in New Issue
Block a user