Pull Request Explorer

Back to Repo
Exploring 168 PRs for Kit. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
fix: rebase sourcemaps when copying files teemingc L No 21.9h 0.2h Sep 10, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: avoid double-bundling teemingc XL No 29.1h 0.0h Sep 09, 2026

LLM analysis pending

This PR has not been analyzed yet.

test: verify `handler` is exported teemingc S No 8.1h 7.6h Sep 09, 2026

LLM analysis pending

This PR has not been analyzed yet.

breaking: stop reading `netlify.toml` teemingc M No 5.7h 0.0h Sep 09, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: add default type hints teemingc XS No 5.6h 5.6h Sep 09, 2026

LLM analysis pending

This PR has not been analyzed yet.

test: verify dependencies are externalised teemingc M No 27.9h 27.9h Sep 09, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: externalise `@opentelemetry/api` during build teemingc S No 1.1h 1.0h Sep 09, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: move tests Rich-Harris S No 6.4h 0.1h Sep 09, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: drop the server tests that only test the platform Nic-Polumeyv M No 110.7h 0.1h Sep 09, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: dedupe Rich-Harris XS No 0.9h 0.2h Sep 08, 2026

Summary

Health Assessment

AI Details

Tech Stack

chore: disable CodeRabbit teemingc M No 0.2h 0.0h Sep 08, 2026

Summary

Health Assessment

AI Details

Tech Stack

feat: split edge functions teemingc L No 28.3h 0.0h Sep 08, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: refactor edge function entrypoint teemingc L No 4.3h 4.1h Sep 08, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: inline edge function config teemingc M No 5.1h 0.3h Sep 08, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: more verbose Netlify deploy logs teemingc S No 5.1h 0.0h Sep 08, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: resolve all client paths through one base/assets rule Nic-Polumeyv M No 9.5h 0.1h Sep 08, 2026

LLM analysis pending

This PR has not been analyzed yet.

Version Packages (next) github-actions M No 308.4h 308.1h Sep 08, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: move scroll restoration and focus reset out of client.js Nic-Polumeyv L No 203.2h 203.1h Sep 08, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: make rendered client paths relative during development teemingc S No 10.2h 0.1h Sep 08, 2026

LLM analysis pending

This PR has not been analyzed yet.

test: reproduce relative dev proxy failure teemingc S No 11.5h 0.1h Sep 08, 2026

LLM analysis pending

This PR has not been analyzed yet.

docs: expand Config types on vite reference page marwan562 XS No 56.3h 34.2h Sep 08, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: run split edge platform tests teemingc S No 9.2h 4.9h Sep 08, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: use index for filenames teemingc M No 2.6h 1.8h Sep 07, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: copy `_redirects` when deploying edge functions teemingc S No 4.9h 0.0h Sep 07, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: use a UUID instead of Netlify's function token teemingc M No 9.8h 9.6h Sep 07, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: move build tests out of platform tests teemingc M No 3.6h 3.3h Sep 07, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: looser CodeRabbit "awaiting submitter" auto labelling teemingc XS No 25.0h 24.8h Sep 07, 2026

Summary

Health Assessment

AI Details

Tech Stack

fix: respond to HEAD requests without a body Nic-Polumeyv S No 60.9h 24.5h Sep 07, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: read the Svelte config via @sveltejs/load-config Nic-Polumeyv M No 0.6h 0.6h Sep 04, 2026

Summary

Chore

Read Svelte config via @sveltejs/load-config

This change replaces custom config resolution with @sveltejs/load-config, eliminating the need for Vite in libraries that only use svelte.config.js. It streamlines configuration for SvelteKit packages and reduces unnecessary dependencies.

Health Assessment

Medium
Low
Low
  • Fast review and merge, minimal changes, straightforward refactor.

AI Details

Confidence: 0.80

Tech Stack

Languages: Javascript
Frameworks: Svelte
fix: identify circular imports from src/env svelte-triage-bot M No 45.2h 21.4h Sep 04, 2026

Summary

Bug Fix

Fix circular env import detection

This PR resolves a bug where circular imports involving environment modules caused failures, improving diagnostics by reporting the actual module causing the cycle. The change enhances developer experience by providing clearer error messages and a regression test ensures reliability.

Health Assessment

Medium
Low
Low
  • The PR was resolved in under two days with a single review, indicating a straightforward bug fix with minimal risk.

AI Details

Confidence: 0.75

Tech Stack

Languages: Javascript
docs: clarify Vercel ISR bypass token teemingc S No 42.1h 10.5h Sep 04, 2026

Summary

Docs

Clarify Vercel ISR bypass token

Provides accurate guidance on Vercel ISR bypass tokens, ensuring correct deployment behavior and linking to official docs.

Health Assessment

Small
Low
Low
  • Smooth review process with minimal back-and-forth; quick resolution and merge.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Copilot
Confidence: 0.95

Tech Stack

test: verify Vercel route max duration teemingc S No 25.1h 25.1h Sep 03, 2026

Summary

Test

Verify Vercel route max duration behavior

Adds a Vercel platform test to confirm that route-level maxDuration overrides trigger a 504 timeout when the route exceeds the limit, ensuring correct timeout handling for serverless functions.

Health Assessment

Small
Low
Medium
  • The PR added a new test to validate Vercel's maxDuration behavior, with a single review cycle and minimal changes, indicating a straightforward enhancement.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Copilot
Confidence: 0.95

Tech Stack

Languages: Typescript
test: cover user-defined Vercel redirects teemingc XS No 24.5h 24.5h Sep 03, 2026

Summary

Test

Add test for user-defined Vercel redirects

Ensures redirects defined in vercel.json remain active when using adapter-vercel's Build Output API deployment.

Health Assessment

Small
Low
Low
  • Quick test added to cover user-defined redirects, minimal changes, no blockers.

AI Details

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

Tech Stack

Languages: Typescript
fix: support optional params in Netlify split mode teemingc S AI 22.5h 0.2h Sep 03, 2026

Summary

Bug Fix

Support optional params in Netlify split mode

Enables correct routing for optional URL parameters in Netlify deployments, improving reliability for end users.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes indicate low complexity and risk.

AI Details

Usage: AI Assisted
Category: Both AI
Tools: Copilot, CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Javascript
Frameworks: Svelte
chore: inherit CodeRabbit org settings teemingc XS AI 0.8h 0.8h Sep 03, 2026

Summary

Chore

chore: inherit CodeRabbit org settings

Ensures CodeRabbit configuration inherits organization settings, providing consistent AI review behavior across the repository.

Health Assessment

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

AI Details

Usage: AI Assisted
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Yaml
chore: cleanup CodeRabbit config teemingc M AI 0.3h 0.3h Sep 03, 2026

Summary

Chore

Cleanup CodeRabbit configuration

Streamlines CI automation by removing redundant settings, improving maintainability.

Health Assessment

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

AI Details

Usage: Authored by AI
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Yaml
chore: disable CodeRabbit request changes workflow teemingc XS No 1.3h 0.4h Sep 03, 2026

Summary

Chore

Disable CodeRabbit request changes workflow

Disables automated approvals to enforce human review before merge protection is lifted.

Health Assessment

Small
Low
Low
  • Rapid approval and merge with minimal changes, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Yaml
chore: fix config file teemingc S No 1.0h 0.0h Sep 03, 2026

Summary

CI/CD

chore: fix config file

Fixed the configuration file extension so the CI tool correctly processes the repository's code review settings.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, no review friction, fast merge.

AI Details

Tech Stack

Languages: Yaml
chore: more CodeRabbit auto issue/pr labelling teemingc M No 1.0h 0.3h Sep 02, 2026

Summary

Chore

Add CodeRabbit auto labeling for issues and PRs

This PR adds automated package labeling for issues and a needs-platform-tests label for PRs that modify adapter code with platform tests.

Health Assessment

AI Details

Confidence: 0.95

Tech Stack

Languages: Yaml
chore: finetune CodeRabbit config teemingc M No 0.7h 0.2h Sep 02, 2026

Summary

Chore

Improve CodeRabbit config for PR labeling

Adds context to CodeRabbit and sets up automated PR and issue labeling workflows, enhancing developer productivity.

Health Assessment

Medium
Low
Low
  • Rapid iteration with minimal changes indicates smooth review and low risk.

AI Details

Usage: AI Assisted
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Yaml
chore: walk the output once when replacing manifest placeholders Nic-Polumeyv S No 14.7h 14.3h Sep 02, 2026

Summary

Chore

Walk output once for manifest placeholder replacement

Optimizes the build process by reducing redundant directory traversal, improving performance.

Health Assessment

Small
Low
Low
  • Single commit, quick review, minimal changes, low risk.

AI Details

Tech Stack

Languages: Javascript
chore: stop stat'ing assets whose sizes nothing reads Nic-Polumeyv XS AI 14.8h 0.1h Sep 02, 2026

Summary

Chore

Stop unnecessary asset stat calls

Eliminates redundant filesystem checks during build, improving performance.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, AI-assisted review streamlined the process.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Javascript, Typescript
fix: walk and copy directories without a stat per file Nic-Polumeyv M AI 15.2h 0.1h Sep 02, 2026

Summary

Bug Fix

Fix directory walk and copy performance

Improves file system operations by eliminating redundant stat calls, speeding up directory traversal and copy tasks, enhancing build performance.

Health Assessment

Small
Low
Low
  • Quick review and minimal changes indicate low complexity and high confidence in the fix.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Javascript
chore: derive the fetch cache url in one place Nic-Polumeyv S AI 12.3h 12.3h Sep 02, 2026

Summary

Refactor

Derive fetch cache URL in one place

Standardizes fetch cache URL handling across client and server, reducing inconsistencies and potential bugs.

Health Assessment

Small
Low
Medium
  • Quick turnaround with minimal changes; single review round indicates low complexity.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Javascript
chore: type the render output with svelte/server's SyncRenderOutput Nic-Polumeyv L AI 13.5h 13.5h Sep 02, 2026

Summary

Chore

Chore: Update render output type to SyncRenderOutput

Improves server rendering type safety by using SyncRenderOutput, reducing type inference errors.

Health Assessment

Large
Low
Low
  • Merged quickly with minimal review, indicating a straightforward maintenance change.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Javascript, Yaml
chore: add CodeRabbit config teemingc S No 0.1h 0.0h Sep 02, 2026

Summary

Health Assessment

AI Details

Tech Stack

chore: bump pnpm to 12.2.1 teemingc M No 0.3h 0.2h Sep 02, 2026

Summary

Chore

chore: bump pnpm to 12.2.1

Updates the pnpm package manager to the latest version to resolve command flag errors, ensuring smoother dependency management.

Health Assessment

Small
Low
Low
  • Rapid review and merge with minimal changes; AI review suggested lock regeneration but was quickly addressed.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

feat: allow adapters to pass a function for vite config ottomated M AI 21.3h 19.0h Sep 01, 2026

Summary

Feature

Allow adapters to pass function for Vite config

Enables adapters to dynamically configure Vite plugins using SvelteKit configuration, improving flexibility and simplifying integration with Cloudflare plugin.

Health Assessment

Small
Low
Medium
  • PR merged in 21 hours with minimal rework, indicating a smooth review process and low complexity.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Javascript
chore: bump Playwright teemingc XS AI 0.5h 0.5h Sep 01, 2026

Summary

Chore

Bump Playwright version

Updates Playwright to a newer patch to resolve CI failures, with no impact on user-facing functionality.

Health Assessment

Small
Low
Low
  • Rapid review and merge with minimal changes indicate a low‑risk, low‑friction maintenance update.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Yaml
chore: use correct Vite instance for runner checks teemingc S No 87.9h 0.1h Sep 01, 2026

Summary

Bug Fix

Fix Vite instance usage for runner checks

Corrects Vite instance resolution to avoid CI errors, improving build stability.

Health Assessment

Small
Low
Medium
  • The PR required multiple small commits after a single review to resolve a CI error, indicating moderate iteration but low complexity.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Copilot
Confidence: 0.95

Tech Stack

Languages: Javascript
Page 1 of 4 »

Get this analytics stack for your team

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

Connect Repos