Pull Request Explorer

Exploring 214 PRs. Want this for your team? Start Free Trial
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

Summary

Bug Fix

Fix missing file in package.json

Ensures the adapter-netlify package includes the required utilities, preventing build failures for users.

Health Assessment

Small
Low
Low
  • Quick, low‑impact fix with minimal changes, fast review and merge, indicating a smooth process and low risk to production.

AI Details

Tech Stack

fix: exclude deleted cookies from `cookies.getAll` elliott-with-the-longest-name-on-github S No 0.9h 0.8h Jul 09, 2026

Summary

Bug Fix

Exclude 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
  • Quick fix with minimal changes, fast review and merge.

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

Summary

Chore

Remove 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
  • Quick review and merge indicates low complexity and minimal risk.

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

Summary

Chore

Posixify server path separators

Ensures correct slash separators for Cloudflare Vite environment, improving path handling consistency.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, fast review and merge, low risk.

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

Summary

Feature

Add hyphenated matcher names support

Enables route parameter matchers to include hyphens, improving URL flexibility and developer ergonomics.

Health Assessment

Medium
Low
Medium
  • Quick turnaround with minimal rework, indicating straightforward change.

AI Details

Confidence: 0.20

Tech Stack

Languages: Javascript
chore: add internal development comments teemingc S No 2.1h 2.1h Jul 09, 2026

Summary

Chore

Add internal development comments to type definitions

Adds helpful internal comments to TypeScript definition files, improving developer experience.

Health Assessment

Small
Low
Low
  • Merged quickly with minimal changes and no rework.

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

Summary

Bug Fix

Fix declaration tag warning in event handlers

Prevents false warnings during event handler compilation, improving developer experience.

Health Assessment

Small
Low
High
  • Long review delay indicates low priority or backlog; minimal changes suggest low risk.

AI Details

Tech Stack

Languages: Javascript
breaking: make `page.url` immutable on a type level dummdidumm S No 33.5h 0.0h Jul 09, 2026

Summary

Bug Fix

Make page.url immutable on type level

Update types to reflect page.url as readonly, addressing reactivity concerns.

Health Assessment

Small
Low
Low
  • Quick review and merge process, indicating a straightforward and well-received change.

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

Summary

Chore

Tidy up client code

Incremental cleanup of client-side logic to reduce complexity and prepare for future refactor.

Health Assessment

Small
Low
Low
  • Quick, low-impact refactor with minimal review friction.

AI Details

Tech 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

Summary

Bug Fix

Fix 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
  • PR merged quickly with minimal changes, indicating low complexity and high confidence.

AI Details

Confidence: 0.75

Tech Stack

breaking: remove `experimental.handleRenderingErrors` flag Rich-Harris L No 22.8h 0.1h Jul 08, 2026

Summary

Bug Fix

Remove 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
  • PR was reviewed quickly and merged within a day, indicating efficient collaboration. The change involved a moderate number of files and lines, but the review process was straightforward with minimal back‑and‑forth.

AI Details

Tech Stack

Languages: Javascript, Typescript
chore: additional comments teemingc XS No 1.6h - Jul 08, 2026

Summary

Chore

Add 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
  • Fast cycle, minimal changes, straightforward merge.

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

Summary

Refactor

Make 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
  • Fast review and merge indicate a straightforward change with minimal risk.

AI Details

Tech Stack

Languages: Javascript, Typescript
chore: remove legacy paths code Rich-Harris S No 1.9h 0.3h Jul 08, 2026

Summary

Chore

Remove 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
  • Quick review and merge indicate a straightforward maintenance change with minimal risk.

AI Details

Tech Stack

Languages: Javascript
chore: backport Netlify platform tests teemingc XL No 1.2h 0.0h Jul 08, 2026

Summary

CI/CD

Backport 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
  • Merged within 1.2 hours with no review comments, indicating a straightforward backport that quickly restored CI functionality for Netlify deployments.

AI Details

Tech Stack

Languages: Yaml, Javascript
Frameworks: Github-Actions
feat: add `ErrorProps` to generated types Rich-Harris S No 15.5h 7.9h Jul 08, 2026

Summary

Feature

Add 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
  • Fast 15‑hour cycle with a single commit and no rework, indicating a low‑risk, straightforward enhancement.

AI Details

Tech Stack

Languages: Javascript
Version Packages (next) github-actions M No 131.7h 131.7h Jul 08, 2026

Summary

Chore

Update 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
  • The PR was opened automatically by a GitHub action and required no manual review, resulting in a long cycle time of over five days. The change is small in scope and carries minimal risk, typical of a release packaging task.

AI Details

Tech Stack

Languages: Javascript
Version Packages github-actions S No 27.3h 27.3h Jul 08, 2026

Summary

Chore

Version 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
  • Automated release PR with minimal changes, long review time due to automated action, but low risk.

AI Details

Tech 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

Summary

Bug Fix

Allow 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
  • Quick fix with minimal changes, approved within minutes, indicating low complexity and high confidence.

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

Summary

Bug Fix

Fix 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
  • Quick resolution with minimal rework; PR merged within 5.5 hours, indicating efficient review and low complexity.

AI Details

Tech 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

Summary

Bug Fix

Disallow 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
  • Fast cycle time with a single review and minimal rework indicates a straightforward change.

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

Summary

Refactor

Change 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
  • Fast review and minimal rework indicate a straightforward type safety improvement with low risk to the codebase.

AI Details

Tech 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

Summary

Docs

Update observability docs for node tracing

Provides updated observability documentation for node tracing, simplifying guidance and offering backward compatibility.

Health Assessment

Small
Low
Low
  • Quick documentation update with minimal code impact; fast review and merge cycle indicates low complexity and risk.

AI Details

Tech 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

Summary

Feature

Move 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
  • Merged within 42 minutes with a single commit and no review iterations, indicating a straightforward change with minimal risk.

AI Details

Tech Stack

Languages: Typescript, Javascript
chore: add Netlify platform tests teemingc XL No 6.9h 3.3h Jul 07, 2026

Summary

CI/CD

Add 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
  • Fast cycle time and minimal rework indicate efficient process; tests added quickly with CI integration.

AI Details

Tech Stack

Languages: Javascript
Frameworks: Github-Actions
fix: ensure Netlify ambient types work teemingc XL No 1.6h 0.0h Jul 07, 2026

Summary

Bug Fix

Ensure 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
  • Merged within 1.6 hours with no review friction, indicating a smooth and efficient process.

AI Details

Confidence: 0.75

Tech Stack

Languages: Yaml
chore: resolve a few TODOs dummdidumm M No 12.5h 0.1h Jul 07, 2026

Summary

Chore

Resolve 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
  • Quick turnaround with minimal rework, indicating straightforward internal fixes.

AI Details

Tech 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

Summary

Feature

Remove 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
  • The PR had a long cycle time but minimal review friction, indicating a large, complex change that was eventually approved after a single review round.

AI Details

Tech Stack

Languages: Javascript
chore: don't persist git credentials on checkout in release workflow Andarist XS No 1.1h 0.0h Jul 06, 2026

Summary

CI/CD

Remove git credential persistence in release workflow

Prevents accidental exposure of git credentials during automated release, enhancing security.

Health Assessment

Small
Low
Low
  • Quick approval with minimal changes indicates straightforward security fix.

AI Details

Tech 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

Summary

Bug Fix

Fix 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
  • Quick, single-commit fix with minimal code changes and no significant review friction.

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

Summary

Bug Fix

Resolve 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
  • The PR had a slow cycle time but a quick review, indicating a large change that required thorough testing before merging.

AI Details

Tech Stack

Languages: Javascript
fix: avoid externalising `node:async_hooks` for the browser teemingc XL No 7.3h 0.0h Jul 06, 2026

Summary

Bug Fix

Fix 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
  • The PR was merged within 7.3 hours with no review delay, but involved many incremental commits and a large code change to isolate server-only imports.

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

Summary

Bug Fix

Serve .ico files with correct MIME type

Ensures browsers correctly interpret .ico assets, improving favicon delivery.

Health Assessment

Small
Low
High
  • PR took 70 hours from creation to merge, with a single commit and no back‑and‑forth, indicating a straightforward bug fix that was reviewed after a long wait.

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

Summary

Chore

Fix 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
  • Quick resolution with minimal review, indicating straightforward config changes.

AI Details

Tech Stack

Languages: Yaml
chore: fix GitHub changelog not being automated teemingc XL No 18.8h 18.8h Jul 06, 2026

Summary

CI/CD

Fix 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
  • Fast cycle time with minimal rework; large diff driven by lockfile updates but no functional impact.

AI Details

Tech 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

Summary

Bug Fix

Fix 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
  • Quick, single-commit fix with minimal code changes and fast review cycle.

AI Details

Tech Stack

Languages: Javascript
Frameworks: Svelte
chore: simplify `applyToEnvironment` hooks teemingc S No 17.6h 9.8h Jul 04, 2026

Summary

Refactor

Simplify applyToEnvironment hooks

Improves maintainability by reordering hook execution and removing unused setup plugin references.

Health Assessment

Small
Low
Low
  • Quick review and merge with minimal changes, indicating a straightforward refactor.

AI Details

Tech 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

Summary

Bug Fix

fix: 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
  • Quick fix with minimal changes, fast review and merge, low risk.

AI Details

Tech 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

Summary

Bug Fix

Defer 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
  • Quick fix with minimal rework; fast review and merge cycle.

AI Details

Tech Stack

Languages: Javascript, Typescript
Frameworks: Svelte
Version Packages github-actions S No 0.1h - Jul 02, 2026

Summary

Chore

Automated release of SvelteKit packages

Packages are published to npm automatically via the Changesets action, enabling seamless version updates.

Health Assessment

Small
Low
Low
  • Fast, automated merge with minimal code changes; no manual review required.

AI Details

Tech Stack

Languages: Javascript
fix: prevent unhandled promise rejection dummdidumm S No 1.2h 1.1h Jul 02, 2026

Summary

Bug Fix

Prevent unhandled promise rejection

Adds catch handlers to prevent process crashes from unhandled promise rejections, improving stability.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved within 1.2 hours, indicating efficient review and low complexity.

AI Details

Tech Stack

Languages: Javascript
fix: prevent prototype pollution when deleting file inputs dummdidumm S No 1.7h 1.6h Jul 02, 2026

Summary

Bug Fix

Prevent 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
  • Fast turnaround with minimal changes and no review back‑and‑forth, indicating a straightforward, low‑risk bug fix.

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

Summary

Bug Fix

Fix: 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
  • Rapid review and merge with minimal changes indicates low complexity and risk.

AI Details

Tech Stack

Languages: Javascript, Typescript
docs: fix type snippet errors teemingc XS No 0.5h 0.0h Jul 02, 2026

Summary

Docs

Fix 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
  • Quick fix with minimal changes, merged within 30 minutes, indicating low complexity and high confidence in correctness.

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

Summary

Chore

Remove 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
  • Quick fix with minimal changes, fast review and merge, low risk.

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

Summary

Docs

Update 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
  • Quick documentation update with single approval, minimal impact.

AI Details

Tech Stack

feat: allow adapters to pass in Vite plugins teemingc M No 25.5h 0.1h Jul 02, 2026

Summary

Feature

Allow 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
  • Fast review and merge with minimal rework; small code changes; quick cycle time.

AI Details

Tech Stack

Languages: Javascript, Typescript
fix: correctly transform declaration tags during SSR paoloricciuti S No 16.7h 6.6h Jul 02, 2026

Summary

Bug Fix

Fix SSR declaration tag transformation

Corrects server-side rendering of declaration tags, ensuring accurate output for Svelte components.

Health Assessment

Small
Low
Low
  • Quick resolution with minimal changes and a single review round indicates low complexity and high confidence in the fix.

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

Summary

Chore

Publish 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
  • The PR was auto‑generated by a GitHub Action and merged after a long cycle time with no review, indicating a release workflow that may benefit from faster merge windows.

AI Details

Tech 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

Summary

Bug Fix

Fix 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
  • Long review and merge times suggest the issue was subtle and low priority, but the fix addresses a critical networking bug that could affect production traffic.

AI Details

Tech Stack

Languages: Javascript
« Page 4 of 5 »

Get this analytics stack for your team

Connect GitHub and see cycle time, review bottlenecks, PR flow, and trend changes in minutes.

Connect Repos