Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| docs: clean up leftover `$env` references | teemingc | XS | No | 34.5h | 34.5h | Jul 17, 2026 |
|
LLM analysis pending This PR has not been analyzed yet. |
||||||
| chore: strip internal types | Rich-Harris | L | No | 5.9h | 0.1h | Jul 17, 2026 |
|
LLM analysis pending This PR has not been analyzed yet. |
||||||
| chore: don't reference `manifest._.server_assets` in Cloudflare adapter | Rich-Harris | XS | No | 5.2h | - | Jul 17, 2026 |
|
LLM analysis pending This PR has not been analyzed yet. |
||||||
| breaking: remove `$lib` in favor of `#lib` | dummdidumm | XL | No | 33.8h | 5.8h | Jul 17, 2026 |
|
LLM analysis pending This PR has not been analyzed yet. |
||||||
| Version Packages | github-actions | S | No | 13.6h | - | Jul 16, 2026 |
|
LLM analysis pending This PR has not been analyzed yet. |
||||||
| perf: cache the default cookie header parse and avoid allocations in cookies.get | Nic-Polumeyv | M | No | 63.7h | 63.7h | Jul 16, 2026 |
|
LLM analysis pending This PR has not been analyzed yet. |
||||||
| chore(deps): update actions/setup-node action to v7 | renovate | XS | No | 62.7h | 62.7h | Jul 16, 2026 |
|
LLM analysis pending This PR has not been analyzed yet. |
||||||
| chore: don't persist git credentials on read-only checkouts | Nic-Polumeyv | S | No | 5.6h | 5.6h | Jul 16, 2026 |
|
LLM analysis pending This PR has not been analyzed yet. |
||||||
| docs: explain how to skip later handlers in a sequence | Nic-Polumeyv | XS | No | 6.0h | 1.5h | Jul 16, 2026 |
|
LLM analysis pending This PR has not been analyzed yet. |
||||||
| perf: skip quadratic blocker analysis when no top-level await | jschaf | XS | No | 16.8h | 16.7h | Jul 16, 2026 |
|
LLM analysis pending This PR has not been analyzed yet. |
||||||
| fix: rerun derived that had an abort controller on reconnection | dummdidumm | M | No | 0.3h | - | Jul 16, 2026 |
|
LLM analysis pending This PR has not been analyzed yet. |
||||||
| fix: avoid resolving to client code when bundled with Wrangler | teemingc | XS | No | 5.2h | 4.2h | Jul 16, 2026 |
SummaryBug FixFix Wrangler client code resolution Prevents client-side code from being bundled when using Wrangler, ensuring server-only code is deployed. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| breaking: delegate dev static asset CORS handling to Vite | teemingc | S | No | 13.7h | 0.2h | Jul 16, 2026 |
SummaryFeatureDelegate dev static asset CORS handling to Vite This PR removes the default CORS header for static assets, delegating CORS configuration to Vite, enabling users to customize CORS settings. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| feat: reinstate `$app/environment` and `$env/*` for backwards compatiblity | dummdidumm | M | No | 54.4h | 0.2h | Jul 16, 2026 |
SummaryFeatureReinstate $app/environment for backwards compatibility Reinstates deprecated environment variables for easier incremental updates to SvelteKit 3, reducing library update blockers. Health Assessment
Medium
Low
Medium
AI Details
Confidence:
0.80
Tech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| breaking: review async APIs | teemingc | M | No | 30.7h | 0.0h | Jul 16, 2026 |
SummaryBug FixReview async APIs for consistency Standardizes async handling and improves type safety, reducing runtime errors. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
Frameworks:
Svelte
|
||||||
| fix: posixify paths on Windows | teemingc | S | No | 1.7h | 0.0h | Jul 16, 2026 |
SummaryBug FixFix Windows path handling in adapter-node Ensures Rollup filters work on Windows by normalizing paths, improving cross‑platform compatibility. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Yaml
|
||||||
| test: assert that pages don't embed env when dynamic public env vars are unused | Nic-Polumeyv | XS | No | 137.5h | - | Jul 15, 2026 |
SummaryTestAdd test to prevent env embedding in prerendered pages This test verifies that prerendered pages do not embed unused environment variables, preventing unnecessary data from being sent to clients. It safeguards against accidental exposure of server-side data and improves page load performance. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: handle rejected streamed data race condition | scarab-systems | M | AI | 164.2h | 164.2h | Jul 14, 2026 |
SummaryBug FixFix streamed data rejection race condition Resolves a timing issue in SvelteKit's server data handling, ensuring proper handling of rejected streamed promises. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
AI
Confidence:
0.95
Tech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| breaking: disallow omitted Content-Type header | teemingc | M | No | 1.5h | 0.8h | Jul 14, 2026 |
SummaryBug FixDisallow omitted Content-Type header Enhances security by rejecting requests lacking a Content-Type header, reducing CSRF attack surface. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| Version Packages | github-actions | M | No | 285.4h | - | Jul 14, 2026 |
SummaryChoreVersion Packages Updates package versions, changelog, and version file to prepare the Svelte library for a new release, enabling users to receive the latest features and bug fixes. Health Assessment
Medium
Low
High
AI Details
Confidence:
0.75
Tech Stack
Languages:
Javascript
|
||||||
| fix: $state.eager() is sometimes incorrect in SSR | adiguba | S | No | 86.8h | 86.8h | Jul 14, 2026 |
SummaryBug FixFix $state.eager() incorrect SSR behavior This fix ensures server-side rendering generates correct code for $state.eager(), preventing potential runtime errors and improving reliability for Svelte applications. It stabilizes SSR output, reducing bugs for developers. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| fix: clear previous_task reference after abort in Tween | prashantg-pixi | XS | No | 28.5h | 28.4h | Jul 14, 2026 |
SummaryBug FixFix memory leak in Tween abort Removes a memory leak in Svelte's Tween animation, preventing unbounded memory growth during frequent updates. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: add some failing tests | dummdidumm | M | No | 90.9h | - | Jul 14, 2026 |
SummaryTestAdd failing tests to runtime-runes samples Adds new failing tests to validate derived component behavior, ensuring future regressions are caught. Health Assessment
Medium
Medium
High
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| fix: don't disable CSRF protection in builds with a non-production NODE_ENV | Nic-Polumeyv | S | No | 93.6h | 2.7h | Jul 14, 2026 |
SummaryBug FixFix CSRF protection in non-production builds Ensures CSRF protection remains enabled for staging and other non-production environments, preventing cross-site request forgery vulnerabilities in deployed builds. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| Version Packages (next) | github-actions | M | No | 129.9h | 126.1h | Jul 14, 2026 |
SummaryChoreVersion Packages (next) Automated release of next version packages, updating package metadata and changelogs. Health Assessment
Medium
Medium
High
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: use mouseover+mousemove for preloading to reduce events | dummdidumm | M | No | 76.3h | 0.7h | Jul 14, 2026 |
SummaryBug FixFix preloading event handling to reduce events Reduces unnecessary mousemove events during link preloading, improving performance and user experience. This change optimizes event handling for smoother navigation. Health Assessment
Small
Low
Medium
AI Details
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| fix: preserve shared client chunk hashes when the app version changes | dummdidumm | L | No | 75.9h | 0.1h | Jul 14, 2026 |
SummaryBug FixPreserve shared client chunk hashes on app version change Ensures consistent client chunk hashes across deployments, improving cache hit rates and reducing load times for users. Health Assessment
Large
Medium
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| Revert "breaking: replace `EnvVarConfig.static` with `EnvVarConfig.availability`" | Rich-Harris | M | No | 0.0h | 0.0h | Jul 13, 2026 |
SummaryChoreRevert EnvVarConfig static to availability change Reverts a breaking change to avoid blocking future work, ensuring stability while API clarification is pending. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| chore: bench compare report as HTML | dummdidumm | XL | No | 10.8h | 0.1h | Jul 13, 2026 |
SummaryChoreAdd HTML benchmark report Creates a results.html file for easier viewing of benchmark comparisons. Health Assessment
X-Large
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: run every benchmark in its own process | dummdidumm | L | No | 10.8h | 4.9h | Jul 13, 2026 |
SummaryChoreRun each benchmark in its own process Isolates each benchmark in a separate process to eliminate interference from heap, GC, and JIT state, resulting in more stable and reliable benchmark results. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| Version Packages | github-actions | S | No | 74.8h | 74.6h | Jul 13, 2026 |
SummaryChoreVersion Packages Automates publishing of updated package versions to npm via Changesets action. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| docs: clarify that preloads are sent as a `Link` header on dynamically rendered pages | Nic-Polumeyv | XS | No | 82.9h | 4.6h | Jul 13, 2026 |
SummaryDocsClarify preload delivery via Link header Updates documentation and type declarations to reflect that preloads are sent as a Link header on dynamically rendered pages, preventing confusion and ensuring correct usage. This change improves clarity for developers and aligns docs with actual behavior. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| breaking: replace `EnvVarConfig.static` with `EnvVarConfig.availability` | dummdidumm | M | No | 142.9h | 1.2h | Jul 13, 2026 |
SummaryFeatureReplace EnvVarConfig.static with availability This change updates environment variable configuration to provide more granular control over variable availability, improving build-time validation and runtime flexibility. Health Assessment
Medium
High
Medium
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| docs: explain when the service worker is updated | Nic-Polumeyv | S | No | 80.2h | 3.6h | Jul 13, 2026 |
SummaryDocsExplain service worker update behavior Clarifies when and how service workers update, improving developer understanding and reducing confusion. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack |
||||||
| chore: remove ts-expect-error | teemingc | S | No | 0.5h | 0.3h | Jul 13, 2026 |
SummaryChoreRemove ts-expect-error from kit runtime Clean up TypeScript errors after migration to TS6, improving developer experience. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Javascript
|
||||||
| fix: align MAX_COOKIE_SIZE with RFC 6265bis | Socialpranker | S | AI | 70.4h | 0.1h | Jul 13, 2026 |
SummaryBug FixAlign MAX_COOKIE_SIZE with RFC 6265bis Ensures cookie size enforcement matches the browser specification, preventing potential cookie truncation or rejection and improving compatibility across browsers. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| fix: detect destructured route exports during type generation | thribhuvan003 | S | No | 55.3h | 55.3h | Jul 13, 2026 |
SummaryBug FixFix route export detection in type generation Improves type generation by correctly handling destructured route exports, ensuring helper functions like load and actions are included in route types. This prevents type-related regressions and enhances developer experience. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: remove generated root.svelte file | Rich-Harris | XL | No | 72.7h | 20.7h | Jul 12, 2026 |
SummaryRefactorRemove generated root.svelte component This refactor eliminates the auto‑generated root.svelte file, replacing it with a real component to simplify the codebase and enable future improvements. Health AssessmentAI DetailsTech Stack
Languages:
Javascript, Typescript
Frameworks:
Svelte
|
||||||
| chore: remove duplicate `netlify` job in the platform tests workflow | Nic-Polumeyv | XS | No | 0.1h | - | Jul 10, 2026 |
SummaryChoreRemove duplicate netlify job from workflow Eliminates duplicate job definition, preventing workflow parse errors and ensuring consistent CI behavior. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| feat: warn when using a `.server.` file or file inside a `server` directory without importing a server-only module | dummdidumm | L | No | 69.9h | 16.9h | Jul 10, 2026 |
SummaryFeatureAdd warning for server-only file usage Adds validation to warn developers when using server-only files or directories without importing server-only modules, improving build-time safety. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| breaking: deprecate `invalidate`/`invalidateAll` | dummdidumm | L | No | 30.7h | 0.1h | Jul 10, 2026 |
SummaryFeatureDeprecate invalidate and invalidateAll methods This PR removes the old invalidate methods and introduces refresh methods, improving state management and reducing unintended page state resets. Health Assessment
Large
High
Medium
AI Details
Confidence:
0.95
Tech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| fix: keep CSS URL references as absolute for `relative: false` | teemingc | S | No | 0.5h | 0.4h | Jul 10, 2026 |
SummaryBug FixFix CSS URL references to remain absolute This change keeps CSS URLs absolute when relative mode is disabled, preventing broken styles in production deployments. It fixes a rendering bug that could cause missing styles for users. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Vite
|
||||||
| fix: reset sveltekit-controlled error boundaries on navigation | elliott-with-the-longest-name-on-github | M | No | 21.7h | 21.4h | Jul 10, 2026 |
SummaryBug FixReset error boundaries on navigation Ensures SvelteKit error boundaries reset correctly during navigation, preventing stale error states and improving user experience. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| fix: transform computed keys in keyed each block destructuring patterns | thribhuvan003 | M | No | 7.0h | 6.9h | Jul 10, 2026 |
SummaryBug FixFix computed keys in keyed each block destructuring patterns Prevents runtime ReferenceError when using computed keys in destructured each blocks, ensuring reliable component rendering. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| chore: changeset | dummdidumm | XS | No | 0.0h | - | Jul 10, 2026 |
SummaryDocsUpdate changeset documentation Adds documentation for common ways to deny changesets, improving developer guidance. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack |
||||||
| fix: prevent derived connection leak in untracked contexts | rabindra789 | S | No | 28.1h | 28.0h | Jul 10, 2026 |
SummaryBug FixPrevent derived connection leak in untracked contexts This patch eliminates a memory leak in Svelte's derived state handling, ensuring that stale derived values are properly cleaned up after component destruction. The change improves application stability and reduces memory consumption. Health Assessment
Small
Low
High
AI Details
Confidence:
1.00
Tech Stack
Languages:
Javascript, Typescript
|
||||||
| fix: skip unnecessary derived effect in earlier batch | JaiWey | M | No | 0.6h | 0.1h | Jul 10, 2026 |
SummaryBug FixFix: Skip unnecessary derived effect Prevents unnecessary effects from being scheduled for undirty derived reactions, fixing issue #18438. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Svelte
|
||||||
| chore: add benchmarks | dummdidumm | M | No | 3.3h | - | Jul 10, 2026 |
SummaryTestAdd benchmarks for Svelte reactivity Adds two benchmark tests to measure performance of Svelte's reactivity traversal and block handling, enabling more accurate performance tuning. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: chain preprocessor sourcemaps with an empty sources[0] | Socialpranker | S | AI | 12.0h | 3.9h | Jul 09, 2026 |
SummaryBug FixFix sourcemap handling for empty source Ensures upstream sourcemaps without a source option are correctly merged, fixing devtools and stack‑trace positions for developers. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| chore: cleanup `vite/index.js` | teemingc | S | No | 0.9h | 0.0h | Jul 09, 2026 |
SummaryChoreCleanup Vite index file Simplifies Vite export configuration, improving maintainability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||