Pull Request Explorer

Exploring 313 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
chore: remove the dead forked typescript-go integration bartlomieju XL No 4.8h - Jul 10, 2026

Summary

Chore

Remove dead TypeScript-Go integration

Eliminates unused, unreachable code and flags, simplifying the codebase and reducing maintenance overhead.

Health Assessment

X-Large
Low
Low
  • Quick cleanup completed in under 5 hours with no behavior impact, indicating a low-risk, high-value maintenance task.

AI Details

Tech Stack

Languages: Rust, Javascript
fix(lsp): respect lint rule exclusion for no-slow-types diagnostics bartlomieju M No 2.8h - Jul 10, 2026

Summary

Bug Fix

Fix LSP lint rule exclusion for no-slow-types

Ensures language server respects lint rule exclusions, preventing unwanted diagnostics in editors.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved lint rule issue in LSP, improving editor experience.

AI Details

Tech Stack

Languages: Rust
feat(unstable): add deno sync-types subcommand for stock TypeScript config bartlomieju XL No 36.7h 19.2h Jul 10, 2026

Summary

Feature

Add deno sync-types subcommand for TS config

Enables stock TypeScript tooling to type‑check Deno projects, improving developer experience and reducing reliance on Deno‑specific plugins.

Health Assessment

Large
Medium
Low
  • The PR introduced a large number of changes but was reviewed in a single round, indicating clear scope and well‑documented intent.

AI Details

Tech Stack

Languages: Rust
fix(web): support Event subclasses with readonly toStringTag nathanwhit S No 0.9h - Jul 09, 2026

Summary

Bug Fix

Support Event subclasses with readonly toStringTag

Fixes Web API behavior by moving toStringTag to prototype, enabling subclasses to define read‑only tags without errors.

Health Assessment

Small
Low
Low
  • Fast cycle time of under an hour, single commit, minimal changes, no review delays.

AI Details

Confidence: 0.95

Tech Stack

Languages: Javascript, Typescript
chore: allow alpha/beta version bumps and auto-flag prereleases bartlomieju S No 0.9h - Jul 09, 2026

Summary

CI/CD

Add alpha/beta version bump support and prerelease flag

Enables smoother release of pre‑release versions and ensures correct prerelease labeling, improving developer workflow and release accuracy.

Health Assessment

Small
Low
Low
  • Merged within 0.9 hours with a single commit and no major review iterations, indicating a straightforward, low‑risk change.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript, Yaml
Frameworks: Github-Actions
chore: upload only promoted archives in promote_to_release bartlomieju S No 10.1h - Jul 09, 2026

Summary

CI/CD

Upload only promoted archives in promote_to_release

Ensures release artifacts are correctly uploaded, preventing stray test files and broken symlink failures, improving release reliability.

Health Assessment

Small
Low
Low
  • Fast turnaround, minimal changes, low risk.

AI Details

Tech Stack

Languages: Yaml, Typescript
Frameworks: Github-Actions
feat(cli): add --min-dep-age alias nathanwhit S No 0.8h 0.2h Jul 09, 2026

Summary

Feature

Add --min-dep-age alias

Adds a short alias for the minimum dependency age flag, improving CLI usability and consistency.

Health Assessment

Small
Low
Low
  • Rapid review and merge with minimal rework; straightforward change.

AI Details

Tech Stack

Languages: Rust
fix(node): stop active read on stream close to avoid leaking Socket/TCPWrap nathanwhitbot M No 19.4h 8.9h Jul 09, 2026

Summary

Bug Fix

Fix socket read leak on stream close

Prevents memory leaks in node:net sockets by stopping active reads before closing, improving stability for high‑connection workloads.

Health Assessment

Medium
Low
Low
  • Fast resolution with minimal rework; low complexity and risk.

AI Details

Tech Stack

Languages: Rust, Typescript
perf(ext/node): fast path fs cp nathanwhit XL No 41.7h - Jul 09, 2026

Summary

Feature

Add native async fast path for node fs cp

Improves file copy performance for Node.js users, reducing latency and resource usage in Deno applications.

Health Assessment

Large
Low
Low
  • Merged in under two days with minimal review friction, indicating a straightforward performance enhancement.

AI Details

Tech Stack

Languages: Rust, Typescript, Javascript
chore: collapse multi-line lint diagnostic snippets bartlomieju XS No 6.0h - Jul 09, 2026

Summary

Chore

Collapse multi-line lint diagnostic snippets

Improves lint output readability by collapsing long diagnostic snippets, reducing clutter for developers.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes, no review needed, indicating low complexity.

AI Details

Tech Stack

Languages: Rust
chore: remove redundant unstable flags from node_compat runner bartlomieju S No 43.0h - Jul 09, 2026

Summary

Chore

Remove redundant unstable flags from node_compat runner

Simplifies the node_compat test runner by removing obsolete unstable flags, reducing complexity and potential errors.

Health Assessment

Small
Low
Low
  • Single-file change with minimal review, indicating low complexity and risk.

AI Details

Tech Stack

Languages: Rust
chore: only strip Mach-O signature for x86_64-apple-darwin in patch release bartlomieju S No 1.3h - Jul 09, 2026

Summary

Chore

Chore: limit Mach-O signature stripping to Intel

Ensures patch releases for Apple ARM64 binaries remain signed correctly, preventing build failures and maintaining compatibility with code signing tools.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, no rework, smooth merge.

AI Details

Tech Stack

Languages: Typescript
fix(pm): hint about minimumDependencyAge when no version is old enough bartlomieju M No 12.6h 11.5h Jul 09, 2026

Summary

Bug Fix

Add hint for minimum dependency age errors

Improves error messages for recently published packages by adding a hint that explains the minimum dependency age setting, helping developers quickly identify and resolve supply chain safeguard issues.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes and fast review, indicating low complexity and high confidence in the solution.

AI Details

Tech Stack

Languages: Rust
perf(ext/node): cache compiled glob matchers + bump bundled minimatch to 10.2.5 bartlomieju XL No 21.7h - Jul 09, 2026

Summary

Chore

Improve glob matcher performance in Deno

Enhances glob matching speed by caching compiled patterns and updating minimatch, reducing latency for file operations.

Health Assessment

Medium
Low
Low
  • Fast cycle time and minimal changes indicate smooth review and low risk.

AI Details

Tech Stack

Languages: Javascript
perf(ext/node): speed up sqlite.StatementSync.all() and run() bartlomieju S No 23.4h - Jul 09, 2026

Summary

Refactor

Improve SQLite performance in Node extension

Optimizes SQLite query execution, matching Node's performance, reducing latency for database operations.

Health Assessment

Small
Low
Low
  • Single small commit with quick merge indicates efficient performance fix.

AI Details

Confidence: 0.75

Tech Stack

Languages: Rust
perf(ext/web): avoid copy-back in op_base64_atob large path bartlomieju XS No 23.8h - Jul 09, 2026

Summary

Refactor

Improve atob performance by eliminating copy

Reduces memory copy overhead for large base64 decoding, improving throughput by ~11.5% and lowering latency for web applications.

Health Assessment

Small
Low
Low
  • Quick performance tweak with minimal code changes, merged within a day, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Rust
fix(release): strip Mach-O signature before patchver on apple targets bartlomieju S No 8.7h - Jul 09, 2026

Summary

Bug Fix

Fix Mach-O signature stripping for Apple targets

Removes stale code signatures from macOS binaries before patching, preventing rcodesign failures and ensuring successful LTS/RC releases.

Health Assessment

Small
Low
Low
  • Fast turnaround of 8.7 hours, minimal changes, no review delays, low risk.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript, Yaml
Frameworks: Github-Actions
chore: disable minimum-dependency-age in promote_to_release workflow bartlomieju XS No 10.0h - Jul 09, 2026

Summary

CI/CD

Disable minimum-dependency-age in promote_to_release workflow

Allows promotion scripts to use freshly published patchver by disabling the age gate, improving release pipeline reliability.

Health Assessment

Small
Low
Low
  • Quick change to CI workflow, minimal risk, resolved a known issue with dependency age gating.

AI Details

Tech Stack

Languages: Yaml, Typescript
Frameworks: Github-Actions
fix(core): deactivate idle TTY write handles nathanwhit M No 5.7h - Jul 09, 2026

Summary

Bug Fix

Deactivate idle TTY write handles

Fixes a bug where idle TTY writes keep the Deno runtime alive, ensuring processes exit cleanly and improving resource management.

Health Assessment

Medium
Low
Low
  • Merged within 5.7 hours with minimal changes, indicating a straightforward fix and low risk.

AI Details

Tech Stack

Languages: Rust, Javascript
chore(release): bump @deno/patchver to 0.5.1 in promotion scripts bartlomieju XS No 0.8h - Jul 08, 2026

Summary

Chore

Bump patchver to 0.5.1 in release scripts

Fixes macOS binary promotion failures by updating patchver dependency, ensuring LTS promotions complete.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within an hour, indicating smooth review and low risk.

AI Details

Tech Stack

Languages: Typescript
test(lsp): re-enable node builtin import quick-fix test for stock TS bartlomieju S No 0.7h - Jul 08, 2026

Summary

Test

Re-enable node builtin import quick-fix test

Ensures LSP suggests only valid node builtin imports with node: prefix, maintaining correct import behavior in stock TypeScript.

Health Assessment

Small
Low
Low
  • Minimal changes, quick review, no blockers.

AI Details

Tech Stack

Languages: Rust
test: re-enable check_workspace with un-fork-compatible globals bartlomieju S No 1.0h - Jul 08, 2026

Summary

Test

Re-enable check_workspace with un-fork-compatible globals

Restores test coverage for workspace checks across Node and browser environments, ensuring consistent behavior in both contexts.

Health Assessment

Medium
Low
Low
  • Merged within an hour with no review friction, indicating a straightforward change with minimal impact.

AI Details

Tech Stack

Languages: Typescript
refactor: merge fast-registry-json crate into deno_npm bartlomieju M No 9.2h 6.5h Jul 08, 2026

Summary

Refactor

Merge fast-registry-json crate into deno_npm

Eliminates publish-time dependency cycle between crates, streamlining releases and reducing build stalls.

Health Assessment

Large
Low
Low
  • Fast turnaround with a single review and minimal rework indicates a well‑understood refactor.

AI Details

Tech Stack

Languages: Rust
fix(check): detect transitive @types/node for the single node types copy bartlomieju M No 10.6h - Jul 08, 2026

Summary

Bug Fix

Fix transitive @types/node loading in Deno

Ensures Deno's type checker loads only one copy of @types/node, preventing duplicate identifier errors and re-enabling tests.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, resolved duplicate type loading issue in a single cycle.

AI Details

Tech Stack

Languages: Rust, Typescript
chore(ci): drop vestigial Google Cloud auth from promote_to_release bartlomieju S No 0.3h - Jul 08, 2026

Summary

CI/CD

Remove unused GCP auth from release workflow

Eliminates unnecessary Google Cloud authentication steps in the release promotion workflow, reducing failure risk and simplifying credentials management.

Health Assessment

Small
Low
Low
  • Quick removal of dead GCP auth steps, minimal code change, fast merge, low risk.

AI Details

Confidence: 0.10

Tech Stack

Languages: Yaml, Typescript
Frameworks: Github-Actions
BREAKING(check): error on `export =` when targeting ES modules bartlomieju S No 9.4h - Jul 08, 2026

Summary

Bug Fix

Fix export= error for ES modules

Denotes that deno check now treats export= as an error, aligning with TypeScript, improving developer experience.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within same day.

AI Details

Tech Stack

Languages: Javascript, Typescript
feat: drop the TypeScript fork, run on stock [email protected] bartlomieju XL No 200.7h - Jul 08, 2026

Summary

Chore

Remove TypeScript fork, use stock compiler

This change eliminates the custom TypeScript compiler fork, switching to the stock TypeScript 6.0.3 from npm. It simplifies upgrades, reduces bundle size, and aligns Deno's compiler with the upstream TypeScript release, improving maintainability and reducing maintenance overhead.

Health Assessment

X-Large
High
High
  • The PR underwent extensive experimentation and multiple iterations over 8 days, indicating significant complexity and risk. The large scope and breaking nature suggest careful testing and monitoring post-merge.

AI Details

Confidence: 0.75

Tech Stack

Languages: Rust, Javascript, Typescript
fix(check): load a single @types/node bartlomieju S No 196.6h - Jul 08, 2026

Summary

Bug Fix

Fix duplicate @types/node loading

This change removes duplicate loading of @types/node, preventing type declaration conflicts. It improves type‑checking reliability for projects that provide their own node type definitions.

Health Assessment

Small
Low
High
  • The PR took over 8 days to merge, indicating potential review or testing delays despite its small scope.

AI Details

Confidence: 0.20

Tech Stack

Languages: Rust
refactor(tsc): defer web-platform globals to lib.dom in deno libs bartlomieju XL No 198.1h - Jul 08, 2026

Summary

Refactor

Refactor Deno lib globals to defer to lib.dom

This refactor allows Deno's TypeScript libraries to coexist with standard DOM definitions, enabling smoother integration with web platforms and reducing global symbol conflicts. No change to default Deno behavior, but sets foundation for future compatibility.

Health Assessment

X-Large
High
High
  • The PR required a week-long review, reflecting its complexity and the need for careful validation.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
2.9.2 denobot XL No 1.3h - Jul 08, 2026

Summary

CI/CD

Release 2.9.2: Bump crate versions

Version bump for 2.9.2 release, updating crate versions and release notes.

Health Assessment

X-Large
Low
Low
  • Quick release bump with minimal review, fast merge.

AI Details

Tech Stack

Languages: Typescript, Yaml
Frameworks: Github-Actions
fix(npm): don't re-fetch packuments on every run when registry has no time data bartlomieju L No 22.4h 8.6h Jul 08, 2026

Summary

Bug Fix

Prevent unnecessary packument refetching

Reduces startup latency for projects without lockfiles by avoiding redundant network calls, improving developer experience and performance.

Health Assessment

Medium
Low
Low
  • Fast turnaround with a single commit and minimal review cycles; the change is small to medium in scope and addresses a performance regression without introducing new functionality or breaking existing behavior.

AI Details

Tech Stack

Languages: Rust, Typescript
fix(coverage): count a branch-junction line as covered when either arm runs Hixie M AI 7.1h 7.1h Jul 08, 2026

Summary

Bug Fix

Fix coverage branch junction line counting

Ensures accurate coverage metrics by treating branch junction lines as covered when any arm executes, improving CI reliability.

Health Assessment

Medium
Low
Low
  • Fast review and merge with minimal rework indicates low complexity and high confidence in the fix.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude, ChatGPT
Confidence: 0.95

Tech Stack

Languages: Rust, Typescript
fix(ext/node): require --allow-net=unix for node:net unix sockets bartlomieju L No 21.9h - Jul 08, 2026

Summary

Bug Fix

Fix Unix socket permission enforcement in node:net

Ensures node:net Unix sockets require the same network permissions as native Deno sockets, tightening security and preventing unauthorized IPC access.

Health Assessment

Medium
Low
Low
  • Quick, single-commit fix with minimal rework; fast cycle time indicates low complexity and risk.

AI Details

Confidence: 0.80

Tech Stack

Languages: Rust, Typescript
chore: bump laufey to 0.6.0 crowlKats S No 0.9h 0.4h Jul 08, 2026

Summary

Chore

Bump Laufey dependency to 0.6.0

Updates the Laufey library to the latest 0.6.0 release, ensuring compatibility and security fixes.

Health Assessment

Small
Low
Low
  • Fast, single-commit PR with minimal changes and no review friction.

AI Details

Tech Stack

Languages: Rust
chore: remove stale malva and markup_fmt workspace dependencies bartlomieju XS No 9.9h - Jul 08, 2026

Summary

Health Assessment

AI Details

Tech Stack

fix(fmt): format Astro inline scripts as TypeScript bartlomieju S No 9.7h - Jul 08, 2026

Summary

Bug Fix

Fix formatting of Astro inline scripts as TypeScript

Ensures Astro files with TypeScript syntax in inline scripts are correctly formatted, preventing syntax errors and improving developer experience.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved formatting issue promptly.

AI Details

Tech Stack

Languages: Rust
feat(desktop): enable `--hmr` for Vite and Nuxt crowlKats S No 6.2h 3.0h Jul 08, 2026

Summary

Feature

Enable HMR for Vite and Nuxt in Deno Desktop

Adds support for hot‑module reloading in Vite and Nitro‑based frameworks, improving developer workflow by eliminating manual rebuilds.

Health Assessment

Small
Low
Low
  • Quick turnaround with single commit and minimal changes indicates low complexity and high confidence in the feature.

AI Details

Tech Stack

Languages: Rust
docs(desktop): fix stale app:// navigation comment after loopback revert divybot S No 11.4h 11.4h Jul 07, 2026

Summary

Chore

Fix stale app:// navigation comment

Updated documentation comment to reflect current loopback serving, preventing confusion for developers.

Health Assessment

Small
Low
Low
  • Quick documentation fix with minimal changes, merged within 11 hours.

AI Details

Tech Stack

Languages: Rust
feat(desktop): run HMR by framework dev server sectore L No 124.0h 124.0h Jul 07, 2026

Summary

Feature

Add framework dev server support for HMR

Enables deno desktop HMR to work with framework dev servers such as Fresh and SvelteKit, improving developer experience and reducing manual setup.

Health Assessment

Large
High
High
  • Long cycle time of 124 hours and a single review after many commits indicate high friction; the PR required extensive iteration before merging.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Rust
docs(desktop): document Deno.autoUpdate and AutoUpdateOptions crowlKats M AI 7.5h 7.5h Jul 07, 2026

Summary

Docs

Document Deno.autoUpdate API and Options

Enhances documentation for Deno's auto-update feature, clarifying update mechanics and options, improving developer understanding and reducing support overhead.

Health Assessment

Medium
Low
Low
  • Merged within 7.5 hours after a single review, minimal changes, low risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
fix(desktop): attribute bind calls to the registering window id crowlKats XS No 170.2h 136.5h Jul 07, 2026

Summary

Bug Fix

Fix desktop bind call window ID routing

Ensures desktop bindings work reliably across windows, preventing runtime errors and improving stability for desktop applications.

Health Assessment

Small
Medium
Medium
  • The PR required several rounds of review and a new test harness, indicating moderate complexity, but the changes were small and focused on a specific runtime bug.

AI Details

Confidence: 0.95

Tech Stack

Languages: Rust
fix(desktop): surface compiled-app startup errors instead of exiting silently divybot L No 243.9h 238.9h Jul 07, 2026

Summary

Bug Fix

Surface desktop startup errors instead of silent exit

Ensures desktop apps display error dialogs for startup failures, improving debugging and user experience.

Health Assessment

Medium
Medium
High
  • The PR took over 10 days to merge, indicating a slow review process, but only one review round and no major rework were required.

AI Details

Tech Stack

Languages: Rust
fix(install): make setup cache packages hash deterministic bartlomieju M No 9.3h 8.7h Jul 07, 2026

Summary

Bug Fix

Make setup cache hash deterministic

Ensures deterministic caching of npm packages, reducing unnecessary cleanup and improving install stability.

Health Assessment

Small
Low
Low
  • Single small change with quick review and merge, indicating low complexity and minimal risk.

AI Details

Tech Stack

Languages: Rust
perf(ext/web): synchronous transform fast path for TransformStream bartlomieju M No 1.4h - Jul 07, 2026

Summary

Refactor

Add synchronous transform fast path for TransformStream

Improves TransformStream performance by eliminating unnecessary promise allocations, boosting throughput by up to 11% and surpassing competitor runtimes.

Health Assessment

Medium
Low
Low
  • Fast turnaround with minimal changes and no review comments indicates smooth integration.

AI Details

Tech Stack

Languages: Javascript
perf(ext/web): sync fast path for ReadableStream async iterator next() bartlomieju M No 2.6h - Jul 07, 2026

Summary

Refactor

Improve ReadableStream async iterator performance

This change optimizes the async iterator of ReadableStream, reducing allocation overhead and microtask hops. It boosts throughput by up to 60% for common stream consumption patterns, benefiting web applications that process large data streams.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes indicates low complexity and quick review.

AI Details

Tech Stack

Languages: Javascript
fix(ext/net): abort pending Deno.connect during DNS resolution bartlomieju M No 113.1h - Jul 07, 2026

Summary

Bug Fix

Abort pending Deno.connect during DNS resolution

Fixes a bug where aborting a Deno.connect call while DNS lookup was in flight could silently fail, causing long timeouts and resource leaks. The change ensures cancellation is handled immediately and resources are cleaned up.

Health Assessment

Small
Low
Low
  • Single commit, minimal changes, no review friction, quick resolution.

AI Details

Tech Stack

Languages: Rust
fix(ext/signals): unregister handler when SignalStream is dropped bartlomieju S No 2.7h - Jul 07, 2026

Summary

Bug Fix

Unregister signal handler on stream drop

Fixes resource leak by ensuring signal handlers are unregistered when the SignalStream is dropped, preventing accumulation of stale entries and improving stability.

Health Assessment

Small
Low
Low
  • Quick resolution with minimal changes, indicating a straightforward bug fix with low risk.

AI Details

Confidence: 0.75

Tech Stack

Languages: Rust
fix(ext/node): don't schedule a pause in inspector.waitForDebugger() wilkmaciej M No 39.9h 39.1h Jul 07, 2026

Summary

Bug Fix

Fix inspector.waitForDebugger pause behavior

Ensures Node inspector waitForDebugger does not pause program unexpectedly, improving VS Code debugging experience.

Health Assessment

Small
Low
Medium
  • Review occurred late, but only a few commits were needed to resolve the issue, indicating moderate review friction but low risk.

AI Details

Tech Stack

Languages: Rust, Javascript, Typescript
perf(ext/web): persistent pump for the generic pipeTo loop bartlomieju L No 20.6h - Jul 07, 2026

Summary

Refactor

Improve pipeTo performance with persistent pump

Enhances Deno's stream pipeTo performance by reducing per-chunk allocations, boosting throughput by ~28%. This change also updates WPT expectations for transferable readable streams.

Health Assessment

Large
Medium
Low
  • The PR introduces a persistent pump to reduce per-chunk allocations, improving pipeTo throughput by ~28% with minimal code changes and no regressions.

AI Details

Tech Stack

Languages: Javascript
fix(watch): terminate on Ctrl+C while blocked in synchronous code bartlomieju M No 3.2h - Jul 07, 2026

Summary

Bug Fix

Fix watch mode Ctrl+C termination

Ensures that pressing Ctrl+C terminates a Deno program even when it is executing synchronous JavaScript, restoring expected behavior and improving reliability for developers.

Health Assessment

Small
Low
Low
  • Merged within 3.2 hours with minimal changes, indicating a straightforward bug fix with low risk.

AI Details

Tech Stack

Languages: Rust
« Page 4 of 7 »

Get this analytics stack for your team

Connect GitHub and see cycle time, review bottlenecks, PR flow, and trend changes in minutes.

Connect Repos