Accepting request 1229052 from devel:languages:javascript
- Update to version 2.1.3: * fix(install): use locked version of jsr package when fetching exports * fix(task): `--recursive` option not working * fix: clear dep analysis when module loading is done * test(ext/node): fix flaky node/http2.createServer() test * chore: update hickory dns crates * fix(unstable/temporal): respect locale in `Duration.prototype.toLocaleString` * fix(node/worker_threads): data url not encoded properly with eval * refactor: remove usages of `deno_core::resolve_import` for resolving redirects * fix(outdated): allow `--latest` without `--update` * fix(task): kill descendants when killing task process on Windows * fix: improve auto-imports for npm packages * fix(unstable): otel context with multiple keys * fix(task): don't panic with filter on missing task argument * test: add node compat test cases * test(ext/node): reduce race condition in test case * refactor: remove `CliNpmRegistryApi` * fix(task): only pass args to root task * fix(node/fs): support `recursive` option in readdir * refactor(ext/web): align error messages * refactor: add deno_npm_cache crate * chore: fix cjs_with_deps test to use a temp dir * fix(fmt): stable formatting of HTML files with JS * chore: upgrade deno_lint to 0.68.2 * feat(unstable): add metrics to otel * refactor: upgrade to deno_npm 0.26 * chore: export variables from node compat tools script * fix: support `workspace:^` and `workspace:~` version constraints * fix(task): forward signals to spawned sub-processes on unix * refactor(ext/fs): align error messages OBS-URL: https://build.opensuse.org/request/show/1229052 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=58
This commit is contained in:
commit
db241df61d
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.1.2</param>
|
||||
<param name="revision">v2.1.3</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
@ -22,7 +22,7 @@
|
||||
</service>
|
||||
<service name="roast" mode="manual">
|
||||
<param name="target">deno</param>
|
||||
<param name="outfile">deno-2.1.2.tar.zst</param>
|
||||
<param name="outfile">deno-2.1.3.tar.zst</param>
|
||||
<param name="preserve-root">true</param>
|
||||
<param name="reproducible">true</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/denoland/deno</param>
|
||||
<param name="changesrevision">2039abe8d2bc82fa800f4118707a48ac6f5e02ae</param></service></servicedata>
|
||||
<param name="changesrevision">7f9b1ff30f7d9880b7c825c2b5f2de3137343d76</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b83783bea4765bcad6fbd9d20321c76b0096656e15a49038da509d3f067ad03c
|
||||
size 100002260
|
3
deno-2.1.3.tar.zst
Normal file
3
deno-2.1.3.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0937523fb817c16c415579d5d574236ac9042d4cc0ac40474f0fb30ee08b8987
|
||||
size 100099315
|
34
deno.changes
34
deno.changes
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 7 14:32:55 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update to version 2.1.3:
|
||||
* fix(install): use locked version of jsr package when fetching exports
|
||||
* fix(task): `--recursive` option not working
|
||||
* fix: clear dep analysis when module loading is done
|
||||
* test(ext/node): fix flaky node/http2.createServer() test
|
||||
* chore: update hickory dns crates
|
||||
* fix(unstable/temporal): respect locale in `Duration.prototype.toLocaleString`
|
||||
* fix(node/worker_threads): data url not encoded properly with eval
|
||||
* refactor: remove usages of `deno_core::resolve_import` for resolving redirects
|
||||
* fix(outdated): allow `--latest` without `--update`
|
||||
* fix(task): kill descendants when killing task process on Windows
|
||||
* fix: improve auto-imports for npm packages
|
||||
* fix(unstable): otel context with multiple keys
|
||||
* fix(task): don't panic with filter on missing task argument
|
||||
* test: add node compat test cases
|
||||
* test(ext/node): reduce race condition in test case
|
||||
* refactor: remove `CliNpmRegistryApi`
|
||||
* fix(task): only pass args to root task
|
||||
* fix(node/fs): support `recursive` option in readdir
|
||||
* refactor(ext/web): align error messages
|
||||
* refactor: add deno_npm_cache crate
|
||||
* chore: fix cjs_with_deps test to use a temp dir
|
||||
* fix(fmt): stable formatting of HTML files with JS
|
||||
* chore: upgrade deno_lint to 0.68.2
|
||||
* feat(unstable): add metrics to otel
|
||||
* refactor: upgrade to deno_npm 0.26
|
||||
* chore: export variables from node compat tools script
|
||||
* fix: support `workspace:^` and `workspace:~` version constraints
|
||||
* fix(task): forward signals to spawned sub-processes on unix
|
||||
* refactor(ext/fs): align error messages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 29 00:58:34 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: deno
|
||||
version: 2.1.2
|
||||
mtime: 1732808748
|
||||
commit: 2039abe8d2bc82fa800f4118707a48ac6f5e02ae
|
||||
version: 2.1.3
|
||||
mtime: 1733441783
|
||||
commit: 7f9b1ff30f7d9880b7c825c2b5f2de3137343d76
|
||||
|
@ -21,7 +21,7 @@
|
||||
%global _lto_cflags %nil
|
||||
%global _v8_version 130.0.1
|
||||
Name: deno
|
||||
Version: 2.1.2
|
||||
Version: 2.1.3
|
||||
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:981237725395e80c7cdb0456333e03d154baa2ad8c0c63a322a2a8aafdf66336
|
||||
size 140268290
|
||||
oid sha256:7c929de726b233fc968e866fd4b7eea145b33b1f5a3870e65e55ff29ddec6f91
|
||||
size 143610461
|
||||
|
Loading…
Reference in New Issue
Block a user