Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| [ci] release | astrobot-houston | M | No | 0.8h | 0.4h | Jul 13, 2026 |
SummaryChoreRelease astro v7.0.9 to npm Automated release of astro packages to npm, enabling new features and bug fixes. Health Assessment
Medium
Low
Low
AI DetailsTech Stack |
||||||
| Prevent spurious full-reload on first browser visit after `astro dev` start | astrobot-houston | M | No | 264.8h | 191.5h | Jul 13, 2026 |
SummaryBug FixFix spurious full-reload on first dev visit This fix prevents unnecessary page reloads for users when starting the Astro dev server, improving developer experience and reducing wasted network traffic. Health Assessment
Medium
Medium
High
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix(astro-island): use query param for hydration import retry so recovery works in dev | adamchal | S | No | 4.8h | 4.8h | Jul 13, 2026 |
SummaryBug FixFix hydration retry in dev using query param Ensures React component islands recover from import failures during development, improving developer experience and preventing flaky e2e tests. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix(@astrojs/vercel): improve internal ISR route handling | matthewp | M | No | 1.1h | - | Jul 13, 2026 |
SummaryBug FixImprove ISR route handling for Vercel integration Ensures internal ISR routes correctly handle path tokens, preventing misrouting and improving reliability for Vercel deployments. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| [ci] release | astrobot-houston | L | No | 99.9h | 99.7h | Jul 13, 2026 |
SummaryChoreAutomated Astro package release via Changesets Automates publishing of Astro packages to npm, enabling continuous delivery for the Astro ecosystem. Health Assessment
Large
Medium
High
AI DetailsTech Stack |
||||||
| fix(language-server): fail with a clear error when TypeScript 7 native compiler is used | kkhys | M | No | 87.4h | 87.3h | Jul 13, 2026 |
SummaryBug FixAdd clear error guard for TypeScript 7 native compiler Provides an actionable error message when AstroCheck is run with the unsupported TypeScript 7 native compiler, preventing confusing crashes. Health Assessment
Medium
Low
High
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| refactor(test): migrate vite virtual module tests from e2e to integration | fkatsuhiro | M | No | 51.7h | 51.7h | Jul 13, 2026 |
SummaryRefactorMigrate Vite Virtual Module Tests to Integration Migrates Vite virtual module tests from end‑to‑end to integration, reducing test runtime and improving developer experience. Health Assessment
Medium
Low
High
AI Details
Confidence:
1.00
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| Match remotePatterns and domains metacharacters literally in Netlify Image CDN regex | matthewp | M | No | 1.6h | 1.4h | Jul 13, 2026 |
SummaryBug FixEscape regex metacharacters in Netlify Image CDN Ensures Netlify Image CDN patterns match literal characters, improving consistency with Astro's URL matching. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Fix `astro preview --open` not opening a browser with the Cloudflare adapter | astrobot-houston | S | No | 38.9h | 38.9h | Jul 13, 2026 |
SummaryBug FixFix preview open flag for Cloudflare adapter Ensures the `--open` CLI flag correctly launches a browser when using the Cloudflare adapter, restoring expected preview behavior. This resolves a bug where the flag was ignored, improving developer experience. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Improve rendering performance for pages with many components | adamchal | L | No | 18.3h | 13.4h | Jul 10, 2026 |
SummaryFeatureImprove Astro rendering performance Restores linear rendering performance on pages with many component instances by replacing the restart-per-propagator head collection scan with a single traversal of the live Set. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Javascript, Typescript
Frameworks:
Astro
|
||||||
| fix: update the compiler to the latest | ematipico | M | No | 1.1h | 0.0h | Jul 10, 2026 |
SummaryBug FixUpdate compiler to latest Bumps the compiler to the latest version to fix compatibility issues. Health Assessment
Medium
Low
Low
AI DetailsTech Stack |
||||||
| fix(satteri): route highlighted code blocks through MDX pre components | Princesseuh | M | No | 3.9h | 0.0h | Jul 09, 2026 |
SummaryBug FixFix highlighted code block rendering in MDX Ensures the Sätteri processor uses HAST for code blocks, enabling proper component rendering instead of raw strings, improving MDX rendering consistency. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript, Yaml
Frameworks:
Astro
|
||||||
| Fix astro dev --force not replacing a running dev server | matthewp | M | No | 27.2h | 11.8h | Jul 09, 2026 |
SummaryBug FixFix dev server force flag behavior Ensures developers can restart the dev server without manual cleanup, improving developer experience and reducing downtime. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Fix static build crash for file-extension endpoint routes with `trailingSlash: "always"` | astrobot-houston | M | No | 42.4h | 42.4h | Jul 09, 2026 |
SummaryBug FixFix static build crash for file-extension routes This fix prevents build crashes caused by trailing slashes on file-extension endpoints, ensuring correct path generation and matching during static builds. Health Assessment
Medium
Low
High
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Fix flakey tests in non-parallel path | matthewp | XS | No | 18.3h | 7.3h | Jul 09, 2026 |
SummaryBug FixFix flakey tests in non-parallel path Fixed flaky integration tests that caused CI failures on macOS by adjusting test isolation settings, improving build reliability and reducing developer downtime. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| feat: export AstroComponentLogger type | ronits2407 | S | No | 62.7h | - | Jul 09, 2026 |
SummaryFeatureExport AstroComponentLogger type Adds a type export for AstroComponentLogger to simplify middleware typing, with no runtime changes. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| [ci] release | astrobot-houston | M | No | 3.6h | 3.5h | Jul 08, 2026 |
SummaryChoreRelease Astro packages to npm Automated release of Astro packages, publishing updated versions to npm. Health Assessment
Medium
Low
Low
AI DetailsTech Stack |
||||||
| Fix CSS module scoped-name hash mismatch with Lightning CSS in content collection dev | astrobot-houston | L | No | 22.9h | 1.1h | Jul 08, 2026 |
SummaryBug FixFix CSS module hash mismatch in dev Fixes mismatched CSS class names in dev mode, preventing styling inconsistencies. Improves developer experience by ensuring reliable styling during content collection rendering. Health Assessment
Medium
Low
Medium
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| chore: revert `devEngines` field | ematipico | M | No | 0.9h | 0.7h | Jul 08, 2026 |
SummaryBug FixRevert devEngines field to fix release action Reverts a configuration field that caused release action failures, restoring stability until a proper fix is implemented. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| Don't merge inline CSS chunks containing `@import` rules during build | astrobot-houston | M | No | 0.9h | 0.4h | Jul 08, 2026 |
SummaryBug FixPrevent merging CSS chunks with @import rules Ensures CSS @import rules are preserved during build, preventing resource loading failures in production. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Revert "[ci] release" | ematipico | M | No | 1.4h | 0.1h | Jul 08, 2026 |
SummaryChoreRevert Astro Release Reverts a previous release commit to address issues. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Astro
|
||||||
| [ci] release | astrobot-houston | M | No | 133.9h | 133.9h | Jul 08, 2026 |
SummaryChoreAutomated release of Astro packages Publishes updated Astro packages to npm, delivering bug fixes and feature improvements to users. Health Assessment
Medium
Medium
High
AI DetailsTech Stack |
||||||
| fix: memory leak dev server | ematipico | M | No | 6.1h | 1.9h | Jul 07, 2026 |
SummaryBug FixFix memory leak in dev server Resolved a memory leak in the development server by ensuring event listeners are properly cleaned up, improving stability and resource usage for developers. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Forward Wrangler config vars to astro:env | matthewp | M | No | 120.2h | 118.5h | Jul 07, 2026 |
SummaryFeatureForward Wrangler config vars to astro:env Enables Astro projects to access public variables defined in Cloudflare Wrangler configuration at build time, aligning environment resolution with Wrangler's precedence and improving consistency across dev and production. Health Assessment
Medium
Medium
High
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript, Yaml
|
||||||
| chore(deps): remove `is-wsl` dependency | gameroman | S | No | 20.1h | 10.1h | Jul 07, 2026 |
SummaryChoreRemove is-wsl dependency from telemetry Eliminates an unnecessary dependency by using the WSL_DISTRO_NAME environment variable, simplifying the build and reducing bundle size. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript, Yaml
|
||||||
| Prevent inlining scripts with dynamic imports | matthewp | M | No | 1.9h | 1.2h | Jul 07, 2026 |
SummaryBug FixPrevent script inlining for dynamic imports Ensures scripts with dynamic imports are not inlined, preserving correct module loading and preventing runtime errors. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| Fix dev server crash when .html-suffixed requests hit dynamic endpoint routes | astrobot-houston | M | No | 65.2h | 64.1h | Jul 06, 2026 |
SummaryBug FixFix dev server crash on .html suffixed dynamic routes This fix stops the dev server from crashing when .html or /index.html requests hit dynamic endpoint routes. It ensures a smoother local development workflow and prevents false 404 errors during Netlify dev testing. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Typescript
|
||||||
| Pre-bundle astro/components virtual module in Cloudflare adapter | jkomyno | XS | No | 18.5h | 18.5h | Jul 06, 2026 |
SummaryBug FixPre-bundle astro/components virtual module in Cloudflare adapter Fixes a mid‑render dependency reload bug by pre‑bundling the astro/components virtual module in the Cloudflare adapter’s dev server environment, ensuring stable React island rendering. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| chore: add changeset for #16901 | gameroman | XS | No | 16.0h | 16.0h | Jul 06, 2026 |
SummaryChoreAdd changeset for #16901 Adds a changeset entry for the pending release, ensuring versioning consistency. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| chore(deps): update `turbo` | ocavue | M | No | 55.5h | 55.4h | Jul 06, 2026 |
SummaryChoreUpdate turbo dependency Bumps turbo to support devEngines.packageManager, unblocking related PRs. Health Assessment
Small
Low
High
AI DetailsTech Stack |
||||||
| Respect integration-defined image services for Cloudflare build-time image generation | adamchal | M | No | 1.2h | 0.7h | Jul 02, 2026 |
SummaryBug FixEnable integration-defined image services in Cloudflare Allows Cloudflare integration to override image service during build-time, improving custom image handling. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| [ci] release | astrobot-houston | L | No | 24.5h | 24.5h | Jul 02, 2026 |
SummaryChoreRelease Astro 7.0.6 Automated npm release of Astro packages, ensuring new features and bug fixes reach users. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack |
||||||
| Fix route generator throwing on a dynamic param value of 0 | chatman-media | M | No | 44.0h | 6.9h | Jul 02, 2026 |
SummaryBug FixFix route generator throwing on a dynamic param value of 0 Corrects route generation to handle zero-valued dynamic parameters, preventing errors and ensuring accurate URL construction. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Typescript
|
||||||
| Fix empty style tags for virtual CSS modules in dev mode when JS is disabled | astrobot-houston | M | No | 2.2h | 2.2h | Jul 02, 2026 |
SummaryBug FixFix empty style tags for virtual CSS modules This fix ensures that components render correctly in development mode when JavaScript is disabled, preventing missing layout styles and improving developer experience. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Fix `inferSize` for remote images in the `Picture` component | astrobot-houston | S | No | 1.1h | 1.1h | Jul 02, 2026 |
SummaryBug FixFix remote image size inference in Picture component Ensures reliable image rendering for remote images by preventing failures caused by rate limiting, improving user experience and site stability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Frameworks:
Astro
|
||||||
| Resolve extensionless imports in island component paths | matthewp | L | No | 4.0h | 3.2h | Jul 02, 2026 |
SummaryBug FixFix extensionless imports for island components Ensures component imports resolve correctly, preventing React hook warnings and build failures when using multiple JSX frameworks. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
|
||||||
| chore: bump triagebot-action to v0.3.9 | matthewp | XS | No | 0.5h | 0.3h | Jul 02, 2026 |
SummaryChoreBump triagebot-action to v0.3.9 Updates the issue triage workflow to use the latest triagebot-action, fixing silent commit failures and improving reliability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| Find Astro.locals references from .ts files in the TypeScript plugin | matthewp | L | No | 2.6h | 0.9h | Jul 02, 2026 |
SummaryBug FixFix Go To References for Astro.locals in TS Enhances editor experience by ensuring Go To References correctly resolves Astro.locals usages from TypeScript files, reducing missed references and improving developer productivity. This fix prevents silent failures when navigating code, leading to smoother development workflows. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Keep component scripts in place when rendered via Astro.slots.render() | matthewp | M | No | 19.3h | 17.4h | Jul 02, 2026 |
SummaryBug FixPreserve script position in Astro.slots.render() Ensures scripts rendered via Astro.slots.render() remain in their original position, preventing layout and styling regressions for components that rely on script placement. This fixes regressions that broke Starlight components and CSS selectors, improving stability for users. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
Astro
|
||||||
| Fix `render()` type error when using live collections without a content config | astrobot-houston | XS | No | 0.5h | 0.0h | Jul 02, 2026 |
SummaryBug FixFix render type error for live collections Corrects TypeScript type error when projects use only live collections, ensuring compile-time safety and aligning with runtime behavior. This improves developer experience by preventing compile errors. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Validate attribute names on custom HTML elements during SSR | matthewp | M | No | 24.8h | 23.9h | Jul 02, 2026 |
SummaryBug FixHarden SSR custom element attribute validation This PR hardens server-side rendering by dropping invalid attribute names on custom HTML elements, preventing potential XSS attacks and ensuring safer HTML output. The change improves security and reduces risk of injection vulnerabilities. Health Assessment
Medium
Medium
Medium
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Treat backslash-prefixed paths as internal in trailing-slash handling | matthewp | M | No | 24.2h | 23.6h | Jul 02, 2026 |
SummaryBug FixFix internal path handling for backslash prefixes This change stops the Node adapter from incorrectly appending trailing slashes to paths that begin with a backslash, which could redirect users to external sites. It enhances security and reliability of URL handling. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix(@astrojs/solid-js): detect Svelte 5 components using the $$renderer prop | FrancoKaddour | XS | No | 0.5h | 0.2h | Jul 02, 2026 |
SummaryBug FixFix Solid renderer detection for Svelte 5 components Ensures Solid integration correctly handles Svelte 5 components by checking the renamed $$renderer prop, preventing empty renders when both Solid and Svelte are used. Health Assessment
Small
Low
Low
AI Details
Confidence:
1.00
Tech Stack
Languages:
Typescript
|
||||||
| Apply the origin check to Astro Actions regardless of pipeline order | matthewp | L | No | 22.6h | 1.4h | Jul 02, 2026 |
SummaryFeatureAdd consistent origin check to Astro Actions Ensures Astro Actions and on-demand endpoints consistently enforce origin checks, preventing potential cross-origin request forgery regardless of pipeline order. This strengthens security posture without affecting existing behavior. Health AssessmentAI Details
Confidence:
0.20
Tech Stack
Languages:
Typescript
Frameworks:
Astro
|
||||||
| Fix false deprecation warning for markdown.gfm/smartypants in Container API | astrobot-houston | S | No | 0.4h | 0.4h | Jul 01, 2026 |
SummaryBug FixFix false deprecation warning for markdown options Prevents misleading deprecation warnings, improving build stability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Fix astro check failing to resolve dependencies when astro is in a virtual store | astrobot-houston | M | No | 1.0h | 0.4h | Jul 01, 2026 |
SummaryBug FixFix astro check dependency resolution Ensures astro CLI can resolve packages correctly when installed in a virtual store, preventing check failures for projects using pnpm. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| Skip dev server setup in `configureServer` when running inside Vitest | astrobot-houston | M | No | 14.6h | 14.0h | Jul 01, 2026 |
SummaryBug FixSkip dev server setup in configureServer when running inside Vitest Fixes crash in Vitest by early returning in configureServer when VITEST env is set, preventing wrapDynamicImport errors. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| Restore proxy support in create-astro for corporate/firewall environments | astrobot-houston | M | No | 0.3h | 0.1h | Jul 01, 2026 |
SummaryBug FixRestore proxy support in create-astro Re-enables proxy support for create-astro, allowing developers behind corporate firewalls to download templates via HTTP_PROXY/HTTPS_PROXY, improving accessibility and reducing setup friction. This fix ensures seamless project initialization in enterprise environments without requiring manual configuration. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| [ci] release | astrobot-houston | L | No | 30.0h | 28.2h | Jul 01, 2026 |
SummaryCI/CDAutomated release of Astro packages Publishes Astro packages to npm when changesets are ready, streamlining deployment. Health Assessment
Medium
Low
High
AI DetailsTech Stack |
||||||
| Fix prefetch not triggering for links inside server:defer components | astrobot-houston | S | No | 0.9h | 0.9h | Jul 01, 2026 |
SummaryBug FixFix prefetch for server:defer links Restores prefetch functionality for links added by server islands, improving navigation performance. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
|
||||||