Skip to content

Commit

Permalink
Update dependency deno to v2.0.4 (#52)
Browse files Browse the repository at this point in the history
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
([#&#8203;26264](https://redirect.github.com/denoland/deno/issues/26264))"
([#&#8203;26621](https://redirect.github.com/denoland/deno/issues/26621))
- Revert "fix(ext/node): use primordials in
`ext/node/polyfills/https.ts`

([#&#8203;26323](https://redirect.github.com/denoland/deno/issues/26323))"
([#&#8203;26613](https://redirect.github.com/denoland/deno/issues/26613))
- feat(lsp): "typescript.preferences.preferTypeOnlyAutoImports" setting
([#&#8203;26546](https://redirect.github.com/denoland/deno/issues/26546))
- fix(check): expose more globals from
[@&#8203;types/node](https://redirect.github.com/types/node)
([#&#8203;26603](https://redirect.github.com/denoland/deno/issues/26603))
- fix(check): ignore resolving `jsxImportSource` when jsx is not used in
graph

([#&#8203;26548](https://redirect.github.com/denoland/deno/issues/26548))
- fix(cli): Make --watcher CLEAR_SCREEN clear scrollback buffer as well
as
visible screen
([#&#8203;25997](https://redirect.github.com/denoland/deno/issues/25997))
- fix(compile): regression handling redirects
([#&#8203;26586](https://redirect.github.com/denoland/deno/issues/26586))
- fix(ext/napi): export dynamic symbols list for {Free,Open}BSD
([#&#8203;26605](https://redirect.github.com/denoland/deno/issues/26605))
- fix(ext/node): add path to `fs.stat` and `fs.statSync` error
([#&#8203;26037](https://redirect.github.com/denoland/deno/issues/26037))
- fix(ext/node): compatibility with {Free,Open}BSD
([#&#8203;26604](https://redirect.github.com/denoland/deno/issues/26604))
-   fix(ext/node): use primordials in
ext\node\polyfills\internal\crypto_randomInt.ts
([#&#8203;26534](https://redirect.github.com/denoland/deno/issues/26534))
- fix(install): cache json exports of JSR packages
([#&#8203;26552](https://redirect.github.com/denoland/deno/issues/26552))
- fix(install): regression - do not panic when config file contains \r\n
newlines
([#&#8203;26547](https://redirect.github.com/denoland/deno/issues/26547))
- fix(lsp): make missing import action fix infallible
([#&#8203;26539](https://redirect.github.com/denoland/deno/issues/26539))
- fix(npm): match npm bearer token generation
([#&#8203;26544](https://redirect.github.com/denoland/deno/issues/26544))
- fix(upgrade): stop running `deno lsp` processes on windows before
attempting
to replace executable
([#&#8203;26542](https://redirect.github.com/denoland/deno/issues/26542))
- fix(watch): don't panic on invalid file specifiers
([#&#8203;26577](https://redirect.github.com/denoland/deno/issues/26577))
- fix: do not panic when failing to write to http cache
([#&#8203;26591](https://redirect.github.com/denoland/deno/issues/26591))
- fix: provide hints in terminal errors for Node.js globals
([#&#8203;26610](https://redirect.github.com/denoland/deno/issues/26610))
- fix: report exceptions from nextTick
([#&#8203;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
([#&#8203;26622](https://redirect.github.com/denoland/deno/issues/26622))
- perf: pass transpiled module to deno_core as known string
([#&#8203;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
renovate[bot] authored Nov 4, 2024
1 parent 13e8f96 commit 135bfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[tools]
rust = "1.82.0"
deno = "2.0.3"
deno = "2.0.4"

0 comments on commit 135bfc1

Please sign in to comment.