Pull Request Explorer

Exploring 148 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
refactor(rspack,webpack): extract same-origin check for dev middleware danielroe S No 0.3h - May 11, 2026

Summary

Refactor

Extract same-origin check for dev middleware

Improves same-origin check logic in webpack dev middleware, simplifying code and reducing duplication.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes indicates low complexity and high confidence in refactor.

AI Details

Tech Stack

Languages: Typescript
chore(deps): update vitest to v4.1.6 (main) renovate M No 0.9h 0.9h May 11, 2026

Summary

Chore

chore(deps): update vitest to v4.1.6 (main)

This PR updates the Vitest testing framework to the latest patch, ensuring compatibility and bug fixes.

Health Assessment

Medium
Low
Low
  • Quick dependency bump with minimal changes, merged within an hour.

AI Details

Tech Stack

fix(nuxt): handle errors fetching app manifest danielroe S No 0.4h 0.0h May 11, 2026

Summary

Bug Fix

Fix error handling for app manifest fetch

Adds defensive handling for errors when fetching the app manifest, improving stability.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, reviewed immediately, low risk.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Typescript
chore(deps): update all non-major dependencies (main) renovate M No 1.4h 0.5h May 11, 2026

Summary

Chore

Update non-major dependencies for Nuxt

Keeps Nuxt dependencies up to date, ensuring security and stability.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes, typical dependency bump.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
fix(nitro): add json extension to payload cache items Tofandel XS AI 1.4h 0.1h May 11, 2026

Summary

Bug Fix

Add .json extension to Nitro cache items

Fixes cache key collision by appending .json to cache filenames, preventing filesystem conflicts and ensuring reliable caching. This resolves issue #34961 and improves cache stability across Nuxt versions.

Health Assessment

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

AI Details

Category: Code AI
Confidence: 0.75

Tech Stack

Languages: Typescript
chore(deps): update all non-major dependencies (4.x) renovate XL AI 3.6h 3.6h May 11, 2026

Summary

Chore

Update non‑major dependencies to latest patch/minor

Keeps the Nuxt monorepo up‑to‑date with the latest non‑breaking dependency releases, reducing security risks and ensuring compatibility.

Health Assessment

X-Large
Low
Low
  • Quick merge with minimal review, typical for automated dependency updates.

AI Details

Category: Review AI

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
fix(nitro): mark `@babel/plugin-syntax-typescript` as optional peer dep danielroe S No 2.1h - May 11, 2026

Summary

Bug Fix

Mark @babel/plugin-syntax-typescript as optional peer

This change prevents unnecessary pulling of @babel/core, reducing bundle size and avoiding dependency conflicts.

Health Assessment

Small
Low
Low
  • Quick, single-commit fix that resolves a dependency issue with minimal code changes.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
fix(vite): use spa entry for vite-node fallback samiashi S AI 2.8h 0.1h May 11, 2026

Summary

Bug Fix

Fix Vite Node fallback for SPA entry

Fixes a startup failure in Nuxt 4.4.5 when ssr is disabled, ensuring apps load correctly without experimental Vite environment API. This prevents build-time errors and improves developer experience.

Health Assessment

Small
Low
Low
  • The PR was merged within 2.8 hours with minimal code changes and a single review, indicating a straightforward, low-risk fix.

AI Details

Category: Code AI
Confidence: 0.20

Tech Stack

Languages: Typescript
fix(nuxt): update `useFetch` key even with `watch: false` danielroe M No 87.0h 0.0h May 11, 2026

Summary

Bug Fix

Fix useFetch key handling with watch disabled

Ensures useFetch correctly handles key reactivity when watch is disabled, preventing stale data and race conditions. This resolves issues with cached data and concurrent fetches.

Health Assessment

Medium
Medium
Low
  • Fast review but long cycle due to initial test addition; minimal rework indicates low complexity.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Typescript
refactor(nuxt): use `rolldown/utils` instead of oxc-* dependencies danielroe XL No 122.7h 0.1h May 11, 2026

Summary

Refactor

Refactor Nuxt to use Rolldown utils

Simplifies dependency graph by replacing oxc-* packages with Rolldown utilities, improving build performance and reducing bundle size.

Health Assessment

Large
Medium
Low
  • The PR required many automated and manual commits to resolve dependency changes, yet the review was quick and only one round of comments, indicating a smooth approval process despite the large scope.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Javascript, Typescript, Yaml
chore(deps): update rolldown (4.x) renovate L No 0.5h 0.5h May 11, 2026

Summary

Chore

Update rolldown dependency to latest release

Keeps build tooling up to date, ensuring compatibility and security.

Health Assessment

Large
Low
Low
  • Quick merge with minimal changes, typical for automated dependency updates.

AI Details

Tech Stack

chore(deps): update pnpm to v11 (main) renovate S No 1.7h - May 11, 2026

Summary

Chore

Update pnpm to v11

Bumps pnpm to v11, improving dependency resolution and security.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes, no review needed.

AI Details

Tech Stack

chore(deps): update dependency oxc-walker to v1 (main) renovate S No 1.2h 1.2h May 11, 2026

Summary

Chore

Update oxc-walker dependency to v1

Keeps the project up-to-date with the latest major release of oxc-walker, improving compatibility and security.

Health Assessment

Small
Low
Low
  • Dependency bump merged quickly with minimal changes, indicating low risk and efficient review.

AI Details

Tech Stack

fix(nuxt): prefer our own builder/server deps danielroe S No 1.2h - May 11, 2026

Summary

Bug Fix

Prefer own builder/server dependencies

Ensures Nuxt loads its own builder and server packages, preventing mismatched versions and related bugs.

Health Assessment

Small
Low
Low
  • Quick, single-commit fix with minimal scope, resolved dependency mismatch issue.

AI Details

Tech Stack

Languages: Typescript
refactor(kit,nuxt,vite): use `es2023` array methods DamianGlowala S No 141.8h 19.8h May 11, 2026

Summary

Refactor

Refactor to use ES2023 array methods

Updates Nuxt and Vite to utilize ES2023 array methods, improving code efficiency.

Health Assessment

Small
Low
Low
  • The PR was merged quickly, indicating a smooth review process.

AI Details

Tech Stack

Languages: Javascript
Frameworks: Nuxt, Vite
fix(nuxt): match deduplicated `resolveComponent` calls in jsx blocks danielroe S No 0.6h - May 11, 2026

Summary

Bug Fix

Fix deduplication of resolveComponent calls in JSX

Updates regex to correctly handle compiler‑generated component names in JSX, preventing runtime errors.

Health Assessment

Small
Low
Low
  • Merged within 36 minutes, indicating a straightforward, low‑risk bug fix with minimal code churn.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
chore(deps): update dependency cookie-es to v3 (4.x) renovate XS No 334.4h 334.4h May 11, 2026

Summary

Chore

Update cookie-es dependency to v3

This PR updates the cookie-es library to the latest v3 release, ensuring compatibility and incorporating recent bug fixes and performance improvements. The update maintains functionality while improving security and reliability.

Health Assessment

Small
Low
High
  • The PR was automatically generated and merged after a long review period, indicating a slow but low-risk dependency update process.

AI Details

Tech Stack

Languages: Javascript
chore(deps): update dependency webpack-dev-middleware to v8 (4.x) renovate S No 333.8h 333.8h May 11, 2026

Summary

Chore

Update webpack-dev-middleware to v8

This PR updates the webpack-dev-middleware dependency to v8, ensuring compatibility with rspack and improving performance for the Nuxt build process.

Health Assessment

Small
Low
High
  • The PR was an automated dependency bump by Renovate, resulting in a long cycle time but minimal code changes and low risk to the codebase.

AI Details

Tech Stack

Languages: Javascript
chore(deps): update all non-major dependencies (main) renovate XL AI 6.1h 6.1h May 11, 2026

Summary

Chore

Update all non-major dependencies

This PR updates all non-major dependencies to patch/minor releases, keeping the project secure and stable.

Health Assessment

Large
Low
Low
  • Automated dependency bump with minimal review, merged quickly.

AI Details

Category: Review AI
Confidence: 0.10

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
chore(deps): update devdependency sass-loader to v16.0.8 (main) renovate S No 4.8h 4.8h May 11, 2026

Summary

Chore

Update sass-loader to v16.0.8

Bumps sass-loader to the latest patch, ensuring compatibility and security fixes for the build process.

Health Assessment

Small
Low
Low
  • Quick dependency bump with minimal changes, merged within 5 hours.

AI Details

Tech Stack

Languages: Yaml
v3.21.5 github-actions S No 136.8h 136.2h May 10, 2026

Summary

Chore

Release v3.21.5 patch

Patch release delivering performance improvements and bug fixes across the Nuxt ecosystem.

Health Assessment

Small
Low
High
  • Release PR with minimal code changes, long cycle time due to automated workflow, no significant review friction.

AI Details

Tech Stack

v4.4.5 github-actions S No 136.9h 136.2h May 10, 2026

Summary

Chore

Patch release v4.4.5

Patch release with performance improvements and bug fixes across the Nuxt ecosystem, enhancing stability and user experience.

Health Assessment

Small
Low
High
  • Release process automated, resulting in long cycle time but minimal code changes; low risk to production.

AI Details

Confidence: 0.10

Tech Stack

fix(vite): inline css imported from non-vue js modules danielroe M No 0.4h - May 10, 2026

Summary

Bug Fix

Fix inline CSS import from non-Vue JS modules

Ensures CSS imported as side effects from non-Vue JS modules is correctly inlined, improving styling consistency across Nuxt applications.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, resolved within minutes, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Typescript, Javascript
Frameworks: Vue
fix(nuxt): explicitly freeze head during island plugin phase harlan-zw M No 35.5h 0.2h May 09, 2026

Summary

Bug Fix

Freeze head during island plugin phase

Fixes head state leakage between concurrent prerendering requests, preventing cross-request contamination and improving isolation.

Health Assessment

Medium
Medium
Medium
  • The PR was reviewed quickly but required several iterations to resolve head isolation issues, indicating active rework but ultimately a smooth merge.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: Vue
perf(kit): cache layer roots and short-circuit `isIgnored` relative danielroe S No 11.7h - May 09, 2026

Summary

Refactor

Improve isIgnored performance via caching

This change caches layer roots and short‑circuits relative path checks, reducing rebuild time and improving build performance.

Health Assessment

Small
Low
Low
  • Quick, single-file change with minimal review, merged within 12 hours.

AI Details

Tech Stack

Languages: Javascript
fix(nuxt): defer head DOM updates until page transition finishes danielroe M No 9.5h 0.1h May 09, 2026

Summary

Bug Fix

Defer head DOM updates until page transition ends

Ensures page transition animations complete before head updates, preventing style flicker and improving user experience. This fixes a bug where inline styles were removed prematurely during transitions.

Health Assessment

Medium
Low
Low
  • Quick review cycle with minimal rework; single AI review comment and final approval within hours.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Javascript, Typescript
fix(vite): inline css for non-island children of server components danielroe S No 28.7h 18.8h May 08, 2026

Summary

Bug Fix

Fix inline CSS for server component children

Ensures styles from non-island Vue components nested in server components are correctly inlined, preventing missing styles in production.

Health Assessment

Small
Low
Low
  • Quick fix with single review, minimal changes, low risk.

AI Details

Tech Stack

Languages: Typescript, Javascript
Frameworks: Vue
fix(nuxt): correct island transform for server pages and 'deep' mode danielroe M No 16.1h 0.4h May 08, 2026

Summary

Bug Fix

Fix island transform for server pages and deep mode

Resolves issues with island transform in server pages and deep mode, improving Nuxt functionality.

Health Assessment

Small
Low
Low
  • Quick review and approval process, indicating a straightforward fix.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript, Javascript
Frameworks: Nuxt
fix(nuxt): handle string presets in auto-imports Bombastickj XS No 0.5h 0.0h May 08, 2026

Summary

Bug Fix

Fix string presets handling in auto-imports

This fix prevents runtime errors caused by string shorthand presets in auto-imports, ensuring smoother developer experience. It stabilizes the pages module by adding a type guard.

Health Assessment

Small
Low
Low
  • Fast turnaround with minimal changes; single review comment indicates low complexity.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Typescript
fix(nuxt): respect factory fetch/baseURL options in server `useFetch` danielroe XS No 11.2h 0.1h May 08, 2026

Summary

Bug Fix

Fix server useFetch to respect factory options

Ensures server-side data fetching respects configured base URLs, preventing incorrect API calls and improving reliability.

Health Assessment

Small
Low
Low
  • Quick review and minimal changes indicate low complexity and risk.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
test: isolate `buildDir` per matrix project for shared fixtures danielroe S No 0.3h 0.0h May 07, 2026

Summary

Test

Isolate buildDir per matrix project for shared fixtures

This change isolates the build directory per matrix project to reduce flakiness in Windows dev mode, improving test reliability.

Health Assessment

Small
Low
Low
  • Fast cycle time and minimal review comments indicate a straightforward test fix with low risk.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
fix(vite): only consider CSS inlined when styles are actually emitted danielroe S No 0.5h - May 07, 2026

Summary

Bug Fix

Fix CSS inlining logic for SSR

Corrects SSR responses by ensuring only emitted CSS is inlined, preventing missing styles and rendering issues for end users.

Health Assessment

Small
Low
Low
  • Rapid resolution with minimal code changes and no review iterations.

AI Details

Tech Stack

Languages: Javascript
chore: remove jiti from build steps danielroe S No 0.3h 0.0h May 07, 2026

Summary

Chore

Remove jiti from build steps

Simplifies CI by eliminating the jiti dependency, enabling Node 22+ usage.

Health Assessment

Small
Low
Low
  • PR merged quickly with minimal review, indicating straightforward change.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
test: extract server components fixture + add some failing tests danielroe XL No 12.0h 0.1h May 07, 2026

Summary

Test

Extract server components fixture and add failing tests

Adds comprehensive test fixtures for server components, catching regressions early and improving code quality.

Health Assessment

Medium
Low
Low
  • Fast review and merge with minimal changes, indicating low complexity and risk.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: Vue
chore: ignore pnpm cyclic workspace deps warn DamianGlowala XS No 5.3h 0.1h May 07, 2026

Summary

Chore

Ignore pnpm cyclic workspace dependency warnings

Reduces noise during dependency installation by suppressing cyclic workspace warnings, improving developer experience.

Health Assessment

Small
Low
Low
  • Quick review and merge, minimal changes, low risk.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Yaml
docs: add warning about routing in server components danielroe XS No 10.4h 10.3h May 07, 2026

Summary

Docs

Add warning about routing in server components

Adds a warning that server components lack access to the current page route, improving developer guidance.

Health Assessment

Small
Low
Low
  • Quick review and merge, minimal changes, straightforward documentation update.

AI Details

Tech Stack

fix(nuxt): dedupe `getCachedData` for concurrent callers sharing a key danielroe M No 1.1h 0.1h May 07, 2026

Summary

Bug Fix

Deduplicate getCachedData for concurrent callers

Fixes a bug where concurrent async data calls with the same key caused duplicate cache lookups, improving performance and consistency.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes; AI review provided actionable comments, leading to fast resolution.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Typescript
fix(nitro): correct payload route rule for `/` + override `ssr: true` danielroe S No 0.3h - May 06, 2026

Summary

Bug Fix

Fix nitro payload route rule

Resolves bug by correcting payload route rule for `/` and overriding `ssr: true`

Health Assessment

Small
Low
Low
  • Quick fix with a small number of changes and a short cycle time, indicating a straightforward bug resolution process.

AI Details

Tech Stack

Languages: Javascript, Typescript
Frameworks: Nuxt
fix(nitro): preserve `serverHandlers` array after `nitro:config` danielroe S No 4.0h 0.2h May 06, 2026

Summary

Bug Fix

Preserve serverHandlers array after nitro config

Ensures server handlers remain consistent after Nitro configuration changes, preventing runtime errors and improving stability.

Health Assessment

Small
Low
Low
  • Fast turnaround with AI‑assisted review and minimal code changes.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Typescript
fix(vite): resolve vite `clientServer` with `ssr: false` Flo0806 XS No 146.7h 0.5h May 06, 2026

Summary

Bug Fix

Fix Vite client-server issue with ssr: false

Resolves crash in SPA renderer by initializing IPC directly against client-server when ssr is false.

Health Assessment

Small
Low
Low
  • Quick first review and overall cycle time indicate efficient process.
  • Only one file changed with minimal additions/deletions, suggesting a focused fix.

AI Details

Tech Stack

Languages: Javascript
Frameworks: Vite
chore(deps): update all non-major dependencies (main) renovate XL No 57.7h 56.6h May 06, 2026

Summary

Chore

Update non‑major dependencies

Bumps all non‑major dependencies to keep the Nuxt repository current and secure.

Health Assessment

Medium
Low
Low
  • Merged quickly after a single dependency‑update commit with no review friction.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
fix(kit): read `.env` before resolving nuxt schema Flo0806 M No 148.5h 0.6h May 06, 2026

Summary

Bug Fix

Read .env before resolving Nuxt schema

Ensures Nuxt applications load environment variables for host and port before schema resolution, preventing misconfiguration. It improves reliability and reduces deployment errors.

Health Assessment

Medium
Low
Medium
  • The PR had a long cycle time due to a large initial delay before the first review, but the review process itself was quick and required only a couple of iterations. The change is a small bugfix that improves reliability of environment variable loading.

AI Details

Tech Stack

Languages: Javascript
fix(nuxt): only force suspense remount after first resolve danielroe L No 164.3h - May 06, 2026

Summary

Bug Fix

Fix Nuxt Suspense Remount After First Resolve

This PR resolves layout stalling issues by ensuring Suspense components only remount after successful resolution, improving user experience and reducing unnecessary re-renders.

Health Assessment

Large
High
High
  • The PR addressed a complex suspense layout issue, required extensive test additions, and had a long cycle time with minimal review activity, indicating potential bottlenecks in the review process.

AI Details

Tech Stack

Languages: Typescript, Yaml
chore(deps): update all non-major dependencies (3.x) renovate XL No 43.4h 43.4h May 06, 2026

Summary

Chore

chore(deps): update all non-major dependencies (3.x)

This PR bumps all non-major dependencies in the Nuxt monorepo to keep the codebase current, improving security and compatibility without affecting functionality.

Health Assessment

Medium
Low
High
  • Automated dependency update merged after ~43 hours, indicating a straightforward change with minimal review and no blockers.

AI Details

Confidence: 0.80

Tech Stack

Languages: Yaml, Javascript
Frameworks: Github-Actions, Pnpm
chore(deps): update devdependency rolldown to v1.0.0-rc.18 (4.x) renovate L No 33.9h 33.9h May 05, 2026

Summary

Chore

Update rolldown devdependency to v1.0.0-rc.18

Bumps rolldown to the latest release, incorporating bug fixes and performance improvements.

Health Assessment

Small
Low
Low
  • Routine dependency update merged after ~34 hours with minimal review, indicating low risk and straightforward maintenance.

AI Details

Tech Stack

feat(vite): sort `optimizeDeps.include` in pre-bundle hint Flo0806 S No 16.8h 1.4h May 05, 2026

Summary

Feature

Sort Vite optimizeDeps include list

Improves Vite's dependency pre-bundling by sorting the include list, ensuring consistent build order and potentially reducing build errors.

Health Assessment

Small
Low
Low
  • Quick review and merge within 17 hours, minimal rework, indicating a straightforward enhancement.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
chore(deps): update devdependency rolldown to v1.0.0-rc.18 (3.x) renovate L No 18.7h 18.7h May 05, 2026

Summary

Chore

Update rolldown devdependency to v1.0.0-rc.18

Bumps rolldown to the latest release, incorporating bug fixes and performance improvements for the Nuxt build tooling.

Health Assessment

Large
Low
Low
  • Single commit dependency bump merged quickly with minimal review, indicating a straightforward update with low impact risk.

AI Details

Tech Stack

Languages: Yaml
chore(deps): update all non-major dependencies (4.x) renovate XL No 23.7h 23.7h May 05, 2026

Summary

Chore

chore(deps): update all non-major dependencies (4.x)

This PR bumps all non‑major dependencies across the Nuxt monorepo, tightening security and ensuring compatibility with the latest patch releases.

Health Assessment

Large
Low
Low
  • The PR was merged within 24 hours with a single commit and no review comments, indicating a straightforward dependency update with minimal friction.

AI Details

Confidence: 1.00

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
« Page 3 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