Pull Request Explorer

Exploring 178 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
chore: merge main into next ematipico XL No 0.6h 0.4h Jun 02, 2026

Summary

Chore

Merge main branch into next

Synchronizes the next branch with main to keep it up to date, ensuring consistency across releases.

Health Assessment

X-Large
High
Low
  • The PR merged main into next quickly with minimal review, indicating a routine synchronization. The large number of deletions suggests significant refactoring or cleanup, but the short cycle time shows efficient collaboration.

AI Details

Tech Stack

Languages: Typescript, Javascript
refactor(render): simplify extraHead concatenation using join jettwayio XS No 121.7h 121.1h Jun 02, 2026

Summary

Refactor

Refactor render: simplify extraHead concatenation

Simplifies server-side head rendering logic, improving maintainability and reducing code complexity. No impact on user-facing behavior.

Health Assessment

Small
Low
High
  • L
  • o
  • n
  • g
  • r
  • e
  • v
  • i
  • e
  • w
  • t
  • i
  • m
  • e
  • i
  • n
  • d
  • i
  • c
  • a
  • t
  • e
  • s
  • d
  • e
  • l
  • a
  • y
  • e
  • d
  • f
  • e
  • e
  • d
  • b
  • a
  • c
  • k
  • ,
  • b
  • u
  • t
  • t
  • h
  • e
  • c
  • h
  • a
  • n
  • g
  • e
  • i
  • s
  • m
  • i
  • n
  • i
  • m
  • a
  • l
  • a
  • n
  • d
  • l
  • o
  • w
  • r
  • i
  • s
  • k
  • .

AI Details

Tech Stack

Languages: Typescript
fix(routing): preserve casing of dynamic param names in ematipico S No 1.6h 1.4h Jun 02, 2026

Summary

Bug Fix

Preserve casing of dynamic route parameters

Ensures dynamic route parameters retain original casing, preventing unintended lowercasing that could break URL matching and user navigation.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes and fast review, indicating low complexity and high confidence.

AI Details

Confidence: 0.10

Tech Stack

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

Summary

Chore

Release astro 6.4.3 to npm

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

Health Assessment

Large
Medium
High
  • Release PR had a long cycle time with no review, indicating a slow release process; the PR touched many files but had minimal code changes.

AI Details

Tech Stack

chore: avoid formatter conflicts ocavue M No 115.3h 114.5h Jun 02, 2026

Summary

Chore

Avoid formatter conflicts

Prettier now ignores the Astro code snippets file to prevent double formatting, improving build stability.

Health Assessment

Medium
Low
High
  • Long review cycle due to merge conflicts; minimal code changes; low risk.

AI Details

Tech Stack

fix: remove dead else branch in csp insertDirective stefanmachhammer XS No 78.2h 77.6h Jun 02, 2026

Summary

Bug Fix

Remove dead else branch in CSP insertDirective

Simplifies CSP directive insertion, eliminating unreachable code and preventing potential runtime errors, thereby improving code reliability.

Health Assessment

Small
Low
Medium
  • PR had a long review cycle but minimal changes; low risk and minimal impact on overall codebase.

AI Details

Tech Stack

Languages: Typescript
chore(deps): replace which-pm-runs with package-manager-detector ocavue S No 113.0h 108.9h Jun 02, 2026

Summary

Chore

Replace which-pm-runs with package-manager-detector

Reduces astro's transitive dependencies by one, simplifying the dependency tree and improving install performance.

Health Assessment

Small
Low
Medium
  • Dependency update required multiple merges due to branch sync, but no functional changes; overall low risk.

AI Details

Tech Stack

Languages: Typescript, Yaml
chore: merge main into next ematipico XL No 1.3h 1.2h Jun 02, 2026

Summary

Chore

chore: merge main into next

Synchronize the main branch with the next release branch and enable preview releases, keeping the codebase up‑to‑date.

Health Assessment

X-Large
Low
Low
  • The PR was merged within 1.2 hours of opening, indicating minimal review friction and a straightforward merge operation. The large line count reflects the breadth of changes across many configuration files, but the impact is limited to branch synchronization and CI workflow updates.

AI Details

Tech Stack

Languages: Javascript
chore: move integration tests to unit tests ematipico XL No 165.2h 165.0h Jun 02, 2026

Summary

Health Assessment

AI Details

Tech Stack

Languages: Typescript, Javascript
Fix 404 route resolution for experimental.advancedRouting with astro/hono handlers astrobot-houston S No 93.7h 0.1h Jun 02, 2026

Summary

Bug Fix

Fix 404 route resolution for advanced routing

Ensures unmatched routes correctly render custom 404 page, preventing crashes and improving user experience in experimental advanced routing mode. This resolves a critical bug that caused 404 errors to crash the server.

Health Assessment

Small
Low
Low
  • The PR had a slow overall cycle time but a fast review, indicating a backlog before review. Minimal changes and quick approvals suggest low complexity and risk.

AI Details

Tech Stack

Languages: Typescript
chore(deps): update pnpm to v11.5.0 ocavue XS No 107.6h 28.8h Jun 02, 2026

Summary

Chore

Update pnpm to v11.5.0

Upgrade pnpm to improve supply chain security and reduce memory usage, preventing Renovate OOM issues.

Health Assessment

Small
Low
Medium
  • Dependency update took over 4 days, but required only one review and minimal changes, indicating a straightforward maintenance task.

AI Details

Confidence: 0.10

Tech Stack

Languages: Yaml
chore(deps): update `pnpm/action-setup` to v6 ocavue S No 107.4h 0.3h Jun 02, 2026

Summary

CI/CD

Update pnpm/action-setup to v6 for CI

Upgrades the pnpm action to support newer pnpm versions, ensuring CI stability and compatibility.

Health Assessment

Small
Low
Low
  • PR received a quick review but had a long cycle time due to multiple merge commits; overall scope is small and risk is low.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: Copilot
Confidence: 0.95

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
Fix Node.js adapter static file serving with build format 'file' and 'preserve' astrobot-houston M No 5.9h 5.9h May 30, 2026

Summary

Bug Fix

Fix static file serving for Node.js adapter

Ensures clean URLs correctly resolve to prerendered HTML pages when using file-based builds, preventing 404 errors and improving user experience.

Health Assessment

Medium
Low
Low
  • Quick resolution with a single commit and no back‑and‑forth, indicating a straightforward bug fix.

AI Details

Tech Stack

Languages: Typescript
Pre-bundle astro/fetch and astro/hono in Cloudflare optimizeDeps matthewp XS No 26.3h 9.1h May 30, 2026

Summary

Bug Fix

Eliminate dev warning by pre-bundling dependencies

Removes 'new dependencies optimized' warning during Cloudflare dev by pre-bundling astro/fetch and astro/hono. Improves developer experience without affecting runtime behavior.

Health Assessment

Small
Low
Low
  • Quick resolution with a single commit and minimal review, indicating a straightforward fix.

AI Details

Tech Stack

Languages: Typescript
chore(deps): update devalue ocavue M No 34.2h 17.0h May 30, 2026

Summary

Chore

Update devalue dependency to fix CVEs

Fixes security vulnerabilities in devalue, ensuring safer runtime for Astro projects.

Health Assessment

Medium
Low
Low
  • Dependency update with minimal changes, quick review, no major rework.

AI Details

Confidence: 0.20

Tech Stack

Languages: Yaml
Partytown integration, README: fix outdated link deining XS No 102.8h 69.5h May 30, 2026

Summary

Docs

Fix outdated link in Partytown integration README

Updates documentation to ensure users see correct link for Partytown integration.

Health Assessment

Small
Low
High
  • Documentation update took over 4 days to merge, indicating a lengthy review process for a minor change.

AI Details

Confidence: 0.95

Tech Stack

fix: astro() marks all pipeline features as used matthewp M No 20.5h 1.1h May 29, 2026

Summary

Bug Fix

Fix astro() marks all pipeline features as used

Ensures AstroHandler correctly flags all pipeline features to avoid false missing‑feature warnings, improving reliability for redirects and middleware usage.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved in under a day with a single review.

AI Details

Tech Stack

Languages: Typescript
Frameworks: Astro
feat(fonts): better bold fallbacks florian-lefebvre L No 7.5h 4.9h May 29, 2026

Summary

Feature

Add improved bold font fallbacks

Enhances font fallback logic to use more accurate bold variants, improving typography consistency for users.

Health Assessment

Large
Low
Low
  • Quick turnaround with minimal rework; AI assistance helped streamline implementation.

AI Details

Usage: AI Assisted
Confidence: 0.95

Tech Stack

Languages: Typescript
Fix i18n redirectToDefaultLocale not working with prefixDefaultLocale astrobot-houston S No 24.5h 0.1h May 29, 2026

Summary

Bug Fix

Fix i18n redirect for default locale

Ensures users are correctly redirected to the default locale when internationalization is enabled, improving the user experience for global audiences.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal code changes indicate a low-risk, straightforward bug fix.

AI Details

Tech Stack

Languages: Typescript
chore: eliminate duplicate pnpm configurations btea XS No 12.6h 0.2h May 29, 2026

Summary

Chore

eliminate duplicate pnpm configurations

Streamlines dependency management by removing redundant pnpm workspace settings, simplifying build processes and reducing potential configuration errors.

Health Assessment

Small
Low
Low
  • Quick approval with minimal changes indicates low complexity and low risk.

AI Details

Tech Stack

Languages: Yaml
test(vercel): add per-test timeout and raise suite timeout ocavue M No 0.7h 0.4h May 28, 2026

Summary

Bug Fix

Add per-test timeout and raise suite timeout

Adds per-test timeouts to quickly identify failing tests. Raises suite timeout to reduce false positives and improve CI stability.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal rework, indicating a straightforward CI reliability fix.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
chore(deps): update eslint to v10 ocavue L No 1.9h 1.8h May 28, 2026

Summary

Chore

Update ESLint to v10

Upgrade ESLint to v10 to avoid end‑of‑life issues and maintain code quality.

Health Assessment

Large
Low
Low
  • Fast review and merge with minimal changes, indicating low risk and efficient process.

AI Details

Confidence: 0.10

Tech Stack

Languages: Javascript
chore(deps): resolve peer dependency issues ocavue L No 1.6h 1.5h May 28, 2026

Summary

Chore

Resolve peer dependency issues

Fixes peer dependency conflicts for Cloudflare integration, ensuring smooth CI and stable builds.

Health Assessment

Small
Low
Low
  • Quick resolution of dependency conflicts with minimal changes and fast review cycle.

AI Details

Tech Stack

Languages: Yaml
chore: merge main into next ocavue L No 2.3h 2.2h May 28, 2026

Summary

Chore

Merge main into next

Routine merge of main into next branch, resolving version conflicts.

Health Assessment

Medium
Low
Low
  • The PR was merged quickly with minimal review friction, indicating a well-managed process.

AI Details

Confidence: 0.80

Tech Stack

Languages: Javascript, Typescript
chore: merge main into next ocavue XL AI 2.8h 1.6h May 28, 2026

Summary

Chore

Merge main into next branch

Integrates latest main changes into the next release branch, resolving conflicts and updating build configurations to keep the codebase up‑to‑date.

Health Assessment

Large
High
Low
  • Fast cycle time (2.8h) and short review window (1.6h) show efficient collaboration, but the merge involves a large number of lines and files, indicating significant integration work and potential risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript, Yaml
[ci] release astrobot-houston M No 2.3h 2.3h May 28, 2026

Summary

Chore

Release astro 6.4.2

Publishes updated packages to npm, enabling new features and bug fixes for Astro users.

Health Assessment

Medium
Low
Low
  • Quick merge with minimal changes, indicating a routine release process.

AI Details

Tech Stack

fix(config): Keep legacy plugins data on the config Princesseuh M No 0.6h 0.4h May 28, 2026

Summary

Bug Fix

Keep legacy plugins data on config

Ensures backward compatibility for integrations that rely on legacy plugin keys, preventing crashes and data loss during upgrade.

Health Assessment

Medium
Low
Low
  • Quick turnaround with minimal rework indicates a straightforward bug fix with clear intent and thorough testing.

AI Details

Tech Stack

Languages: Typescript
Fix SSR dynamic routes blocked by prerendered dynamic routes fkatsuhiro M No 21.1h 21.1h May 28, 2026

Summary

Bug Fix

Fix SSR dynamic routes blocked by prerendered routes

Ensures SSR dynamic routes are served correctly when prerendered dynamic routes are present, preventing navigation failures in production.

Health Assessment

Medium
Low
Low
  • Quick resolution of a production routing bug with minimal changes and fast review turnaround.

AI Details

Tech Stack

Languages: Javascript, Typescript
[ci] release astrobot-houston M No 0.1h 0.1h May 28, 2026

Summary

Chore

Release Astro 6.4.1 to npm

Automated release of Astro 6.4.1, publishing packages to npm.

Health Assessment

Small
Low
Low
  • Release PR merged quickly with minimal changes, indicating a smooth release process.

AI Details

Tech Stack

fix(mdx): Restore MDX rehype plugin entrypoint Princesseuh L No 0.1h 0.0h May 28, 2026

Summary

Bug Fix

Restore MDX rehype plugin entrypoint

Restores compatibility with older MDX versions, preventing build failures for users until Astro 7.

Health Assessment

Large
Low
Low
  • Resolved quickly with minimal review, indicating low complexity and straightforward fix.

AI Details

Tech Stack

Languages: Typescript
[ci] release astrobot-houston XL No 40.4h 40.4h May 28, 2026

Summary

Chore

Release packages via changesets

Publishes updated Astro packages to npm, enabling new features and bug fixes for users.

Health Assessment

Medium
Low
Medium
  • Release PR merged after 40h, indicating a long review cycle but minimal changes and no rework.

AI Details

Tech Stack

Resolve X-Forwarded-* headers inside FetchState matthewp L No 169.3h 166.9h May 27, 2026

Summary

Bug Fix

Resolve X-Forwarded-* headers inside FetchState

Ensures user‑defined X-Forwarded headers affect Astro.url and clientAddress by moving header resolution into FetchState, fixing URL and client address handling.

Health Assessment

Large
High
High
  • The PR required over a week to merge with a long review time, indicating potential bottlenecks. The large diff and extended cycle suggest complexity in the change.

AI Details

Tech Stack

Languages: Typescript, Javascript
ci: fix `merge-main-to-next` by isolating the flue runtime ocavue M No 9.9h 0.3h May 27, 2026

Summary

CI/CD

Fix merge-main-to-next workflow by isolating runtime

Improves CI reliability by separating the flue runtime from the merge process, preventing conflicts that break the workflow.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal rework; workflow improved without affecting user-facing features.

AI Details

Confidence: 0.20

Tech Stack

Languages: Javascript
feat: add markdown processor abstraction Princesseuh XL No 107.1h - May 27, 2026

Summary

Feature

Add markdown processor abstraction

Introduces a pluggable markdown processor abstraction, enabling Astro projects to swap or extend markdown rendering logic and improving flexibility for future content handling.

Health Assessment

X-Large
High
Low
  • Large number of commits and high line count led to a slow 107‑hour cycle time, but minimal review friction suggests the changes were straightforward to review.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript, Javascript
Frameworks: Astro
Add Cloudflare fetch and Hono handlers for advanced routing matthewp XL No 328.6h 107.5h May 27, 2026

Summary

Feature

Add Cloudflare fetch and Hono handlers for advanced routing

Enhances Astro's Cloudflare integration with new fetch and Hono handlers for advanced routing capabilities.

Health Assessment

Medium
Low
Medium
  • The PR had a moderate cycle time and time to first review, indicating a relatively standard review process.
  • The number of commits and reviews suggests a collaborative effort to ensure the quality of the changes.

AI Details

Confidence: 0.80

Tech Stack

Languages: Javascript, Typescript
Frameworks: Astro, Hono, Cloudflare
feat: add @astrojs/markdown-satteri package Princesseuh XL No 104.5h 1.1h May 27, 2026

Summary

Feature

Add @astrojs/markdown-satteri Markdown processor

Adds a fast Markdown processor based on satteri, enabling Astro projects to render Markdown with full Astro features (excluding Prism syntax highlighting). This enhances build performance and expands content capabilities.

Health Assessment

X-Large
High
Medium
  • The PR had a moderate review cycle with a single change request and a long approval delay, indicating some complexity. The large code addition and many files suggest a significant feature addition, increasing risk.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript, Javascript
fix(cloudflare): resolve vite plugin config once across call sites helio-cf M No 3.1h 3.1h May 26, 2026

Summary

Bug Fix

Fix Cloudflare Vite plugin config duplication

Ensures user options are preserved during Astro preview, preventing silent drops and improving preview reliability.

Health Assessment

Medium
Low
Low
  • Quick resolution with minimal rework, indicating a straightforward bug fix.

AI Details

Tech Stack

Languages: Javascript, Typescript
Prevent dep optimizer race condition matthewp S No 197.1h 196.5h May 26, 2026

Summary

Bug Fix

Prevent dependency optimizer race condition

This change eliminates a race condition in Astro's dependency optimizer that could lead to missing imports during build. It improves build reliability and prevents runtime errors for users.

Health Assessment

Small
Medium
High
  • The review was delayed until near merge, indicating low urgency. The change is small but critical for build stability.

AI Details

Confidence: 0.30

Tech Stack

Languages: Typescript
[ci] release astrobot-houston L No 113.3h 113.3h May 26, 2026

Summary

CI/CD

Automated release of Astro packages

This PR triggers automated publishing of Astro packages to npm, delivering new features and bug fixes to users.

Health Assessment

Large
High
High
  • Release PR was auto-generated and merged after a long cycle with no review, indicating a streamlined but delayed release process.

AI Details

Tech Stack

refactor: move integration tests to unit tests ematipico XL No 2.1h 1.9h May 26, 2026

Summary

Refactor

Move integration tests to unit tests

Refactors test suite by moving integration tests to unit tests, improving test speed and reliability, and reducing CI build times. This change enhances developer productivity and ensures faster release cycles.

Health Assessment

AI Details

Confidence: 0.15

Tech Stack

Languages: Typescript, Javascript
Frameworks: Astro
fix(core): include `mod` in SSR route-cache entry to silence false-positive warning cheets M No 20.0h 16.7h May 26, 2026

Summary

Bug Fix

Fix SSR route cache to silence warning

Prevents repeated internal warnings for SSR dynamic routes, improving performance and stability.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved within 20 hours, no major rework.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
Fix missing CSS for conditionally rendered Svelte components astrobot-houston M No 120.7h 23.0h May 26, 2026

Summary

Bug Fix

Fix missing CSS for conditionally rendered Svelte components

Resolves issue with missing CSS in production builds for conditionally rendered Svelte components, ensuring proper styling.

Health Assessment

Small
Low
Medium
  • The PR had a moderate review time and required changes before being merged, indicating some discussion but ultimately a straightforward resolution.

AI Details

Confidence: 0.80

Tech Stack

Languages: Javascript, Svelte
Frameworks: Svelte
[ci] release astrobot-houston M No 91.8h 91.4h May 26, 2026

Summary

Chore

Release packages to npm automatically

Automates publishing of Astro packages to npm when changesets are ready, enabling a streamlined release workflow.

Health Assessment

AI Details

Tech Stack

fix(language-server): prevent stack overflow with project references containing non-TS files matthewp M No 115.5h 18.9h May 26, 2026

Summary

Bug Fix

Prevent stack overflow in language server

Fixes infinite recursion caused by non‑TS project references, improving stability for Astro developers.

Health Assessment

Small
Low
Medium
  • The PR had a moderate review cycle and a small scope, but the overall cycle time was longer than typical, indicating possible scheduling or prioritization delays.

AI Details

Tech Stack

Languages: Typescript
fix(core): cache resolved actions in base pipeline pipe1os XS No 12.4h 11.1h May 25, 2026

Summary

Bug Fix

Cache resolved actions in base pipeline

Improves server performance by caching action modules, reducing import overhead on repeated requests.

Health Assessment

Small
Low
Low
  • Quick internal fix with minimal changes, approved in a single review, and merged within 12 hours.

AI Details

Tech Stack

Languages: Typescript
chore: remove fixtures and move slot tests to unit ematipico XL No 161.4h 92.4h May 25, 2026

Summary

Test

Remove fixtures and move slot tests to unit

This refactor removes obsolete test fixtures and moves slot-related tests to unit tests, streamlining the test suite and improving CI performance. By simplifying the test structure, developers can focus on core functionality without redundant integration tests.

Health Assessment

X-Large
High
High
  • The PR had a long cycle time and required multiple commits after review, indicating significant rework and potential complexity in test refactoring.

AI Details

Tech Stack

Languages: Typescript
Frameworks: Astro
Stamp sitemap index entries with per-file lastmod jdevalk M No 70.8h 70.8h May 25, 2026

Summary

Bug Fix

Stamp sitemap index entries with per-file lastmod

Ensures search engines can detect which child sitemaps have changed by stamping each index entry with the most recent modification date, improving crawl efficiency and SEO.

Health Assessment

Medium
Low
Medium
  • The PR fixed a subtle SEO issue with a single commit and was approved after a single review, indicating a straightforward, low‑risk change.

AI Details

Tech Stack

Languages: Typescript
Populate external stylesheet URLs for prerendered routes in manifest matthewp S No 49.0h 47.9h May 22, 2026

Summary

Feature

Add stylesheet URLs to prerendered route manifest

Enables clients to preload CSS for prerendered pages, improving page load performance.

Health Assessment

Small
Low
High
  • Review took nearly 48 hours, indicating a need for careful validation of manifest changes.
  • The change is small in scope but critical for performance optimization.

AI Details

Tech Stack

Languages: Typescript, Javascript
fix(docs): update InvalidRedirectDestination error message ArmandPhilippot XS No 0.4h 0.4h May 22, 2026

Summary

Bug Fix

Update InvalidRedirectDestination error message

Fixes documentation rendering issue for the InvalidRedirectDestination error, ensuring accurate guidance for developers.

Health Assessment

Small
Low
Low
  • Quick fix with single commit and immediate approval, minimal scope and risk.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
Fix dev-mode styles missing from content collection entries matthewp M No 260.1h 259.6h May 22, 2026

Summary

Bug Fix

Fix dev-mode styles missing from content collections

Ensures that styles for content collection entries are correctly applied in dev mode, preventing missing CSS and improving developer experience.

Health Assessment

Small
Low
High
  • The PR had a long review cycle (~10 days) but involved only a small change, indicating a bottleneck in the review process.
  • Despite the extended cycle, the minimal scope and straightforward fix suggest low technical risk.

AI Details

Tech Stack

Languages: Typescript
Page 1 of 4 »

Get this analytics stack for your team

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

Connect Repos