1.31.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=100
This commit is contained in:
parent
6b06b6d8b7
commit
0ba50c6f23
8
_service
8
_service
@ -13,8 +13,8 @@
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/denoland/deno</param>
|
||||
<param name="revision">v1.31.1</param>
|
||||
<param name="version">1.31.1</param>
|
||||
<param name="revision">v1.31.2</param>
|
||||
<param name="version">1.31.2</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.63.0</param>
|
||||
<param name="version">0.63.0</param>
|
||||
<param name="revision">v0.64.0</param>
|
||||
<param name="version">0.64.0</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
||||
<!--
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68c27a7d241a4761782976eeec77ffad986c70a8ac0fd9ac8edb9821b6105a57
|
||||
size 9466752
|
3
deno-1.31.2.tar.xz
Normal file
3
deno-1.31.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6dc38e95d4c3ffc64ae8ffa0bdd961be4dc675cff61695e6fffce5128c1c987b
|
||||
size 7639064
|
40
deno.changes
40
deno.changes
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 11 17:58:10 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to 1.31.2:
|
||||
* Revert "perf: disable snapshot compression (#18061)" (#18074)
|
||||
* deps: bump regexp to ^1.7.0 (#17966)
|
||||
* deps: bump once_cell to ^1.17.1 (#18075)
|
||||
* feat(core): prevent isolate drop for CLI main worker (#18059)
|
||||
* feat(ext/ffi): Make External pointers keep reference to V8 buffer (#17955)
|
||||
* feat(ops): reland fast zero copy string arguments (#17996)
|
||||
* feat(ops): relational ops (#18023)
|
||||
* fix(check): include dts files in tsc roots (#18026)
|
||||
* fix(cli): add space after period in --v8-flags (#18063)
|
||||
* fix(cli,ext/web): Upgrading uuid from =1.1.2 to 1.3.0 (#17963)
|
||||
* fix(core): introduce SafeRegExp to primordials (#17592)
|
||||
* fix(ext/crypto): correctly limit ECDSA and hash algorithms (#18030)
|
||||
* fix(ext/ffi): Remove deno_core::OpState qualifiers, fix ops returning
|
||||
pointer defaults (#17959)
|
||||
* fix(ext/node): remove unused _hex module (#18045)
|
||||
* fix(ext/node): util.types.isSharedArrayBuffer (#17836)
|
||||
* fix(ext/webstorage): check size of inputs before insert (#18087)
|
||||
* fix(lockfile): don't touch lockfile is npm specifiers are identical (#17973)
|
||||
* fix(npm): improve peer dependency resolution with circular dependencies
|
||||
(#18069)
|
||||
* fix(prompt): better output with control chars (#18108)
|
||||
* fix(rumtime): Add Deno. prefix for registered symbols (#18086)
|
||||
* fix(runtime/windows): ensure Deno.stdin.setRaw(false) properly
|
||||
disables raw mode (#17983)
|
||||
* fix: Split extension registration and snapshotting (#18098)
|
||||
* fix: attempt to only allow one deno process to update the node_modules
|
||||
folder at a time (#18058)
|
||||
* fix: lazily surface errors in package.json deps parsing (#17974)
|
||||
* perf(core): over-allocate in ModuleMap when running from snapshot (#18083)
|
||||
* perf(ext/node): improve createHash performance (#18033)
|
||||
* perf: disable snapshot compression (#18061)
|
||||
* perf: don't add unload event listener (#18082)
|
||||
* perf: move runtime bootstrap code to snapshot time (#18062)
|
||||
* perf: move setting up Deno namespace to snapshot time (#18067)
|
||||
* wpt: unlock nightly with --no-ignore (#17998)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 26 20:00:55 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.31.1
|
||||
Version: 1.31.2
|
||||
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:538d000dfeaf656c44c08def45d771f1fe0a79939f666ede9410e6eddd279d7f
|
||||
size 70608744
|
||||
oid sha256:4b8f66b12bda19bd82f5ff4f8cafa2e1609eb45cb788f9188a50da9548a98236
|
||||
size 70352816
|
||||
|
Loading…
Reference in New Issue
Block a user