Pull Request Explorer

Exploring 232 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
chore: scope.js stops importing from the analysis visitors Nic-Polumeyv M No 107.2h 107.2h Sep 11, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: analysis and transform stop importing each other Nic-Polumeyv M No 107.4h 107.4h Sep 11, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: move parser helpers next to their users Nic-Polumeyv M No 107.8h 107.7h Sep 11, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: preserve global CSS without scopable elements svelte-triage-bot S No 86.2h 86.1h Sep 11, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: reduce SSR render result garbage collection svelte-triage-bot M No 64.9h 64.8h Sep 11, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: resolve the fallback of an each block in the enclosing scope Nic-Polumeyv S No 32.6h 32.6h Sep 11, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: keep `$state.eager` when used as a variable initializer xia-chao S No 2.4h 2.4h Sep 11, 2026

LLM analysis pending

This PR has not been analyzed yet.

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
fix: recognise `aria-braillelabel` and `aria-brailleroledescription` as known ARIA attributes giaBaoJS XS No 2.2h 2.2h Sep 03, 2026

Summary

Bug Fix

Fix recognition of braille ARIA attributes

Ensures the Svelte compiler correctly identifies valid ARIA attributes, eliminating false warnings and improving accessibility compliance for developers.

Health Assessment

Small
Low
Low
  • The PR was reviewed and merged within 2.1 hours, indicating a smooth, low-friction process with minimal rework.

AI Details

Tech Stack

Languages: Javascript
chore: compiler profiling + parser bench dummdidumm XL No 0.3h 0.1h Sep 03, 2026

Summary

Chore

Add compiler profiling and parser benchmarks

Adds benchmarking tools to profile compiler performance and identify parsing bottlenecks, enabling future optimization.

Health Assessment

X-Large
Low
Low
  • Rapid merge with minimal review indicates straightforward tooling addition and low complexity.

AI Details

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

Tech Stack

Languages: Javascript
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
Page 1 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