Accepting request 1220004 from devel:languages:javascript
- Update to version 2.0.4: * fix: support watch flag to enable watching other files than the main module on serve subcommand * Revert "fix(ext/node): fix dns.lookup result ordering" * fix(ext/napi): export dynamic symbols list for {Free,Open}BSD * fix(ext/node): compatibility with {Free,Open}BSD * refactor(init): inline routing in deno init --serve template * Revert "fix(ext/node): use primordials in `ext/node/polyfills/https.ts`" * fix: provide hints in terminal errors for Node.js globals * fix(check): expose more globals from @types/node * fix: report exceptions from nextTick * fix(compile): regression handling redirects * fix(npm): match npm bearer token generation * fix: do not panic when failing to write to http cache * fix(ext/node): add path to `fs.stat` and `fs.statSync` error * fix(watch): don't panic on invalid file specifiers * docs(readme): Add winget instructions * fix(cli): Make --watcher CLEAR_SCREEN clear scrollback buffer as well as visible screen * fix(ext/node): use primordials in ext\node\polyfills\internal\crypto\_randomInt.ts * perf: pass transpiled module to deno_core as known string * fix(lsp): make missing import action fix infallible * fix(install): cache json exports of JSR packages * fix(upgrade): stop running `deno lsp` processes on windows before attempting to replace executable * fix(check): ignore resolving `jsxImportSource` when jsx is not used in graph * fix(install): regression - do not panic when config file contains \r\n newlines * feat(lsp): "typescript.preferences.preferTypeOnlyAutoImports" setting OBS-URL: https://build.opensuse.org/request/show/1220004 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=52
This commit is contained in:
4
_service
4
_service
@@ -8,7 +8,7 @@
|
||||
<param name="url">https://github.com/denoland/deno</param>
|
||||
<!-- param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param -->
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">v2.0.3</param>
|
||||
<param name="revision">v2.0.4</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
@@ -20,7 +20,7 @@
|
||||
<service mode="manual" name="set_version"/>
|
||||
<service name="roast" mode="manual">
|
||||
<param name="target">deno</param>
|
||||
<param name="outfile">deno-2.0.3.tar.zst</param>
|
||||
<param name="outfile">deno-2.0.4.tar.zst</param>
|
||||
<param name="preserve-root">true</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/denoland/deno</param>
|
||||
<param name="changesrevision">997bd47fc27ad920f3388c94a95829ff45394c84</param></service></servicedata>
|
||||
<param name="changesrevision">b7c282d2f80b12b0b2a435780fb0ea2b236ab224</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:393aaa6aa470610e43c62b339fdd18e331bfb4c2d55d19dd4319a84442153fc5
|
||||
size 98937744
|
3
deno-2.0.4.tar.zst
Normal file
3
deno-2.0.4.tar.zst
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03fb184fc3eabe2ad9602965d7164e30006b43ff4fa18f3f4c82131ac81c7551
|
||||
size 98935036
|
29
deno.changes
29
deno.changes
@@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 31 17:03:47 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update to version 2.0.4:
|
||||
* fix: support watch flag to enable watching other files than the main module on serve subcommand
|
||||
* Revert "fix(ext/node): fix dns.lookup result ordering"
|
||||
* fix(ext/napi): export dynamic symbols list for {Free,Open}BSD
|
||||
* fix(ext/node): compatibility with {Free,Open}BSD
|
||||
* refactor(init): inline routing in deno init --serve template
|
||||
* Revert "fix(ext/node): use primordials in `ext/node/polyfills/https.ts`"
|
||||
* fix: provide hints in terminal errors for Node.js globals
|
||||
* fix(check): expose more globals from @types/node
|
||||
* fix: report exceptions from nextTick
|
||||
* fix(compile): regression handling redirects
|
||||
* fix(npm): match npm bearer token generation
|
||||
* fix: do not panic when failing to write to http cache
|
||||
* fix(ext/node): add path to `fs.stat` and `fs.statSync` error
|
||||
* fix(watch): don't panic on invalid file specifiers
|
||||
* docs(readme): Add winget instructions
|
||||
* fix(cli): Make --watcher CLEAR_SCREEN clear scrollback buffer as well as visible screen
|
||||
* fix(ext/node): use primordials in ext\node\polyfills\internal\crypto\_randomInt.ts
|
||||
* perf: pass transpiled module to deno_core as known string
|
||||
* fix(lsp): make missing import action fix infallible
|
||||
* fix(install): cache json exports of JSR packages
|
||||
* fix(upgrade): stop running `deno lsp` processes on windows before attempting to replace executable
|
||||
* fix(check): ignore resolving `jsxImportSource` when jsx is not used in graph
|
||||
* fix(install): regression - do not panic when config file contains \r\n newlines
|
||||
* feat(lsp): "typescript.preferences.preferTypeOnlyAutoImports" setting
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 27 03:44:59 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: deno
|
||||
version: 2.0.3
|
||||
mtime: 1729817872
|
||||
commit: 997bd47fc27ad920f3388c94a95829ff45394c84
|
||||
version: 2.0.4
|
||||
mtime: 1730247335
|
||||
commit: b7c282d2f80b12b0b2a435780fb0ea2b236ab224
|
||||
|
@@ -20,7 +20,7 @@
|
||||
|
||||
%global _lto_cflags %nil
|
||||
Name: deno
|
||||
Version: 2.0.3
|
||||
Version: 2.0.4
|
||||
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:7b68689da277f9b4392e84586fee43563d6830d4504a6a6f0fd5cc956514b958
|
||||
size 94796764
|
||||
oid sha256:fcbafc3603876ae8b4154273471eeb2d6c7ce0c3fe95474eb1e4d679a6b1a97a
|
||||
size 94804359
|
||||
|
Reference in New Issue
Block a user