pepicrft / catalysis-framework

A full-stack Javascript framework · Built for the long-term
https://catalsysis.dev
Other
50 stars 1 forks source link

Update dependency deno to v1.33.0 #838

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Update Change
deno minor 1.32.4 -> 1.33.0

Release Notes

denoland/deno ### [`v1.33.0`](https://togithub.com/denoland/deno/blob/HEAD/Releases.md#​1330--20230427) [Compare Source](https://togithub.com/denoland/deno/compare/v1.32.5...v1.33.0) - BREAKING(unstable): remove "Deno.serve(handler, options)" overload ([#​18759](https://togithub.com/denoland/deno/issues/18759)) - Revert "chore(ext/websocket): Add autobahn|testsuite fuzzingclient (#… ([#​18856](https://togithub.com/denoland/deno/issues/18856)) - feat(bench): add `--no-run` flag ([#​18433](https://togithub.com/denoland/deno/issues/18433)) - feat(cli): don't check permissions for statically analyzable dynamic imports ([#​18713](https://togithub.com/denoland/deno/issues/18713)) - feat(cli): flatten deno.json configuaration ([#​17799](https://togithub.com/denoland/deno/issues/17799)) - feat(ext/ffi): support marking symbols as optional ([#​18529](https://togithub.com/denoland/deno/issues/18529)) - feat(ext/http): Rework Deno.serve using hyper 1.0-rc3 ([#​18619](https://togithub.com/denoland/deno/issues/18619)) - feat(ext/kv): add more atomic operation helpers ([#​18854](https://togithub.com/denoland/deno/issues/18854)) - feat(ext/kv): return ok bool from atomic commit ([#​18873](https://togithub.com/denoland/deno/issues/18873)) - feat(ext/url): `URL.canParse` ([#​18286](https://togithub.com/denoland/deno/issues/18286)) - feat(lint): add `Deno.run` to `no-deprecated-deno-api` ([#​18869](https://togithub.com/denoland/deno/issues/18869)) - feat(node/crypto): Elliptic Curve Diffie-Hellman (ECDH) support ([#​18832](https://togithub.com/denoland/deno/issues/18832)) - feat(node/http): implement ClientRequest.setTimeout() ([#​18783](https://togithub.com/denoland/deno/issues/18783)) - feat(task): introduce built-in `unset` command to `deno task` ([#​18606](https://togithub.com/denoland/deno/issues/18606)) - feat: Deprecate Deno.run API in favor of Deno.Command ([#​17630](https://togithub.com/denoland/deno/issues/17630)) ([#​18866](https://togithub.com/denoland/deno/issues/18866)) - fix(compile): write bytes directly to output file ([#​18777](https://togithub.com/denoland/deno/issues/18777)) - fix(core): Wrap safe collections' argument of primordials ([#​18750](https://togithub.com/denoland/deno/issues/18750)) - fix(coverage): exclude test files ([#​18748](https://togithub.com/denoland/deno/issues/18748)) - fix(dts): `URLPatternComponentResult` groups should have possibly undefined key values ([#​18643](https://togithub.com/denoland/deno/issues/18643)) - fix(ext/node): add crypto.sign|verify methods ([#​18765](https://togithub.com/denoland/deno/issues/18765)) - fix(ext/node): fix hash.flush ([#​18818](https://togithub.com/denoland/deno/issues/18818)) - fix(ext/node): implement asymmetric keygen ([#​18651](https://togithub.com/denoland/deno/issues/18651)) - fix(ext/node): improve vm.runInThisContext ([#​18767](https://togithub.com/denoland/deno/issues/18767)) - fix(ext/node): prime generation ([#​18861](https://togithub.com/denoland/deno/issues/18861)) - fix(lsp): show dependency errors for repeated imports ([#​18807](https://togithub.com/denoland/deno/issues/18807)) - fix(npm): only include top level packages in top level node_modules directory ([#​18824](https://togithub.com/denoland/deno/issues/18824)) - fix(test): allow explicit undefined for boolean test options ([#​18786](https://togithub.com/denoland/deno/issues/18786)) - fix(test): handle dispatched exceptions from test functions ([#​18853](https://togithub.com/denoland/deno/issues/18853)) - perf(ext/http): avoid spread arg deopt in op_http_wait ([#​18850](https://togithub.com/denoland/deno/issues/18850)) - perf(ext/http): optimize away code based on callback length ([#​18849](https://togithub.com/denoland/deno/issues/18849)) - perf(ext/http): optimize for zero or one-packet response streams ([#​18834](https://togithub.com/denoland/deno/issues/18834)) - perf(ext/http): use smi for slab IDs ([#​18848](https://togithub.com/denoland/deno/issues/18848)) - perf(ext/websocket): various performance improvements ([#​18862](https://togithub.com/denoland/deno/issues/18862)) ### [`v1.32.5`](https://togithub.com/denoland/deno/blob/HEAD/Releases.md#​1325--20230418) [Compare Source](https://togithub.com/denoland/deno/compare/v1.32.4...v1.32.5) - feat(UNSTABLE/kv): AtomicOperation#sum ([#​18704](https://togithub.com/denoland/deno/issues/18704)) - fix(core): Use safe primordials wrappers ([#​18687](https://togithub.com/denoland/deno/issues/18687)) - fix(ext/node): add req.socket.remoteAddress ([#​18733](https://togithub.com/denoland/deno/issues/18733)) - fix(ext/node): implement crypto.createVerify ([#​18703](https://togithub.com/denoland/deno/issues/18703)) - fix(ext/node): polyfill response.\_implicitHeader method ([#​18738](https://togithub.com/denoland/deno/issues/18738)) - fix(ext/websocket): Avoid write deadlock that requires read_frame to complete ([#​18705](https://togithub.com/denoland/deno/issues/18705)) - fix(lsp): ensure language server status works on unix ([#​18727](https://togithub.com/denoland/deno/issues/18727)) - fix(npm): eagerly reload package information when version from lockfile not found locally ([#​18673](https://togithub.com/denoland/deno/issues/18673)) - fix(path): Remove non node symbols ([#​18630](https://togithub.com/denoland/deno/issues/18630)) - fix(test): add process sigint handler for --watch ([#​18678](https://togithub.com/denoland/deno/issues/18678)) - perf(ext/websocket): make `op_server_ws_next_event` deferred ([#​18632](https://togithub.com/denoland/deno/issues/18632)) - perf(ops): directly respond for eager ops ([#​18683](https://togithub.com/denoland/deno/issues/18683))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.