Pull Request Explorer

Back to Repo
Exploring 60 PRs for Kit. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
feat: explicit environment variables Rich-Harris XL No 67.5h 20.6h Jun 02, 2026

Summary

Feature

Add explicit environment variable handling

Provides type‑safe, validated, and documented environment variable support, reducing runtime errors and improving developer experience.

Health Assessment

X-Large
High
Medium
  • PR required multiple iterations and extensive changes across core and docs, indicating significant refactor and risk.

AI Details

Confidence: 0.20

Tech Stack

Languages: Javascript, Typescript
fix: generate a placeholder tsconfig.json to squelch sync-time warnings Rich-Harris S No 1.2h 0.1h Jun 02, 2026

Summary

Bug Fix

Generate placeholder tsconfig.json to squelch sync-time warnings

Adds a placeholder .svelte-kit/tsconfig.json during sync to suppress Vite config warnings, improving developer experience during project setup.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved a known warning, low impact on production.

AI Details

Tech Stack

Languages: Javascript
chore: move playground config to vite.config.js Rich-Harris S No 1.6h - Jun 02, 2026

Summary

Chore

Move playground config to vite.config.js

Updates playground configuration to use Vite, simplifying setup.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes, no review needed.

AI Details

Tech Stack

Languages: Javascript
fix: remove check for svelte.config.js before running `sync` Rich-Harris S No 1.2h 0.8h Jun 02, 2026

Summary

Bug Fix

Remove config check in sync command

Ensures `svelte-kit sync` delegates to load_config, preventing errors when no config file exists.

Health Assessment

Small
Low
Low
  • Fast turnaround with minimal code churn, straightforward bug fix.

AI Details

Tech Stack

Languages: Javascript
Version Packages github-actions M No 152.1h 152.1h Jun 02, 2026

Summary

Chore

Version Packages

Automated release of SvelteKit packages, bumping versions and updating changelogs for npm publication.

Health Assessment

Small
Low
Low
  • Release PR automatically merged by GitHub Actions; no manual review required; long cycle time reflects scheduled release cadence.

AI Details

Tech Stack

Languages: Javascript
feat: support passing Svelte(Kit) config via Vite plugin dummdidumm L No 22.4h 0.1h Jun 02, 2026

Summary

Feature

Support passing Svelte(Kit) config via Vite plugin

Enables developers to configure SvelteKit directly through the Vite plugin, eliminating a separate config file and simplifying project setup.

Health Assessment

Large
Medium
Low
  • Fast review and merge within 22 hours, with multiple small commits indicating iterative refinement. The PR adds a new configuration capability, improving developer experience by consolidating config into the Vite plugin.

AI Details

Tech Stack

Languages: Javascript, Typescript
Frameworks: Svelte, Vite
chore: hide `navigating.current` error in a DEV check teemingc S No 1.3h 1.3h Jun 02, 2026

Summary

Chore

Hide navigating.current error in dev check

Reduces client bundle size by suppressing a development-only error.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes; no blockers.

AI Details

Tech Stack

Languages: Javascript
fix: preserve multiple Set-Cookie headers on 304 responses MathiasWP M No 246.9h 231.4h Jun 02, 2026

Summary

Bug Fix

Preserve multiple Set-Cookie headers on 304

Ensures cookies are correctly preserved during 304 responses, preventing loss of session data and improving user experience.

Health Assessment

Medium
High
High
  • Long review and merge cycle indicates significant stakeholder scrutiny; the PR required a fallback for older Node versions, adding complexity.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Javascript
Frameworks: Svelte
breaking: move `Link` header preloading to a config option teemingc M No 27.3h 0.2h Jun 02, 2026

Summary

Feature

Move Link header preloading to config option

Makes Link header preloading optional to avoid proxy issues, improving compatibility for self-hosted deployments.

Health Assessment

Medium
Low
Low
  • Fast review and minimal rework; the change was straightforward and well-tested, leading to a quick merge.

AI Details

Tech Stack

Languages: Javascript, Typescript
docs: remove await on server side query.set hyunbinseo XS No 228.2h 228.2h Jun 02, 2026

Summary

Docs

Remove await from server side query.set

Corrects documentation to match code behavior, improving developer clarity.

Health Assessment

Small
Low
High
  • Long review cycle indicates documentation review process; minimal code impact.

AI Details

Tech Stack

breaking: replace `'off'` with `false` for `data-sveltekit-*` link options teemingc S No 199.1h 0.1h Jun 02, 2026

Summary

Breaking Change

Replace 'off' with false for data-sveltekit-* link options

Removes the 'off' option in favour of false for data-sveltekit-* link options, addressing issue #13597

Health Assessment

Medium
Medium
Low
  • The PR had a relatively long cycle time of 199.1 hours, but the time to first review was very short at 0.1 hours.

AI Details

Tech Stack

Languages: Javascript, Svelte
Frameworks: Sveltekit
breaking: make TypeScript 6 the minimum teemingc L No 82.3h 82.3h Jun 02, 2026

Summary

Chore

Make TypeScript 6 the minimum

Updates the minimum TypeScript version to 6, ensuring compatibility and security for Svelte Kit users.

Health Assessment

Medium
Low
Low
  • The PR was merged after 82 hours with no significant review friction, indicating a straightforward change.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript, Javascript
Frameworks: Svelte
fix: avoid generating `_app/env.js` if unused teemingc S No 10.8h 10.8h Jun 02, 2026

Summary

Bug Fix

Avoid generating unused env file

Prevents unnecessary generation of `_app/env.js` when public dynamic environment variables are not used, reducing build size and avoiding confusion for static adapters.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within 11 hours, indicating smooth review and low complexity.

AI Details

Tech Stack

Languages: Javascript, Typescript
fix: catch possible stream error on the client teemingc M No 12.2h 11.4h May 29, 2026

Summary

Bug Fix

Catch stream error on client

Fixes a bug where async promise executor errors were swallowed, improving error handling for client streams.

Health Assessment

Medium
Low
Low
  • Merged quickly with no rework; minimal review friction.

AI Details

Tech Stack

Languages: Javascript
chore: bump `svelte2tsx` teemingc L No 162.5h 0.0h May 29, 2026

Summary

Chore

Bump svelte2tsx dependencies for TypeScript 6 support

Updates svelte-package dependencies and test fixtures to enable TypeScript 6, preparing for minimum TS6 in the version-3 branch.

Health Assessment

Large
Medium
Low
  • PR involved multiple merge conflicts and dependency updates, but was reviewed quickly and merged after a few days, indicating efficient collaboration.

AI Details

Tech Stack

chore: fix CI Playwright installs hanging teemingc S No 6.3h 1.4h May 29, 2026

Summary

Chore

Fix CI Playwright install hang

Update Playwright to 1.60.0 to resolve CI hang during installation.

Health Assessment

Small
Low
Low
  • Quick dependency bump resolved CI hang with minimal changes and fast review.

AI Details

Tech Stack

Languages: Yaml
docs: actual ambient fix for query.live snippet teemingc XS No 2.3h 0.0h May 28, 2026

Summary

Docs

Fix ambient syntax for query.live snippet

Corrects documentation syntax so the example compiles, improving developer experience.

Health Assessment

Small
Low
Low
  • Rapid review and merge with minimal changes, no code impact.

AI Details

Confidence: 0.95

Tech Stack

docs: fix `query.live` snippet teemingc XS No 25.1h 25.0h May 28, 2026

Summary

Docs

Fix query.live snippet in docs

Corrects a build error by declaring the condition type and importing the module, ensuring documentation builds reliably.

Health Assessment

Small
Low
High
  • Docs change with minimal code, but review took longer than typical, indicating possible communication delays.

AI Details

Tech Stack

fix: regression with `data-sveltekit-preload-*` for the same link teemingc M No 2.9h 1.1h May 27, 2026

Summary

Bug Fix

Fix 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
  • Quick fix with minimal changes and fast review, indicating low complexity and high confidence.

AI Details

Tech 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

Summary

Chore

Revert 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
  • Long review time indicates a backlog or low priority; the small scope and revert nature suggest minimal risk to the codebase.

AI Details

Tech Stack

Languages: Javascript
chore: bump `@types/node` teemingc L No 2.8h 0.4h May 25, 2026

Summary

Chore

Bump @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
  • Quick dependency update with minimal changes and fast review, indicating low risk and high confidence in stability.

AI Details

Tech Stack

Languages: Yaml
Version Packages github-actions S No 9.7h 9.7h May 24, 2026

Summary

Chore

Version Packages

Updates package versions and changelog for a new release, enabling automatic publishing to npm.

Health Assessment

Small
Low
Low
  • Release PR merged quickly with minimal changes, indicating efficient release process.

AI Details

Tech 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

Summary

Bug Fix

Fix 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
  • Quick fix with minimal changes and fast review, indicating low complexity and high confidence in the patch.

AI Details

Tech Stack

Languages: Javascript
chore: bump Vitest util deps teemingc L No 1.1h 1.1h May 22, 2026

Summary

Chore

Bump Vitest utility dependencies

Updates Vitest-related dependencies to resolve peer warnings and streamline future maintenance.

Health Assessment

Large
Low
Low
  • Quick review and merge, minimal changes, low risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Yaml
Version Packages github-actions M No 169.9h 169.8h May 22, 2026

Summary

Chore

Version 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
  • Release PR was auto‑generated and merged after a long cycle, but required minimal review and no rework.

AI Details

Tech Stack

Languages: Javascript
fix: support `exactOptionalPropertyTypes` for optional route params RazinShafayet2007 S No 250.9h 0.1h May 22, 2026

Summary

Bug Fix

Support 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
  • PR had a quick review and minimal changes, indicating low complexity and risk.

AI Details

Tech Stack

Languages: Javascript
chore: dedupe replacer code teemingc S No 48.4h 48.4h May 22, 2026

Summary

Chore

Deduplicate replacer code

This PR removes duplicate server runtime code, improving maintainability and reducing potential bugs.

Health Assessment

Small
Low
Low
  • Single commit, single review, minimal changes, quick merge.

AI Details

Tech Stack

Languages: Javascript
feat: LiveQuery self-iterability elliott-with-the-longest-name-on-github XL No 47.4h 0.1h May 22, 2026

Summary

Feature

Add 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
  • The PR was merged quickly with minimal review, indicating confidence in the changes.
  • The large scope and many commits suggest significant refactoring, but the single approval and short review time imply low friction.

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

Summary

Bug Fix

Fix build warnings on Windows

Eliminates build warnings caused by Windows path handling, improving developer experience on Windows.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within minutes, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Javascript
chore: remove SharedServerLiveIterator Rich-Harris S No 0.7h 0.7h May 22, 2026

Summary

Refactor

Remove unused SharedServerLiveIterator interface

Eliminates a no-op interface, reducing code footprint and potential confusion.

Health Assessment

Small
Low
Low
  • Quick removal of dead code with minimal review, indicating an efficient process.

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

Summary

Health Assessment

AI Details

Tech Stack

chore(prefetch): disable link prefetching on slow internet connections Guanran928 XS No 9.6h 1.6h May 22, 2026

Summary

Chore

Disable link prefetching on slow connections

Prevents unnecessary prefetching on slow networks, improving user experience and reducing bandwidth usage.

Health Assessment

Small
Low
Low
  • Quick approval with minimal changes indicates low complexity and high confidence in the change.

AI Details

Tech Stack

Languages: Javascript
chore: bump vitest teemingc M No 51.3h - May 22, 2026

Summary

Chore

Bump vitest dependency

Updates the Vitest testing framework to a newer version, ensuring compatibility with the ecosystem CI environment.

Health Assessment

Small
Low
Low
  • Quick dependency bump with minimal changes, merged within two days.

AI Details

Confidence: 0.75

Tech Stack

Languages: Yaml
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

Summary

Chore

Bump 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
  • Fast merge of a small dependency bump with no review, indicating low risk and minimal impact on the codebase.

AI Details

Confidence: 1.00

Tech Stack

Languages: Yaml
docs: fix indentation Rich-Harris S No 0.3h - May 19, 2026

Summary

Docs

Fix indentation in documentation

Corrects formatting in the static adapter docs, improving readability for developers.

Health Assessment

Small
Low
Low
  • Quick documentation fix merged within minutes, indicating minimal impact and efficient review.

AI Details

Tech Stack

docs: fix some broken indentation Rich-Harris S No 0.0h 0.0h May 19, 2026

Summary

Docs

Fix broken indentation in documentation

Corrects formatting errors in SvelteKit docs, improving readability for developers.

Health Assessment

Small
Low
Low
  • PR merged immediately with no review, indicating low complexity and high confidence in changes.

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

Summary

Chore

Remove unnecessary argument from build server

Simplifies build configuration by eliminating a redundant parameter, improving maintainability.

Health Assessment

Medium
Medium
High
  • The PR had a slow review and merge timeline, indicating potential bottlenecks in the review process.

AI Details

Tech Stack

Languages: Javascript
chore: remove unused eslint disable comment teemingc XS No 1.3h 1.1h May 19, 2026

Summary

Chore

Remove unused eslint disable comment

Fixes lint warning by removing unnecessary eslint comment, improving code quality.

Health Assessment

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

AI Details

Confidence: 0.75

Tech Stack

Languages: Javascript
chore: migrate to pnpm 11 teemingc S No 21.8h 21.8h May 19, 2026

Summary

Chore

Migrate to pnpm 11

Updates package manager configuration to pnpm 11, ensuring compatibility with newer Node versions and aligning workspace settings.

Health Assessment

Small
Low
Low
  • Quick, single-commit migration with minimal changes, merged without significant review or rework.

AI Details

Tech Stack

chore(deps): update dependency dts-buddy to ^0.8.0 renovate S No 2.8h 2.8h May 19, 2026

Summary

Chore

chore(deps): update dependency dts-buddy to ^0.8.0

Updates the dts-buddy dependency to the latest patch, ensuring compatibility with TypeScript 6 and improved directory handling, reducing build failures.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes, indicating low risk and efficient process.

AI Details

Tech Stack

fix: round-trip `.as('hidden', booleanValue)` correctly hjaber S No 53.7h 0.1h May 18, 2026

Summary

Bug Fix

Fix hidden boolean form value conversion

Corrects server-side conversion of hidden boolean inputs, ensuring accurate data handling and preventing silent data corruption.

Health Assessment

Small
Low
Low
  • Quick review and minimal changes; the fix was straightforward and well-tested, leading to a smooth merge.

AI Details

Tech Stack

Languages: Javascript, Typescript
Frameworks: Svelte
chore(deps): update pnpm/action-setup action to v6.0.8 renovate S No 175.2h 175.2h May 18, 2026

Summary

Chore

Update pnpm/action-setup to v6.0.8

Keeps CI pipelines up‑to‑date with the latest pnpm action, improving build stability and security.

Health Assessment

Small
Low
High
  • Long cycle time due to automated dependency update; minimal code changes; low risk.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
chore: replace `als.enterWith` with `als.run` teemingc L No 79.4h 0.0h May 18, 2026

Summary

Chore

Replace async local storage enterWith with run

Ensures compatibility across runtimes by using the standard async local storage API, improving reliability of server responses.

Health Assessment

Large
Medium
Low
  • The PR had a moderate scope and took over three days to merge, but the review process was quick with no significant back‑and‑forth.

AI Details

Confidence: 0.20

Tech Stack

Languages: Javascript
chore: add Node-agnostic utils teemingc M No 84.2h 6.1h May 18, 2026

Summary

Chore

Add Node-agnostic utilities for path resolution

Enables path resolution in dev environment without Node dependencies, improving cross-platform compatibility.

Health Assessment

Medium
Medium
Medium
  • The PR required a few iterations but was eventually merged after a few days, indicating moderate complexity.

AI Details

Tech Stack

Languages: Javascript, Typescript
fix: avoid conflict for routes ending with optional parameters teemingc L No 3.5h 0.0h May 18, 2026

Summary

Bug Fix

Fix route conflict for optional parameters

Ensures routes with optional parameters resolve correctly, preventing navigation errors and improving user experience.

Health Assessment

Medium
Low
Low
  • Merged within 3.5 hours with no review iterations, indicating a straightforward, low‑risk bug fix.

AI Details

Confidence: 0.80

Tech Stack

Languages: Javascript
Frameworks: Svelte
chore: add names for static adapter test apps teemingc XS No 53.2h 51.6h May 17, 2026

Summary

Chore

Add names to static adapter test apps

Adds descriptive names to test apps for clearer log output when tests fail.

Health Assessment

Small
Low
Medium
  • Small change with minimal review time, straightforward merge.

AI Details

Confidence: 0.95

Tech Stack

fix: regression from consolidating dev checks teemingc M No 1.8h 0.3h May 15, 2026

Summary

Bug Fix

Fix regression in dev checks

Corrects a regression where development checks incorrectly used global constants, ensuring warnings and cache behavior work properly during Vite dev and build.

Health Assessment

Medium
Low
Low
  • Rapid review and merge with minimal changes indicate low complexity and risk.

AI Details

Tech Stack

Languages: Javascript, Typescript
Frameworks: Svelte
chore(deps): bump @opentelemetry/exporter-prometheus from 0.214.0 to 0.218.0 in the npm_and_yarn group across 0 directory dependabot XL No 21.1h 21.1h May 15, 2026

Summary

Chore

chore(deps): bump @opentelemetry/exporter-prometheus

Updates the Prometheus exporter dependency to a newer version, ensuring compatibility and potential bug fixes.

Health Assessment

X-Large
Low
Low
  • Quick dependency update merged within a day with minimal review.

AI Details

Confidence: 1.00

Tech Stack

Languages: Yaml
breaking: move `adapter` to `vite.config.ts` Rich-Harris XL No 16.5h 10.4h May 15, 2026

Summary

Refactor

Move adapter to vite.config.ts

Enables adapters to include Vite plugins without config resolution issues

Health Assessment

Large
Medium
Low
  • The PR was created to break down a larger PR into smaller, manageable pieces. The author used AI assistance to generate the initial changes.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Opus
Confidence: 0.95

Tech Stack

Languages: Javascript, Typescript
Frameworks: Svelte, Vite
Version Packages github-actions S No 0.5h - May 14, 2026

Summary

Chore

Version Packages

Updates package versions and changelog for a new release, enabling automated publishing to npm.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes, indicating a routine release update.

AI Details

Tech Stack

Languages: Javascript
Page 1 of 2 »

Get this analytics stack for your team

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

Connect Repos