Pull Request Explorer

Exploring 205 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
refactor(nuxt,nitro): use dev exports for no-build type-checking danielroe XL No 16.6h 0.2h Jul 17, 2026

LLM analysis pending

This PR has not been analyzed yet.

refactor(kit,vite,webpack,nitro,schema): `ssrStyles` build output => lazy code provider danielroe S No 16.7h 16.1h Jul 17, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(deps): update devdependency knip to v6.27.0 (4.x) renovate S No 5.8h 5.7h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(deps): update dependency magic-string to v1 (main) renovate S No 6.5h 5.9h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(deps): update devdependency knip to v6.27.0 (3.x) renovate S No 4.9h 4.9h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(nuxt): respect saved scroll position on same-page back navigation from hash DamianGlowala XS No 1.2h 0.1h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(deps): update rolldown (4.x) renovate XL No 1.3h 1.3h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(deps): update rolldown (3.x) renovate XL No 1.2h 1.2h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(deps): update rolldown (main) renovate XL No 1.3h 0.7h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(deps): update all non-major dependencies (4.x) renovate XL No 0.6h 0.6h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(deps): update all non-major dependencies (3.x) renovate XL No 0.6h 0.6h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(deps): update all non-major dependencies (main) renovate XL No 1.5h 0.5h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(nuxt): update unctx to v3 DamianGlowala M No 81.2h 80.9h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(deps): update actions/setup-node action to v7 (4.x) renovate S No 0.5h 0.5h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(deps): update actions/setup-node action to v7 (3.x) renovate S No 0.5h 0.5h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(deps): unpin `@vue/shared` KazariAI XS No 6.3h 5.7h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

docs: clarify usage of await with useFetch Fuzzyma XS AI - 0.1h Jul 15, 2026

Summary

Docs

Clarify await usage with useFetch

This documentation update explains when to await useFetch, improving developer understanding and preventing potential UX issues.

Health Assessment

Small
Low
Low
  • Quick review and minimal changes indicate low complexity and high confidence in documentation clarity.

AI Details

Category: Code AI
Confidence: 0.75

Tech Stack

docs: improving testing documentation for better understanding skoenfaelt XS AI 225.7h 0.0h Jul 15, 2026

Summary

Docs

Improve testing docs with TypeScript config

Clarifies TypeScript test paths to prevent compilation errors for new users.

Health Assessment

Small
Low
Low
  • Documentation update with minimal code changes; AI-assisted review; long cycle due to branch merges but no functional risk.

AI Details

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

Tech Stack

docs: correct and improve `useAsyncData` and `useFetch` cyyynthia M No 194.5h 0.1h Jul 15, 2026

Summary

Docs

docs: correct and improve `useAsyncData` and `useFetch`

Updates Nuxt documentation to clarify return types and behavior of `useAsyncData` and `useFetch`, improving clarity for developers.

Health Assessment

Medium
Low
Low
  • Documentation-only PR with a single AI-assisted review comment and quick approval, indicating a straightforward, low-risk change.

AI Details

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

Tech Stack

fix(nuxt): tolerate missing dirs in parcel watcher danielroe M No 4.1h 2.8h Jul 15, 2026

Summary

Bug Fix

Fix missing directories in parcel watcher

Directories that don't exist now return false instead of throwing an error, improving stability.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved within hours, indicating efficient review and low complexity.

AI Details

Tech Stack

Languages: Typescript
fix(rspack,webpack): use async entry in dev to avoid circular import danielroe XS No 1.1h 0.1h Jul 15, 2026

Summary

Bug Fix

Fix circular import in webpack dev entry

Resolves flaky tests caused by circular imports in webpack's dev mode, improving build stability.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, fast review and merge.

AI Details

Tech Stack

Languages: Typescript
feat(nuxt): expose `getIslandHash` + `hashKey` + improve hash for keys danielroe L No 2.4h 0.1h Jul 15, 2026

Summary

Feature

Expose island hash and key hashing utilities

Provides libraries with a customizable hash function and a faster key hashing algorithm, improving caching performance and reducing bundle size for Nuxt applications.

Health Assessment

Medium
Medium
Medium
  • The PR was reviewed quickly (within 6 minutes) but required several subsequent commits, indicating a moderate level of iteration and complexity. The change spans 16 files with 144 lines added, which is a medium-sized scope. Overall risk is moderate due to the moderate iteration and medium scope.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
feat(rspack): use rsbuild dev server in middleware mode danielroe M No 21.3h 0.2h Jul 15, 2026

Summary

Feature

Use rsbuild dev server in middleware mode

Migrates Nuxt’s dev server to rsbuild, replacing webpack middleware for faster builds and simplified HMR integration.

Health Assessment

Medium
Low
Low
  • Fast review cycle (0.2h), minimal rework, AI review comments streamlined the process.

AI Details

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

Tech Stack

Languages: Typescript, Javascript, Yaml
Frameworks: Webpack
fix(nuxt): auto-import $fetch where possible danielroe M No 2.0h 0.2h Jul 15, 2026

Summary

Bug Fix

Auto-import $fetch in Nuxt components

Improves developer experience by automatically importing $fetch where possible, reducing boilerplate and potential errors.

Health Assessment

Small
Low
Low
  • Fast cycle time and minimal review comments indicate a straightforward bug fix with quick resolution.

AI Details

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

Tech Stack

Languages: Javascript, Typescript
fix(nuxt): auto-import `$fetch` where possible danielroe M No 1.2h - Jul 15, 2026

Summary

Bug Fix

Auto-import $fetch to prevent runtime errors

Ensures $fetch is automatically imported in user code, eliminating errors when $fetch.create is used before global assignment and improving developer experience.

Health Assessment

Medium
Low
Low
  • Fast turnaround with minimal rework; quick merge within 1.2 hours.

AI Details

Confidence: 0.10

Tech Stack

Languages: Javascript, Typescript
Frameworks: Nuxt
refactor(vite): extract TemplateHMRPlugin from DevServerPlugin danielroe S No 1.2h - Jul 15, 2026

Summary

Refactor

Refactor Vite: Extract TemplateHMRPlugin

This refactor separates template hot module replacement logic into its own plugin, improving modularity and maintainability.

Health Assessment

AI Details

Tech Stack

Languages: Javascript
chore(deps): update all non-major dependencies (3.x) renovate XL No 38.8h 38.8h Jul 15, 2026

Summary

Chore

Update non‑major dependencies

Keeps the Nuxt project’s dependencies current, reducing security risks and ensuring compatibility with newer releases.

Health Assessment

Medium
Low
High
  • The PR required almost two days before review, indicating a slow review process, but the change is small and low risk.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
chore(deps): update all non-major dependencies (4.x) renovate XL No 38.8h 38.8h Jul 15, 2026

Summary

Chore

Update non-major dependencies

This PR updates all non-major dependencies to keep the project up-to-date, ensuring compatibility and security.

Health Assessment

Medium
Low
Medium
  • The PR was merged after a single commit with a review time of ~39 hours, indicating a straightforward dependency update with minimal friction.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
docs: add builder guide danielroe L No 15.0h 0.0h Jul 15, 2026

Summary

Docs

Add builder guide documentation

Adds comprehensive documentation for the new Nuxt builder API, improving developer onboarding and usage.

Health Assessment

Large
Low
Low
  • Quick review and merge within 15 hours, minimal changes, straightforward documentation update.

AI Details

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

Tech Stack

fix(nuxt): unwrap module mutation trackers from options after installing danielroe M No 3.0h - Jul 14, 2026

Summary

Bug Fix

Fix Nuxt module mutation trackers after installation

Removes mutation proxies from nuxt.options after modules are installed, ensuring modules function correctly and preventing runtime errors.

Health Assessment

Small
Low
Low
  • Quick, single-commit fix with minimal code changes, no review friction, and no rework.

AI Details

Tech Stack

Languages: Typescript
chore(deps): update all non-major dependencies (main) renovate XL No 23.7h 21.3h Jul 14, 2026

Summary

Chore

Update non-major dependencies

This PR updates all non-major dependencies to their latest patch/minor versions, keeping the project secure and up-to-date.

Health Assessment

Small
Low
Low
  • Merged quickly after a single dependency update commit with minimal review friction.

AI Details

Tech Stack

test: reenable webpack/rspack dev tests danielroe M No 1.3h - Jul 14, 2026

Summary

Test

Reenable webpack/rspack dev tests

Adds missing dev server tests for webpack and rspack, ensuring regressions are caught early after recent changes.

Health Assessment

Small
Low
Low
  • Fast cycle time of 1.3 hours and minimal changes indicate low complexity and quick approval.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript
ci: use vite-plus to manage pnpm danielroe L No 0.9h 0.5h Jul 14, 2026

Summary

CI/CD

Use vite-plus for pnpm in CI workflows

Switches CI to use vite-plus for pnpm, improving reliability and performance of auto‑updates.

Health Assessment

Medium
Low
Low
  • Fast cycle time, minimal review friction, small scope, low risk.

AI Details

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

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
fix(nuxt): pass nuxt `rootDir` to typed-router context Anoesj S No 4.4h 3.8h Jul 14, 2026

Summary

Bug Fix

Fix nuxt typed router context

Resolves issue with typed router when Nuxt is prepared with a different cwd than rootDir

Health Assessment

Small
Low
Low
  • Quick review and approval process
  • Small, focused change with clear explanation and regression test

AI Details

Tech Stack

Languages: Typescript, Javascript
Frameworks: Nuxt, Vue
feat(rspack): use rspack-specific Vue loader Nsttt L No 2.4h 0.2h Jul 14, 2026

Summary

Feature

Add rspack-specific Vue loader

Enables Rspack to use its own Vue loader, improving build performance and compatibility for Vue projects.

Health Assessment

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

AI Details

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

Tech Stack

Languages: Javascript, Typescript, Yaml
Frameworks: Webpack, Rspack, Vue
chore(deps): bump nitro beta version danielroe L No 0.8h - Jul 13, 2026

Summary

Chore

Bump Nitro beta dependencies

Updates Nitro beta dependencies to ensure compatibility and avoid breaking production usage.

Health Assessment

Large
Low
Low
  • Fast cycle time of 0.8 hours with minimal review friction; the PR involves a straightforward dependency bump.

AI Details

Tech Stack

Languages: Typescript
test: force disable `test` mode for bundle size tests danielroe XS No 0.5h - Jul 13, 2026

Summary

Test

Disable test mode for bundle size tests

Ensures accurate bundle size measurements by disabling test mode

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes and low review friction

AI Details

Tech Stack

Languages: Typescript, Javascript
Frameworks: Nuxt
chore(deps): update rolldown (3.x) renovate XL No 0.6h 0.6h Jul 13, 2026

Summary

Chore

Update rolldown to 3.x

Updates the rolldown dependency to the latest 3.x version, which includes various bug fixes and performance improvements.

Health Assessment

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

AI Details

Confidence: 1.00

Tech Stack

Languages: Javascript
Frameworks: Nuxt
refactor(rspack): use `rsbuild` to power rspack builder Nsttt XL No 322.0h 205.2h Jul 13, 2026

Summary

Refactor

Refactor rspack builder to use rsbuild

Integrates rsbuild core into rspack, simplifying compiler creation and improving maintainability.

Health Assessment

Medium
High
High
  • Long review cycle and single comment review suggest limited scrutiny; potential risk of overlooked issues.
  • Large code changes across multiple packages indicate significant refactor.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix(kit): `noUncheckedSideEffectImports` (v5) + disable `libReplacement` danielroe S No 0.7h 0.1h Jul 13, 2026

Summary

Bug Fix

Fix kit side effect imports and disable libReplacement

Ensures TypeScript compatibility by preventing unchecked side effect imports and disabling libReplacement, reducing build errors for users.

Health Assessment

Medium
Low
Low
  • Rapid resolution with minimal changes; AI review streamlined feedback.

AI Details

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

Tech Stack

Languages: Typescript
chore(deps): update rolldown (4.x) renovate XL No 0.8h 0.4h Jul 13, 2026

Summary

Chore

chore(deps): update rolldown (4.x)

Updates the rolldown dependency to a newer patch version, ensuring compatibility and security fixes.

Health Assessment

X-Large
Low
Low
  • Automated dependency bump with quick review and merge, typical for Renovate PRs.

AI Details

Tech Stack

Languages: Typescript
fix(nuxt): update unctx to v3 beta DamianGlowala M No 14.3h 0.1h Jul 13, 2026

Summary

Bug Fix

Update unctx to v3 beta

Fixes ALS memory leak by updating unctx to v3 beta and makes UnctxTransformPlugin async due to API changes.

Health Assessment

Small
Low
Low
  • The PR was reviewed and approved quickly, indicating a smooth process.
  • The changes are relatively small, with only 8 files modified.

AI Details

Confidence: 0.80

Tech Stack

Languages: Javascript, Typescript
Frameworks: Nuxt
chore(deps): update devdependency rolldown to v1.1.5 (main) renovate XL No 1.1h 0.7h Jul 13, 2026

Summary

Chore

Update rolldown devdependency to v1.1.5

Bumps the rolldown build tool to the latest patch, improving build stability and compatibility for the Nuxt project.

Health Assessment

X-Large
Low
Low
  • Fast review and merge typical for automated dependency updates; minimal risk to production functionality.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
ci: update agentscan MatteoGabriele XS No 10.5h 0.1h Jul 10, 2026

Summary

CI/CD

Update agentscan CI workflow

Bumps agentscan to v2.0.1, adds trusted-authors-associations, removes bots list, introduces labels mode, and updates the identity package, tightening security scanning.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes to CI workflow, indicating low complexity and risk.

AI Details

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

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
perf(nitro): load inline style chunks concurrently quentinmcq S No 1.7h 0.2h Jul 03, 2026

Summary

Feature

Load inline style chunks concurrently

Improves serverless cold start performance by reducing dynamic import latency for pages with many CSS modules, cutting render times by up to 31%.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes indicates a straightforward performance tweak.

AI Details

Tech Stack

Languages: Javascript
perf(kit): stat paths directly and probe extensions in parallel quentinmcq S No 21.9h 0.1h Jul 03, 2026

Summary

Health Assessment

AI Details

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

Tech Stack

Languages: Typescript
perf(nuxt): index scanned components by name to avoid quadratic lookup quentinmcq S No 21.8h 21.3h Jul 03, 2026

Summary

Refactor

Improve component lookup performance in Nuxt

This change replaces an O(n^2) component lookup with a Map-based approach, significantly speeding up component scanning during development and reducing watch event overhead.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal rework, indicating a straightforward performance improvement.

AI Details

Tech Stack

Languages: Typescript
perf(nuxt): re-parse transformed file once in tree-shake plugin quentinmcq M No 21.5h 0.1h Jul 03, 2026

Summary

Refactor

Improve tree-shake plugin performance

Reduces redundant parsing, speeding up Nuxt build times for developers.

Health Assessment

Small
Low
Low
  • Fast 21‑hour cycle with minimal rework; AI review helped streamline feedback.

AI Details

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

Tech Stack

Languages: Typescript
chore(deps): update babel monorepo to v8 (3.x) renovate M No 97.8h 97.8h Jul 03, 2026

Summary

Chore

Update Babel monorepo to v8

Bumps Babel dependencies to v8, ensuring compatibility and new features for the Nuxt monorepo.

Health Assessment

Medium
Low
High
  • Dependency update took over 4 days to merge, indicating a slow review process but minimal changes and low risk to the codebase.

AI Details

Tech Stack

fix(nuxt): add `head.push` for client side Flo0806 S No 50.4h 30.1h Jul 03, 2026

Summary

Bug Fix

Add head.push for client side

Fixes client-side head rendering in Nuxt, ensuring correct tab titles.

Health Assessment

Small
Low
Medium
  • PR had a moderate review cycle with a few commits to address client-side rendering bug.

AI Details

Tech Stack

Languages: Javascript
Frameworks: Nuxt
« Page 4 of 5 »

Get this analytics stack for your team

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

Connect Repos