Accepting request 1125113 from devel:languages:javascript
- update to 1.38.1: * feat(ext/kv): increase checks limit (#21055) * fix small Deno.createHttpClient typo in lib.deno.unstable.d.ts (#21115) * fix(byonm): correct resolution for scoped packages (#21083) * fix(core/types): Promise.withResolvers: Unmark callback param as optional (#21085) * fix(cron): update Deno.cron doc example (#21078) * fix(doc): deno doc --lint mod.ts should output how many files checked (#21084) * fix(doc): require source files if --html or --lint used (#21072) * fix(ext): use String#toWellFormed in ext/webidl and ext/node (#21054) * fix(ext/fetch): re-align return type in op_fetch docstring (#21098) * fix(ext/http): Throwing Error if the return value of Deno.serve handler is not a Response class (#21099) * fix(node): cjs export analysis should probe for json files (#21113) * fix(node): implement createPrivateKey (#20981) * fix(node): inspect ancestor directories when resolving cjs re- exports during analysis (#21104) * fix(node): use closest package.json to resolve package.json imports (#21075) * fix(node/child_process): properly normalize stdio for 'spawnSync' (#21103) * fix(node/http): socket.setTimeout (#20930) * fix(test) reduce queue persistence test time from 60 secs to 6 secs (#21142) * perf: lazy atexit setup (#21053) * perf: remove knowledge of promise IDs from deno (#21132) OBS-URL: https://build.opensuse.org/request/show/1125113 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=35
This commit is contained in:
commit
ad384c5f6f
4
_service
4
_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.38.0</param>
|
||||
<param name="version">1.38.0</param>
|
||||
<param name="revision">v1.38.1</param>
|
||||
<param name="version">1.38.1</param>
|
||||
|
||||
<!-- remove large docs -->
|
||||
<param name="exclude">docs</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6820351f5f885d56b3a3bbdbbb2d5c845dff4c54011ec5ede469ca7b3b5169ac
|
||||
size 3806432
|
3
deno-1.38.1.tar.xz
Normal file
3
deno-1.38.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3aa0dab5e765290ac026441b2cfd10c39a3b8288a9f7f3ac0cd193eb41df7ce
|
||||
size 3805720
|
29
deno.changes
29
deno.changes
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 10 20:01:44 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to 1.38.1:
|
||||
* feat(ext/kv): increase checks limit (#21055)
|
||||
* fix small Deno.createHttpClient typo in lib.deno.unstable.d.ts (#21115)
|
||||
* fix(byonm): correct resolution for scoped packages (#21083)
|
||||
* fix(core/types): Promise.withResolvers: Unmark callback param
|
||||
as optional (#21085)
|
||||
* fix(cron): update Deno.cron doc example (#21078)
|
||||
* fix(doc): deno doc --lint mod.ts should output how many files checked
|
||||
(#21084)
|
||||
* fix(doc): require source files if --html or --lint used (#21072)
|
||||
* fix(ext): use String#toWellFormed in ext/webidl and ext/node (#21054)
|
||||
* fix(ext/fetch): re-align return type in op_fetch docstring (#21098)
|
||||
* fix(ext/http): Throwing Error if the return value of
|
||||
Deno.serve handler is not a Response class (#21099)
|
||||
* fix(node): cjs export analysis should probe for json files (#21113)
|
||||
* fix(node): implement createPrivateKey (#20981)
|
||||
* fix(node): inspect ancestor directories when resolving cjs re-
|
||||
exports during analysis (#21104)
|
||||
* fix(node): use closest package.json to resolve package.json imports (#21075)
|
||||
* fix(node/child_process): properly normalize stdio for 'spawnSync' (#21103)
|
||||
* fix(node/http): socket.setTimeout (#20930)
|
||||
* fix(test) reduce queue persistence test time from 60 secs to
|
||||
6 secs (#21142)
|
||||
* perf: lazy atexit setup (#21053)
|
||||
* perf: remove knowledge of promise IDs from deno (#21132)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 2 21:21:42 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.38.0
|
||||
Version: 1.38.1
|
||||
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:7a7b99d1c4356fc46be1942d2b0be55c4db3bd79cba6692c7c9baf7cfcccb86f
|
||||
size 79453124
|
||||
oid sha256:3fc377349fb8396c344e48e2409568d1c2a989b1d61cff61dca34fe4da532c77
|
||||
size 78875376
|
||||
|
Loading…
Reference in New Issue
Block a user