Pull Request Explorer

Exploring 148 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
v4.4.7 github-actions S No 1.3h 0.1h Jun 02, 2026

Summary

Chore

Nuxt v4.4.7 release bump

Bumps Nuxt to v4.4.7, updating package versions and applying numerous bug fixes, refactors, and documentation updates.

Health Assessment

Small
Low
Low
  • Rapid merge with minimal changes indicates a routine release update.

AI Details

Tech Stack

chore(deps): update dependency webpack to v5.107.2 (main) renovate L No 9.6h 3.9h Jun 01, 2026

Summary

Chore

Update webpack dependency to v5.107.2

This PR updates the webpack dependency to the latest patch version, ensuring compatibility and performance improvements.

Health Assessment

Medium
Low
Low
  • Quick dependency bump with minimal changes and fast review, indicating low risk.

AI Details

Tech Stack

chore(deps): update devdependency tinyexec to v1.2.4 (main) renovate S No 4.3h 2.7h Jun 01, 2026

Summary

Chore

Update tinyexec devdependency to v1.2.4

Keeps the tinyexec library up to date, ensuring compatibility and security for the Nuxt project.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes, no blockers, and fast review turnaround.

AI Details

Tech Stack

chore(deps): update devdependency tinyexec to v1.2.4 (4.x) renovate S No 3.1h 3.1h Jun 01, 2026

Summary

Chore

Update tinyexec devdependency to v1.2.4

Automated dependency update to keep build tooling current and secure.

Health Assessment

Small
Low
Low
  • Quick automated dependency bump with minimal review and no impact on functionality.

AI Details

Tech Stack

Languages: Javascript
chore(deps): update devdependency rolldown to v1.0.3 (4.x) renovate L No 2.8h 2.8h Jun 01, 2026

Summary

Chore

chore(deps): update devdependency rolldown to v1.0.3

Update rolldown dev dependency to the latest patch, ensuring compatibility and security.

Health Assessment

Medium
Low
Low
  • Quick dependency bump with minimal review, indicating low risk and efficient process.

AI Details

Tech Stack

chore(deps): update devdependency rolldown to v1.0.3 (main) renovate L No 1.8h 1.8h Jun 01, 2026

Summary

Chore

Update dev dependency rolldown to v1.0.3

Updates the dev dependency rolldown to the latest version, which includes several bug fixes and performance improvements.

Health Assessment

Small
Low
Low
  • The PR was merged quickly, indicating a smooth review process.
  • The update is a routine dependency update, which is a low-risk change.

AI Details

Confidence: 1.00

Tech Stack

Languages: Javascript
Frameworks: Nuxt
chore(deps): update all non-major dependencies (4.x) renovate XL No 1.8h 1.8h Jun 01, 2026

Summary

Chore

Update non-major dependencies

Keeps project up-to-date with latest patch/minor releases, reducing security risks and ensuring compatibility.

Health Assessment

X-Large
Low
Low
  • Rapid merge after a single review indicates a smooth dependency update process with minimal friction.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
chore(deps): update devdependency rolldown to v1.0.3 (3.x) renovate L No 0.7h 0.7h Jun 01, 2026

Summary

Chore

Update rolldown devdependency to v1.0.3

Bumps the rolldown devdependency to the latest patch, improving compatibility and security for the Nuxt build tooling.

Health Assessment

Large
Low
Low
  • The PR was merged within 0.7 hours with a single review, indicating a straightforward dependency update with minimal impact.

AI Details

Tech Stack

chore(deps): update all non-major dependencies (main) renovate XL No 1.2h 1.2h Jun 01, 2026

Summary

Chore

Update all non-major dependencies

Automated dependency updates to keep packages current, reducing security risks and ensuring compatibility.

Health Assessment

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

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
fix(nuxt): preserve `.d.mts`/`.d.cts` in `resolveTypePaths` danielroe M No 1.1h - May 31, 2026

Summary

Bug Fix

Preserve .d.mts/.d.cts in resolveTypePaths

Ensures TypeScript declaration files are correctly resolved, preventing import errors and improving developer experience.

Health Assessment

Medium
Low
Low
  • The PR was reviewed and merged within 1.1 hours, indicating low complexity and minimal friction.

AI Details

Tech Stack

Languages: Typescript
docs: edit for clarity and grammar davidstackio XS AI 47.4h 47.3h May 31, 2026

Summary

Docs

Edit documentation for clarity and grammar

Improved clarity and grammar in Nuxt documentation, ensuring accurate guidance for developers.

Health Assessment

Small
Low
High
  • Minimal changes and a single review comment indicate low risk, but the extended review time suggests process delays.

AI Details

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

Tech Stack

fix(kit): improve TS extension stripping/substitutions danielroe M No 0.6h - May 31, 2026

Summary

Bug Fix

Improve TypeScript extension handling in kit

Fixes incorrect module resolution for TypeScript files, ensuring proper imports and compatibility across different module formats. This resolves build errors in Nuxt v5 nightly builds.

Health Assessment

Medium
Low
Low
  • The PR was merged quickly with minimal changes and no review comments, indicating a straightforward bug fix.

AI Details

Tech Stack

Languages: Typescript, Javascript
docs: add nodeTsConfig and sharedTsConfig options DavidDeSloovere S AI 0.5h 0.5h May 31, 2026

Summary

Docs

docs: add nodeTsConfig and sharedTsConfig options

Adds documentation for TypeScript configuration options in Nuxt, improving developer guidance and reducing onboarding friction.

Health Assessment

Small
Low
Low
  • Quick merge after a single review, indicating a straightforward documentation update.

AI Details

Category: Code AI

Tech Stack

fix(nuxt): escape props in `<NuxtClientFallback>` ssr output danielroe S No 31.4h - May 28, 2026

Summary

Bug Fix

Escape props in NuxtClientFallback SSR output

Fixes SSR output by escaping props in NuxtClientFallback to prevent potential XSS or rendering issues.

Health Assessment

Small
Low
Low
  • Quick bug fix with minimal changes, merged within a day, indicating efficient review and low complexity.

AI Details

Tech Stack

Languages: Typescript
fix(nitro): gate chrome devtools workspace endpoint to local requests danielroe M No 30.9h 0.1h May 28, 2026

Summary

Bug Fix

Gate Chrome DevTools Endpoint to Local Requests

Prevents unauthorized access to Chrome DevTools integration, enhancing security for local development environments. Ensures only local requests can access the devtools workspace endpoint, reducing potential attack surface.

Health Assessment

Small
Low
Low
  • Quick review and single commit after review indicate a straightforward bug fix with minimal risk.

AI Details

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

Tech Stack

Languages: Typescript
fix(rspack,webpack): require loopback host when missing same-origin signals danielroe M No 31.0h 0.1h May 28, 2026

Summary

Bug Fix

Require loopback host when same-origin signals missing

Fixes a bug in the webpack/rspack dev server that incorrectly handled non-same-origin requests, ensuring proper host resolution and preventing potential request failures.

Health Assessment

Medium
Low
Low
  • Quick review and minimal rework indicate a straightforward bug fix with low risk.

AI Details

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

Tech Stack

Languages: Javascript
fix(nuxt): prevent server-only page island from recursing via `<NuxtPage>` danielroe S No 31.3h 0.2h May 28, 2026

Summary

Bug Fix

Fix infinite recursion in server-only page islands

Prevents infinite loops caused by server-only page islands when using `<NuxtPage>`, improving stability for server-rendered pages.

Health Assessment

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

AI Details

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

Tech Stack

Languages: Typescript, Vue
Frameworks: Vue
fix(nuxt): apply `isScriptProtocol` guard to `navigateTo` open option danielroe S No 1.5h - May 28, 2026

Summary

Bug Fix

Apply script protocol guard to navigateTo open option

Ensures navigateTo with external option correctly rejects script protocol URLs, preventing potential security issues.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes and tests, merged within 1.5 hours, indicating low complexity and high confidence.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
fix(nuxt): reject prototype-chain keys in the island registry danielroe S No 1.4h - May 28, 2026

Summary

Bug Fix

Reject prototype-chain keys in island registry

Fixes a security bug that could expose internal data via the island registry endpoint.

Health Assessment

Small
Low
Low
  • Merged within 1.4 hours with minimal changes, indicating a straightforward, low-risk fix.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
chore(deps): update rolldown (3.x) renovate L No 96.6h 96.6h May 27, 2026

Summary

Chore

Update rolldown dependency to 1.0.2

Bumps rolldown to the latest patch, ensuring the build tooling remains up‑to‑date and secure.

Health Assessment

Medium
Low
Low
  • Automated dependency bump via Renovate, minimal review required, merged after 4 days with no conflicts or rework.

AI Details

Tech Stack

chore(deps): update devdependency sass-loader to v17 (4.x) renovate S No 51.9h 51.9h May 27, 2026

Summary

Chore

Update sass-loader devdependency to v17

This PR updates the sass-loader devdependency to version 17, ensuring compatibility with newer Node.js versions and improved build performance.

Health Assessment

Small
Low
High
  • Automated dependency update merged after a long review period, minimal code changes, low risk.

AI Details

Tech Stack

chore(deps): update all non-major dependencies (4.x) renovate XL No 42.9h 42.9h May 27, 2026

Summary

Chore

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

Updates all non-major dependencies to the latest patch/minor releases, ensuring Nuxt remains secure and compatible with recent ecosystem changes.

Health Assessment

Large
Low
Medium
  • Dependency updates were merged after a single review, with a moderate cycle time of 42.9 hours and no significant rework or conflicts.

AI Details

Tech Stack

build: use `tsdown` + `publishConfig` to replace stub + build steps danielroe XL No 13.6h 0.1h May 25, 2026

Summary

Chore

Replace stub build steps with tsdown

Streamlines Nuxt build configuration by replacing legacy stub steps with tsdown, improving build speed and developer experience.

Health Assessment

Large
Low
Low
  • T
  • h
  • e
  • P
  • R
  • w
  • a
  • s
  • r
  • e
  • v
  • i
  • e
  • w
  • e
  • d
  • a
  • n
  • d
  • m
  • e
  • r
  • g
  • e
  • d
  • w
  • i
  • t
  • h
  • i
  • n
  • 1
  • 3
  • .
  • 6
  • h
  • o
  • u
  • r
  • s
  • w
  • i
  • t
  • h
  • m
  • i
  • n
  • i
  • m
  • a
  • l
  • c
  • o
  • m
  • m
  • e
  • n
  • t
  • s
  • ,
  • i
  • n
  • d
  • i
  • c
  • a
  • t
  • i
  • n
  • g
  • a
  • s
  • m
  • o
  • o
  • t
  • h
  • p
  • r
  • o
  • c
  • e
  • s
  • s
  • a
  • n
  • d
  • l
  • o
  • w
  • r
  • i
  • s
  • k
  • .

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nuxt
docs: add dedicated module dependencies page cernymatej M AI 29.3h 0.1h May 25, 2026

Summary

Docs

Add dedicated module dependencies page

Adds a separate page for module dependencies in the Nuxt module author guide, improving clarity and navigation for developers.

Health Assessment

Medium
Low
Low
  • Quick review and minimal changes indicate a straightforward documentation update with low risk.

AI Details

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

Tech Stack

fix(nuxt): clarify page and layout usage warnings anton-gor-dev S No 2.8h 0.0h May 25, 2026

Summary

Bug Fix

Clarify Nuxt page and layout usage warnings

This PR refines runtime warnings for Nuxt components, improving developer clarity and reducing false positives.

Health Assessment

Small
Low
Low
  • Quick, single-commit fix with no rework, reviewed and merged within hours.

AI Details

Tech Stack

Languages: Typescript
feat(nuxt): honour http proxy env vars in builder environment danielroe M No 3.6h 0.1h May 25, 2026

Summary

Feature

Honor HTTP proxy env vars during Nuxt build

Ensures Nuxt respects system-wide HTTP proxy settings at build time, improving compatibility for developers behind corporate proxies.

Health Assessment

Medium
Low
Low
  • Fast cycle time and minimal review comments indicate smooth integration.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Frameworks: Nuxt
chore(deps): update all non-major dependencies (main) renovate XL No 169.2h - May 25, 2026

Summary

Chore

Update all non-major dependencies

Keeps the Nuxt project’s dependencies current, reducing technical debt and security risks.

Health Assessment

Large
Low
Low
  • Automated dependency bump via Renovate, merged after ~7 days with minimal code changes; large lockfile updates but no manual review required.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
chore(deps): update dependency webpack to v5.107.1 (main) renovate L No 10.3h 10.3h May 25, 2026

Summary

Chore

Update webpack dependency to v5.107.1

Bumps webpack to the latest patch, improving build stability and performance for Nuxt projects.

Health Assessment

Medium
Low
Medium
  • Fast cycle time and minimal changes indicate a straightforward dependency bump with no significant risk.

AI Details

Tech Stack

Languages: Javascript
chore(deps): bump nitro to ^3.0.260522-beta and srvx to ^0.11.16 danielroe L No 0.4h - May 25, 2026

Summary

Chore

Update Nitro and Srvx dependencies to beta

Keeps the Nuxt stack up-to-date, reducing security risks and enabling new server capabilities.

Health Assessment

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

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
fix(nuxt): await in-lifght template generation when closing nuxt danielroe S No 0.3h - May 25, 2026

Summary

Bug Fix

Fix Nuxt Template Generation

Fixes an issue with Nuxt template generation when closing, preventing potential errors.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes, indicating a straightforward bug fix.

AI Details

Confidence: 0.80

Tech Stack

Languages: Javascript
Frameworks: Nuxt
chore(deps): update devdependency sass-loader to v17 (main) renovate S No 2.8h 2.8h May 25, 2026

Summary

Chore

Update sass-loader devdependency to v17

This PR updates the sass-loader devdependency to version 17, improving build performance and compatibility with newer Node.js versions.

Health Assessment

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

AI Details

Tech Stack

chore(deps): update rolldown (4.x) renovate L No 1.3h 1.3h May 25, 2026

Summary

Chore

Update rolldown dependency to 1.0.2

Bumps rolldown to the latest patch, improving build stability and ensuring compatibility with the latest features.

Health Assessment

Large
Low
Low
  • Fast merge with minimal review, indicating a routine dependency bump with low risk to production.

AI Details

Confidence: 0.75

Tech Stack

chore(deps): update rolldown (main) renovate L No 3.3h 3.3h May 25, 2026

Summary

Chore

Update rolldown dependency to latest version

This PR updates the rolldown package to a newer version, incorporating bug fixes and ensuring compatibility with the Nuxt 5.x codebase.

Health Assessment

Medium
Low
Low
  • The PR was merged within 3.3 hours, indicating a smooth review process and minimal impact on the codebase.

AI Details

Tech Stack

Languages: Yaml
chore(deps): update vitest to v4.1.7 (main) renovate L No 2.6h 2.6h May 25, 2026

Summary

Chore

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

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

Health Assessment

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

AI Details

Tech Stack

chore(deps): update all non-major dependencies (4.x) renovate XL No 156.7h - May 25, 2026

Summary

Chore

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

Automated dependency updates to patch/minor versions, keeping the project secure and up-to-date.

Health Assessment

Small
Low
Medium
  • Renovate bot performed a bulk dependency bump with minimal manual intervention; the PR was reviewed and merged within a week, indicating a smooth, low-risk process.

AI Details

Tech Stack

Languages: Javascript
feat(nuxt): upgrade to nuxt/devtools v4 alpha danielroe XL No 30.7h - May 24, 2026

Summary

Feature

Upgrade to Nuxt Devtools v4 Alpha

Enables testing of new devtools in Nuxt v5 nightly releases

Health Assessment

Small
Low
Low
  • Quick cycle time and small scope indicate a straightforward upgrade process

AI Details

Tech Stack

Languages: Javascript
Frameworks: Nuxt
fix(nuxt): handle missing payload in chunkError listener Noah3521 XS No 33.5h 0.2h May 24, 2026

Summary

Bug Fix

Fix missing payload in chunkError listener

Prevents runtime errors when a chunk fails to load without a payload, ensuring graceful handling of CSS preload checks.

Health Assessment

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

AI Details

Tech Stack

Languages: Typescript
chore(deps): lock file maintenance (main) renovate XL No 23.0h 23.0h May 24, 2026

Summary

Chore

chore(deps): lock file maintenance

Updates lock files to the latest dependency versions, ensuring Nuxt stays up‑to‑date.

Health Assessment

X-Large
Low
Low
  • Lock file updated with minimal code changes; review and merge took ~23 hours, typical for dependency updates.

AI Details

Tech Stack

Languages: Typescript, Yaml
ci: automatically close PRs from automated accounts danielroe M No 0.2h 0.1h May 23, 2026

Summary

CI/CD

Automatically close PRs from automated accounts

This PR updates the CI workflow to automatically close pull requests created by fully automated accounts, reducing manual intervention.

Health Assessment

Small
Low
Low
  • Quick review and merge, minimal changes to CI workflow.

AI Details

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

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
fix(kit): avoid excluding node-context files in legacy tsconfig ShaharAviram1 S No 15.8h 0.0h May 23, 2026

Summary

Bug Fix

Fix legacy tsconfig exclusion of node-context files

Ensures legacy tsconfig includes necessary node-context files, preventing build failures and maintaining user-defined exclude behavior.

Health Assessment

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

AI Details

Tech Stack

Languages: Typescript
feat(nuxt): forward destination preload hints on link prefetch danielroe M No 8.3h 0.1h May 21, 2026

Summary

Feature

Add prefetch preload hint forwarding in Nuxt

Enables automatic preloading of destination assets when a link is prefetched, reducing load times and improving user experience.

Health Assessment

Medium
Low
Low
  • The PR was reviewed and merged within 8.3 hours, with a single AI‑generated review comment and minimal rework, indicating a smooth, low‑risk change.

AI Details

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

Tech Stack

Languages: Typescript, Javascript, Vue
Frameworks: Nuxt
refactor(nuxt): delete cleared keys in `clearNuxtData` & `clearNuxtState` cernymatej S AI 5.7h 0.0h May 21, 2026

Summary

Refactor

Refactor: delete cleared keys in Nuxt state

Improves state cleanup by removing keys instead of setting them to undefined, reducing memory usage and preventing stale state. This change ensures components receive a clean state after reset.

Health Assessment

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

AI Details

Category: Code AI
Confidence: 0.75

Tech Stack

Languages: Typescript
perf(nuxt,vite): reuse vite watcher via `experimental.watcher` danielroe M No 1.2h - May 21, 2026

Summary

Feature

Reuse Vite Watcher for Performance

Reduces resource usage by reusing Vite's watcher in Nuxt, improving performance.

Health Assessment

Medium
Low
Low
  • Quick cycle time and minimal review friction indicate a well-planned and executed PR.

AI Details

Tech Stack

Languages: Javascript
Frameworks: Nuxt, Vite
refactor(nuxt): resolve builder earlier + skip watcher for `nuxt prepare` danielroe M No 0.9h 0.0h May 21, 2026

Summary

Refactor

Refactor builder resolution and watcher logic

Improves startup performance by resolving the builder earlier and skipping unnecessary watcher during preparation, reducing resource usage.

Health Assessment

Small
Low
Low
  • Quick refactor with minimal changes, AI-assisted review, merged within an hour.

AI Details

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

Tech Stack

Languages: Typescript
refactor(nitro,nuxt): update runtime files to support isolated declarations danielroe XL No 1.1h 0.1h May 21, 2026

Summary

Refactor

Update runtime files for isolated declarations

This refactor improves runtime performance and type safety, enabling future compile-time optimizations and clearer code for developers.

Health Assessment

X-Large
Medium
Medium
  • Rapid review and multiple commits indicate active refactoring; low review time but moderate iteration suggests careful code quality checks.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Frameworks: Nuxt, Nitro
fix(nuxt): propagate `useFetch`/`useAsyncData` factory types danielroe M No 16.4h 0.1h May 21, 2026

Summary

Bug Fix

Propagate factory types for useFetch and useAsyncData

Ensures type safety for Nuxt composables, improving developer experience and reducing runtime errors.

Health Assessment

Medium
Low
Low
  • Fast review and merge, minimal rework, indicates straightforward bug fix.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nuxt
feat(nuxt): support named views via filename convention danielroe M No 58.5h - May 21, 2026

Summary

Feature

Add support for named views via filename convention

Adds support for named views in Nuxt pages, allowing developers to render multiple view outlets from a single route. This improves UI flexibility and reduces boilerplate.

Health Assessment

Medium
Low
Medium
  • Merged within 2.5 days with minimal rework, indicating efficient review and implementation.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript
Frameworks: Nuxt
fix(nitro): restore 'import' condition for ssr resolve danielroe M No 12.0h 0.0h May 20, 2026

Summary

Bug Fix

Restore import condition for SSR resolve

Fixes SSR resolution bug in Nitro server, ensuring correct import handling for server-side rendering.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal rework, resolved within 12 hours, indicating efficient collaboration.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Frameworks: Vue
test: cover add regression test for hmr in sibling local layers danielroe M No 1.0h - May 19, 2026

Summary

Test

Add regression test for HMR in sibling layers

Adds a regression test ensuring hot module replacement functions correctly in sibling local layers, preventing future regressions.

Health Assessment

Small
Low
Low
  • Merged within an hour after a single commit, indicating minimal review friction and straightforward test addition.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript, Javascript
Frameworks: Vue
ci: fix lychee dynamic composable exclude mohitkum4r XS No 12.3h 12.3h May 19, 2026

Summary

Bug Fix

Fix lychee dynamic composable exclusion

Corrects CI pipeline failures by updating lychee exclusion rules to handle dynamic URLs, preventing false 404 errors.

Health Assessment

Small
Low
Low
  • Quick fix with single commit and single approval, minimal impact.

AI Details

Tech Stack

Page 1 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