Pull Request Explorer

Exploring 88 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
chore(deps): bump fast-uri from 3.0.1 to 3.1.2 dependabot XS No 133.2h 133.2h May 14, 2026

Summary

Chore

chore(deps): bump fast-uri from 3.0.1 to 3.1.2

Updates the fast-uri library to a newer version that includes a security fix, reducing potential attack surface for the application.

Health Assessment

Small
Low
High
  • The PR was a simple dependency bump with only a lockfile change, but the review cycle was long, likely due to automated tooling and minimal code impact.

AI Details

Tech Stack

chore(deps): bump fast-xml-builder from 1.1.4 to 1.2.0 dependabot S No 135.7h 135.7h May 14, 2026

Summary

Chore

Bump fast-xml-builder dependency

Updates fast-xml-builder to the latest version, incorporating security fixes and new XML sanitization features, which enhances the reliability of XML processing in the application.

Health Assessment

Small
Low
High
  • Long review cycle due to automated dependency bump; minimal code changes, low risk.

AI Details

Tech Stack

chore(deps): bump @protobufjs/utf8 from 1.1.0 to 1.1.1 dependabot XS No 41.2h 15.5h May 14, 2026

Summary

Chore

Bump @protobufjs/utf8 dependency

Updates the protobufjs utf8 library to address bug fixes and improve compatibility.

Health Assessment

Small
Low
Low
  • Dependency bump completed quickly with minimal review and no rework.

AI Details

Tech Stack

fix(upgrade): align scoped @strapi packages in devDependencies innerdvations M No 160.1h 159.5h May 14, 2026

Summary

Bug Fix

Align scoped @strapi packages in devDependencies

Ensures all Strapi packages, including devDependencies, stay version‑aligned during upgrades, preventing version skew and potential runtime issues.

Health Assessment

Medium
Medium
High
  • Long review cycle indicates a bottleneck; single commit suggests minimal rework after approval.

AI Details

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

Tech Stack

Languages: Typescript
ci: add linear-triage-state-id input with name/type fallback butcherZ M No 7.6h 1.1h May 13, 2026

Summary

CI/CD

Add Linear triage state ID input with fallback

Adds a new input to the community PR triage GitHub Action that ensures Linear tickets are created in the correct Triage state, improving issue triage accuracy.

Health Assessment

Medium
Low
Low
  • Fast cycle time (7.6h) and minimal review rounds indicate smooth integration and low risk.

AI Details

Tech Stack

Languages: Javascript, Typescript, Yaml
Frameworks: Github-Actions
chore: release 5.46.0 markkaylor XL No 2.9h 0.1h May 13, 2026

Summary

Chore

Release 5.46.0: Updated CI/CD and docs

This PR updates CI/CD workflows, documentation, and release scripts for Strapi v5.46.0, ensuring smoother deployment and clearer documentation for contributors.

Health Assessment

X-Large
High
Low
  • Rapid merge after minimal review indicates high confidence in changes, but the large code churn suggests significant impact on CI/CD and documentation.

AI Details

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

Tech Stack

Languages: Javascript, Typescript, Yaml
Frameworks: Github-Actions
ci: fix community PR triage state and bump checkout to v6 butcherZ XL No 3.6h 3.5h May 13, 2026

Summary

CI/CD

Fix PR triage state and update checkout action

Corrects Linear ticket state for community PRs, preventing misclassification and eliminating Node.js deprecation warnings, improving workflow reliability.

Health Assessment

X-Large
Low
Low
  • Fast cycle time with a single review, minimal friction; large line change due to dist file but low risk to production

AI Details

Tech Stack

Languages: Javascript
Frameworks: Github-Actions
fix(core/admin): admin and content api tokens retro-compatibility nclsndr XL No 17.4h 15.1h May 13, 2026

Summary

Bug Fix

Fix admin and content API token retro‑compatibility

Ensures legacy API tokens with null kind continue to function correctly after the admin‑token split, preventing runtime errors for existing users.

Health Assessment

X-Large
Medium
Low
  • Fast 17‑hour cycle with minimal rework; the PR addressed a critical legacy compatibility issue with a small number of review iterations.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
chore(deps): bump ip-address from 10.1.0 to 10.2.0 dependabot XS No 147.4h 21.0h May 12, 2026

Summary

Chore

Bump ip-address dependency to 10.2.0

Updates ip-address library to newer version, improving compatibility and security.

Health Assessment

Small
Low
Low
  • Automated dependency bump with minimal code changes; long cycle time likely due to review queue rather than complexity.

AI Details

Confidence: 1.00

Tech Stack

fix(admin): remove year 2041 limit on date/datetime pickers MaksZhukov XS No 170.2h 164.6h May 12, 2026

Summary

Bug Fix

Remove year 2041 limit on date/datetime pickers

Extends the admin UI date pickers to allow selection of dates up to year 9999, ensuring future‑proofing and preventing selection errors for long‑term data.

Health Assessment

Small
Low
High
  • Long review cycle (over 6 days) suggests a blocker or low priority, but the change is small and low risk.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix(upgrade): use pnpm install when project prefers pnpm innerdvations M No 117.0h 77.7h May 12, 2026

Summary

Bug Fix

Fix upgrade to use pnpm install when project prefers pnpm

Adds pnpm support to Strapi utils and upgrade CLI, ensuring pnpm projects run pnpm install instead of npm, fixing registry resolution and preventing errors.

Health Assessment

Small
Low
Medium
  • The PR had a moderate review cycle with a single rework after initial review, but the changes were small and straightforward, resulting in a low risk merge.

AI Details

Tech Stack

Languages: Typescript, Javascript
fix(review-workflows): message when single stage Adzouz L No 140.7h 115.1h May 12, 2026

Summary

Bug Fix

Fix single-stage workflow message

Improves user experience by displaying accurate messages for single-stage review workflows and consolidates translations for consistency.

Health Assessment

Large
High
High
  • The PR required multiple iterations and a long review period, indicating complexity and potential risk to release schedule.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
ci: fix community PR report workflow butcherZ S No 21.4h 0.9h May 12, 2026

Summary

CI/CD

Fix community PR report workflow

Removes unnecessary build steps from the weekly report workflow and adds a heading to the report body, ensuring successful execution and better visibility in Linear.

Health Assessment

Small
Low
Low
  • Fast cycle time and minimal changes indicate a low-risk, straightforward CI improvement.

AI Details

Confidence: 0.10

Tech Stack

Languages: Javascript, Typescript, Yaml
Frameworks: Github-Actions
fix: FK violation publishing self-relation parent & child in one release garrettheaver M No 336.2h 1.8h May 12, 2026

Summary

Bug Fix

Fix FK violation in self-relation publishing

Ensures content releases with self-referential relations publish correctly by serializing actions and propagating errors, preventing orphaned records and 500 errors.

Health Assessment

Medium
Medium
Low
  • The PR was reviewed quickly but took over two weeks to merge, suggesting delays in testing or scheduling. The change fixes a critical data integrity issue that could affect production releases.

AI Details

Tech Stack

Languages: Typescript
fix(review-workflows): add assignee and review stage to list view filters Adzouz XL No 286.8h 3.7h May 12, 2026

Summary

Feature

Add Assignee and Review Stage filters to Content Manager list view

Enables filtering by assignee and review stage in the Content Manager list view, improving workflow visibility and user experience for EE users.

Health Assessment

X-Large
High
Medium
  • The PR required multiple iterations and a long cycle time, indicating significant complexity and potential risk to delivery schedule.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
chore(eslint): migrate .eslintrc + .eslintignore to .eslintrc.cjs unrevised6419 XL No 149.3h 59.0h May 12, 2026

Summary

Chore

Migrate ESLint configs to typed .cjs

Standardizes linting across the monorepo, enabling future ESLint upgrades and improving editor support, reducing linting errors.

Health Assessment

X-Large
Medium
Medium
  • The PR involved a large refactor of ESLint configs across the monorepo, taking over a week to review and merge, indicating moderate review friction but low risk to core functionality.

AI Details

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

Tech Stack

Languages: Javascript
fix: remove await from several telemetry calls to prevent blocking derrickmehaffy S No - 0.0h May 11, 2026

Summary

Bug Fix

Remove await from telemetry calls

Stops blocking requests when analytics server is slow, improving response times.

Health Assessment

Small
Low
Low
  • Minimal changes, no review needed, low risk.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
chore: release 5.45.1 update develop jhoward1994 XL No 1.9h 0.4h May 11, 2026

Summary

Chore

Release 5.45.1 update to develop

Updates Strapi core and admin packages to version 5.45.1, including bug fixes for content manager and CTB updates, improving stability and schema handling.

Health Assessment

X-Large
Medium
Low
  • Fast cycle time and minimal review rounds indicate an efficient release process; large code churn across many packages suggests significant updates but low review friction.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
Releases/5.45.1 [hotfix] jhoward1994 XL No 2.7h 0.6h May 11, 2026

Summary

Bug Fix

Hotfix release of Strapi 5.45.1

This hotfix release addresses critical issues in Strapi 5.45.1, ensuring stability and improved performance for users.

Health Assessment

X-Large
High
Low
  • Fast cycle time and minimal review indicate a straightforward hotfix with low friction, but the large scope and hotfix nature elevate risk.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript
Frameworks: React
hotfix: prevent single-type switch crashes and refresh schema after CTB updates jhoward1994 L No 93.1h 0.2h May 11, 2026

Summary

Bug Fix

Prevent single-type switch crashes and refresh schema

Fixes intermittent crashes when navigating between single types, improving admin stability and user experience.

Health Assessment

Large
High
Low
  • Fast review but long cycle due to CI triggers; moderate rework; high risk due to hotfix nature.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
[admin]key for select component and add missing translations jhoward1994 L No 117.3h 116.9h May 11, 2026

Summary

Chore

Add missing translations for select component

Adds missing translations for the select component in the admin profile page, improving internationalization support.

Health Assessment

Large
Medium
High
  • The PR had a long cycle time and slow review, but involved only a few files, indicating moderate complexity and low risk.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
chore: turkish translations for cloud jhoward1994 S No 117.7h 117.5h May 11, 2026

Summary

Chore

Add Turkish translations for cloud plugin

Adds Turkish language support for the Cloud plugin, enabling Turkish-speaking users to interact with the plugin's admin interface.

Health Assessment

Small
Low
High
  • The PR had a long review cycle with minimal changes, indicating a slow process but low complexity.

AI Details

Tech Stack

chore(.github): bump CI runners to node 24 nclsndr S No 114.5h 24.5h May 11, 2026

Summary

CI/CD

Bump CI runners to node 24

Update GitHub Actions to use Node 24, ensuring CI runs on the current LTS and aligns with the project’s supported Node range.

Health Assessment

Small
Low
High
  • PR took over 4 days to merge with a single review, indicating a slow review process but minimal changes.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
feat: add preview support to images and videos remidej L No - 0.1h May 11, 2026

Summary

Health Assessment

AI Details

Tech Stack

Languages: Javascript, Typescript
Frameworks: React
chore(ai): ignore .agents/local-skills and .agents/local-state for local only harness nclsndr XS No 0.2h 0.1h May 11, 2026

Summary

Chore

Ignore local agent harness directories

Prevents accidental commits of local-only harness files, keeping repository clean and reducing merge noise.

Health Assessment

Small
Low
Low
  • Quick, single-commit PR with minimal review, indicating low complexity and high confidence.

AI Details

Confidence: 0.80

Tech Stack

fix(admin): handle 204 no-content response in fetch client Eventyret M No - - May 08, 2026

Summary

Bug Fix

Fix 204 No Content handling in fetch client

Ensures password recovery works in Safari by preventing JSON parsing errors on empty responses, improving reliability across browsers. Adds tests to confirm behavior across HTTP methods.

Health Assessment

Small
Low
Low
  • PR addresses a browser‑specific bug with minimal changes and comprehensive tests, indicating a low‑risk, quick fix.

AI Details

Confidence: 0.95

Tech Stack

Languages: Javascript, Typescript
fix(db): deterministic schema hash by sorting tables before hashing Baldinof M No 97.8h 0.1h May 08, 2026

Summary

Bug Fix

Deterministic schema hash by sorting tables

Ensures consistent schema hashing across restarts, improving startup performance by reducing unnecessary schema checks.

Health Assessment

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

AI Details

Tech Stack

Languages: Typescript
fix(content-manager): local-storage was not updated if filters were r… mathildeleg S No 2.9h 2.8h May 07, 2026

Summary

Bug Fix

Fix localStorage update on filter removal

Ensures that clearing all list-view filters removes stale localStorage entries, preventing filters from reappearing on subsequent visits.

Health Assessment

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

AI Details

Confidence: 0.90

Tech Stack

Languages: Typescript
chore(deps): bump eslint-plugin-react nclsndr XL No 17.8h 17.6h May 07, 2026

Summary

Chore

Bump eslint-plugin-react dependency

Updates eslint-plugin-react to resolve CI linting failures, ensuring linting passes in CI and local environments.

Health Assessment

X-Large
Low
Low
  • Quick approval after a single review, minimal rework, but large lock file changes typical for dependency bumps.

AI Details

Tech Stack

ci: bundle all deps into community-pr-triage dist butcherZ XL No 0.3h 0.2h May 06, 2026

Summary

CI/CD

Bundle dependencies into community-pr-triage action

Ensures the community PR triage action runs reliably without runtime dependency installation, speeding CI execution and reducing failure risk.

Health Assessment

X-Large
Low
Low
  • Fast review and merge with minimal rework; high line count due to bundling all dependencies into a single self‑contained dist file.

AI Details

Confidence: 0.10

Tech Stack

Languages: Javascript, Typescript
ci: remove build steps from community-label workflow butcherZ S No 1.8h 0.3h May 06, 2026

Summary

CI/CD

Remove build steps from community-label workflow

Eliminates unnecessary build steps, preventing workflow failures and improving CI reliability for community PR labeling.

Health Assessment

Small
Low
Low
  • Fast cycle time and minimal changes indicate low risk and efficient resolution.

AI Details

Confidence: 0.10

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
fix: keep draft link on x-to-one relations non-dp to dp jhoward1994 L No 138.8h 90.9h May 06, 2026

Summary

Bug Fix

Fix draft link retention on x-to-one relations

Ensures related entries remain linked when editing content types without Draft & Publish, preventing data loss in edit and list views.

Health Assessment

Large
High
High
  • Long review cycle and large code changes suggest significant complexity; no rework indicates thorough review before merge.

AI Details

Tech Stack

Languages: Typescript
fix(test): check button attribute differently mathildeleg M No 20.3h 20.2h May 06, 2026

Summary

Bug Fix

Fix test flakiness by mocking button attribute

Updates test to avoid CI flakiness by mocking document context, ensuring reliable test execution.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, approved in a single review, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
CI: add community-pr-triage action with Linear and Notion reporting butcherZ XL No 197.7h 51.4h May 05, 2026

Summary

Feature

Add community PR triage action with Linear & Notion

Automates tracking of community PRs across GitHub, Linear, and Notion, reducing manual effort and improving visibility. Enables quick status updates and bulk syncs, improving collaboration.

Health Assessment

X-Large
High
High
  • The PR took nearly 8 days to merge with a long review delay, indicating significant review friction and a large scope of changes.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript, Javascript, Yaml
Frameworks: Github-Actions
fix(core/core): validation uses injected strapi instance nclsndr M No 3.6h 1.5h May 05, 2026

Summary

Bug Fix

Fix validation to use injected Strapi instance

Removes global Strapi references from validation logic, enhancing testability and consistency without affecting user-facing behavior.

Health Assessment

Medium
Low
Low
  • Quick approval with minimal changes indicates a straightforward bug fix.

AI Details

Tech Stack

Languages: Typescript
chore(security): mark Strapi v4 as End of Life derrickmehaffy S AI 142.5h 14.2h May 05, 2026

Summary

Chore

Mark Strapi v4 as End of Life

Strapi v4 reaches End of Life, removing security maintenance and updating SECURITY.md

Health Assessment

Small
Low
Low
  • The PR was merged quickly, indicating low review friction and a straightforward process.

AI Details

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

Tech Stack

Languages: Markdown
fix(graphql): isolate root query args per root field cdreier M No 119.9h 119.4h May 05, 2026

Summary

Bug Fix

Isolate root query args per field

Fixes a bug that caused shared root query arguments across GraphQL fields, ensuring each query branch receives its own arguments and returns accurate data. Improves data integrity for API consumers.

Health Assessment

Medium
Medium
High
  • Long review cycle indicates complexity or low priority; single commit suggests a straightforward fix; moderate scope.

AI Details

Tech Stack

Languages: Typescript, Javascript
test(e2e): fix race conditions with drag methods for each browser innerdvations L No 13.1h 12.9h May 05, 2026

Summary

Test

Fix E2E drag race conditions across browsers

Improves reliability of content creation UI across browsers, reducing test failures and developer frustration.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, approved in a single review, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Typescript
« Page 2 of 2

Get this analytics stack for your team

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

Connect Repos