Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| fix: add missing file to `package.json` `files` | teemingc | XS | No | 0.9h | 0.5h | Jul 09, 2026 |
SummaryBug FixFix missing file in package.json Ensures the adapter-netlify package includes the required utilities, preventing build failures for users. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| fix: exclude deleted cookies from `cookies.getAll` | elliott-with-the-longest-name-on-github | S | No | 0.9h | 0.8h | Jul 09, 2026 |
SummaryBug FixExclude deleted cookies from cookies.getAll Fixes bug where deleted cookies were still returned by cookies.getAll, improving session handling and security. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Javascript
|
||||||
| chore: types in `vite/preview/index.js` | teemingc | S | No | 0.8h | 0.8h | Jul 09, 2026 |
SummaryChoreRemove unnecessary type definitions from preview module This change removes an unnecessary type definition from the Vite preview module, streamlining the codebase and reducing maintenance overhead. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Javascript
|
||||||
| chore: posixify paths used on the server during development | teemingc | S | No | 1.1h | 1.1h | Jul 09, 2026 |
SummaryChorePosixify server path separators Ensures correct slash separators for Cloudflare Vite environment, improving path handling consistency. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Javascript
|
||||||
| feat: allow hyphenated matcher names | elliott-with-the-longest-name-on-github | M | No | 20.9h | 7.5h | Jul 09, 2026 |
SummaryFeatureAdd hyphenated matcher names support Enables route parameter matchers to include hyphens, improving URL flexibility and developer ergonomics. Health Assessment
Medium
Low
Medium
AI Details
Confidence:
0.20
Tech Stack
Languages:
Javascript
|
||||||
| chore: add internal development comments | teemingc | S | No | 2.1h | 2.1h | Jul 09, 2026 |
SummaryChoreAdd internal development comments to type definitions Adds helpful internal comments to TypeScript definition files, improving developer experience. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Typescript
|
||||||
| fix: avoid declaration tag warning in event handlers | paoloricciuti | S | No | 147.6h | 147.6h | Jul 09, 2026 |
SummaryBug FixFix declaration tag warning in event handlers Prevents false warnings during event handler compilation, improving developer experience. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| breaking: make `page.url` immutable on a type level | dummdidumm | S | No | 33.5h | 0.0h | Jul 09, 2026 |
SummaryBug FixMake page.url immutable on type level Update types to reflect page.url as readonly, addressing reactivity concerns. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Javascript, Typescript
Frameworks:
Svelte
|
||||||
| chore: tidy up client code a bit | Rich-Harris | M | No | 0.3h | - | Jul 08, 2026 |
SummaryChoreTidy up client code Incremental cleanup of client-side logic to reduce complexity and prepare for future refactor. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: allow prerelease versions of kit-related packages to install together | elliott-with-the-longest-name-on-github | S | No | 0.5h | 0.1h | Jul 08, 2026 |
SummaryBug FixFix prerelease package install compatibility Ensures that prerelease versions of kit-related packages can be installed together, improving developer experience and preventing dependency conflicts. This change resolves an issue where NPM would reject compatible prerelease dependencies. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack |
||||||
| breaking: remove `experimental.handleRenderingErrors` flag | Rich-Harris | L | No | 22.8h | 0.1h | Jul 08, 2026 |
SummaryBug FixRemove experimental handleRenderingErrors flag This PR removes the experimental flag that enabled custom error handling, restoring default behavior and simplifying configuration for SvelteKit users. Health Assessment
Large
Medium
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| chore: additional comments | teemingc | XS | No | 1.6h | - | Jul 08, 2026 |
SummaryChoreAdd comments and todo to tests Adds a todo for a skipped test and clarifies peer resolving utility, improving test clarity. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Javascript
|
||||||
| breaking: make `getRequest` and `setResponse` synchronous | Rich-Harris | M | No | 2.0h | 0.9h | Jul 08, 2026 |
SummaryRefactorMake getRequest and setResponse synchronous Synchronous request/response handling eliminates race conditions and simplifies server logic, enhancing stability for developers using the kit. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| chore: remove legacy paths code | Rich-Harris | S | No | 1.9h | 0.3h | Jul 08, 2026 |
SummaryChoreRemove legacy paths code This PR cleans up the runtime by removing obsolete path exports, reducing surface area and potential confusion for developers. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: backport Netlify platform tests | teemingc | XL | No | 1.2h | 0.0h | Jul 08, 2026 |
SummaryCI/CDBackport Netlify platform tests Adds Netlify platform tests to the main branch, ensuring CI pipelines run correctly for Netlify deployments and preventing integration regressions. Health Assessment
X-Large
Low
Low
AI DetailsTech Stack
Languages:
Yaml, Javascript
Frameworks:
Github-Actions
|
||||||
| feat: add `ErrorProps` to generated types | Rich-Harris | S | No | 15.5h | 7.9h | Jul 08, 2026 |
SummaryFeatureAdd ErrorProps type for type safety Introduces an ErrorProps type to SvelteKit’s generated types, enabling developers to type‑check error handling in components. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| Version Packages (next) | github-actions | M | No | 131.7h | 131.7h | Jul 08, 2026 |
SummaryChoreUpdate package versions for next release Prepares SvelteKit and adapter packages for the next release by bumping version numbers, updating changelogs, and adjusting package metadata to trigger npm publishing. Health Assessment
Medium
Low
High
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| Version Packages | github-actions | S | No | 27.3h | 27.3h | Jul 08, 2026 |
SummaryChoreVersion Packages This PR updates package versions, changelog, and version.js to prepare for a new release, enabling automated npm publishing. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: allow reserved words as remote function names | elliott-with-the-longest-name-on-github | M | No | 1.0h | 0.2h | Jul 07, 2026 |
SummaryBug FixAllow reserved words as remote function names Ensures remote function names can use reserved words without breaking imports, improving developer experience. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Javascript, Typescript
|
||||||
| fix: server-guard-related bugs | elliott-with-the-longest-name-on-github | M | No | 5.5h | 2.3h | Jul 07, 2026 |
SummaryBug FixFix server guard bugs in SvelteKit Corrects premature bail on server-only module searches, ensuring modules imported on both server and client are fully explored, improving reliability of server-side rendering. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript, Yaml
Frameworks:
Svelte
|
||||||
| breaking: disallow `*.remote.ts/js` files unless `experimental.remoteFunctions` is enabled | dummdidumm | M | No | 24.2h | 19.1h | Jul 07, 2026 |
SummaryBug FixDisallow remote TS/JS files without flag Prevents accidental use of remote functions by enforcing the experimental flag, improving build stability. Health Assessment
Medium
Medium
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Javascript, Typescript
|
||||||
| breaking: change `form.error` type from `any` to `unknown` | dummdidumm | M | No | 30.5h | 1.8h | Jul 07, 2026 |
SummaryRefactorChange form.error type to unknown Ensures consistent error handling by enforcing App.Error shape, improving type safety and reducing runtime errors for developers. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
Frameworks:
Svelte
|
||||||
| docs: update o11y docs for node tracing | elliott-with-the-longest-name-on-github | S | No | 20.2h | 16.1h | Jul 07, 2026 |
SummaryDocsUpdate observability docs for node tracing Provides updated observability documentation for node tracing, simplifying guidance and offering backward compatibility. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| breaking: move tracing out of the experimental namespace and remove instrumentation flag | elliott-with-the-longest-name-on-github | L | No | 0.7h | 0.7h | Jul 07, 2026 |
SummaryFeatureMove tracing out of experimental namespace Adds observability support by moving tracing out of the experimental namespace and removing the instrumentation flag, improving stability and clarity. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript, Javascript
|
||||||
| chore: add Netlify platform tests | teemingc | XL | No | 6.9h | 3.3h | Jul 07, 2026 |
SummaryCI/CDAdd Netlify platform tests Adds platform tests for Netlify to improve test accuracy and clean up lockfile, ensuring reliable deployment testing. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Github-Actions
|
||||||
| fix: ensure Netlify ambient types work | teemingc | XL | No | 1.6h | 0.0h | Jul 07, 2026 |
SummaryBug FixEnsure Netlify ambient types work Adds @netlify/functions as a dependency to provide correct ambient types, preventing type errors for users. Health Assessment
X-Large
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Yaml
|
||||||
| chore: resolve a few TODOs | dummdidumm | M | No | 12.5h | 0.1h | Jul 07, 2026 |
SummaryChoreResolve TODOs and early Svelte 5 updates Internal cleanup and early adoption of Svelte 5 features, improving code quality and future compatibility. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
Frameworks:
Svelte
|
||||||
| breaking: remove param files in folder in favor of `params.js/ts` file | dummdidumm | XL | No | 239.6h | 0.1h | Jul 06, 2026 |
SummaryFeatureRemove param files, consolidate into params.js/ts Simplifies param matcher declaration by consolidating all matchers into a single file, improving type safety and reducing boilerplate. This change reduces file churn and streamlines routing logic. Health Assessment
X-Large
High
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: don't persist git credentials on checkout in release workflow | Andarist | XS | No | 1.1h | 0.0h | Jul 06, 2026 |
SummaryCI/CDRemove git credential persistence in release workflow Prevents accidental exposure of git credentials during automated release, enhancing security. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| fix: set `define` values on `globalThis` when running Vitest | Rich-Harris | S | No | 0.4h | 0.3h | Jul 06, 2026 |
SummaryBug FixFix define values on globalThis for Vitest Ensures Vitest runs correctly by setting global define values, improving test stability for developers. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Javascript
|
||||||
| fix: resolve config paths only after we have `root` | teemingc | XL | No | 80.2h | 0.2h | Jul 06, 2026 |
SummaryBug FixResolve config paths after root retrieval Ensures configuration values are resolved relative to the project root, improving monorepo support and preventing path resolution errors in tooling. Health Assessment
X-Large
Medium
Medium
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: avoid externalising `node:async_hooks` for the browser | teemingc | XL | No | 7.3h | 0.0h | Jul 06, 2026 |
SummaryBug FixFix async_hooks import for browser builds Prevents the node-specific async_hooks module from being bundled into client-side code, reducing bundle size and avoiding runtime errors in browsers. Health Assessment
X-Large
Medium
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Javascript, Typescript
|
||||||
| fix: serve `.ico` files with `image/x-icon` Content-Type | dummdidumm | S | No | 70.0h | 70.0h | Jul 06, 2026 |
SummaryBug FixServe .ico files with correct MIME type Ensures browsers correctly interpret .ico assets, improving favicon delivery. Health Assessment
Small
Low
High
AI Details
Confidence:
0.10
Tech Stack
Languages:
Javascript
|
||||||
| chore: fix GitHub changelog not being automated | teemingc | XL | No | 19.9h | 0.0h | Jul 06, 2026 |
SummaryChoreFix GitHub changelog automation Updates changesets CLI and GitHub action to resolve changelog automation issues, removing deprecated svitejs and enabling experimental template feature. Health Assessment
X-Large
Low
Low
AI DetailsTech Stack
Languages:
Yaml
|
||||||
| chore: fix GitHub changelog not being automated | teemingc | XL | No | 18.8h | 18.8h | Jul 06, 2026 |
SummaryCI/CDFix GitHub changelog automation Ensures changelog updates are automatically generated for the main branch, preventing manual errors and keeping release notes accurate. Health Assessment
X-Large
Medium
Low
AI DetailsTech Stack
Frameworks:
Github-Actions
|
||||||
| fix: don't treat declaration tags as parts inside each blocks | paoloricciuti | S | No | 1.6h | 1.3h | Jul 06, 2026 |
SummaryBug FixFix declaration tags in each blocks Corrects compiler behavior to avoid treating declaration tags as parts inside each blocks, ensuring proper signal usage. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| chore: simplify `applyToEnvironment` hooks | teemingc | S | No | 17.6h | 9.8h | Jul 04, 2026 |
SummaryRefactorSimplify applyToEnvironment hooks Improves maintainability by reordering hook execution and removing unused setup plugin references. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: populate `$app/env` immediately in dev | elliott-with-the-longest-name-on-github | S | No | 4.3h | 4.1h | Jul 03, 2026 |
SummaryBug Fixfix: populate `$app/env` immediately in dev Ensures dynamic environment variables are available immediately during development, improving developer workflow and reducing runtime errors. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: defer `refresh` until after command | elliott-with-the-longest-name-on-github | M | No | 2.2h | 0.1h | Jul 03, 2026 |
SummaryBug FixDefer query refresh until command completion Ensures cache refresh occurs after command execution, preventing premature cache invalidation and improving data consistency. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
Frameworks:
Svelte
|
||||||
| Version Packages | github-actions | S | No | 0.1h | - | Jul 02, 2026 |
SummaryChoreAutomated release of SvelteKit packages Packages are published to npm automatically via the Changesets action, enabling seamless version updates. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: prevent unhandled promise rejection | dummdidumm | S | No | 1.2h | 1.1h | Jul 02, 2026 |
SummaryBug FixPrevent unhandled promise rejection Adds catch handlers to prevent process crashes from unhandled promise rejections, improving stability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: prevent prototype pollution when deleting file inputs | dummdidumm | S | No | 1.7h | 1.6h | Jul 02, 2026 |
SummaryBug FixPrevent prototype pollution on file input deletion Fixes a security edge case that could allow prototype pollution via remote form file paths, reducing potential attack surface. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| fix: make `paths.origin` type looser | teemingc | S | No | 0.9h | 0.1h | Jul 02, 2026 |
SummaryBug FixFix: make paths.origin type looser Allows paths.origin to be set via environment variables without type errors, improving flexibility for deployments. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| docs: fix type snippet errors | teemingc | XS | No | 0.5h | 0.0h | Jul 02, 2026 |
SummaryDocsFix type snippet errors in docs Corrects documentation errors to ensure accurate build instructions for developers, improving developer experience and reducing support queries. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack |
||||||
| chore: drop dead code that make TSGO fail | paoloricciuti | XS | No | 1.8h | 1.4h | Jul 02, 2026 |
SummaryChoreRemove unused code causing TSGO failures Eliminates dead code in Svelte’s reactivity system, preventing TSGO failures and improving build stability. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Javascript
|
||||||
| docs: update action versions in 50-adapter-static.md | guillett | XS | No | 29.1h | 29.1h | Jul 02, 2026 |
SummaryDocsUpdate action versions in 50-adapter-static.md Updated documentation to reflect new action versions, removing Node 20 deprecation warnings in GitHub Actions logs. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| feat: allow adapters to pass in Vite plugins | teemingc | M | No | 25.5h | 0.1h | Jul 02, 2026 |
SummaryFeatureAllow adapters to provide Vite plugins Enables adapters to supply custom Vite plugins, letting them modify dev, build, and preview behavior such as targeting Cloudflare workers. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| fix: correctly transform declaration tags during SSR | paoloricciuti | S | No | 16.7h | 6.6h | Jul 02, 2026 |
SummaryBug FixFix SSR declaration tag transformation Corrects server-side rendering of declaration tags, ensuring accurate output for Svelte components. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| Version Packages (next) | github-actions | M | No | 142.5h | 139.1h | Jul 02, 2026 |
SummaryChorePublish Next Release of SvelteKit Packages Automates publishing of next pre‑release versions of SvelteKit adapters and core package, enabling continuous delivery to developers. Health Assessment
Medium
Medium
High
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: drain unconsumed request bodies so keep-alive connections don't hang | mcmxcdev | L | No | 149.4h | 149.4h | Jul 02, 2026 |
SummaryBug FixFix drain unconsumed request bodies to prevent keep‑alive hang Ensures Node server connections remain stable by draining unread request bodies, preventing connection resets and improving reliability for pipelined requests. Health Assessment
Medium
Medium
High
AI DetailsTech Stack
Languages:
Javascript
|
||||||