Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| chore: stop stat'ing assets whose sizes nothing reads | Nic-Polumeyv | XS | AI | 14.8h | 0.1h | Sep 02, 2026 |
SummaryChoreStop unnecessary asset stat calls Eliminates redundant filesystem checks during build, improving performance. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Javascript, Typescript
|
||||||
| fix: walk and copy directories without a stat per file | Nic-Polumeyv | M | AI | 15.2h | 0.1h | Sep 02, 2026 |
SummaryBug FixFix directory walk and copy performance Improves file system operations by eliminating redundant stat calls, speeding up directory traversal and copy tasks, enhancing build performance. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| chore: derive the fetch cache url in one place | Nic-Polumeyv | S | AI | 12.3h | 12.3h | Sep 02, 2026 |
SummaryRefactorDerive fetch cache URL in one place Standardizes fetch cache URL handling across client and server, reducing inconsistencies and potential bugs. Health Assessment
Small
Low
Medium
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| chore: type the render output with svelte/server's SyncRenderOutput | Nic-Polumeyv | L | AI | 13.5h | 13.5h | Sep 02, 2026 |
SummaryChoreChore: Update render output type to SyncRenderOutput Improves server rendering type safety by using SyncRenderOutput, reducing type inference errors. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Javascript, Yaml
|
||||||
| chore: add CodeRabbit config | teemingc | S | No | 0.1h | 0.0h | Sep 02, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| chore: bump pnpm to 12.2.1 | teemingc | M | No | 0.3h | 0.2h | Sep 02, 2026 |
SummaryChorechore: bump pnpm to 12.2.1 Updates the pnpm package manager to the latest version to resolve command flag errors, ensuring smoother dependency management. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack |
||||||
| feat: allow adapters to pass a function for vite config | ottomated | M | AI | 21.3h | 19.0h | Sep 01, 2026 |
SummaryFeatureAllow adapters to pass function for Vite config Enables adapters to dynamically configure Vite plugins using SvelteKit configuration, improving flexibility and simplifying integration with Cloudflare plugin. Health Assessment
Small
Low
Medium
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| chore: bump Playwright | teemingc | XS | AI | 0.5h | 0.5h | Sep 01, 2026 |
SummaryChoreBump Playwright version Updates Playwright to a newer patch to resolve CI failures, with no impact on user-facing functionality. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Yaml
|
||||||
| chore: use correct Vite instance for runner checks | teemingc | S | No | 87.9h | 0.1h | Sep 01, 2026 |
SummaryBug FixFix Vite instance usage for runner checks Corrects Vite instance resolution to avoid CI errors, improving build stability. Health Assessment
Small
Low
Medium
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| fix: throw when `setContext` is called after an `await` during SSR | giaBaoJS | M | No | 64.9h | 64.9h | Aug 31, 2026 |
SummaryBug FixFix SSR setContext after await error Ensures server-side rendering throws an error when setContext is called after an await, aligning server behavior with client and preventing silent failures. Health Assessment
Medium
Medium
High
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| chore: bump packages | dummdidumm | L | No | 2.0h | - | Aug 31, 2026 |
SummaryChoreBump package dependencies Updates package versions to address bugfixes and security vulnerabilities, improving stability. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| fix: serialize input default values during SSR | dummdidumm | S | No | 73.0h | 72.7h | Aug 31, 2026 |
SummaryBug FixFix serialization of input defaults during SSR Ensures input default values are correctly serialized during server-side rendering, improving consistency and preventing rendering bugs. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Javascript, Html
Frameworks:
Svelte
|
||||||
| chore: add regression test for teardown value behavior | dummdidumm | S | No | 0.1h | - | Aug 31, 2026 |
SummaryTestAdd regression test for teardown value Adds a regression test to guard against future regressions in component teardown logic. This improves reliability of Svelte applications by ensuring consistent cleanup behavior. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| perf: speed up parser a little bit | dummdidumm | M | No | 63.8h | - | Aug 31, 2026 |
SummaryRefactorSpeed up Svelte parser by ~5% Improves build performance for developers, reducing compile times by avoiding regex. Health Assessment
Medium
Low
Medium
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| perf: build identifier and member chain expressions without acorn | Nic-Polumeyv | M | No | 52.9h | 52.8h | Aug 31, 2026 |
SummaryRefactorImprove parser performance by avoiding acorn Reduces parsing time by ~18%, speeding up component compilation and improving developer experience. Health Assessment
Medium
Medium
High
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| perf: stop scanning the whole template for every expression | Nic-Polumeyv | L | No | 53.7h | 53.4h | Aug 31, 2026 |
SummaryRefactorImprove Svelte parsing performance by reducing template scanning Parsing a 90 KB component drops from 460 ms to 35 ms, boosting typical component parse speed by ~30% and cutting build times. Health Assessment
Large
Low
Medium
AI Details
Confidence:
0.10
Tech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| fix: cancel deferred event listener attachment | svelte-triage-bot | S | No | 3.0h | 3.0h | Aug 31, 2026 |
SummaryBug FixCancel deferred event listener attachment Fixes a cleanup race condition that could leave event listeners attached, improving runtime stability and preventing potential memory leaks. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| Version Packages | github-actions | L | No | 194.5h | - | Aug 28, 2026 |
SummaryChoreAutomate Svelte Package Release Enables automated npm publishing of Svelte packages when merged, streamlining the release workflow. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| chore: move `@types/trusted-types` to devDependencies | Nic-Polumeyv | S | No | 9.4h | 9.4h | Aug 28, 2026 |
SummaryChoreMove @types/trusted-types to devDependencies Only referenced by a JSDoc import; consumers do not need it installed. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack |
||||||
| fix: stop adapter-vercel tracing from globbing the whole drive on Windows | Nic-Polumeyv | S | No | 2.4h | 2.4h | Aug 28, 2026 |
SummaryBug FixFix adapter-vercel globbing on Windows The change stops the Vercel adapter from globbing the entire drive on Windows, preventing long-running or failing builds. This improves deployment reliability for Windows-based projects. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: read manifest from one module instead of threading it through the server runtime | Nic-Polumeyv | M | No | 0.3h | 0.3h | Aug 27, 2026 |
SummaryChoreRead manifest from single module Centralizes manifest access in the server runtime, reducing parameter passing, simplifying maintenance, and preventing stale data during regeneration. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: support coordinate objects from image inputs in remote forms | paoloricciuti | L | No | 28.5h | 21.6h | Aug 27, 2026 |
SummaryBug FixFix image input coordinate handling in remote forms Ensures remote forms correctly capture image input coordinates, restoring progressive enhancement and preventing form submission errors. This improves reliability for forms using image submit buttons. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Javascript, Typescript
Frameworks:
Svelte
|
||||||
| fix: correctly serve ISR pages with trailing slash set to 'always' | teemingc | L | No | 129.3h | 10.1h | Aug 27, 2026 |
SummaryBug FixFix ISR trailing slash handling Ensures ISR pages with trailingSlash 'always' are served correctly, preventing redirect loops and URL mismatches. Health Assessment
Large
Medium
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Javascript, Typescript
Frameworks:
Svelte
|
||||||
| test: refresh live-query stats explicitly | svelte-triage-bot | XS | No | 27.3h | 1.4h | Aug 27, 2026 |
SummaryTestRefresh live-query stats in test Fixes flaky async live-query test by explicitly refreshing stats before awaiting, ensuring consistent CI behavior. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| fix: prevent await_reactivity_loss in notify_version | GauBen | M | No | 104.3h | 5.0h | Aug 27, 2026 |
SummaryBug FixPrevent await reactivity loss in notify_version Fixes a bug that caused reactivity loss during state updates, improving reliability of Svelte applications. The change also adds comprehensive tests to guard against regressions. Health Assessment
Medium
Medium
High
AI Details
Usage:
AI Assisted
Confidence:
0.95
Tech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| chore: replace acorn with Vite's parseSync | Nic-Polumeyv | M | No | 21.8h | 21.8h | Aug 27, 2026 |
SummaryChoreReplace Acorn with Vite parseSync Update SvelteKit to use Vite's native TypeScript parser, removing the acorn-typescript dependency. Health Assessment
Medium
Low
Medium
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: move dev SSRManifest generation | teemingc | XL | No | 0.4h | 0.4h | Aug 27, 2026 |
SummaryChoreMove SSRManifest generation to reusable logic Refactors dev server code to enable reuse in analysis and prerendering, improving maintainability. Health Assessment
X-Large
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| fix: discard a consumed preloaded redirect before following it | Nic-Polumeyv | S | No | 4.3h | 4.2h | Aug 27, 2026 |
SummaryBug FixFix preloaded redirect caching bug Prevents stale redirects from being replayed, ensuring fresh navigation and avoiding 500 errors. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| chore: bump playwright | dummdidumm | M | No | 0.3h | - | Aug 27, 2026 |
SummaryChoreBump Playwright to support newer Ubuntu Updates Playwright to a newer version, enabling compatibility with recent Ubuntu releases. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| fix: settle a query's pending request in place on set() | Nic-Polumeyv | M | No | 3.4h | 3.4h | Aug 27, 2026 |
SummaryBug FixFix query pending request settlement on set This fix prevents unnecessary recomputation in derived queries, improving performance and reducing resource usage. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
Frameworks:
Svelte
|
||||||
| fix: record a history traversal before resolving its route | Nic-Polumeyv | S | No | 3.2h | 3.2h | Aug 27, 2026 |
SummaryBug FixFix history traversal recording before route resolution Corrects a race condition that caused incorrect scroll and snapshot restoration during navigation, improving user experience and reliability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: lint against Vite and build pipeline imports in bundled code | Nic-Polumeyv | S | No | 2.4h | 2.4h | Aug 27, 2026 |
SummaryChoreChore: Lint Vite and build imports Adds a lint rule to prevent importing Vite and build pipeline modules in bundled code, improving build integrity. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| docs: use correct import path | teemingc | XS | No | 0.5h | 0.5h | Aug 27, 2026 |
SummaryDocsCorrect import path in docs snippet Fixes documentation to use the correct import path, improving clarity for developers. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| chore: bump to pnpm 12 | teemingc | M | No | 4.8h | 1.1h | Aug 27, 2026 |
SummaryChorechore: bump to pnpm 12 Reduces CI setup time by 3-8 seconds by upgrading to pnpm 12, improving build performance. Health Assessment
Medium
Low
Low
AI Details
Confidence:
1.00
Tech Stack |
||||||
| chore: replace deprecated Vite dev server APIs | Nic-Polumeyv | M | No | 1.3h | 0.1h | Aug 27, 2026 |
SummaryChoreReplace deprecated Vite dev server APIs Updates SvelteKit's development server to use current Vite APIs, ensuring future compatibility and reducing technical debt. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Javascript
|
||||||
| image input fixes for #16944 | Nic-Polumeyv | M | No | 2.6h | - | Aug 27, 2026 |
SummaryBug FixFix image input handling in SvelteKit Improves form submission and validation for image inputs, ensuring coordinates are preserved and type handling is correct, enhancing reliability for image-based forms. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript, Javascript
|
||||||
| chore: resolve field methods once | Nic-Polumeyv | L | No | 37.8h | 16.6h | Aug 27, 2026 |
SummaryRefactorResolve field methods once Optimizes form utilities by ensuring field methods are resolved only once, reducing memory overhead and preventing unnecessary cloning. This improves performance and consistency in form handling across SvelteKit applications. Health Assessment
Large
Medium
Medium
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: simplify .as() prop construction | Nic-Polumeyv | L | No | 39.4h | 15.8h | Aug 27, 2026 |
SummaryRefactorSimplify .as() prop construction Rewrites form utilities to streamline prop construction, improving performance and error messaging for developers. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Javascript, Typescript
|
||||||
| fix: coerce values typed into remote form fields, apply the .as() default only until edited | Nic-Polumeyv | M | No | 37.8h | 13.9h | Aug 27, 2026 |
SummaryBug FixFix remote form field coercion default behavior Corrects remote form behavior so default values only apply until a field is edited, preventing unintended resets and improving user experience. This ensures consistent form handling and reduces errors in data entry. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| chore: flatten SSRManifest | ottomated | XL | No | 162.5h | 139.9h | Aug 27, 2026 |
SummaryRefactorFlatten SSRManifest internal structure Simplifies internal SSRManifest handling, removing public type and internalizing properties, reducing API surface and improving maintainability. Health Assessment
X-Large
High
High
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| feat: add getOrInsert/getOrInsertComputed to SvelteMap | dummdidumm | M | No | 0.4h | 0.1h | Aug 27, 2026 |
SummaryFeatureAdd getOrInsert methods to SvelteMap Enhances Svelte’s reactivity map with utility methods for inserting or retrieving values, improving developer ergonomics and reducing boilerplate. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Javascript, Typescript
|
||||||
| breaking: remove `Server` constructor from public type | teemingc | S | No | 1.1h | 0.7h | Aug 27, 2026 |
SummaryRefactorRemove Server constructor from public type This PR removes the Server constructor from the public API, simplifying the type surface and eliminating the SSRManifest dependency. It reduces complexity for consumers and streamlines the public interface, though it is a breaking change requiring updates to client code. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix: properly apply static textarea value attribute during CSR | dummdidumm | S | No | 0.4h | - | Aug 27, 2026 |
SummaryBug FixFix static textarea value attribute during CSR Ensures textarea value is correctly applied during client-side rendering, improving form behavior consistency. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| fix: omit bind:focused from SSR output | bun-unsafe | XS | No | 21.1h | 21.0h | Aug 27, 2026 |
SummaryBug FixFix SSR output for bind:focused This change removes the erroneous focused attribute from SSR output, preventing invalid HTML. It ensures consistency between server and client rendering, improving reliability. Health Assessment
Small
Low
Low
AI Details
Confidence:
1.00
Tech Stack
Languages:
Javascript
|
||||||
| feat: add Render support to adapter-auto | pgull | S | No | 185.3h | 184.5h | Aug 27, 2026 |
SummaryFeatureAdd Render support to adapter-auto Enables zero‑config deployment of SvelteKit apps on Render, expanding supported hosting options and simplifying deployment for users. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| test: stabilize async remote mutation tests | svelte-triage-bot | S | No | 132.1h | 132.1h | Aug 27, 2026 |
SummaryBug FixStabilize async remote mutation tests Fixes flaky async end‑to‑end tests for remote mutations, improving reliability of SvelteKit’s client‑side behavior. Health Assessment
Small
Low
High
AI Details
Confidence:
0.10
Tech Stack
Languages:
Javascript
|
||||||
| breaking: remove `SSRManifest` from public types | ottomated | M | No | 155.0h | 140.0h | Aug 27, 2026 |
SummaryRefactorRemove SSRManifest from public types Internalizes SSRManifest to simplify adapter usage and reduce public API surface, improving maintainability. Health Assessment
Medium
Medium
High
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| breaking: replace the generateManifest adapter api again | ottomated | L | No | 152.7h | 0.1h | Aug 27, 2026 |
SummaryRefactorReplace generateManifest API with new entrypoint This PR removes legacy SSRManifest usage from adapters, simplifying the API and preparing for future private implementation, improving maintainability and reducing breaking changes for adapters. Health Assessment
Large
High
High
AI Details
Usage:
AI Reviewed
Confidence:
0.95
Tech Stack
Languages:
Javascript, Typescript
|
||||||
| chore: replace @iarna/toml with smol-toml | Nic-Polumeyv | S | No | 6.7h | 6.7h | Aug 27, 2026 |
SummaryChoreReplace @iarna/toml with smol-toml Update TOML parser to support TOML 1.0, aligning adapter with Netlify's parser and improving compatibility. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: evaluate dynamic image sources once | teemingc | M | No | 109.3h | 0.0h | Aug 26, 2026 |
SummaryBug FixFix dynamic image source evaluation Ensures image sources in Svelte are evaluated only once, improving performance and preventing duplicate declarations. Health Assessment
Medium
Medium
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||