diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-05-22 02:35:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-22 01:35:04 +0000 |
commit | fabd9a214b278bb119818187de66121c5f91b751 (patch) | |
tree | e7797d6930a3b993254e956d3c7842a28e4182de /Releases.md | |
parent | 8f2d17140468512372ccd3aeebb0d505c607b977 (diff) |
chore: forward v1.43.6 release commit to main (#23936)
Bumped versions for 1.43.6
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com>
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index d03407192..db7fc5cbf 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,28 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.43.6 / 2024.05.21 + +- fix(cli): use CliNodeResolver::resolve() for managed node_modules (#23902) +- fix(cli/coverage): invalid line id in html reporter (#23908) +- fix(ext/web): fix potential leak of unread buffers (#23923) +- fix(ext/webgpu): Allow `depthClearValue` to be undefined when `depthLoadOp` is + not "clear" (#23850) +- fix(lsp): Fix display of JSDoc named examples (#23927) +- fix(lsp): apply import fix to missing declaration code action (#23924) +- fix(node): instantiating process class without new (#23865) +- fix(node): patch MessagePort in worker_thread message (#23871) +- fix(node): stub findSourceMap for `ava` (#23899) +- fix(node): track `SIG*` listeners in `process.listeners` (#23890) +- fix(task): do not error if node_modules folder not exists (#23920) +- fix: add missing `URL.parse` types (#23893) +- fix: handle signal 0 in process.kill (#23473) +- fix: serve handler error with 0 arguments (#23652) +- perf(cache): compile ts to js in parallel for `deno cache` (#23892) +- perf: analyze cjs exports and emit typescript in parallel (#23856) +- perf: analyze cjs re-exports in parallel (#23894) +- perf: resolver - skip cwd lookup if able (#23851) + ### 1.43.5 / 2024.05.18 - fix(npm): regression deserializing JSON for some npm packages (#23868) |