Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| fix: ignore `EEXIST` errors when symlinking traced files in adapter-vercel | elliott-with-the-longest-name-on-github | S | No | 68.9h | 68.9h | Aug 17, 2026 |
|
LLM analysis pending This PR has not been analyzed yet. |
||||||
| docs(sveltekit-3): fix a typo | Em-ilien | XS | No | 1.7h | 1.7h | Aug 16, 2026 |
SummaryDocsFix typo in SvelteKit 3 migration docs Corrects a typo in the migration guide, improving documentation clarity. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| chore: write env modules to disk | Rich-Harris | L | No | 4.6h | 0.2h | Aug 15, 2026 |
SummaryChoreWrite env modules to disk Replaces virtual env modules with real disk files, simplifying the build process and improving maintainability. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Vite
|
||||||
| fix cloudflare docs types | ottomated | XS | No | 0.5h | 0.5h | Aug 14, 2026 |
SummaryDocsFix Cloudflare docs types Corrects type references in Cloudflare adapter documentation, ensuring developers have accurate information for deployment. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack |
||||||
| docs: mention `wrangler types` in cloudflare adapter | ottomated | XS | No | 1.2h | 1.2h | Aug 14, 2026 |
SummaryDocsAdd wrangler types mention to Cloudflare adapter docs Updates Cloudflare adapter documentation to reference wrangler types, improving clarity for developers. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| fix: remove stale capture listeners from spread attributes | subotac | S | No | 193.2h | 188.4h | Aug 14, 2026 |
SummaryBug FixFix stale capture listeners from spread attributes Corrects a bug where removing capture event handlers left listeners attached, preventing memory leaks and ensuring proper cleanup in Svelte components. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| chore: derive content-length from fixed response bodies in setResponse | Nic-Polumeyv | M | No | 22.2h | 17.9h | Aug 14, 2026 |
SummaryChoreDerive content-length for fixed response bodies This change ensures that responses with fixed bodies include a content-length header, eliminating unnecessary chunked transfer encoding. It aligns Node runtime behavior with other runtimes, improving performance and consistency for clients. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: resolve client manifest imports against Vite root | elliott-with-the-longest-name-on-github | S | No | 0.5h | 0.5h | Aug 14, 2026 |
SummaryBug FixFix client manifest import paths for Vite root Ensures client manifest imports resolve correctly when Vite is started from a different directory. This prevents broken route imports and improves reliability for programmatic builds. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Javascript
|
||||||
| chore: split `$app/state` into client/server halves | Rich-Harris | XL | No | 1.1h | 0.1h | Aug 14, 2026 |
SummaryRefactorSplit $app/state into client and server halves Refactors the $app/state to improve code organization and reduce indirection. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Javascript, Typescript
Frameworks:
Svelte
|
||||||
| fix: give effect teardowns the value from before the first write in a flush | simiraaaa | M | No | 177.0h | 177.0h | Aug 14, 2026 |
SummaryBug FixFix effect teardown value bug Corrects the value read by effect teardowns during multiple writes in a flush, preventing leaks and ensuring consistent state cleanup. Health Assessment
Medium
Medium
High
AI Details
Usage:
AI Assisted
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| fix: wait for the redirect navigation before remote form submissions resolve | Nic-Polumeyv | S | No | 45.3h | 45.3h | Aug 14, 2026 |
SummaryBug FixFix redirect navigation wait for remote form submissions Ensures form submissions resolve only after redirect navigation, improving user experience and preventing premature state changes. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| fix: preserve comment placement for server derived reads | svelte-triage-bot | M | No | 5.2h | 5.0h | Aug 14, 2026 |
SummaryBug FixPreserve comment placement for server derived reads Fixes comment placement bug in server output, preventing undefined values and semicolon insertion errors. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| chore: use subpath imports for more `#app/*` modules | Rich-Harris | XL | No | 13.1h | 0.1h | Aug 14, 2026 |
SummaryChoreUse subpath imports for $app modules Streamlines internal module imports, reducing code duplication and potential errors. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| fix: apply CSS custom properties with falsy values on components | HelloWook | S | No | 105.2h | 26.3h | Aug 14, 2026 |
SummaryBug FixFix CSS custom property handling for falsy values Ensures that CSS custom properties with falsy JavaScript values (e.g., 0) are correctly applied, aligning client and server rendering behavior and preventing unintended removal of valid CSS values. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| fix: increment private state fields through a non-`this` receiver | baseballyama | M | No | 164.7h | - | Aug 14, 2026 |
SummaryBug FixFix private state field increment via non-`this` receiver Corrects state mutation logic for private fields, ensuring proper updates when accessed through alternative receivers, improving component reliability. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| feat: abort `request.signal` when the response closes prematurely | Nic-Polumeyv | M | No | 0.3h | 0.3h | Aug 13, 2026 |
SummaryBug FixAbort request.signal on premature response close Ensures client disconnects abort the request signal, preventing unnecessary processing and resource usage. Improves server stability and reduces wasted computation. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Javascript, Typescript
|
||||||
| chore: share the nearest error page walk between client and server | Nic-Polumeyv | M | No | 21.5h | 20.2h | Aug 13, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: don't crash on interactions inside a form whose controls shadow `nodeName` | Nic-Polumeyv | S | No | 24.5h | 24.5h | Aug 13, 2026 |
SummaryBug FixFix crash on form interactions with shadow nodeName Prevents crashes when form controls shadow the nodeName property, improving stability for forms. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| fix: read zero-length files at the end of a binary form payload | Nic-Polumeyv | M | No | 3.5h | 3.1h | Aug 13, 2026 |
SummaryBug FixFix zero-length file read error Prevents upload failures for zero-length files, ensuring reliable form submissions. Improves user experience by avoiding incomplete file data errors during uploads. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: unify walk and list_files | Nic-Polumeyv | M | No | 3.5h | 2.9h | Aug 13, 2026 |
SummaryRefactorUnify walk and list_files into single generator Consolidates duplicate recursive file traversal logic, simplifying maintenance and reducing potential bugs. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: strip trailing slashes from prerendered paths in edge function exclude list | Nic-Polumeyv | XS | No | 1.3h | 1.3h | Aug 13, 2026 |
SummaryBug FixFix trailing slash exclusion in Netlify adapter Ensures Netlify edge functions correctly exclude prerendered paths by stripping trailing slashes, preventing unnecessary edge function hits. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| feat: support the QUERY HTTP method in +server.js | WolfieLeader | M | No | 3.6h | 1.3h | Aug 13, 2026 |
SummaryFeatureAdd support for QUERY HTTP method Adds support for the QUERY HTTP method, allowing safe request bodies in server routes. This enhances API flexibility and aligns with RFC 10008. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| chore: use `routes` instead of glob imports | Rich-Harris | XS | No | 1.6h | 0.3h | Aug 13, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| fix: rewrite TypeScript glob extensions (svelte-package) | Boulea7 | M | No | 13.2h | 13.2h | Aug 13, 2026 |
SummaryBug FixFix TypeScript glob extensions in svelte-package Ensures static import.meta.glob patterns correctly reference compiled .js modules, preventing runtime import errors for TypeScript packages. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
Frameworks:
Svelte
|
||||||
| Version Packages (next) | github-actions | XS | No | 0.0h | 0.0h | Aug 13, 2026 |
SummaryChoreUpdate package versions for next release Automates publishing of updated SvelteKit packages to npm, ensuring consistent versioning and changelog updates. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: only print prerender progress newline when necessary | Rich-Harris | S | No | 20.2h | 19.7h | Aug 13, 2026 |
SummaryBug FixFix newline printing bug in prerender progress Corrects a bug that caused unnecessary newlines during prerender progress output, improving console readability for developers. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| breaking: more types bikeshedding | Rich-Harris | XL | No | 0.5h | 0.5h | Aug 13, 2026 |
SummaryRefactorAdd more types to remote functions Enhances type safety for remote functions, reducing runtime errors and improving developer experience. Health Assessment
Large
High
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
Frameworks:
Svelte
|
||||||
| docs: remove outdated reference to `experimental.explicitEnvironmentVariables` | Rich-Harris | S | No | 0.4h | 0.3h | Aug 13, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| fix: avoid `Promise.withResolvers` in client remote functions | Sskift | S | No | 0.8h | 0.2h | Aug 13, 2026 |
SummaryBug FixFix client remote functions to avoid Promise.withResolvers Ensures SvelteKit apps run on older browsers by replacing unsupported Promise.withResolvers with a polyfill, preventing runtime errors. Health Assessment
Small
Low
Low
AI Details
Confidence:
1.00
Tech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| Version Packages (next) | github-actions | XS | No | 4.4h | 4.4h | Aug 13, 2026 |
SummaryChoreVersion Packages (next) Automates publishing of the next pre-release of SvelteKit to npm, updating version metadata and changelog. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| docs: make Private Types look a bit nicer | Rich-Harris | XS | No | 0.3h | - | Aug 13, 2026 |
SummaryDocsImprove Private Types documentation layout Enhances readability of Private Types section in SvelteKit docs, reducing visual clutter. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack |
||||||
| breaking: revert #16751 | Rich-Harris | XL | No | 1.0h | 0.9h | Aug 13, 2026 |
SummaryBug FixRevert RequestEvent and Cookies relocation Reverts a breaking change that moved core request types to a new module, restoring stability and consistency across the framework. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||