Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| Version Packages | github-actions | M | No | 168.0h | 144.3h | May 27, 2026 |
SummaryChoreAutomate Svelte Package Release Triggers automated npm publishing of Svelte packages, enabling timely and consistent releases for downstream users. Health Assessment
Large
Medium
High
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: fix printing in sandbox | Rich-Harris | S | No | 0.0h | - | May 27, 2026 |
SummaryChoreFix printing in sandbox Ensures sandbox outputs printed code when PRINT is true, improving debugging and developer experience. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: remove unused class property | dummdidumm | XS | No | 5.9h | 5.9h | May 27, 2026 |
SummaryChorechore: remove unused class property Removes dead code to improve maintainability and reduce bundle size. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| fix: prevent batch unlinking twice | dummdidumm | S | No | 10.8h | 10.8h | May 27, 2026 |
SummaryBug FixPrevent double unlinking in batch processing This fix stops a potential linked list corruption in Svelte’s reactivity system, ensuring UI updates remain stable and preventing crashes. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: disallow effect creation after `await` | Rich-Harris | M | No | 21.7h | 21.7h | May 27, 2026 |
SummaryBug FixFix effect creation after await Corrects improper effect context restoration after await in async functions, preventing runtime errors and ensuring consistent reactivity for developers. This change stabilizes async derived expressions and avoids breaking changes for existing code. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| chore: ensure treeshaking test runs during CI | dummdidumm | XS | No | 9.3h | 9.3h | May 27, 2026 |
SummaryChoreEnsure treeshaking test runs during CI Adds missing treeshaking test to CI pipeline, preventing false positives and catching regressions early. Health Assessment
Small
Low
Medium
AI DetailsTech Stack |
||||||
| fix: propagate async @const blockers through closure references | elliott-with-the-longest-name-on-github | S | No | 1.2h | 1.2h | May 27, 2026 |
SummaryBug FixFix async @const blocker propagation in closures Prevents runtime errors when async consts are referenced in closures before initialization, improving stability of Svelte components. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| fix: regression with `data-sveltekit-preload-*` for the same link | teemingc | M | No | 2.9h | 1.1h | May 27, 2026 |
SummaryBug FixFix preload regression for same link Ensures anchor element tracking resets after navigation, preventing stale preload data and improving user experience. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| Revert "chore(prefetch): disable link prefetching on slow internet connections" | teemingc | XS | No | 113.0h | 111.8h | May 27, 2026 |
SummaryChoreRevert prefetch disabling on slow connections Reverts a change that disabled link prefetching on slow internet connections, restoring original prefetch behavior. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: only unlink batch if we're done with it | Rich-Harris | S | No | 11.1h | 11.1h | May 27, 2026 |
SummaryBug FixFix batch unlinking logic in Svelte Ensures Svelte's reactivity batches are only unlinked after completion, preventing potential race conditions and improving runtime stability. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Javascript
|
||||||
| fix: don't assume boundary exists during increment/decrement | dummdidumm | M | No | 6.7h | 0.0h | May 26, 2026 |
SummaryBug FixFix boundary assumption in increment/decrement Prevents null-pointer errors when incrementing or decrementing outside the component tree, improving runtime stability for Svelte applications. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: unset_context when not already in an async derived | Rich-Harris | S | No | 3.1h | 1.4h | May 26, 2026 |
SummaryBug FixFix unset_context in async derived This patch removes unnecessary microtasks when unset_context is called outside async derived contexts, reducing overhead and improving runtime performance. It ensures smoother execution of Svelte components. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| fix: avoid waterfall-warning when async resolves to same value | dummdidumm | S | No | 1.1h | 1.0h | May 26, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| Revert "perf: use Set instead of Array for constant lookups in utils.js" | Rich-Harris | M | No | 3.1h | 3.1h | May 26, 2026 |
SummaryBug FixRevert performance improvement in utils.js Undo recent change that replaced array lookups with Set, restoring original behavior. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Javascript
|
||||||
| chore: fix spelling in test | Rich-Harris | XS | No | 0.1h | - | May 26, 2026 |
SummaryTestFix spelling errors in test files Corrects minor spelling mistakes in test data, ensuring accurate test validation. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| fix: use consistent spelling in script_unknown_attribute warning | RonGamzu | XS | No | 68.0h | 68.0h | May 26, 2026 |
SummaryBug FixFix inconsistent British English spelling in warning Aligns compiler warning messages to consistent British English spelling, improving user-facing consistency. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: resume outro-ed branches if they were kept around | dummdidumm | M | No | 0.2h | 0.1h | May 26, 2026 |
SummaryBug FixFix branch resume after outro in Svelte Ensures that branches removed from the DOM but kept for future intro are correctly resumed, preventing inert effects and maintaining reactivity. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| fix: settle discarded batch | dummdidumm | M | No | 0.7h | 0.7h | May 26, 2026 |
SummaryBug FixFix settle discarded batch Ensures promises resolve correctly when batches are discarded, preventing potential hangs. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| perf: use Set instead of Array for constant lookups in utils.js | MathiasWP | M | No | 143.5h | 143.5h | May 26, 2026 |
SummaryRefactorImprove lookup performance in utils.js Switch constant lookup tables from arrays to Sets to reduce O(n) to O(1) lookups, improving runtime during attribute setup, event delegation, and compilation. Health Assessment
Small
Low
High
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| chore: bump `@types/node` | teemingc | L | No | 2.8h | 0.4h | May 25, 2026 |
SummaryChoreBump @types/node to fix TypeScript error Updates the Node type definitions to resolve TypeScript errors that were breaking the CI pipeline, ensuring smoother integration testing. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Yaml
|
||||||
| Version Packages | github-actions | S | No | 9.7h | 9.7h | May 24, 2026 |
SummaryChoreVersion Packages Updates package versions and changelog for a new release, enabling automatic publishing to npm. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: regression where routes starting and ending with a route group are not found | teemingc | S | No | 1.0h | 0.6h | May 23, 2026 |
SummaryBug FixFix route group matching regression Corrects routing logic to properly handle routes with nested groups, preventing missing routes and ensuring accurate navigation. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: bump Vitest util deps | teemingc | L | No | 1.1h | 1.1h | May 22, 2026 |
SummaryChoreBump Vitest utility dependencies Updates Vitest-related dependencies to resolve peer warnings and streamline future maintenance. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Yaml
|
||||||
| Version Packages | github-actions | M | No | 169.9h | 169.8h | May 22, 2026 |
SummaryChoreVersion Packages Updates the package version and changelog to trigger an automated npm release, ensuring the latest features and fixes are published. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: support `exactOptionalPropertyTypes` for optional route params | RazinShafayet2007 | S | No | 250.9h | 0.1h | May 22, 2026 |
SummaryBug FixSupport exactOptionalPropertyTypes for optional route params Updates generated route parameter types to be compatible with TypeScript’s exactOptionalPropertyTypes setting, ensuring optional params are correctly typed without breaking existing behavior. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: dedupe replacer code | teemingc | S | No | 48.4h | 48.4h | May 22, 2026 |
SummaryChoreDeduplicate replacer code This PR removes duplicate server runtime code, improving maintainability and reducing potential bugs. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| feat: LiveQuery self-iterability | elliott-with-the-longest-name-on-github | XL | No | 47.4h | 0.1h | May 22, 2026 |
SummaryFeatureAdd LiveQuery self-iterability feature LiveQueries can now be iterated directly, reducing boilerplate and improving real-time data handling for developers. This change simplifies client code and enhances performance by sharing subscription streams. Health Assessment
X-Large
High
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Javascript, Typescript
Frameworks:
Svelte
|
||||||
| fix: avoid build warnings about undefined hooks on Windows | teemingc | S | No | 0.3h | 0.0h | May 22, 2026 |
SummaryBug FixFix build warnings on Windows Eliminates build warnings caused by Windows path handling, improving developer experience on Windows. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: remove SharedServerLiveIterator | Rich-Harris | S | No | 0.7h | 0.7h | May 22, 2026 |
SummaryRefactorRemove unused SharedServerLiveIterator interface Eliminates a no-op interface, reducing code footprint and potential confusion. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Javascript, Typescript
|
||||||
| chore: simplify `SharedIterator` usage | Rich-Harris | M | No | 0.1h | 0.1h | May 22, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| fix: allow `$derived(await ...)` in disconnected effect roots | dummdidumm | S | No | 2.8h | - | May 22, 2026 |
SummaryBug FixFix derived await in disconnected effect roots Corrects reactivity when derived values are used in disconnected effect roots, preventing null boundary errors and ensuring consistent component behavior. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore(prefetch): disable link prefetching on slow internet connections | Guanran928 | XS | No | 9.6h | 1.6h | May 22, 2026 |
SummaryChoreDisable link prefetching on slow connections Prevents unnecessary prefetching on slow networks, improving user experience and reducing bandwidth usage. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: bump vitest | teemingc | M | No | 51.3h | - | May 22, 2026 |
SummaryChoreBump vitest dependency Updates the Vitest testing framework to a newer version, ensuring compatibility with the ecosystem CI environment. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Yaml
|
||||||
| feat: Add tag name to a11y_click_events_have_key_events warning | KarlGe | S | No | 2.4h | 2.2h | May 22, 2026 |
SummaryFeatureAdd tag name to a11y_click_events_have_key_events warning Enhances accessibility warnings by including the element tag name, enabling developers to filter or debug more effectively. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| fix: declare `let:` directives before `{@const}` on slotted elements | ATOM00blue | S | No | 7.6h | 0.0h | May 22, 2026 |
SummaryBug FixFix let directive ordering on slotted elements Corrects a compiler ordering bug that caused ReferenceError when let directives on slotted elements were declared after consts, improving runtime stability. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| fix: remove raw-text hydration markers | puneetdixit200 | S | No | 3.7h | 3.2h | May 21, 2026 |
SummaryBug FixRemove raw-text hydration markers Fixes hydration marker leakage in dynamic <svelte:element>, ensuring SSR and client output match. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| perf: walk composedPath() directly in delegated event propagation | MathiasWP | S | AI | 3.8h | 3.8h | May 21, 2026 |
SummaryRefactorImprove delegated event propagation performance Optimizes event handling in Svelte, boosting UI responsiveness by ~13% and reducing per-event overhead. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| fix: catch rejected promises while merging/committing | dummdidumm | M | No | 2.6h | 0.3h | May 21, 2026 |
SummaryBug FixFix promise rejection handling in batch merging Ensures rejected promises are properly propagated during state updates, preventing uncaught rejections and improving error handling for Svelte applications. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| fix: unlink errored and otherwise finished batch | dummdidumm | S | No | 4.6h | 2.3h | May 21, 2026 |
SummaryBug FixFix dead batch unlinking in Svelte reactivity This patch prevents dead reactivity batches from lingering, eliminating potential hangs and ensuring reliable error handling in Svelte applications. By unlinking errored or finished batches, the runtime avoids unnecessary resource consumption and improves stability for developers. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Javascript
|
||||||
| fix: make unnecessary commit work less likely | dummdidumm | S | No | 4.7h | 2.4h | May 21, 2026 |
SummaryBug FixFix unnecessary commit work in reactivity Improves performance by reducing redundant commit operations in Svelte's reactivity system, preventing unnecessary work and potential bugs. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: correctly coordinate component-level effects inside async blocks | dummdidumm | S | No | 6.3h | 3.9h | May 21, 2026 |
SummaryBug FixFix async block effects coordination Corrects component-level effects timing inside async blocks, resolving runtime errors. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| fix: transfer effects when merging batches | dummdidumm | M | No | 1.3h | 0.6h | May 20, 2026 |
SummaryBug FixFix transfer effects when merging batches Corrects a reactivity bug that caused stale effects to remain unexecuted after batch merges, ensuring UI state stays consistent for users. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| chore(deps): bump uuid from 11.1.0 to 13.0.0 in the npm_and_yarn group across 1 directory | dependabot | L | No | 41.5h | - | May 20, 2026 |
SummaryChoreBump uuid dependency to v13.0.0 Updates the uuid library to the latest version, incorporating security and performance improvements for the project. Health Assessment
Small
Low
Low
AI Details
Confidence:
1.00
Tech Stack
Languages:
Yaml
|
||||||
| Version Packages | github-actions | S | No | 39.2h | - | May 20, 2026 |
SummaryChoreAutomate Svelte package release Enables automated publishing of Svelte packages to npm, streamlining the release workflow. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: bump acorn-typescript/esrap | dummdidumm | S | No | 0.2h | - | May 20, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| fix: avoid false-positive batch invariant error | dummdidumm | S | No | 3.5h | 3.5h | May 20, 2026 |
SummaryBug FixAvoid false-positive batch invariant error Fixes a bug where batch processing in Svelte could incorrectly throw an invariant error, improving reliability of reactive updates. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: `{#await await ...}` and async dependencies fixes | dummdidumm | M | No | 5.9h | 0.5h | May 19, 2026 |
SummaryBug FixFix await block async dependency bugs Resolves issues with async await blocks causing unresponsive reactivity, SSR hydration mismatches, and duplicate dependency tracking, improving reliability and performance. Health Assessment
Medium
Low
Medium
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| docs: fix indentation | Rich-Harris | S | No | 0.3h | - | May 19, 2026 |
SummaryDocsFix indentation in documentation Corrects formatting in the static adapter docs, improving readability for developers. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| docs: fix some broken indentation | Rich-Harris | S | No | 0.0h | 0.0h | May 19, 2026 |
SummaryDocsFix broken indentation in documentation Corrects formatting errors in SvelteKit docs, improving readability for developers. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.20
Tech Stack |
||||||
| chore: remove unnecessary arg in `build_server.js` | teemingc | M | No | 98.9h | 98.9h | May 19, 2026 |
SummaryChoreRemove unnecessary argument from build server Simplifies build configuration by eliminating a redundant parameter, improving maintainability. Health Assessment
Medium
Medium
High
AI DetailsTech Stack
Languages:
Javascript
|
||||||