Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| chore: regression tests for rename preserving import map alias | divybot | M | No | 0.5h | - | Jun 03, 2026 |
SummaryTestAdd LSP rename tests for import map alias Adds LSP integration tests to verify file rename operations preserve import‑map aliases, preventing potential breaking changes for users relying on aliasing. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Rust
|
||||||
| fix(lsp): spurious diagnostics in Jupyter notebook cells | divybot | M | No | 9.0h | 0.9h | Jun 03, 2026 |
SummaryBug FixFix spurious diagnostics in Jupyter notebook cells Improves developer experience by eliminating false errors for unsaved notebooks and global redeclarations in the Deno kernel. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Rust, Javascript
|
||||||
| fix(lsp): skip parent process check when PID isn't visible | divybot | S | No | 6.8h | 6.8h | Jun 03, 2026 |
SummaryBug FixSkip parent process check when PID not visible Fixes LSP crashes in containerized environments, improving developer experience and reliability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| fix(install): handle pre-existing node_modules symlink on Windows | bartlomieju | M | No | 34.5h | 30.9h | Jun 02, 2026 |
SummaryBug FixFix node_modules symlink handling on Windows Ensures Deno installer can reliably reuse node_modules directories across runs on Windows by correctly removing stale symlinks/junctions, preventing installation failures. Health Assessment
Medium
Medium
High
AI DetailsTech Stack
Languages:
Rust
|
||||||
| fix: remove node_shim exec dependency | nathanwhitbot | S | No | 1.8h | - | Jun 02, 2026 |
SummaryBug FixRemove node_shim exec dependency Eliminates a Unix-only dependency from the node shim, improving portability and reducing binary size while maintaining correct argv behavior. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Rust
|
||||||
| fix(runtime): throw a descriptive error for disabled __proto__ accessor | bartlomieju | M | No | 4.7h | - | Jun 02, 2026 |
SummaryBug FixFix runtime error for disabled __proto__ accessor Provides clear error messages when accessing disabled __proto__, improving developer experience while maintaining security against prototype pollution. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix(compile): enable ANSI colors on Windows in compiled binaries | bartlomieju | XS | No | 11.9h | - | Jun 02, 2026 |
SummaryBug FixEnable ANSI colors on Windows for compiled binaries Fixes Windows console color output for compiled Deno binaries, improving user experience on older Windows consoles. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Rust
|
||||||
| fix(ext/fs): error when copyFile source and destination are the same file | bartlomieju | M | No | 7.5h | 7.6h | Jun 02, 2026 |
SummaryBug FixFix copyFile same-file error Prevents accidental data loss when copying a file onto itself by adding a guard that detects identical source and destination paths, ensuring Deno.copyFile behaves like the Unix cp command. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Rust, Typescript
|
||||||
| chore: upgrade WPT submodule and refresh all expectations | divybot | XL | No | 80.5h | - | Jun 02, 2026 |
SummaryChoreUpgrade WPT submodule and refresh expectations Refreshes Web Platform Test expectations to match the latest WPT suite, keeping Deno’s test suite accurate and preventing false failures. Health Assessment
X-Large
High
Medium
AI Details
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| chore: regression test for legacy subpath main under .deno layout | divybot | S | No | 0.6h | - | Jun 02, 2026 |
SummaryChoreRegression test for legacy subpath main under .deno layout Adds an end‑to‑end regression test to verify npm package subpath main resolution in Deno’s .deno layout, ensuring compatibility with pnpm‑style node_modules. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Javascript
|
||||||
| refactor: replace winapi usages with windows-sys | divybot | XL | No | 1.0h | - | Jun 02, 2026 |
SummaryRefactorRefactor: Consolidate Windows API usage to windows-sys Consolidates Windows API usage to a single maintained crate, improving stability and reducing maintenance overhead. Health Assessment
Large
Medium
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| fix: opt-in mitigation for React RCE/DoS CVEs | bartlomieju | L | No | 26.1h | - | Jun 02, 2026 |
SummaryBug Fixopt-in mitigation for React RCE/DoS CVEs Adds load‑time source patches to neutralize two React Server Components vulnerabilities, enabling users to opt‑in via environment variable with no runtime cost when disabled. Health Assessment
Large
High
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| fix(lsp): release idle memory back to the OS | divybot | M | No | 3.4h | - | Jun 02, 2026 |
SummaryBug FixRelease idle memory in LSP Reduces memory footprint of the Deno language server, improving editor performance and resource usage. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Rust, Javascript
|
||||||
| refactor(lsp): bundle import-completion services into CompletionContext | divybot | M | No | 0.6h | 0.5h | Jun 02, 2026 |
SummaryRefactorRefactor LSP import completion services Simplifies LSP import completion logic, reducing future maintenance overhead. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| perf(node): skip require permission checks when read is fully granted | divybot | S | No | 3.1h | 3.1h | Jun 02, 2026 |
SummaryRefactorImprove Node require permission check performance Reduces overhead for Node.js module loading when read permissions are fully granted, improving runtime performance. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| fix(lsp): limit node_modules auto-import aliasing | divybot | L | No | 24.4h | 13.8h | Jun 02, 2026 |
SummaryBug FixLimit node_modules auto-import aliasing Improves TypeScript auto-import behavior by restricting node_modules alias to configured dependencies, reducing unnecessary suggestions and improving performance. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| feat(lsp): autocomplete jsr:/npm:/node: in deno.json(c) imports | divybot | L | No | 2.6h | 2.6h | Jun 02, 2026 |
SummaryFeatureAdd LSP autocomplete for imports in deno.json Enables developers to quickly find and insert package versions in deno.json, improving productivity and reducing errors. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| fix(lsp): use cached registry config when offline | divybot | M | No | 2.6h | 2.6h | Jun 02, 2026 |
SummaryBug FixFix LSP offline registry config fallback Ensures LSP autocompletion works offline by falling back to cached registry config, improving developer experience when network is unavailable. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| test(lsp): add no-unused-vars regression test for JSX factory | divybot | M | No | 2.4h | 2.4h | Jun 02, 2026 |
SummaryTestAdd no-unused-vars regression test for JSX factory Adds a regression test to ensure the LSP correctly handles JSX factory bindings, preventing false positives for unused variables. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| fix(node): avoid spurious ERR_MULTIPLE_CALLBACK on process.stdout/stderr | divybot | M | No | 1.3h | 1.3h | Jun 02, 2026 |
SummaryBug FixFix spurious ERR_MULTIPLE_CALLBACK on stdio Prevents crashes in Jest test suites by stabilizing stdio stream state, improving reliability for Node compatibility. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| feat(compile): improve --bundle dependency resolution and add --minify | bartlomieju | L | No | 90.3h | - | Jun 02, 2026 |
SummaryFeatureImprove bundle dependency resolution and add minify Enables easier bundling of npm projects with fewer manual flags and reduces bundle size via minification, improving developer experience and performance. Health Assessment
Large
High
High
AI Details
Confidence:
0.10
Tech Stack
Languages:
Rust
|
||||||
| fix(check): make node:stream/web types alias the globals | divybot | XL | No | 52.7h | 2.9h | Jun 02, 2026 |
SummaryBug FixAlias node:stream/web types to globals This change resolves type errors when using node stream helpers with Deno's global streams, improving developer experience and type safety. Health Assessment
X-Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| docs(cli): document undocumented runtime API declarations | divybot | XL | No | 1.7h | - | Jun 02, 2026 |
SummaryDocsDocument runtime API declarations Adds JSDoc comments to runtime API symbols, improving API documentation visibility for developers. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript, Rust
|
||||||
| fix(tsc): resolve Web globals to Deno's versions in npm packages | divybot | S | No | 39.7h | 39.7h | Jun 02, 2026 |
SummaryBug FixFix Web globals resolution in npm packages This change fixes a type-check regression that caused errors when importing RequestInit/ResponseInit from npm packages, ensuring proper type resolution and preventing build failures for developers using Deno's TSC fork. By aligning npm package types with Deno's Web Fetch interfaces, developers can now reliably use fetch-related types without encountering TS2353 errors. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Typescript, Rust
|
||||||
| fix(task): restore terminal mode after task exits on Windows | divybot | M | No | 14.3h | 6.6h | Jun 02, 2026 |
SummaryBug FixRestore terminal mode after Windows task exit Ensures users' terminals return to normal after running Deno tasks on Windows, preventing input echo issues and improving developer experience. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Rust
|
||||||
| feat(ext/node): env/global proxy support for node:http and node:https | divybot | XL | No | 316.6h | 59.3h | Jun 02, 2026 |
SummaryFeatureAdd global proxy support for Node HTTP/HTTPS Enables Deno to route Node.js HTTP and HTTPS requests through environment‑defined proxies, improving compatibility for users behind corporate or network proxies and enhancing security handling. Health Assessment
X-Large
High
High
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Rust, Javascript, Typescript
|
||||||
| fix(npm): share copy-package variants via symlink for class identity | divybot | L | No | 10.6h | 1.6h | Jun 02, 2026 |
SummaryBug FixFix npm copy-package variant symlink for class identity Ensures consistent class identity across peer dependencies, preventing runtime errors in NestJS applications and improving reliability for npm package installations. Health Assessment
Large
Medium
Medium
AI Details
Confidence:
0.75
Tech Stack
Languages:
Rust
|
||||||
| fix(napi): support ZeroMQ libuv addon symbols | divybot | XL | No | 22.4h | - | Jun 02, 2026 |
SummaryBug FixAdd libuv shims for ZeroMQ native addons Enables ZeroMQ 6.3.0 to load correctly by providing missing libuv helpers, improving native addon compatibility and stability. Health Assessment
X-Large
Medium
Low
AI DetailsTech Stack
Languages:
Rust, Javascript
|
||||||
| fix(install): run workspace member dependency lifecycle scripts with member INIT_CWD | divybot | L | No | 2.9h | - | Jun 02, 2026 |
SummaryBug FixFix workspace member lifecycle scripts init_cwd Ensures workspace member dependencies run lifecycle scripts with the correct working directory, preventing build failures in multi-package projects such as SvelteKit. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Rust, Typescript, Javascript
|
||||||
| fix(runtime): suggest Worker/node:vm alternatives for npm:isolated-vm | divybot | M | No | 2.5h | - | Jun 02, 2026 |
SummaryBug FixSuggest Worker/node:vm alternatives for isolated-vm Provides clear guidance to developers encountering isolated-vm errors, improving developer experience and reducing support overhead. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Rust, Javascript
|
||||||
| fix(fmt): update markup_fmt to fix quadratic inline CSS formatting | Xavrir | M | No | 19.4h | 18.6h | Jun 02, 2026 |
SummaryBug FixFix quadratic inline CSS formatting in fmt Improves Deno formatter performance on large HTML files by updating markup_fmt dependency and correcting closure error type, reducing formatting time from minutes to milliseconds. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Assisted
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| fix(node): full re-export fallback for unresolvable member re-exports | bartlomieju | M | No | 8.6h | 8.3h | Jun 02, 2026 |
SummaryBug FixFix node re-export fallback for unresolved members This change resolves import errors for Node modules that use member re-exports, improving developer experience and ensuring compatibility with third‑party packages. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Rust, Javascript
|
||||||
| fix(ext/napi): clear error for Windows addons that link against node.exe | divybot | M | No | 1.0h | 0.1h | Jun 02, 2026 |
SummaryBug FixFix Windows addon load error for node.exe Provides a clear diagnostic when native addons that link directly against node.exe fail to load on Windows, improving developer experience and reducing troubleshooting time. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| feat(compile): cover CJS-deep imports under --bundle | bartlomieju | M | No | 84.1h | - | Jun 02, 2026 |
SummaryFeatureAdd support for deep CJS imports in bundle Enables bundling of real npm projects with deep CommonJS imports, improving build reliability for users. Health Assessment
Large
High
High
AI Details
Confidence:
0.80
Tech Stack
Languages:
Rust, Typescript, Javascript
|
||||||
| fix(runtime): suggest N-API alternatives for legacy V8/nan addons | divybot | M | No | 1.0h | 0.1h | Jun 02, 2026 |
SummaryBug FixAdd N-API alternative suggestions for legacy addons Improves error messages for legacy native addons by suggesting Node-API alternatives, enhancing developer experience and reducing frustration. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Rust, Javascript
|
||||||
| fix(core): preserve WebAssembly streaming callback across new contexts | bartlomieju | M | No | 12.4h | 3.6h | Jun 02, 2026 |
SummaryBug FixPreserve WebAssembly streaming callback across contexts This fix restores WebAssembly streaming functionality after creating new V8 contexts, ensuring consistent behavior across Node and Deno environments, preventing runtime errors and improving developer experience. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| fix(ext/node): report real error code for failed dns.lookup | divybot | M | No | 0.5h | 0.3h | Jun 02, 2026 |
SummaryBug FixFix DNS lookup error code mismatch Ensures DNS lookup errors in Deno match Node.js, improving compatibility for npm packages and debugging. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix(lsp): complete npm package exports | divybot | L | No | 15.9h | 15.9h | Jun 02, 2026 |
SummaryBug FixComplete npm package export completions Enhances Deno's language server by providing accurate npm package export completions, improving developer productivity and reducing import errors. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Rust
|
||||||
| fix(ext/fetch): preserve static request body length | magurotuna | M | No | 81.1h | 58.9h | Jun 02, 2026 |
SummaryBug FixPreserve static request body length in fetch Ensures forwarded requests include correct Content-Length, improving performance and reliability for downstream services. Health Assessment
Medium
Medium
Medium
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| fix(lsp): recover from TSC isolate OOM instead of crashing the language server | divybot | M | No | 0.6h | 0.6h | Jun 02, 2026 |
SummaryBug FixRecover from TSC isolate OOM in LSP Prevents language server crashes due to memory overuse, ensuring continuous development experience and reducing downtime. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| fix(lsp): use file uris for neovim virtual definitions | divybot | M | No | 18.5h | - | Jun 02, 2026 |
SummaryBug FixFix LSP file URI handling for Neovim virtual definitions Ensures Neovim virtual definitions use file URIs, improving compatibility and preventing path resolution errors for users. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| fix(napi): report a clear error for legacy V8/nan native addons | divybot | M | No | 7.4h | 7.2h | Jun 02, 2026 |
SummaryBug FixFix clear error for legacy V8 native addons Provides a user-friendly error when loading unsupported legacy native addons, preventing crashes and improving developer experience. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Rust, Javascript, C
|
||||||
| fix(lsp): walk to enabled nested workspaces | divybot | L | No | 17.8h | 17.8h | Jun 02, 2026 |
SummaryBug FixFix LSP nested workspace preloading This PR resolves an issue where the language server failed to preload nested workspaces when the root workspace was disabled, ensuring proper workspace discovery and improved developer experience. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| fix(lsp): include configured deps in auto-imports | divybot | M | No | 17.6h | 17.6h | Jun 02, 2026 |
SummaryBug FixInclude configured dependencies in auto-imports Improves language server auto-imports by including user-configured dependencies, enhancing developer experience. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Rust
|
||||||
| fix(rt): support host-FS CJS files in the standalone runtime | crowlKats | L | AI | 72.2h | 31.8h | Jun 02, 2026 |
SummaryBug FixSupport host-FS CJS files in standalone runtime Ensures compiled binaries can correctly import CommonJS modules from the host filesystem, preventing runtime import errors for users. Health Assessment
Medium
Medium
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Rust, Typescript
|
||||||
| fix(ext/fs): retry without FILE_FLAG_BACKUP_SEMANTICS on Windows when driver rejects it | divybot | M | No | 6.0h | 6.0h | Jun 02, 2026 |
SummaryBug FixFix Windows file open retry on problematic drivers Ensures file operations succeed on Windows memory disks, improving reliability for developers using ImDisk-backed volumes. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| fix(lsp): support test steps from imported helpers | divybot | L | No | 17.0h | 17.0h | Jun 02, 2026 |
SummaryBug FixFix LSP test steps from imported helpers Ensures LSP tests correctly handle steps defined in helper modules, improving test reliability. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Rust
|
||||||
| test(lsp): cover wasm multi-value return types | divybot | M | No | 16.8h | - | Jun 02, 2026 |
SummaryTestAdd LSP tests for wasm multi-value returns Adds integration tests ensuring the language server correctly handles WebAssembly multi-value return types, improving reliability for wasm developers. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| fix(lsp): handle parser panics while parsing documents | divybot | M | No | 14.9h | - | Jun 01, 2026 |
SummaryBug FixFix LSP parser panic handling Prevents crashes from malformed source files in the Deno language server, ensuring continuous diagnostics for developers. Improves stability and developer experience. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| perf(ext/node): gate node:http async resource entry | nathanwhitbot | M | No | 37.7h | 23.7h | Jun 01, 2026 |
SummaryChoreOptimize node:http async resource entry Improves HTTP request handling by gating async resource entry when no async hooks active, boosting throughput while preserving async context behavior. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||