4m-mazi / mmmm

コミュニティのサイト
https://4m-mazi.dev
MIT License
7 stars 2 forks source link

ci(deps): update dependency denoland/deno to v1.43.2 #78

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
denoland/deno minor v1.42.4 -> v1.43.2

Release Notes

denoland/deno (denoland/deno) ### [`v1.43.2`](https://togithub.com/denoland/deno/releases/tag/v1.43.2) [Compare Source](https://togithub.com/denoland/deno/compare/v1.43.1...v1.43.2) ##### 1.43.2 / 2024.05.08 - feat(runtime): allow adding custom extensions to snapshot ([#​23569](https://togithub.com/denoland/deno/issues/23569)) - fix(compile): relative permissions should be retained as relative ([#​23719](https://togithub.com/denoland/deno/issues/23719)) - fix(ext/node): check resource exists before close ([#​23655](https://togithub.com/denoland/deno/issues/23655)) - fix(ext/node): don't rely on Deno.env to read NODE_DEBUG ([#​23694](https://togithub.com/denoland/deno/issues/23694)) - fix(ext/node): napi_get_element and napi_set_element work with objects ([#​23713](https://togithub.com/denoland/deno/issues/23713)) - fix(ext/node): support delete process.env.var ([#​23647](https://togithub.com/denoland/deno/issues/23647)) - fix(ext/web): properly handle `Blob` case for `createImageBitmap` ([#​23518](https://togithub.com/denoland/deno/issues/23518)) - fix(ext/webgpu): correctly validate GPUExtent3D, GPUOrigin3D, GPUOrigin2D & GPUColor ([#​23413](https://togithub.com/denoland/deno/issues/23413)) - fix(fmt/js): `else` was moved to wrong `if` sometimes when formatting minified code ([#​23706](https://togithub.com/denoland/deno/issues/23706)) - fix(jsr): panic when importing jsr package with deps via https ([#​23728](https://togithub.com/denoland/deno/issues/23728)) - fix(lsp): Catch cancellation exceptions thrown by TSC, stop waiting for TS result upon cancellation ([#​23645](https://togithub.com/denoland/deno/issues/23645)) - fix(lsp): Pass diagnostic codes to TSC as numbers ([#​23720](https://togithub.com/denoland/deno/issues/23720)) - fix(lsp): always cache all npm packages ([#​23679](https://togithub.com/denoland/deno/issues/23679)) - fix(lsp): handle multiline semantic tokens ([#​23691](https://togithub.com/denoland/deno/issues/23691)) - fix(publish): public api - trace parent classes & interfaces when following a method ([#​23661](https://togithub.com/denoland/deno/issues/23661)) - fix(runtime): allow r/w access to /etc without --allow-all ([#​23718](https://togithub.com/denoland/deno/issues/23718)) - fix(test): proper type checking for files with doc tests ([#​23654](https://togithub.com/denoland/deno/issues/23654)) - fix(workers): `importScripts` concurrently and use a new `reqwest::Client` per importScripts ([#​23699](https://togithub.com/denoland/deno/issues/23699)) - fix: DOMException doesn't throw on \__callSitesEvals ([#​23729](https://togithub.com/denoland/deno/issues/23729)) - fix: upgrade TypeScript from 5.4.3 to 5.4.5 ([#​23740](https://togithub.com/denoland/deno/issues/23740)) ### [`v1.43.1`](https://togithub.com/denoland/deno/releases/tag/v1.43.1) [Compare Source](https://togithub.com/denoland/deno/compare/v1.43.0...v1.43.1) ##### 1.43.1 / 2024.05.01 See release notes for [v1.43.0](https://togithub.com/denoland/deno/releases/tag/v1.43.0), due to tagging mishap, both versions are pointing to the same commit. ### [`v1.43.0`](https://togithub.com/denoland/deno/releases/tag/v1.43.0) [Compare Source](https://togithub.com/denoland/deno/compare/v1.42.4...v1.43.0) ##### 1.43.0 / 2024.05.01 - FUTURE(ext/net): remove `Deno.ConnectTlsOptions.(certFile|certChain|privateKey)` ([#​23270](https://togithub.com/denoland/deno/issues/23270)) - FUTURE(ext/net): remove `Deno.ListenTlsOptions.(keyFile|certFile)` ([#​23271](https://togithub.com/denoland/deno/issues/23271)) - FUTURE: remove `Deno.customInspect` ([#​23453](https://togithub.com/denoland/deno/issues/23453)) - FUTURE: remove import assertions support for JavaScript ([#​23541](https://togithub.com/denoland/deno/issues/23541)) - feat(check): allow using side effect imports with unknown module kinds (ex. css modules) ([#​23392](https://togithub.com/denoland/deno/issues/23392)) - feat(cli): add support for jsxImportSourceTypes ([#​23419](https://togithub.com/denoland/deno/issues/23419)) - feat(ext/http): Add `addr` to HttpServer ([#​23442](https://togithub.com/denoland/deno/issues/23442)) - feat(ext/http): Implement request.signal for Deno.serve ([#​23425](https://togithub.com/denoland/deno/issues/23425)) - feat(ext/net): extract TLS key and certificate from interfaces ([#​23327](https://togithub.com/denoland/deno/issues/23327)) - feat(ext/url): add `URL.parse` ([#​23318](https://togithub.com/denoland/deno/issues/23318)) - feat(ext/webgpu): support `UnsafeWindowSurface` on wayland ([#​23423](https://togithub.com/denoland/deno/issues/23423)) - feat(jsr): support importing from jsr via HTTPS specifiers (except for type checking) ([#​23513](https://togithub.com/denoland/deno/issues/23513)) - feat(runtime): Allow embedders to perform additional access checks on file open ([#​23208](https://togithub.com/denoland/deno/issues/23208)) - feat(task): support running npm binary commands in deno.json ([#​23478](https://togithub.com/denoland/deno/issues/23478)) - feat: Add `deno serve` subcommand ([#​23511](https://togithub.com/denoland/deno/issues/23511)) - feat: add jsx precompile skip element option ([#​23457](https://togithub.com/denoland/deno/issues/23457)) - feat: enable Float16Array support ([#​23490](https://togithub.com/denoland/deno/issues/23490)) - feat: upgrade V8 to 12.4 ([#​23435](https://togithub.com/denoland/deno/issues/23435)) - fix(cli): Don't panic on invalid emit options ([#​23463](https://togithub.com/denoland/deno/issues/23463)) - fix(cli): Identify and fix a test deadlock ([#​23411](https://togithub.com/denoland/deno/issues/23411)) - fix(cli): TestEventSender should be !Clone ([#​23405](https://togithub.com/denoland/deno/issues/23405)) - fix(cli): avoid `deno add` and `deno vendor` errors when deno.json is empty ([#​23439](https://togithub.com/denoland/deno/issues/23439)) - fix(compile): certain jsr specifiers sometimes can't load ([#​23567](https://togithub.com/denoland/deno/issues/23567)) - fix(config): move json schema unstable examples to item ([#​23506](https://togithub.com/denoland/deno/issues/23506)) - fix(ext/http): ensure signal is created iff requested ([#​23601](https://togithub.com/denoland/deno/issues/23601)) - fix(ext/net): check for TLS using undefined rather than using ReflectHas ([#​23538](https://togithub.com/denoland/deno/issues/23538)) - fix(ext/node): Correctly send ALPN on node TLS connections ([#​23434](https://togithub.com/denoland/deno/issues/23434)) - fix(ext/node): Support `env` option in worker_thread ([#​23462](https://togithub.com/denoland/deno/issues/23462)) - fix(ext/node): `cp` into non-existent parent directory ([#​23469](https://togithub.com/denoland/deno/issues/23469)) - fix(ext/node): add support for MessagePort.removeListener/off ([#​23598](https://togithub.com/denoland/deno/issues/23598)) - fix(ext/node): define http.maxHeaderSize ([#​23479](https://togithub.com/denoland/deno/issues/23479)) - fix(ext/node): dispatch beforeExit/exit events irrespective of listeners ([#​23382](https://togithub.com/denoland/deno/issues/23382)) - fix(ext/node): exporting rsa public keys ([#​23596](https://togithub.com/denoland/deno/issues/23596)) - fix(ext/node): implement process.kill in Rust ([#​23130](https://togithub.com/denoland/deno/issues/23130)) - fix(ext/node): read(0) before destroying http2stream ([#​23505](https://togithub.com/denoland/deno/issues/23505)) - fix(ext/node): remove unwraps from fallible conversions ([#​23447](https://togithub.com/denoland/deno/issues/23447)) - fix(ext/node): support NODE_DEBUG env ([#​23583](https://togithub.com/denoland/deno/issues/23583)) - fix(ext/node): support multiple message listeners on MessagePort ([#​23600](https://togithub.com/denoland/deno/issues/23600)) - fix(ext/node): support process.stdin.unref() ([#​22865](https://togithub.com/denoland/deno/issues/22865)) - fix(ext/node): worker_threads copies env object ([#​23536](https://togithub.com/denoland/deno/issues/23536)) - fix(ext/node): worker_threads.receiveMessageOnPort doesn't panic ([#​23406](https://togithub.com/denoland/deno/issues/23406)) - fix(fmt): error for more unterminated nodes ([#​23449](https://togithub.com/denoland/deno/issues/23449)) - fix(fmt/md): better handling of lists in block quotes ([#​23604](https://togithub.com/denoland/deno/issues/23604)) - fix(lsp): Fix logic for coalescing pending changes + clear script names cache when file is closed ([#​23517](https://togithub.com/denoland/deno/issues/23517)) - fix(lsp): inherit missing fmt and lint config from parent scopes ([#​23547](https://togithub.com/denoland/deno/issues/23547)) - fix(lsp): remove Document::open_data on close ([#​23483](https://togithub.com/denoland/deno/issues/23483)) - fix(node): require.resolve - fallback to global cache when bare specifier from paths not found ([#​23618](https://togithub.com/denoland/deno/issues/23618)) - fix(npm): do not panic hitting root dir while resolving npm package ([#​23556](https://togithub.com/denoland/deno/issues/23556)) - fix(publish): --dry-publish should error for gitignored excluded files ([#​23540](https://togithub.com/denoland/deno/issues/23540)) - fix(publish): handle variable declarations with a declare keyword ([#​23616](https://togithub.com/denoland/deno/issues/23616)) - fix(publish): support import equals ([#​23421](https://togithub.com/denoland/deno/issues/23421)) - fix(workspace): provide workspace members as 'imports' in import map ([#​23492](https://togithub.com/denoland/deno/issues/23492)) - fix: Fix some typos in comments ([#​23470](https://togithub.com/denoland/deno/issues/23470)) - fix: Float16Array support ([#​23512](https://togithub.com/denoland/deno/issues/23512)) - fix: add `DENO_FUTURE` to `deno --help` ([#​23368](https://togithub.com/denoland/deno/issues/23368)) - fix: allow WPT to successfully exit using `--exit-zero` ([#​23418](https://togithub.com/denoland/deno/issues/23418)) - fix: handle specifying an import map in an ancestor dir of deno.json ([#​23602](https://togithub.com/denoland/deno/issues/23602)) - fix: reenable syntax highlighting for doc html generator ([#​23570](https://togithub.com/denoland/deno/issues/23570)) - fix: unref stdin read ([#​23534](https://togithub.com/denoland/deno/issues/23534)) - fix: update CLI flags for WPT ([#​23501](https://togithub.com/denoland/deno/issues/23501)) - perf(ext/http): cache abort signal error ([#​23548](https://togithub.com/denoland/deno/issues/23548)) - perf(ext/http): recover memory for serve and optimize AbortController ([#​23559](https://togithub.com/denoland/deno/issues/23559)) - perf(lsp): Avoid passing struct into op_resolve ([#​23452](https://togithub.com/denoland/deno/issues/23452)) - perf(lsp): Batch "$projectChanged" notification in with the next JS request ([#​23451](https://togithub.com/denoland/deno/issues/23451)) - perf(lsp): Call `serverRequest` via V8 instead of via `executeScript` ([#​23409](https://togithub.com/denoland/deno/issues/23409)) - perf(lsp): Pass code action trigger kind to TSC ([#​23466](https://togithub.com/denoland/deno/issues/23466)) - perf(lsp): cleanup document dependencies ([#​23426](https://togithub.com/denoland/deno/issues/23426)) - perf(lsp): only store parsed sources for open documents ([#​23454](https://togithub.com/denoland/deno/issues/23454)) - perf(lsp): release unused documents ([#​23398](https://togithub.com/denoland/deno/issues/23398)) - perf: v8 code cache ([#​23081](https://togithub.com/denoland/deno/issues/23081))

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

cloudflare-pages[bot] commented 3 months ago

Deploying mmmm with  Cloudflare Pages  Cloudflare Pages

Latest commit: bbe7f1b
Status: ✅  Deploy successful!
Preview URL: https://ae4ddf96.mmmm-a0e.pages.dev
Branch Preview URL: https://renovate-deno-monorepo.mmmm-a0e.pages.dev

View logs

github-actions[bot] commented 3 months ago
Latest commit: c403df8 ( base: f38c9b9 + head: bbe7f1b )
Status: ✅  Deploy successful!
Preview URL: https://6591a523.mmmm-a0e.pages.dev
PR Preview URL: https://pull-78-merge.mmmm-a0e.pages.dev

View workflow logs View Cloudflare logs