Skip to content

chore(deps-dev): bump deno from 2.7.12 to 2.7.13#1794

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/deno-2.7.13
Open

chore(deps-dev): bump deno from 2.7.12 to 2.7.13#1794
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/deno-2.7.13

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps deno from 2.7.12 to 2.7.13.

Release notes

Sourced from deno's releases.

v2.7.13

2.7.13 / 2026.04.22

  • feat(ext/node): implement node:repl module (#32799)
  • feat(ext/node): rewrite node:http with llhttp and native TCPWrap (#33208)
  • feat(upgrade): support installing from a PR (#33252)
  • fix(audit): migrate to bulk advisory endpoint (#33292)
  • fix(console): find nodejs.util.inspect.custom on Proxy objects via get trap (#33265)
  • fix(doc): Add Prism support for JSX/TSX code blocks (#33255)
  • fix(ext/http): treat empty Host header as missing in request URL (#33234)
  • fix(ext/napi): defer GC weak-callback finalizers to the event loop (#33260)
  • fix(ext/napi): implement real V8 handle scopes and callback scopes (#33281)
  • fix(ext/napi): implement zero-copy external Latin-1 strings (#33283)
  • fix(ext/node): ChildProcess.kill() returns false when process already exited (#33305)
  • fix(ext/node): address node:http rewrite review comments (#33299)
  • fix(ext/node): auto-start server-side STARTTLS handshake, add TLS upgrade tests (#33303)
  • fix(ext/node): defer JS stream encOut to avoid reentrant CppGC borrow (#33304)
  • fix(ext/node): enable HTTP parser consume fast path (#33354)
  • fix(ext/node): enforce maxHeaderSize in HTTP parser (#33306)
  • fix(ext/node): fix EEXIST error and file corruption with writeFileSync on Windows (#33253)
  • fix(ext/node): fix Module._resolveLookupPaths and require.resolve compat (#33261)
  • fix(ext/node): fix multiple http2 bugs (#33315)
  • fix(ext/node): fix playwright on windows (#33295)
  • fix(ext/node): flush HTTP/2 HEADERS frame after client request (#33300)
  • fix(ext/node): free uv_write and uv_shutdown requests in every exit path (#33350)
  • fix(ext/node): http client compat improvements (#33337)
  • fix(ext/node): http2 improvements — constants, error codes, settings, validation (#33332)
  • fix(ext/node): improve node:tls compat (validation, pipes, JS streams) (#33331)
  • fix(ext/node): support FD-indexed stdio inheritance in spawnSync (#33341)
  • fix(ext/node): support RSA-PSS keys in crypto.verify with null algorithm (#33314)
  • fix(runtime): warn on unsupported web Worker options and fix recv panic (#33310)
  • fix(test): fix specific_canary upgrade test on Windows (#33286)
  • fix: add note for canary's 30-day retention period (#33271)
  • fix: restore glibc < 2.27 compatibility for Linux release builds (#33259)
  • fix: update v8 crate to 147.2.1 (#33318)
  • perf(ext/node): elide async_hooks emit in timers when no hooks registered (#33355)
  • perf(ext/node): flush-free header fast path in HTTP parser (#33351)
  • perf(ext/node): reduce writev op allocations and write copies (#33352)
  • perf(libs/core): poll only ready handles and yield between I/O batches

... (truncated)

Changelog

Sourced from deno's changelog.

2.7.13 / 2026.04.22

  • feat(ext/node): implement node:repl module (#32799)
  • feat(ext/node): rewrite node:http with llhttp and native TCPWrap (#33208)
  • feat(upgrade): support installing from a PR (#33252)
  • fix(audit): migrate to bulk advisory endpoint (#33292)
  • fix(console): find nodejs.util.inspect.custom on Proxy objects via get trap (#33265)
  • fix(doc): Add Prism support for JSX/TSX code blocks (#33255)
  • fix(ext/http): treat empty Host header as missing in request URL (#33234)
  • fix(ext/napi): defer GC weak-callback finalizers to the event loop (#33260)
  • fix(ext/napi): implement real V8 handle scopes and callback scopes (#33281)
  • fix(ext/napi): implement zero-copy external Latin-1 strings (#33283)
  • fix(ext/node): ChildProcess.kill() returns false when process already exited (#33305)
  • fix(ext/node): address node:http rewrite review comments (#33299)
  • fix(ext/node): auto-start server-side STARTTLS handshake, add TLS upgrade tests (#33303)
  • fix(ext/node): defer JS stream encOut to avoid reentrant CppGC borrow (#33304)
  • fix(ext/node): enable HTTP parser consume fast path (#33354)
  • fix(ext/node): enforce maxHeaderSize in HTTP parser (#33306)
  • fix(ext/node): fix EEXIST error and file corruption with writeFileSync on Windows (#33253)
  • fix(ext/node): fix Module._resolveLookupPaths and require.resolve compat (#33261)
  • fix(ext/node): fix multiple http2 bugs (#33315)
  • fix(ext/node): fix playwright on windows (#33295)
  • fix(ext/node): flush HTTP/2 HEADERS frame after client request (#33300)
  • fix(ext/node): free uv_write and uv_shutdown requests in every exit path (#33350)
  • fix(ext/node): http client compat improvements (#33337)
  • fix(ext/node): http2 improvements — constants, error codes, settings, validation (#33332)
  • fix(ext/node): improve node:tls compat (validation, pipes, JS streams) (#33331)
  • fix(ext/node): support FD-indexed stdio inheritance in spawnSync (#33341)
  • fix(ext/node): support RSA-PSS keys in crypto.verify with null algorithm (#33314)
  • fix(runtime): warn on unsupported web Worker options and fix recv panic (#33310)
  • fix(test): fix specific_canary upgrade test on Windows (#33286)
  • fix: add note for canary's 30-day retention period (#33271)
  • fix: restore glibc < 2.27 compatibility for Linux release builds (#33259)
  • fix: update v8 crate to 147.2.1 (#33318)
  • perf(ext/node): elide async_hooks emit in timers when no hooks registered (#33355)
  • perf(ext/node): flush-free header fast path in HTTP parser (#33351)
  • perf(ext/node): reduce writev op allocations and write copies (#33352)
  • perf(libs/core): poll only ready handles and yield between I/O batches (#33349)

... (truncated)

Commits
  • eea9126 2.7.13 (#33359)
  • 9680445 perf(ext/node): elide async_hooks emit in timers when no hooks registered (#3...
  • ea1be68 fix(ext/node): enable HTTP parser consume fast path (#33354)
  • b3568ec perf(ext/node): flush-free header fast path in HTTP parser (#33351)
  • 15004ce fix(ext/node): free uv_write and uv_shutdown requests in every exit path (#33...
  • 8913828 perf(libs/core): poll only ready handles and yield between I/O batches (#33349)
  • 6a8c080 perf(ext/node): reduce writev op allocations and write copies (#33352)
  • 528ed97 fix(ext/node): http client compat improvements (#33337)
  • f1a6660 fix(ext/node): support FD-indexed stdio inheritance in spawnSync (#33341)
  • cb319a0 refactor: replace ext/web timer imports with core timers or node:timers (#33121)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [deno](https://github.com/denoland/deno) from 2.7.12 to 2.7.13.
- [Release notes](https://github.com/denoland/deno/releases)
- [Changelog](https://github.com/denoland/deno/blob/main/Releases.md)
- [Commits](denoland/deno@v2.7.12...v2.7.13)

---
updated-dependencies:
- dependency-name: deno
  dependency-version: 2.7.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants