1.7.5 -> 1.8.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=10
This commit is contained in:
parent
f6be51c7dd
commit
d10c65aa36
10
_service
10
_service
@ -12,9 +12,9 @@
|
||||
-->
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/avindra/deno</param>
|
||||
<param name="revision">25dbdeb9316ddbd54bd80bb1d0646c4e25eba7aa</param>
|
||||
<param name="version">1.7.5</param>
|
||||
<param name="url">https://github.com/denoland/deno</param>
|
||||
<param name="revision">18b894072d3eb6b04016e77ece0d78512f7ffca1</param>
|
||||
<param name="version">1.8.0</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.19.0</param>
|
||||
<param name="version">0.19.0</param>
|
||||
<param name="revision">v0.20.0</param>
|
||||
<param name="version">0.20.0</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
||||
<!--
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a31c0f6183ada4574f72161ab844dc476afdeaca77c5925ff3e03ddfdce4d73
|
||||
size 6010644
|
49
deno.changes
49
deno.changes
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 2 23:49:39 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.8.0
|
||||
* upgrade: TypeScript 4.2
|
||||
* upgrade: rusty_v8 to 0.20.0 (V8 9.0.257.3)
|
||||
* feat: Align import map to spec and stabilize
|
||||
* feat: Deno.emit supports bundling as IIFE
|
||||
* feat: Use top user frame for error source lines
|
||||
* feat: WebGPU API
|
||||
* feat: add "deno coverage" subcommand
|
||||
* feat: add --ext flag to deno eval
|
||||
* feat: add exit sanitizer to Deno.test
|
||||
* feat: add json(c) support to deno fmt
|
||||
* feat: add structured cloning to Deno.core
|
||||
* feat: per op metrics (unstable)
|
||||
* feat: represent type dependencies in info
|
||||
* feat: stabilize Deno.permissions
|
||||
* feat: stabilize Deno.link and Deno.linkSync
|
||||
* feat: stabilize Deno.symlink and Deno.symlinkSync
|
||||
* feat: support auth tokens for accessing private modules
|
||||
* feat: support loading import map from URL
|
||||
* feat: use type definitions "deno doc" if available
|
||||
* fix(core): Add stacks for dynamic import resolution errors
|
||||
* fix(core): Fix dynamic imports for already rejected modules
|
||||
* fix(lsp): improve exception handling on tsc snapshots
|
||||
* fix(repl): filter out symbol candidates
|
||||
* fix(runtime): do not panic on irregular dir entries
|
||||
* fix(runtime/testing): false positive for timers when an error is thrown
|
||||
* fix(websocket): default to close code 1005
|
||||
* fix: lint and fmt error if no target files are found
|
||||
* fix: panic caused by Deno.env.set("", "")
|
||||
* fix: typo in coverage exit_unstable
|
||||
- update deno_std to 0.89.0
|
||||
* BREAKING(io/streams): Strengthen iterator to readable stream conversion
|
||||
* build: collect and upload code coverage
|
||||
* feat(node): add constants module
|
||||
* feat(node): add crypto.createHash
|
||||
* feat(node): add process.hrtime function
|
||||
* feat(node): add truncate and truncateSync
|
||||
* fix(node): export promisify & callbackify
|
||||
* fix(node): fix export items of events
|
||||
* fix(node): ignore shebang
|
||||
* fix(node): native module needs to be extensible
|
||||
* fix(node/process): make process.argv an array
|
||||
* fix: fix type errors in canary test
|
||||
* refactor: fix codes to pass no-unused-vars lint
|
||||
* test(path): update test cases for canary
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 20 20:18:54 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.7.5
|
||||
Version: 1.8.0
|
||||
Release: 0
|
||||
Summary: A secure JavaScript and TypeScript runtime
|
||||
License: MIT
|
||||
|
@ -62,5 +62,5 @@ tar -cf - vendor/ | xz -9 -c - > vendor-merged.tar.xz
|
||||
echo "done"
|
||||
|
||||
echo "Inspect the tarball and replace the"
|
||||
echo "existing one if it's ok. Should be ~40MB."
|
||||
echo "existing one if it's ok. Should be ~50MB."
|
||||
ls -lh "$wd/vendor-merged.tar.xz"
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f207302bce1352f4d661bec565e23c9899d718da2a556df74591f87455aaedc0
|
||||
size 48099040
|
||||
oid sha256:1ccc91cdca38e4ff241a68d04c7e1f7676b2370a938f72055c451f6d1899267f
|
||||
size 50619372
|
||||
|
Loading…
Reference in New Issue
Block a user