Pull Request Explorer

Exploring 232 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
test: wait for cancelled popstate navigation svelte-triage-bot XS No 1.9h 0.1h Aug 26, 2026

Summary

Test

Fix flaky navigation test for cancelled popstate

Ensures navigation state consistency by waiting for compensating history traversal, improving test reliability.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, fast review and merge.

AI Details

Confidence: 0.95

Tech Stack

Languages: Javascript
breaking: error when a client-requested single-flight mutation isn't respected by the server, allow the server to explicitly ignore refreshes elliott-with-the-longest-name-on-github L No 118.4h 0.8h Aug 26, 2026

Summary

Bug Fix

Fix client refresh mismatch and allow server ignore

Ensures clients are notified of missed refreshes and can ignore updates, improving reliability and developer experience.

Health Assessment

Large
High
High
  • The PR had a long cycle time with many commits and a single review, indicating significant rework and potential risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Javascript, Typescript
Frameworks: Svelte
test: wait for beforeNavigate redirect state svelte-triage-bot XS No 118.4h 0.4h Aug 26, 2026

Summary

Test

Fix Playwright navigation race in tests

Ensures test stability by waiting for navigation state, preventing stale DOM reads.

Health Assessment

Small
Low
Low
  • Quick test-only change with minimal code, fast review, but long cycle due to scheduling constraints.

AI Details

Confidence: 0.95

Tech Stack

Languages: Javascript
Version Packages (next) github-actions S No 100.4h 100.4h Aug 26, 2026

Summary

Chore

Publish Next Release Packages

Automates publishing of next pre‑release packages to npm, enabling continuous delivery for the SvelteKit ecosystem.

Health Assessment

Small
Low
High
  • Long cycle time (100h) reflects the automated release workflow; minimal code changes and no critical bugs indicate low risk.

AI Details

Tech Stack

Languages: Javascript
fix: widen remote form field types elliott-with-the-longest-name-on-github M No 16.1h 0.2h Aug 26, 2026

Summary

Bug Fix

Widen remote form field types for union and enum

Improves type safety for remote form fields, enabling access to all fields in union types and widening enum literals for DOM usage.

Health Assessment

Medium
Low
Low
  • Fast review and minimal rework indicate a straightforward bug fix.

AI Details

Tech Stack

Languages: Typescript
chore: set Vitest reporter for github actions dummdidumm XS No 0.2h 0.0h Aug 26, 2026

Summary

Chore

Set Vitest reporter for GitHub Actions

Improves visibility of test failures in GitHub Actions by configuring Vitest reporter.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within 12 minutes, no review friction.

AI Details

Confidence: 0.10

Tech Stack

Languages: Javascript
fix: keep boolean attributes with an empty string value when rendering attribute objects on the server Nic-Polumeyv S No 13.8h 13.8h Aug 26, 2026

Summary

Bug Fix

Fix boolean attribute rendering on server

Ensures boolean attributes like disabled, hidden, multiple are preserved during server-side rendering, preventing mismatches with client hydration and improving UI consistency.

Health Assessment

Small
Low
Low
  • Quick fix with single commit and approval, minimal scope, low risk.

AI Details

Tech Stack

Languages: Javascript
fix: render `selected` options for `<select multiple>` with an array `value` on the server Nic-Polumeyv M No 14.7h 2.5h Aug 26, 2026

Summary

Bug Fix

Fix server rendering of multiple select options

Ensures server‑side rendering of <select multiple> matches client selections, improving hydration consistency and user experience.

Health Assessment

Small
Low
Low
  • Quick, single‑round fix with minimal code changes and fast review cycle.

AI Details

Tech Stack

Languages: Javascript
fix: keep the current selection of a `<select>` when its `defaultValue` is applied Nic-Polumeyv L No 14.6h 2.2h Aug 26, 2026

Summary

Bug Fix

Fix select defaultValue selection behavior

Ensures user selections persist when default values are applied, improving form reliability.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal rework, fast review turnaround, and small scope indicates low risk.

AI Details

Tech Stack

Languages: Javascript
Frameworks: Svelte
chore: remove polka from adapter-node Nic-Polumeyv M No 83.7h 74.7h Aug 26, 2026

Summary

Chore

Remove polka dependency from adapter-node

Eliminates unnecessary polka dependency, simplifying server setup and reducing bundle size.

Health Assessment

Medium
Medium
High
  • The PR took over 3 days to merge, with a long review period and a couple of follow-up commits, indicating moderate complexity and some friction in the review process.

AI Details

Tech Stack

Languages: Javascript
chore: stop externalizing `cookie` dependency during build Conduitry XS No 2.3h 2.2h Aug 25, 2026

Summary

Chore

Stop externalizing cookie dependency during build

Removes unnecessary externalization of the cookie module, simplifying the build process and reducing bundle size.

Health Assessment

Small
Low
Low
  • Quick approval with minimal changes indicates low risk and straightforward maintenance.

AI Details

Confidence: 0.20

Tech Stack

Languages: Javascript
fix: preserve status for streamed page responses svelte-triage-bot S No 4.4h 4.4h Aug 25, 2026

Summary

Bug Fix

Preserve status for streamed page responses

Ensures streamed error pages retain intended HTTP status, improving error handling for deferred data.

Health Assessment

Small
Low
Low
  • Merged within 4.4 hours with minimal changes and no review friction.

AI Details

Tech Stack

Languages: Javascript
feat: accept the checked state as a third argument to .as('radio', ...) and .as('checkbox', ...) Nic-Polumeyv L No 30.3h 23.6h Aug 25, 2026

Summary

Feature

Add third argument for checked state in form utilities

Enables form reset to preserve checked state for radio and checkbox inputs, improving user experience and data consistency.

Health Assessment

Medium
Low
Medium
  • The PR had a single review after ~28h and merged within 30h, indicating moderate review friction but a smooth process with no major rework.

AI Details

Tech Stack

Languages: Javascript, Typescript
fix: server-only import guard misses entrypoints outside the project root Nic-Polumeyv M No 67.9h 67.9h Aug 25, 2026

Summary

Bug Fix

Fix guard for out-of-root server-only imports

Ensures server-only imports are correctly detected when hooks files reside outside the project root, preventing silent failures in monorepo setups.

Health Assessment

Large
Medium
Medium
  • The PR required a single commit after a lengthy review, indicating a focused fix but initial oversight in the guard logic.

AI Details

Tech Stack

Languages: Javascript, Typescript
chore: run the adapter-bun unit tests in Bun Nic-Polumeyv L No 64.6h 64.6h Aug 25, 2026

Summary

Chore

Run adapter-bun unit tests in Bun

Enables real Bun runtime for adapter-bun tests, improving reliability and coverage without affecting production code.

Health Assessment

Large
Low
Medium
  • The PR required a single review and minimal rework, with a 64‑hour cycle time, indicating a smooth but slightly delayed process.

AI Details

Tech Stack

Languages: Typescript, Javascript
breaking: require Bun 1.4 Nic-Polumeyv M No 115.0h 13.1h Aug 25, 2026

Summary

Bug Fix

Require Bun 1.4 for adapter

Enforces minimum Bun version 1.4 for the SvelteKit Bun adapter, preventing runtime failures and ensuring consistent behavior across deployments.

Health Assessment

Medium
High
Medium
  • The PR introduced a breaking change requiring Bun 1.4, leading to a slow cycle time and moderate review friction, but the change was necessary to prevent runtime errors.

AI Details

Tech Stack

Languages: Javascript, Typescript
fix: build Bun apps that use server instrumentation Nic-Polumeyv M No 86.7h 0.1h Aug 25, 2026

Summary

Bug Fix

Fix Bun adapter for server instrumentation builds

This fix resolves build failures for Bun-based SvelteKit apps that use server instrumentation, eliminating ModuleNotFound errors and correcting CSRF checks for non-GET requests, improving reliability for production deployments.

Health Assessment

Medium
Medium
High
  • The PR had a long cycle time of 86.7 hours, with the review occurring after 86.5 hours, but only one review round was needed. The change was moderate in scope and addressed critical build and security issues.

AI Details

Tech Stack

Languages: Javascript, Typescript
fix: respect user Vite CORS config teemingc S No 35.9h 0.1h Aug 25, 2026

Summary

Bug Fix

Fix user Vite CORS config override

Preserves user‑provided CORS settings in Vite builds, preventing unintended overrides and improving developer experience.

Health Assessment

Small
Low
Low
  • Quick review and merge within 36 hours, minimal rework, indicating a straightforward bug fix with low complexity.

AI Details

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

Tech Stack

Languages: Javascript
fix: only require svelte-trusted-html trusted-types policy when client code ships willfarrell S No 18.6h 14.2h Aug 25, 2026

Summary

Health Assessment

AI Details

Tech Stack

Languages: Javascript
fix: report `derived_invalid_export` for `export let x = $derived(...)` giaBaoJS S No 57.5h - Aug 25, 2026

Summary

Bug Fix

Fix derived export error message

Corrects error reporting for derived state exports in Svelte runes mode, ensuring accurate feedback for developers. This improves developer experience by providing clearer guidance.

Health Assessment

Small
Low
Medium
  • PR resolved a specific compiler error with minimal changes and quick turnaround, indicating efficient issue handling.

AI Details

Tech Stack

Languages: Javascript
Frameworks: Svelte
fix: measure nested transitions before applying their starting styles 61021 L No 236.7h 236.4h Aug 25, 2026

Summary

Bug Fix

Fix nested transition measurement bug

Corrects nested animation rendering, preventing visual glitches and ensuring consistent UI behavior.

Health Assessment

Large
High
High
  • Long cycle time and delayed review suggest low priority or complexity; the PR required significant rework after a long period.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Javascript
fix: apply ownership mutation ignores to bindings svelte-triage-bot M No 2.7h - Aug 25, 2026

Summary

Bug Fix

Fix binding ignores for ownership mutation

Ensures bindings respect ignore comments, preventing false ownership warnings and improving runtime behavior.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within hours, indicating low complexity and high confidence.

AI Details

Confidence: 0.95

Tech Stack

Languages: Javascript
fix: transform derived assignments and select function bindings correctly during server-side rendering dummdidumm M No 143.0h - Aug 25, 2026

Summary

Bug Fix

Fix derived assignment and select binding SSR

Corrects bugs in server-side rendering for derived assignments and function bindings, improving reliability of Svelte applications.

Health Assessment

Medium
Medium
High
  • The PR addressed two bugs in server-side rendering logic, required a single rework after initial review, and had a long cycle time, indicating potential review bottlenecks.

AI Details

Tech Stack

Languages: Javascript
perf: fold SSR block-open markers into the branch's first push MathiasWP M No 4.9h 2.9h Aug 25, 2026

Summary

Refactor

Improve SSR block marker performance

Reduces renderer push calls, improving server-side rendering efficiency.

Health Assessment

Small
Low
Low
  • Quick approval with minimal changes, indicating a low-risk performance tweak.

AI Details

Confidence: 0.15

Tech Stack

Languages: Javascript
fix: preserve line feed character references in attribute values giaBaoJS M No 54.3h - Aug 25, 2026

Summary

Bug Fix

Preserve line feed character references in attributes

Ensures newline entities in attribute values are correctly rendered, improving HTML parsing accuracy.

Health Assessment

Medium
Low
Low
  • Single commit with quick review and no rework, indicating a straightforward bug fix with minimal impact on the codebase.

AI Details

Tech Stack

Languages: Javascript
Frameworks: Svelte
perf: emit `$.only_child` for elements with a single child MathiasWP M No 0.2h 0.1h Aug 25, 2026

Summary

Refactor

Improve compiler performance by emitting only_child

Reduces compiled output size and runtime overhead by eliminating redundant reset calls, improving load times and rendering efficiency.

Health Assessment

Small
Low
Low
  • Quick review and merge, minimal changes, low risk

AI Details

Confidence: 0.10

Tech Stack

Languages: Javascript
Frameworks: Svelte
perf: reuse the cached value in the `<option>`/`<select>` value guard MathiasWP M No 2.0h 0.4h Aug 25, 2026

Summary

Refactor

Improve select option value caching

Reduces redundant evaluations of option values, improving runtime performance for select elements.

Health Assessment

Small
Low
Low
  • Fast cycle time and minimal rework indicate smooth review.

AI Details

Confidence: 0.75

Tech Stack

Languages: Javascript
perf: use `$.comment()` for lone-anchor rich select content MathiasWP S No 2.0h 2.0h Aug 25, 2026

Summary

Refactor

Improve select performance with comment nodes

Enhances rendering efficiency for select elements with single child content. Reduces overhead by using comment nodes instead of hoisted templates.

Health Assessment

Small
Low
Low
  • Quick approval with minimal changes indicates low risk and efficient review.

AI Details

Confidence: 0.15

Tech Stack

Languages: Javascript
perf: treat `<img loading>` as a static element again MathiasWP S No 0.4h 0.3h Aug 25, 2026

Summary

Bug Fix

Improve image loading performance by treating as static

Reduces emitted code and DOM traversals for lazy images, improving runtime performance.

Health Assessment

Small
Low
Low
  • Fast cycle time and minimal rework indicate a smooth review process.

AI Details

Tech Stack

Languages: Javascript
Frameworks: Svelte
fix: more robust rendering of Svelte custom element slots dummdidumm M No 0.1h - Aug 25, 2026

Summary

Bug Fix

Improve custom element slot rendering

Ensures Svelte custom elements correctly render slots, enhancing component reliability.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, merged within minutes, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Javascript
fix: output workers to client assets willfarrell M No 6.4h 0.4h Aug 25, 2026

Summary

Bug Fix

Fix worker output to client assets

Ensures worker files are correctly emitted to the client output, preventing 404 errors in production when SSR-only or no‑CSR builds are used.

Health Assessment

Small
Low
Low
  • Fast cycle time (6.4h) and minimal rework with two quick approvals indicate a low‑complexity, low‑risk change.

AI Details

Tech Stack

Languages: Javascript
Frameworks: Svelte
fix: sync SvelteURL port when protocol setter clears it contactjawad S No 2.0h 1.9h Aug 25, 2026

Summary

Bug Fix

Fix SvelteURL port sync on protocol change

This fix keeps URL port values accurate when the protocol changes, ensuring reactive components receive correct updates. It aligns Svelte's URL handling with the WHATWG spec, improving reliability for developers.

Health Assessment

Small
Low
Low
  • Quick fix with a single commit and immediate approval, indicating low complexity and minimal risk.

AI Details

Confidence: 0.10

Tech Stack

Languages: Javascript, Typescript
fix: keep defaultChecked on hydrated radio inputs with spread attributes Nic-Polumeyv S No 15.2h 15.2h Aug 25, 2026

Summary

Bug Fix

Fix defaultChecked handling for hydrated radio inputs

Ensures radio inputs retain their default checked state after hydration, preventing unintended unchecking during form resets. Improves form reliability for users.

Health Assessment

Small
Low
Low
  • Resolved quickly with minimal changes and no significant rework.

AI Details

Confidence: 0.75

Tech Stack

Languages: Javascript
Frameworks: Svelte
fix: decode uppercase-X hex numeric character references contactjawad S No 1.8h 1.7h Aug 25, 2026

Summary

Bug Fix

Fix uppercase hex numeric character references

Ensures Svelte correctly decodes numeric character references with uppercase X, aligning with the HTML spec and preventing literal rendering of intended characters.

Health Assessment

Small
Low
Low
  • Quick, single-commit fix with minimal code changes and fast review cycle, indicating low complexity and low risk to the codebase.

AI Details

Tech Stack

Languages: Javascript
fix: commit a reaction's dependencies even when it throws Nic-Polumeyv M No 9.6h 9.6h Aug 25, 2026

Summary

Bug Fix

Fix reaction dependency commit on error

Ensures that Svelte’s reactive system correctly tracks dependencies even when a reaction throws, preventing memory leaks and stale state.

Health Assessment

Medium
Low
Medium
  • Quick turnaround with a single review and no rework indicates a straightforward bug fix with minimal impact on the codebase.

AI Details

Tech Stack

Languages: Javascript, Typescript
fix: end a restored reaction context at the end of its synchronous segment Nic-Polumeyv L No 17.1h 0.2h Aug 24, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: resolve merge conflicts with `main` teemingc XS No 1.6h 1.3h Aug 24, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: accept `onfocusin`/`onfocusout` in `a11y_mouse_events_have_key_events` giaBaoJS S No 33.1h 32.4h Aug 24, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: track SvelteDate snapshots in reactions svelte-triage-bot S No 1.7h 1.5h Aug 24, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: clean up svelte:head anchors on unmount svelte-triage-bot S No 8.0h 7.9h Aug 24, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: fix flaky timeout in the options vite spec Nic-Polumeyv XS No 34.7h 34.7h Aug 24, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: add patch changeset for adapter-cloudflare, adapter-node, adapter-static copilot-swe-agent XS No 11.3h 11.2h Aug 22, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: Reject all pending query promises when a query fails before resolving with a value for the first time elliott-with-the-longest-name-on-github M No 18.5h 18.5h Aug 22, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: move compile plugin teemingc XL No 13.9h 0.0h Aug 22, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: don't change directory in the basics test setup Nic-Polumeyv XS No 1.7h 1.7h Aug 22, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: preserve whitespace after inline elements when printing svelte-triage-bot S No 5.0h 5.0h Aug 21, 2026

LLM analysis pending

This PR has not been analyzed yet.

docs: fix Cloudflare adapter link in documentation olegpolin XS No 0.6h 0.6h Aug 21, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: flaky bot test part 2 dummdidumm S No 1.0h - Aug 21, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: testing the flaky test bot dummdidumm S No 0.9h - Aug 21, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: set oxc as vscode formatter dummdidumm S No 0.0h - Aug 21, 2026

LLM analysis pending

This PR has not been analyzed yet.

« Page 3 of 5 »

Get this analytics stack for your team

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

Connect Repos