Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency deno to v2.0.4 (#52)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [deno](https://redirect.github.com/denoland/deno) | patch | `2.0.3` -> `2.0.4` | --- ### Release Notes <details> <summary>denoland/deno (deno)</summary> ### [`v2.0.4`](https://redirect.github.com/denoland/deno/blob/HEAD/Releases.md#204--20241029) [Compare Source](https://redirect.github.com/denoland/deno/compare/v2.0.3...v2.0.4) - Revert "fix(ext/node): fix dns.lookup result ordering ([#​26264](https://redirect.github.com/denoland/deno/issues/26264))" ([#​26621](https://redirect.github.com/denoland/deno/issues/26621)) - Revert "fix(ext/node): use primordials in `ext/node/polyfills/https.ts` ([#​26323](https://redirect.github.com/denoland/deno/issues/26323))" ([#​26613](https://redirect.github.com/denoland/deno/issues/26613)) - feat(lsp): "typescript.preferences.preferTypeOnlyAutoImports" setting ([#​26546](https://redirect.github.com/denoland/deno/issues/26546)) - fix(check): expose more globals from [@​types/node](https://redirect.github.com/types/node) ([#​26603](https://redirect.github.com/denoland/deno/issues/26603)) - fix(check): ignore resolving `jsxImportSource` when jsx is not used in graph ([#​26548](https://redirect.github.com/denoland/deno/issues/26548)) - fix(cli): Make --watcher CLEAR_SCREEN clear scrollback buffer as well as visible screen ([#​25997](https://redirect.github.com/denoland/deno/issues/25997)) - fix(compile): regression handling redirects ([#​26586](https://redirect.github.com/denoland/deno/issues/26586)) - fix(ext/napi): export dynamic symbols list for {Free,Open}BSD ([#​26605](https://redirect.github.com/denoland/deno/issues/26605)) - fix(ext/node): add path to `fs.stat` and `fs.statSync` error ([#​26037](https://redirect.github.com/denoland/deno/issues/26037)) - fix(ext/node): compatibility with {Free,Open}BSD ([#​26604](https://redirect.github.com/denoland/deno/issues/26604)) - fix(ext/node): use primordials in ext\node\polyfills\internal\crypto_randomInt.ts ([#​26534](https://redirect.github.com/denoland/deno/issues/26534)) - fix(install): cache json exports of JSR packages ([#​26552](https://redirect.github.com/denoland/deno/issues/26552)) - fix(install): regression - do not panic when config file contains \r\n newlines ([#​26547](https://redirect.github.com/denoland/deno/issues/26547)) - fix(lsp): make missing import action fix infallible ([#​26539](https://redirect.github.com/denoland/deno/issues/26539)) - fix(npm): match npm bearer token generation ([#​26544](https://redirect.github.com/denoland/deno/issues/26544)) - fix(upgrade): stop running `deno lsp` processes on windows before attempting to replace executable ([#​26542](https://redirect.github.com/denoland/deno/issues/26542)) - fix(watch): don't panic on invalid file specifiers ([#​26577](https://redirect.github.com/denoland/deno/issues/26577)) - fix: do not panic when failing to write to http cache ([#​26591](https://redirect.github.com/denoland/deno/issues/26591)) - fix: provide hints in terminal errors for Node.js globals ([#​26610](https://redirect.github.com/denoland/deno/issues/26610)) - fix: report exceptions from nextTick ([#​26579](https://redirect.github.com/denoland/deno/issues/26579)) - fix: support watch flag to enable watching other files than the main module on serve subcommand ([#​26622](https://redirect.github.com/denoland/deno/issues/26622)) - perf: pass transpiled module to deno_core as known string ([#​26555](https://redirect.github.com/denoland/deno/issues/26555)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 9am on monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/keithamus/hdx). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNCIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information