Pull Request Explorer
| 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 |
SummaryTestFix flaky navigation test for cancelled popstate Ensures navigation state consistency by waiting for compensating history traversal, improving test reliability. Health Assessment
Small
Low
Low
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 |
SummaryBug FixFix 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
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 |
SummaryTestFix Playwright navigation race in tests Ensures test stability by waiting for navigation state, preventing stale DOM reads. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| Version Packages (next) | github-actions | S | No | 100.4h | 100.4h | Aug 26, 2026 |
SummaryChorePublish Next Release Packages Automates publishing of next pre‑release packages to npm, enabling continuous delivery for the SvelteKit ecosystem. Health Assessment
Small
Low
High
AI DetailsTech 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 |
SummaryBug FixWiden 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
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| chore: set Vitest reporter for github actions | dummdidumm | XS | No | 0.2h | 0.0h | Aug 26, 2026 |
SummaryChoreSet Vitest reporter for GitHub Actions Improves visibility of test failures in GitHub Actions by configuring Vitest reporter. Health Assessment
Small
Low
Low
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 |
SummaryBug FixFix 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
AI DetailsTech 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 |
SummaryBug FixFix 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
AI DetailsTech 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 |
SummaryBug FixFix select defaultValue selection behavior Ensures user selections persist when default values are applied, improving form reliability. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| chore: remove polka from adapter-node | Nic-Polumeyv | M | No | 83.7h | 74.7h | Aug 26, 2026 |
SummaryChoreRemove polka dependency from adapter-node Eliminates unnecessary polka dependency, simplifying server setup and reducing bundle size. Health Assessment
Medium
Medium
High
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: stop externalizing `cookie` dependency during build | Conduitry | XS | No | 2.3h | 2.2h | Aug 25, 2026 |
SummaryChoreStop 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
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 |
SummaryBug FixPreserve status for streamed page responses Ensures streamed error pages retain intended HTTP status, improving error handling for deferred data. Health Assessment
Small
Low
Low
AI DetailsTech 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 |
SummaryFeatureAdd 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
AI DetailsTech 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 |
SummaryBug FixFix 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
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| chore: run the adapter-bun unit tests in Bun | Nic-Polumeyv | L | No | 64.6h | 64.6h | Aug 25, 2026 |
SummaryChoreRun 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
AI DetailsTech Stack
Languages:
Typescript, Javascript
|
||||||
| breaking: require Bun 1.4 | Nic-Polumeyv | M | No | 115.0h | 13.1h | Aug 25, 2026 |
SummaryBug FixRequire 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
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| fix: build Bun apps that use server instrumentation | Nic-Polumeyv | M | No | 86.7h | 0.1h | Aug 25, 2026 |
SummaryBug FixFix 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
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| fix: respect user Vite CORS config | teemingc | S | No | 35.9h | 0.1h | Aug 25, 2026 |
SummaryBug FixFix 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
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 |
SummaryHealth AssessmentAI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: report `derived_invalid_export` for `export let x = $derived(...)` | giaBaoJS | S | No | 57.5h | - | Aug 25, 2026 |
SummaryBug FixFix 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
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| fix: measure nested transitions before applying their starting styles | 61021 | L | No | 236.7h | 236.4h | Aug 25, 2026 |
SummaryBug FixFix nested transition measurement bug Corrects nested animation rendering, preventing visual glitches and ensuring consistent UI behavior. Health Assessment
Large
High
High
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 |
SummaryBug FixFix binding ignores for ownership mutation Ensures bindings respect ignore comments, preventing false ownership warnings and improving runtime behavior. Health Assessment
Small
Low
Low
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 |
SummaryBug FixFix 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
AI DetailsTech 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 |
SummaryRefactorImprove SSR block marker performance Reduces renderer push calls, improving server-side rendering efficiency. Health Assessment
Small
Low
Low
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 |
SummaryBug FixPreserve line feed character references in attributes Ensures newline entities in attribute values are correctly rendered, improving HTML parsing accuracy. Health Assessment
Medium
Low
Low
AI DetailsTech 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 |
SummaryRefactorImprove 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
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 |
SummaryRefactorImprove select option value caching Reduces redundant evaluations of option values, improving runtime performance for select elements. Health Assessment
Small
Low
Low
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 |
SummaryRefactorImprove 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
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 |
SummaryBug FixImprove image loading performance by treating as static Reduces emitted code and DOM traversals for lazy images, improving runtime performance. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| fix: more robust rendering of Svelte custom element slots | dummdidumm | M | No | 0.1h | - | Aug 25, 2026 |
SummaryBug FixImprove custom element slot rendering Ensures Svelte custom elements correctly render slots, enhancing component reliability. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: output workers to client assets | willfarrell | M | No | 6.4h | 0.4h | Aug 25, 2026 |
SummaryBug FixFix 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
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| fix: sync SvelteURL port when protocol setter clears it | contactjawad | S | No | 2.0h | 1.9h | Aug 25, 2026 |
SummaryBug FixFix 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
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 |
SummaryBug FixFix 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
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 |
SummaryBug FixFix 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
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: commit a reaction's dependencies even when it throws | Nic-Polumeyv | M | No | 9.6h | 9.6h | Aug 25, 2026 |
SummaryBug FixFix 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
AI DetailsTech 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. |
||||||