Pull Request Explorer
Back to Repo| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| feat: explicit environment variables | Rich-Harris | XL | No | 67.5h | 20.6h | Jun 02, 2026 |
SummaryFeatureAdd 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
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 |
SummaryBug FixGenerate 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
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: move playground config to vite.config.js | Rich-Harris | S | No | 1.6h | - | Jun 02, 2026 |
SummaryChoreMove playground config to vite.config.js Updates playground configuration to use Vite, simplifying setup. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: remove check for svelte.config.js before running `sync` | Rich-Harris | S | No | 1.2h | 0.8h | Jun 02, 2026 |
SummaryBug FixRemove 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
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| Version Packages | github-actions | M | No | 152.1h | 152.1h | Jun 02, 2026 |
SummaryChoreVersion Packages Automated release of SvelteKit packages, bumping versions and updating changelogs for npm publication. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| feat: support passing Svelte(Kit) config via Vite plugin | dummdidumm | L | No | 22.4h | 0.1h | Jun 02, 2026 |
SummaryFeatureSupport 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
AI DetailsTech 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 |
SummaryChoreHide navigating.current error in dev check Reduces client bundle size by suppressing a development-only error. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: preserve multiple Set-Cookie headers on 304 responses | MathiasWP | M | No | 246.9h | 231.4h | Jun 02, 2026 |
SummaryBug FixPreserve 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
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 |
SummaryFeatureMove 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
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| docs: remove await on server side query.set | hyunbinseo | XS | No | 228.2h | 228.2h | Jun 02, 2026 |
SummaryDocsRemove await from server side query.set Corrects documentation to match code behavior, improving developer clarity. Health Assessment
Small
Low
High
AI DetailsTech Stack |
||||||
| breaking: replace `'off'` with `false` for `data-sveltekit-*` link options | teemingc | S | No | 199.1h | 0.1h | Jun 02, 2026 |
SummaryBreaking ChangeReplace '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
AI DetailsTech Stack
Languages:
Javascript, Svelte
Frameworks:
Sveltekit
|
||||||
| breaking: make TypeScript 6 the minimum | teemingc | L | No | 82.3h | 82.3h | Jun 02, 2026 |
SummaryChoreMake TypeScript 6 the minimum Updates the minimum TypeScript version to 6, ensuring compatibility and security for Svelte Kit users. Health Assessment
Medium
Low
Low
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 |
SummaryBug FixAvoid 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
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| fix: catch possible stream error on the client | teemingc | M | No | 12.2h | 11.4h | May 29, 2026 |
SummaryBug FixCatch 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
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: bump `svelte2tsx` | teemingc | L | No | 162.5h | 0.0h | May 29, 2026 |
SummaryChoreBump 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
AI DetailsTech Stack |
||||||
| chore: fix CI Playwright installs hanging | teemingc | S | No | 6.3h | 1.4h | May 29, 2026 |
SummaryChoreFix CI Playwright install hang Update Playwright to 1.60.0 to resolve CI hang during installation. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Yaml
|
||||||
| docs: actual ambient fix for query.live snippet | teemingc | XS | No | 2.3h | 0.0h | May 28, 2026 |
SummaryDocsFix ambient syntax for query.live snippet Corrects documentation syntax so the example compiles, improving developer experience. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack |
||||||
| docs: fix `query.live` snippet | teemingc | XS | No | 25.1h | 25.0h | May 28, 2026 |
SummaryDocsFix 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
AI DetailsTech Stack |
||||||
| fix: regression with `data-sveltekit-preload-*` for the same link | teemingc | M | No | 2.9h | 1.1h | May 27, 2026 |
SummaryBug FixFix 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
AI DetailsTech 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 |
SummaryChoreRevert 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
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: bump `@types/node` | teemingc | L | No | 2.8h | 0.4h | May 25, 2026 |
SummaryChoreBump @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
AI DetailsTech Stack
Languages:
Yaml
|
||||||
| Version Packages | github-actions | S | No | 9.7h | 9.7h | May 24, 2026 |
SummaryChoreVersion Packages Updates package versions and changelog for a new release, enabling automatic publishing to npm. Health Assessment
Small
Low
Low
AI DetailsTech 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 |
SummaryBug FixFix 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
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: bump Vitest util deps | teemingc | L | No | 1.1h | 1.1h | May 22, 2026 |
SummaryChoreBump Vitest utility dependencies Updates Vitest-related dependencies to resolve peer warnings and streamline future maintenance. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Yaml
|
||||||
| Version Packages | github-actions | M | No | 169.9h | 169.8h | May 22, 2026 |
SummaryChoreVersion 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
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: support `exactOptionalPropertyTypes` for optional route params | RazinShafayet2007 | S | No | 250.9h | 0.1h | May 22, 2026 |
SummaryBug FixSupport 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
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: dedupe replacer code | teemingc | S | No | 48.4h | 48.4h | May 22, 2026 |
SummaryChoreDeduplicate replacer code This PR removes duplicate server runtime code, improving maintainability and reducing potential bugs. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| feat: LiveQuery self-iterability | elliott-with-the-longest-name-on-github | XL | No | 47.4h | 0.1h | May 22, 2026 |
SummaryFeatureAdd 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
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 |
SummaryBug FixFix build warnings on Windows Eliminates build warnings caused by Windows path handling, improving developer experience on Windows. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: remove SharedServerLiveIterator | Rich-Harris | S | No | 0.7h | 0.7h | May 22, 2026 |
SummaryRefactorRemove unused SharedServerLiveIterator interface Eliminates a no-op interface, reducing code footprint and potential confusion. Health Assessment
Small
Low
Low
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 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| chore(prefetch): disable link prefetching on slow internet connections | Guanran928 | XS | No | 9.6h | 1.6h | May 22, 2026 |
SummaryChoreDisable link prefetching on slow connections Prevents unnecessary prefetching on slow networks, improving user experience and reducing bandwidth usage. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: bump vitest | teemingc | M | No | 51.3h | - | May 22, 2026 |
SummaryChoreBump vitest dependency Updates the Vitest testing framework to a newer version, ensuring compatibility with the ecosystem CI environment. Health Assessment
Small
Low
Low
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 |
SummaryChoreBump 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
AI Details
Confidence:
1.00
Tech Stack
Languages:
Yaml
|
||||||
| docs: fix indentation | Rich-Harris | S | No | 0.3h | - | May 19, 2026 |
SummaryDocsFix indentation in documentation Corrects formatting in the static adapter docs, improving readability for developers. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| docs: fix some broken indentation | Rich-Harris | S | No | 0.0h | 0.0h | May 19, 2026 |
SummaryDocsFix broken indentation in documentation Corrects formatting errors in SvelteKit docs, improving readability for developers. Health Assessment
Small
Low
Low
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 |
SummaryChoreRemove unnecessary argument from build server Simplifies build configuration by eliminating a redundant parameter, improving maintainability. Health Assessment
Medium
Medium
High
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| chore: remove unused eslint disable comment | teemingc | XS | No | 1.3h | 1.1h | May 19, 2026 |
SummaryChoreRemove unused eslint disable comment Fixes lint warning by removing unnecessary eslint comment, improving code quality. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Javascript
|
||||||
| chore: migrate to pnpm 11 | teemingc | S | No | 21.8h | 21.8h | May 19, 2026 |
SummaryChoreMigrate 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
AI DetailsTech Stack |
||||||
| chore(deps): update dependency dts-buddy to ^0.8.0 | renovate | S | No | 2.8h | 2.8h | May 19, 2026 |
SummaryChorechore(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
AI DetailsTech Stack |
||||||
| fix: round-trip `.as('hidden', booleanValue)` correctly | hjaber | S | No | 53.7h | 0.1h | May 18, 2026 |
SummaryBug FixFix 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
AI DetailsTech 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 |
SummaryChoreUpdate 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
AI DetailsTech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| chore: replace `als.enterWith` with `als.run` | teemingc | L | No | 79.4h | 0.0h | May 18, 2026 |
SummaryChoreReplace 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
AI Details
Confidence:
0.20
Tech Stack
Languages:
Javascript
|
||||||
| chore: add Node-agnostic utils | teemingc | M | No | 84.2h | 6.1h | May 18, 2026 |
SummaryChoreAdd Node-agnostic utilities for path resolution Enables path resolution in dev environment without Node dependencies, improving cross-platform compatibility. Health Assessment
Medium
Medium
Medium
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| fix: avoid conflict for routes ending with optional parameters | teemingc | L | No | 3.5h | 0.0h | May 18, 2026 |
SummaryBug FixFix route conflict for optional parameters Ensures routes with optional parameters resolve correctly, preventing navigation errors and improving user experience. Health Assessment
Medium
Low
Low
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 |
SummaryChoreAdd names to static adapter test apps Adds descriptive names to test apps for clearer log output when tests fail. Health Assessment
Small
Low
Medium
AI Details
Confidence:
0.95
Tech Stack |
||||||
| fix: regression from consolidating dev checks | teemingc | M | No | 1.8h | 0.3h | May 15, 2026 |
SummaryBug FixFix 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
AI DetailsTech 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 |
SummaryChorechore(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
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 |
SummaryRefactorMove adapter to vite.config.ts Enables adapters to include Vite plugins without config resolution issues Health Assessment
Large
Medium
Low
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 |
SummaryChoreVersion Packages Updates package versions and changelog for a new release, enabling automated publishing to npm. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||