Pull Request Explorer

Exploring 187 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
docs: adds videos to docs for v4 zubricks M No 0.3h 0.1h May 08, 2026

Summary

Health Assessment

AI Details

Tech Stack

feat!: remove deprecated title and setDocumentTitle from DocumentInfoContext jacobsfletch L No 4.0h 4.0h May 08, 2026

Summary

Feature

Remove deprecated title and setDocumentTitle

Users must now use the new DocumentTitleContext, improving performance and simplifying the API.

Health Assessment

Large
Low
Low
  • Fast cycle time and minimal review rounds indicate smooth integration.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
docs: adds relevant videos to docs sections zubricks M No 46.3h 46.3h May 08, 2026

Summary

Docs

Add relevant videos to documentation sections

Enhances user onboarding by embedding instructional videos in key documentation sections, improving comprehension and reducing support queries.

Health Assessment

Small
Low
High
  • PR took two days to review and merge, indicating a slow review process but minimal code changes.

AI Details

Confidence: 0.95

Tech Stack

feat!: bump minimum supported node.js version to 24.15.0 AlessioGr XL No 16.3h 16.3h May 08, 2026

Summary

Chore

Bump Node.js to 24.15.0

Upgrades the minimum Node.js requirement, removes the tsx dependency, and updates @types/node packages, enabling native TypeScript execution and simplifying the build process.

Health Assessment

X-Large
Low
Low
  • Fast 16‑hour cycle with a single approval and no post‑review commits indicates smooth review, but the large number of config and bundle changes suggests a high‑scope maintenance effort.

AI Details

Confidence: 0.75

Tech Stack

Languages: Javascript, Typescript
Frameworks: Nextjs
fix: correct icon source path in ui4 skill PatrikKozak XS No 0.2h 0.0h May 08, 2026

Summary

Docs

Correct icon source path in ui4 skill

Fixes incorrect icon path in ui4 skill configuration, ensuring correct icon rendering.

Health Assessment

Small
Low
Low
  • Quick, single-line documentation fix with no rework, merged within minutes.

AI Details

Confidence: 1.00

Tech Stack

chore(ui): update v4 components view with loading overlay and category titles JarrodMFlesch L No 0.6h 0.0h May 08, 2026

Summary

Chore

Update v4 component view with loading overlay

Enhances the test view with category titles, a loading overlay, and upcoming feature banners, improving developer experience and clarity.

Health Assessment

Large
Low
Low
  • Quick review and merge with minimal iterations, indicating a straightforward UI refactor with low risk to production.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
Frameworks: React
feat!: enable select api in the list view by default jacobsfletch L No 87.1h 87.0h May 08, 2026

Summary

Feature

Enable Select API in List View by Default

This change makes the Select API the default behavior for list views, automatically selecting essential fields and reducing the need for manual configuration, thereby improving performance and developer experience.

Health Assessment

Medium
High
High
  • The PR had a long cycle time and multiple iterations after the first review, indicating significant rework and complexity. The medium scope and high number of files changed increase the risk of integration issues.

AI Details

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React
feat!: remove deprecated min/max from relationship and upload fields AlessioGr M No 0.6h 0.3h May 08, 2026

Summary

Refactor

Remove deprecated min/max from relationship and upload fields

This PR removes deprecated min and max properties from relationship and upload fields with hasMany: true, replacing them with minRows and maxRows, ensuring compatibility with newer schema definitions and preventing runtime errors.

Health Assessment

Medium
Low
Low
  • PR was merged quickly with minimal changes, indicating a straightforward update to remove deprecated fields.

AI Details

Tech Stack

Languages: Typescript
feat!: remove croner sloppyRanges compatibility setting AlessioGr XS No 0.7h 0.5h May 08, 2026

Summary

Feature

Remove Croner sloppyRanges compatibility setting

Enforces stricter cron syntax, removing legacy compatibility and requiring updates to scheduled jobs.

Health Assessment

Small
Low
Low
  • Fast cycle time of 0.7h, minimal code changes, quick review, low risk of regression.

AI Details

Tech Stack

Languages: Typescript
fix: bump uuid package to 14.0.0 AlessioGr M No 0.7h 0.1h May 08, 2026

Summary

Bug Fix

Bump uuid package to 14.0.0

Updates uuid dependency to address a security advisory, ensuring safer data handling.

Health Assessment

Medium
Low
Low
  • Quick review and merge within 45 minutes, indicating straightforward dependency update.

AI Details

Tech Stack

fix: bump uuid package to 13.0.2 AlessioGr M No 0.0h 0.0h May 08, 2026

Summary

Bug Fix

Bump uuid package to 13.0.2

Updates the uuid dependency to address a security advisory while maintaining Node 18 compatibility.

Health Assessment

Medium
Low
Low
  • Security patch applied quickly with no review, minimal code churn.

AI Details

Tech Stack

Languages: Javascript
feat!: bump minimum supported Next.js version to 16.2.6 AlessioGr XL No 1.3h 0.5h May 07, 2026

Summary

Chore

Bump Next.js to 16.2.6

This PR updates the minimum supported Next.js version to 16.2.6, ensuring compatibility with newer features and security patches.

Health Assessment

Large
Medium
Low
  • Rapid merge with minimal review indicates low friction and a straightforward dependency update.

AI Details

Confidence: 0.75

Tech Stack

Languages: Javascript
Frameworks: Nextjs
templates: bumps next.js to 16.2.6 AlessioGr XL No 0.3h 0.3h May 07, 2026

Summary

Bug Fix

Update Next.js version to 16.2.6

Upgrades Next.js across all templates to 16.2.6, eliminating known CVEs and strengthening security for all deployments.

Health Assessment

X-Large
High
Low
  • Rapid merge with minimal review suggests confidence in the bump; the large pnpm-lock.yaml changes may introduce dependency conflicts that should be monitored.

AI Details

Confidence: 0.80

Tech Stack

Frameworks: Nextjs
feat!: consolidate admin.disabled field properties jacobsfletch XL No 33.4h 33.4h May 07, 2026

Summary

Feature

Consolidate admin.disabled field properties

Simplifies field disabling by unifying multiple admin flags into a single property, reducing configuration verbosity and improving maintainability for developers.

Health Assessment

Large
Medium
Medium
  • PR completed in a single cycle with moderate review latency and multiple commits, indicating iterative refinement without major blockers.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript, Javascript
feat(richtext-lexical): update lexical icons to v4 design JessRynkar XL No 5.0h 4.2h May 07, 2026

Summary

Feature

Update lexical icons to v4 design

Refreshes the rich text editor icons to match the latest design language, improving visual consistency and user experience.

Health Assessment

X-Large
Low
Low
  • Quick turnaround with minimal review cycles indicates a straightforward UI update.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
feat!: add support for dynamic select api jacobsfletch XL No 23.1h 23.1h May 07, 2026

Summary

Feature

Add dynamic select API support

Enables dynamic field selection in API queries, improving flexibility for virtual fields and admin views, reducing unnecessary data transfer.

Health Assessment

X-Large
Medium
Low
  • PR completed in under a day with minimal review, indicating efficient collaboration. The change adds significant new functionality for dynamic field selection, supported by a codemod to ease migration.

AI Details

Tech Stack

Languages: Javascript, Typescript
test: resolve nested button hydration errors in v4 test suite PatrikKozak M No 0.7h 0.7h May 07, 2026

Summary

Test

Resolve nested button hydration errors in v4 tests

Fixes hydration errors in the v4 components gallery, ensuring reliable rendering and preventing console errors for admin users.

Health Assessment

Small
Low
Low
  • Minimal changes, quick review, no blockers.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
perf(richtext-lexical): up to 3.6x cold start improvements when loading languages and features paulpopus S No 25.7h 24.8h May 07, 2026

Summary

Refactor

Performance improvements for richtext-lexical cold start

Reduces initialization time for Payload CMS rich text editor by optimizing feature loading and i18n merging, delivering up to 3.6× faster buildConfig() for large configs.

Health Assessment

Small
Low
Medium
  • The PR was reviewed and merged within a day, with minimal changes and no back‑and‑forth, indicating a smooth process.

AI Details

Tech Stack

Languages: Typescript
feat(ui): update drag to use drag overlay JessRynkar L No 23.7h 22.9h May 07, 2026

Summary

Feature

Update drag overlay for UI drag-and-drop

Enhances array and block fields with a visual drag overlay, improving user experience and reducing drag‑and‑drop stutter.

Health Assessment

Large
Low
Low
  • Fast cycle time of 23.7h and a single review round indicate a smooth, low‑risk PR.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
fix(ui): bulk upload silently counts failed files as saved AlessioGr M No 0.7h 0.7h May 07, 2026

Summary

Bug Fix

Fix UI bulk upload failure count

Corrects bulk upload UI to accurately reflect the number of successfully uploaded files, preventing misleading success messages.

Health Assessment

Medium
Low
Low
  • Quick, single-commit fix with minimal changes, resolved in under an hour, indicating efficient review and low complexity.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix(plugin-cloud-storage): preserve user-defined prefix.defaultValue AlessioGr XL No 9.6h 9.6h May 07, 2026

Summary

Bug Fix

Preserve user-defined prefix default value

Ensures custom default values for upload prefixes are preserved, preventing data misplacement and improving user control.

Health Assessment

AI Details

Tech Stack

Languages: Typescript
test: add v4 components gallery JarrodMFlesch XL No 1.4h 1.0h May 07, 2026

Summary

Feature

Add v4 component gallery for visual testing

Provides a lightweight storybook‑like environment for developers to prototype and test UI components, improving developer efficiency and reducing UI bugs.

Health Assessment

Large
Low
Medium
  • Rapid iteration with multiple small commits indicates active refinement; quick review cycle suggests high team alignment.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix(ui): misc field updates PatrikKozak XL No 39.6h 20.8h May 07, 2026

Summary

Bug Fix

Fix UI field styling and behavior

Improves user interface consistency and usability across form fields, date pickers, and navigation components, reducing user confusion and error states.

Health Assessment

X-Large
Medium
Medium
  • The PR addressed numerous UI regressions across multiple components, requiring a moderate review period and a large number of changes, indicating significant refactoring of styling logic.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix(ui): bulk upload silently counts failed files as saved AlessioGr M No 5.4h 5.4h May 07, 2026

Summary

Bug Fix

Fix bulk upload error counting

Corrects UI to accurately report failed bulk uploads, improving user feedback.

Health Assessment

Medium
Low
Low
  • Fast turnaround with a single commit, minimal scope, and no rework, indicating low risk and high confidence in the change.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix(plugin-cloud-storage): preserve user-defined prefix.defaultValue AlessioGr XL No 5.1h 0.2h May 07, 2026

Summary

Bug Fix

Preserve user-defined prefix.defaultValue in cloud-storage plugin

Fixes a bug where the plugin overwrote custom default values for the prefix field in upload collections, ensuring user-defined defaults are respected and preventing unintended folder naming.

Health Assessment

X-Large
Low
Low
  • Rapid review and merge within 5 hours, minimal rework, extensive test coverage added.

AI Details

Tech Stack

Languages: Javascript, Typescript
fix(plugin-cloud-storage): dedupe filename in clientUploads signed URL AlessioGr L No 0.7h 0.7h May 06, 2026

Summary

Bug Fix

Fix duplicate filename handling in client uploads

Prevents accidental overwriting of existing files when uploading with the same name, improving data integrity and user experience.

Health Assessment

Medium
Low
Low
  • Quick resolution with a single commit, merged within 0.7 hours, indicating minimal review friction and low risk.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript, Javascript
test(evals): remove Q and A evals and low-power model variant denolfe XL AI 0.2h - May 06, 2026

Summary

Refactor

Remove QA evals and low-power model variant

Streamlines the eval suite to focus on code generation, reducing noise and improving test reliability.

Health Assessment

Large
Medium
Low
  • Merged quickly with minimal review, large removal of QA-related code, improving focus on codegen tests.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: ChatGPT
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
test(evals): tighten codegen evaluation pipeline denolfe XL AI 0.1h 0.1h May 06, 2026

Summary

Feature

Tighten codegen evaluation pipeline

Hardens the Payload skill codegen evaluation pipeline by adding deterministic AST assertions, full skill context, cache pruning, and scorer rubric tightening, improving reliability and reducing false positives.

Health Assessment

X-Large
High
High
  • The PR was merged within minutes after a rapid series of commits, indicating intense iteration but also a high risk of regressions due to the large scope of changes.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude, ChatGPT
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
fix(plugin-cloud-storage): dedupe filename in clientUploads signed URL AlessioGr L No 6.7h 6.6h May 06, 2026

Summary

Bug Fix

Fix filename deduplication in client uploads

Ensures uploaded files use unique filenames to prevent overwriting existing blobs, improving data integrity and user experience.

Health Assessment

Medium
Low
Low
  • The PR was reviewed and merged within 7 hours, with only a single round of feedback and minimal rework, indicating a smooth and low-risk change.

AI Details

Tech Stack

Languages: Typescript
chore(db-mongodb): bump mongoose to `8.9.5` r1tsuu M No 17.5h 0.9h May 06, 2026

Summary

Chore

Bump mongoose to 8.9.5

Resolves a security vulnerability in mongoose, improving database security.

Health Assessment

Small
Low
Low
  • Quick dependency update with minimal review, indicating low risk and efficient process.

AI Details

Tech Stack

Languages: Javascript
feat(ui): v4 upload field JessRynkar XL No 165.3h 28.5h May 06, 2026

Summary

Feature

Add v4 upload field UI

Provides updated UI for the upload field, improving consistency and design alignment for users.

Health Assessment

X-Large
High
High
  • Long cycle time and multiple commits indicate significant rework; high scope and many review rounds suggest high risk.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
feat!: move global admin.components.elements to admin.components.edit jacobsfletch XL No 11.4h 3.8h May 06, 2026

Summary

Refactor

Move global admin components namespace

Reorganizes global admin component configuration to improve maintainability and developer experience.

Health Assessment

Large
Low
Low
  • Fast cycle time and minimal review rounds suggest a well‑scoped refactor with low risk.

AI Details

Confidence: 0.80

Tech Stack

Languages: Javascript, Typescript
Frameworks: Nextjs, React
ci: add missing e2e test suite to CI AlessioGr XS No 0.1h 0.0h May 05, 2026

Summary

CI/CD

Add missing e2e test suite to CI

Ensures the new lexical autosave block test suite runs in CI, improving test coverage and reliability.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes, indicating a straightforward CI update.

AI Details

Tech Stack

Languages: Typescript
Frameworks: Github-Actions
feat(ui): export missing icons from client entry point PatrikKozak S No 19.0h 19.0h May 05, 2026

Summary

Feature

Add missing icon exports to client barrel

Provides consistent icon imports for consumers, improving developer experience.

Health Assessment

Small
Low
Low
  • Quick 19‑hour cycle with a single commit and no rework indicates a smooth, low‑risk change.

AI Details

Tech Stack

Languages: Typescript
fix(richtext-lexical): cursor kicked out of nested richtext while typing in a block AlessioGr L No 0.0h 0.0h May 05, 2026

Summary

Bug Fix

Fix cursor issue in nested richtext blocks

This PR resolves a cursor glitch that caused text loss when typing inside nested richtext blocks, improving editor reliability for content creators.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, merged immediately after review, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
fix(richtext-lexical): cursor kicked out of nested richtext while typing in a block AlessioGr L No 10.3h 9.9h May 05, 2026

Summary

Bug Fix

Fix cursor loss in nested richtext blocks

Ensures cursor stays within nested richtext editors during autosave, preventing character loss and improving user editing experience.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal rework, fast review and merge, low risk to production

AI Details

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
test(evals): show codegen output as syntax-highlighted diff in dashboard denolfe XL No 0.5h 0.4h May 05, 2026

Summary

Feature

Show codegen diff in eval dashboard

Adds a syntax‑highlighted diff view of generated code in the eval dashboard, enabling reviewers to see how the model edited the config and iterate on the codegen skill.

Health Assessment

X-Large
Low
Low
  • The PR was merged within 30 minutes of opening, with no review comments or rework, indicating a smooth, low‑friction process.

AI Details

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
« Page 4 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