1.41.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=176
This commit is contained in:
parent
4c24a3ceed
commit
559fd3d1c5
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.40.5</param>
|
||||
<param name="version">1.40.5</param>
|
||||
<param name="revision">v1.41.0</param>
|
||||
<param name="version">1.41.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.83.2</param>
|
||||
<param name="version">0.83.2</param>
|
||||
<param name="revision">v0.84.0</param>
|
||||
<param name="version">0.84.0</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
||||
<!--
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4bcb1724bfb7d07dabcd100e21eb43b36e0a8000ce3839bbc12a948e8a376f4
|
||||
size 17559548
|
3
deno-1.41.0.tar.xz
Normal file
3
deno-1.41.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1edfa729c4371c7b026a302beeec544af1e729377abdf7f44e5497101bbdedd
|
||||
size 78750336
|
30
deno.changes
30
deno.changes
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 21:07:56 UTC 2024 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to 1.41.0:
|
||||
* BREAKING(net/unstable): remove Deno.DatagramConn.rid (#22475)
|
||||
* BREAKING(unstable): remove Deno.HttpClient.rid (#22075)
|
||||
* BREAKING: add Deno.CreateHttpClientOptions.{cert,key} (#22280)
|
||||
* feat(fs): Deno.FsFile.{isTerminal,setRaw}() (#22234)
|
||||
* feat(lsp): auto-import completions for jsr specifiers (#22462)
|
||||
* feat(publish): type check on publish (#22506)
|
||||
* feat(unstable): single checksum per JSR package in the lockfile (#22421)
|
||||
* feat(unstable/lint): no-slow-types for JSR packages (#22430)
|
||||
* feat: Deno.ConnectTlsOptions.{cert,key} (#22274)
|
||||
* fix(compile): respect compiler options for emit (#22521)
|
||||
* fix(ext/fs): make errors in tempfile creation clearer (#22498)
|
||||
* fix(ext/node): pass alpnProtocols to Deno.startTls (#22512)
|
||||
* fix(ext/node): permission prompt for missing process.env
|
||||
permissions (#22487)
|
||||
* fix(fmt): remove debug output when formatting dynamic imports (#22433)
|
||||
* fix(lsp): add schema for JSR related config options (#22497)
|
||||
* fix(node/test): disable Deno test sanitizers (#22480)
|
||||
* fix(publish): better no-slow-types type discovery (#22517)
|
||||
* fix(publish): ignore .DS_Store while publishing (#22478)
|
||||
* fix(publish): print files that will be published (#22495)
|
||||
* fix: util.parseArgs() missing node:process import (#22405)
|
||||
* fix: write lockfile in deno info (#22272)
|
||||
* perf(jsr): fast check cache and lazy fast check graph (#22485)
|
||||
* perf: linter lsp memory leak fix and deno_graph executor (#22519)
|
||||
* perf: strip denort on unix (#22426)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 15 20:09:35 UTC 2024 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.40.5
|
||||
Version: 1.41.0
|
||||
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:93ce140c0182debf7f3e525117762a4fba2fd60caa112c796fbc8a30f2dd2313
|
||||
size 103738480
|
||||
oid sha256:f564bf5045207f6dcb4ef9ea5f6c65726651434bff6eb7805a6905c27276754d
|
||||
size 102927532
|
||||
|
Loading…
x
Reference in New Issue
Block a user