Pull Request Explorer

Exploring 127 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
[ci] release astrobot-houston M No 0.8h 0.4h Jul 13, 2026

Summary

Chore

Release astro v7.0.9 to npm

Automated release of astro packages to npm, enabling new features and bug fixes.

Health Assessment

Medium
Low
Low
  • Release PR merged quickly with minimal changes, indicating an efficient release process.

AI Details

Tech Stack

Prevent spurious full-reload on first browser visit after `astro dev` start astrobot-houston M No 264.8h 191.5h Jul 13, 2026

Summary

Bug Fix

Fix 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
  • The PR had a long review cycle with multiple merge commits, indicating coordination challenges, but the change is a straightforward bug fix with moderate scope.

AI Details

Tech 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

Summary

Bug Fix

Fix 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
  • Quick resolution with a single commit, minimal changes, and no review delays.

AI Details

Tech Stack

Languages: Typescript
fix(@astrojs/vercel): improve internal ISR route handling matthewp M No 1.1h - Jul 13, 2026

Summary

Bug Fix

Improve 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
  • Quick fix merged within 1.1 hours, indicating low complexity and minimal review friction.

AI Details

Tech Stack

Languages: Typescript
[ci] release astrobot-houston L No 99.9h 99.7h Jul 13, 2026

Summary

Chore

Automated Astro package release via Changesets

Automates publishing of Astro packages to npm, enabling continuous delivery for the Astro ecosystem.

Health Assessment

Large
Medium
High
  • Release PR was auto-generated and merged after a long cycle time, indicating a delayed release process. No review or comments were required, suggesting minimal friction but a slow overall timeline.

AI Details

Tech 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

Summary

Bug Fix

Add 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
  • The PR had a long review cycle (~87h) but involved a small, straightforward change, indicating low priority or limited visibility.

AI Details

Tech Stack

Languages: Typescript
refactor(test): migrate vite virtual module tests from e2e to integration fkatsuhiro M No 51.7h 51.7h Jul 13, 2026

Summary

Refactor

Migrate 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
  • The PR required over two days to receive its first review, indicating a slow review process. The changes are moderate in size and focus on moving tests to a lighter integration environment, which improves developer experience and CI/CD performance.

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

Summary

Bug Fix

Escape 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
  • Fast review and merge cycle indicates a straightforward change with minimal risk.

AI Details

Tech 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

Summary

Bug Fix

Fix 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
  • The PR had a long review cycle with a single commit, indicating a straightforward bug fix that required a single review.

AI Details

Tech Stack

Languages: Typescript
Improve rendering performance for pages with many components adamchal L No 18.3h 13.4h Jul 10, 2026

Summary

Feature

Improve 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
  • The PR was merged quickly, indicating a smooth review process.
  • The changes are well-structured and include unit tests to ensure the fix is correct.

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

Summary

Bug Fix

Update compiler to latest

Bumps the compiler to the latest version to fix compatibility issues.

Health Assessment

Medium
Low
Low
  • Quick dependency bump with immediate merge, minimal review, low risk.

AI Details

Tech Stack

fix(satteri): route highlighted code blocks through MDX pre components Princesseuh M No 3.9h 0.0h Jul 09, 2026

Summary

Bug Fix

Fix 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
  • Quick fix with minimal rework, fast review, and small scope indicates low risk.

AI Details

Tech 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

Summary

Bug Fix

Fix 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
  • The PR was reviewed and merged within a day, indicating a straightforward bug fix with minimal rework.

AI Details

Tech 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

Summary

Bug Fix

Fix 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
  • The review took longer than typical, but the change was small and isolated.

AI Details

Tech Stack

Languages: Typescript
Fix flakey tests in non-parallel path matthewp XS No 18.3h 7.3h Jul 09, 2026

Summary

Bug Fix

Fix 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
  • Quick resolution of flaky tests with minimal review and no rework, indicating a straightforward fix.

AI Details

Tech Stack

Languages: Javascript
feat: export AstroComponentLogger type ronits2407 S No 62.7h - Jul 09, 2026

Summary

Feature

Export AstroComponentLogger type

Adds a type export for AstroComponentLogger to simplify middleware typing, with no runtime changes.

Health Assessment

Small
Low
Medium
  • PR had a quick review cycle with a single changes‑requested comment, resolved within a few hours, indicating efficient collaboration.

AI Details

Tech Stack

Languages: Typescript
[ci] release astrobot-houston M No 3.6h 3.5h Jul 08, 2026

Summary

Chore

Release Astro packages to npm

Automated release of Astro packages, publishing updated versions to npm.

Health Assessment

Medium
Low
Low
  • Fast cycle time of 3.6 hours and minimal review friction indicate a straightforward release process.

AI Details

Tech 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

Summary

Bug Fix

Fix 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
  • The PR addressed a dev‑mode styling issue with a concise change set and a quick review cycle, reflecting effective collaboration.

AI Details

Tech Stack

Languages: Javascript, Typescript
chore: revert `devEngines` field ematipico M No 0.9h 0.7h Jul 08, 2026

Summary

Bug Fix

Revert 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
  • Quick revert with minimal changes, resolved within an hour, indicating efficient review and low risk.

AI Details

Tech Stack

Don't merge inline CSS chunks containing `@import` rules during build astrobot-houston M No 0.9h 0.4h Jul 08, 2026

Summary

Bug Fix

Prevent 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
  • Fast review and merge with minimal rework; small scope and low risk.

AI Details

Tech Stack

Languages: Typescript
Revert "[ci] release" ematipico M No 1.4h 0.1h Jul 08, 2026

Summary

Chore

Revert Astro Release

Reverts a previous release commit to address issues.

Health Assessment

Medium
Low
Low
  • Quick revert of a previous commit, indicating a potential issue with the release.

AI Details

Tech Stack

Languages: Javascript
Frameworks: Astro
[ci] release astrobot-houston M No 133.9h 133.9h Jul 08, 2026

Summary

Chore

Automated release of Astro packages

Publishes updated Astro packages to npm, delivering bug fixes and feature improvements to users.

Health Assessment

Medium
Medium
High
  • Release PR had a long cycle time with no review, reflecting an automated release workflow. The PR touched many example configuration files, indicating a moderate scope but low functional risk.

AI Details

Tech Stack

fix: memory leak dev server ematipico M No 6.1h 1.9h Jul 07, 2026

Summary

Bug Fix

Fix 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
  • Quick resolution with minimal changes and fast review, indicating low complexity and high confidence in the fix.

AI Details

Tech Stack

Languages: Typescript
Forward Wrangler config vars to astro:env matthewp M No 120.2h 118.5h Jul 07, 2026

Summary

Feature

Forward 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
  • The PR had a long review cycle (~5 days) before merging, suggesting the changes were non-trivial or required careful validation.
  • The moderate code churn and single-file focus keep risk manageable, but the extended review indicates potential complexity in integration logic.

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

Summary

Chore

Remove 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
  • Quick turnaround with minimal changes; single dependency removal; smooth review process.

AI Details

Tech Stack

Languages: Typescript, Yaml
Prevent inlining scripts with dynamic imports matthewp M No 1.9h 1.2h Jul 07, 2026

Summary

Bug Fix

Prevent 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
  • Fast cycle, minimal rework, straightforward bug fix.

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

Summary

Bug Fix

Fix 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
  • The PR resolved a critical dev server crash with minimal changes and a single review round, indicating efficient issue triage and low complexity.

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

Summary

Bug Fix

Pre-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
  • Quick fix with minimal changes, merged within a day, no significant review friction.

AI Details

Tech Stack

Languages: Typescript
chore: add changeset for #16901 gameroman XS No 16.0h 16.0h Jul 06, 2026

Summary

Chore

Add changeset for #16901

Adds a changeset entry for the pending release, ensuring versioning consistency.

Health Assessment

Small
Low
Low
  • Single commit, minimal changes, quick merge.

AI Details

Tech Stack

chore(deps): update `turbo` ocavue M No 55.5h 55.4h Jul 06, 2026

Summary

Chore

Update turbo dependency

Bumps turbo to support devEngines.packageManager, unblocking related PRs.

Health Assessment

Small
Low
High
  • Long review time indicates low priority or slow review process; minimal code changes.

AI Details

Tech Stack

Respect integration-defined image services for Cloudflare build-time image generation adamchal M No 1.2h 0.7h Jul 02, 2026

Summary

Bug Fix

Enable 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
  • Fast cycle time and minimal review rounds indicate a straightforward fix with low risk.

AI Details

Tech Stack

Languages: Typescript
[ci] release astrobot-houston L No 24.5h 24.5h Jul 02, 2026

Summary

Chore

Release Astro 7.0.6

Automated npm release of Astro packages, ensuring new features and bug fixes reach users.

Health Assessment

Small
Low
Low
  • Fast cycle time and single commit indicate a straightforward release with minimal risk.

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

Summary

Bug Fix

Fix 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
  • Quick fix with minimal rework, well-tested, and merged within two days.

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

Summary

Bug Fix

Fix 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
  • Quick resolution with minimal rework, indicating a straightforward bug fix.

AI Details

Tech Stack

Languages: Typescript
Fix `inferSize` for remote images in the `Picture` component astrobot-houston S No 1.1h 1.1h Jul 02, 2026

Summary

Bug Fix

Fix 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
  • Quick fix with minimal changes, resolved in under two hours, indicating efficient review and low complexity.

AI Details

Tech Stack

Frameworks: Astro
Resolve extensionless imports in island component paths matthewp L No 4.0h 3.2h Jul 02, 2026

Summary

Bug Fix

Fix 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
  • Quick resolution with minimal rework; single commit and review indicates low complexity.

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

Summary

Chore

Bump 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
  • Fast review and merge with minimal changes, indicating low complexity and risk.

AI Details

Tech 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

Summary

Bug Fix

Fix 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
  • Quick turnaround with minimal rework; reviewers approved within 1 hour, indicating straightforward fix.

AI Details

Tech Stack

Languages: Typescript
Keep component scripts in place when rendered via Astro.slots.render() matthewp M No 19.3h 17.4h Jul 02, 2026

Summary

Bug Fix

Preserve 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
  • Quick resolution with minimal rework; single review and approval within 18 hours.

AI Details

Tech 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

Summary

Bug Fix

Fix 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
  • Quick fix with minimal changes, resolved in under an hour with no review friction.

AI Details

Tech Stack

Languages: Typescript
Validate attribute names on custom HTML elements during SSR matthewp M No 24.8h 23.9h Jul 02, 2026

Summary

Bug Fix

Harden 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
  • The PR required a single review round and a quick fix commit, indicating efficient collaboration. The moderate scope and short cycle time suggest a well-managed change.

AI Details

Tech Stack

Languages: Typescript
Treat backslash-prefixed paths as internal in trailing-slash handling matthewp M No 24.2h 23.6h Jul 02, 2026

Summary

Bug Fix

Fix 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
  • Quick fix with minimal changes, resolved in a single review cycle.

AI Details

Tech 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

Summary

Bug Fix

Fix 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
  • Quick fix with minimal changes, fast review and merge, indicating low complexity and high confidence.

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

Summary

Feature

Add 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 Assessment

AI 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

Summary

Bug Fix

Fix false deprecation warning for markdown options

Prevents misleading deprecation warnings, improving build stability.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved in under 30 minutes, indicating efficient review and low complexity.

AI Details

Tech 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

Summary

Bug Fix

Fix 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
  • Quick fix with minimal changes, resolved in under an hour with a single review, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Javascript
Skip dev server setup in `configureServer` when running inside Vitest astrobot-houston M No 14.6h 14.0h Jul 01, 2026

Summary

Bug Fix

Skip 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
  • Quick fix with minimal changes, resolved in under 15 hours, indicating efficient review and low complexity.

AI Details

Tech Stack

Languages: Javascript
Restore proxy support in create-astro for corporate/firewall environments astrobot-houston M No 0.3h 0.1h Jul 01, 2026

Summary

Bug Fix

Restore 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
  • Quick turnaround with minimal rework; PR merged within 15 minutes of opening, indicating straightforward fix with low complexity.

AI Details

Tech Stack

Languages: Javascript, Typescript
[ci] release astrobot-houston L No 30.0h 28.2h Jul 01, 2026

Summary

CI/CD

Automated release of Astro packages

Publishes Astro packages to npm when changesets are ready, streamlining deployment.

Health Assessment

Medium
Low
High
  • Release PR opened by Changesets action, merged after ~30h with no review comments, indicating a smooth automated release process.

AI Details

Tech Stack

Fix prefetch not triggering for links inside server:defer components astrobot-houston S No 0.9h 0.9h Jul 01, 2026

Summary

Bug Fix

Fix prefetch for server:defer links

Restores prefetch functionality for links added by server islands, improving navigation performance.

Health Assessment

Small
Low
Low
  • Quick, single-commit fix with minimal code changes and no tests, indicating low complexity and risk.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
« Page 2 of 3 »

Get this analytics stack for your team

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

Connect Repos