Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| Update dependency eslint-plugin-tailwindcss to v4.0.4 | tryghost-renovate | XL | No | 220.2h | 219.4h | Jul 02, 2026 |
SummaryChoreUpdate eslint-plugin-tailwindcss to v4.0.4 This PR updates the eslint‑plugin‑tailwindcss dependency to v4.0.4, fixing linting issues and ensuring compatibility with Tailwind CSS v4, thereby improving code quality and developer experience. Health Assessment
X-Large
High
High
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Update CSS preprocessors | tryghost-renovate | L | No | 123.7h | - | Jul 02, 2026 |
SummaryChoreUpdate CSS preprocessors Bumps autoprefixer and postcss to newer patch versions, applying bug fixes and security patches for improved CSS compatibility. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Yaml
|
||||||
| Update dependency @types/react to v17.0.93 | tryghost-renovate | M | No | 123.2h | - | Jul 02, 2026 |
SummaryChoreUpdate @types/react to v17.0.93 Updates the React type definitions to the latest patch, improving type safety and preventing potential build issues. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| Update dependency @playwright/test to v1.61.1 | tryghost-renovate | M | No | 119.4h | - | Jul 02, 2026 |
SummaryChoreUpdate dependency @playwright/test to v1.61.1 This PR updates the Playwright test dependency to the latest patch, ensuring compatibility with new bug fixes and features. Health Assessment
Medium
Low
High
AI DetailsTech Stack
Languages:
Yaml
|
||||||
| Update dependency nx to v22.7.6 | tryghost-renovate | L | No | 122.7h | - | Jul 02, 2026 |
SummaryChoreUpdate dependency nx to v22.7.6 Automated dependency bump to keep the build up to date, ensuring compatibility and security patches. Health Assessment
Large
Low
Low
AI DetailsTech Stack |
||||||
| Update Docker image digests | tryghost-renovate | XS | No | 3.2h | - | Jul 02, 2026 |
SummaryChoreUpdate Docker image digests Ensures all Docker images use the latest secure digests, reducing vulnerability risk and maintaining consistency across environments. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Yaml
Frameworks:
Github-Actions, Docker
|
||||||
| Update docker/build-push-action digest to 53b7df9 | tryghost-renovate | S | No | 3.2h | - | Jul 02, 2026 |
SummaryCI/CDUpdate docker/build-push-action digest to 53b7df9 Updates the digest of the docker/build-push-action to a newer version, ensuring CI pipelines use the latest stable action. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| Update dependency @number-flow/react to v0.6.1 | tryghost-renovate | M | No | 1.1h | - | Jul 02, 2026 |
SummaryChoreUpdate dependency @number-flow/react to v0.6.1 Bumps the @number-flow/react UI component library to the latest patch, ensuring compatibility and security fixes for the Ghost theme system. Health Assessment
Medium
Low
Low
AI DetailsTech Stack |
||||||
| Update tryghost/actions digest to 2390ec2 | tryghost-renovate | S | No | 2.1h | - | Jul 02, 2026 |
SummaryChoreUpdate tryghost/actions digest to 2390ec2 Keeps CI workflows up to date with the latest action version, improving reliability and security. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| Fixed typo in email analytics comment | EvanHahn | XS | No | 0.2h | - | Jul 01, 2026 |
SummaryBug FixFixed typo in email analytics comment This change should have no user impact. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| Update dependency @faker-js/faker to v10.5.0 | tryghost-renovate | S | No | 119.3h | - | Jul 01, 2026 |
SummaryChoreUpdate dependency @faker-js/faker to v10.5.0 Bumps the faker library to v10.5.0, adding new locales and bug fixes that improve data generation quality for the application. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Yaml
|
||||||
| Update mysql Docker tag to v8.4.10 | tryghost-renovate | XS | No | 117.0h | - | Jul 01, 2026 |
SummaryChoreUpdate mysql Docker tag to v8.4.10 Updates the MySQL Docker image to the latest patch, improving security and stability for the Ghost application. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Yaml
Frameworks:
Docker
|
||||||
| Update storybook monorepo to v10.4.6 | tryghost-renovate | L | No | 143.5h | - | Jul 01, 2026 |
SummaryChoreUpdate storybook monorepo to v10.4.6 Bumps Storybook and related packages to v10.4.6, applying critical bug fixes and security patches without changing application behavior. Health Assessment
Large
Low
Low
AI DetailsTech Stack |
||||||
| Raised Renovate nodeMaxMemory to 8192MB to stop lockfile-gen OOM | 9larsons | S | No | 0.5h | 0.0h | Jul 01, 2026 |
SummaryBug FixIncrease Renovate node memory to prevent OOM By raising Renovate's node memory cap, lockfile generation no longer OOMs, allowing dependency PRs to pass CI and automerge, clearing backlog and improving throughput. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Frameworks:
Renovate
|
||||||
| fix(admin): prevent 'new' slug on tags to avoid route overlap | webdevpraveen | M | No | 338.8h | 0.1h | Jul 01, 2026 |
SummaryBug FixPrevent 'new' tag slug to avoid route conflict Fixes routing overlap bug where tag slug 'new' conflicts with admin route, ensuring tags can be edited and viewed correctly. Improves user experience by preventing accidental navigation to tag creation page. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| Removed an unnecessary member from automations service | EvanHahn | S | No | 0.5h | 0.2h | Jul 01, 2026 |
SummaryRefactorRemoved an unnecessary member from automations service Simplifies the automations service by eliminating a redundant member variable, reducing duplication without affecting user experience. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| Converted automations service to TypeScript | EvanHahn | M | No | 0.3h | - | Jul 01, 2026 |
SummaryRefactorConverted automations service to TypeScript Refactored the automations service to TypeScript, improving type safety and maintainability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| Added slim Chromium-only Playwright runner image for E2E CI | acburdine | L | AI | 3.2h | 0.1h | Jul 01, 2026 |
SummaryCI/CDAdd slim Chromium-only Playwright runner image for E2E CI Reduces CI bandwidth and speeds up E2E tests by using a slimmer Chromium-only Playwright image, cutting roughly 4.5 GB per run. Health Assessment
Large
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Yaml, Shell
Frameworks:
Github-Actions, Docker
|
||||||
| fix: enable link search in feature image caption and center caption text | Dikshant0Git | M | No | 312.7h | 0.1h | Jul 01, 2026 |
SummaryBug FixEnable link search and center caption text Restores link autocomplete in feature image captions and aligns caption text, improving content editing consistency and user experience. Health Assessment
Medium
Medium
Medium
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| Improved app Playwright job setup time by scoping the install | acburdine | XS | AI | 0.2h | 0.0h | Jul 01, 2026 |
SummaryCI/CDImprove Playwright job setup time by scoping install Optimizes CI by limiting pnpm installs to the relevant app, cutting build time and resource usage for Playwright tests. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| 🐛 Fixed stored XSS and mangled structured data in JSON-LD output | 9larsons | M | No | 3.0h | - | Jul 01, 2026 |
SummaryBug FixFix XSS and JSON‑LD data corruption Prevents cross‑site scripting attacks and ensures accurate structured data for search engines, improving security and SEO. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| Improved E2E shard setup time by scoping the dependency install | acburdine | XS | AI | 0.3h | - | Jul 01, 2026 |
SummaryCI/CDReduce E2E shard install time by scoping dependencies Optimizes end‑to‑end test execution by limiting dependency installation to the e2e package, cutting shard setup time by ~30 seconds and improving CI throughput. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| Improved production image pull time by deduplicating chown layers | acburdine | M | AI | 0.5h | 0.1h | Jul 01, 2026 |
SummaryRefactorReduce image pull time by deduplicating chown layers By eliminating duplicate chown layers, the production image shrinks, reducing pull time and speeding up CI pipelines. This leads to faster deployments and lower bandwidth usage for Ghost users. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Frameworks:
Docker
|
||||||
| Prevent Tinybird polling when analytics is disabled | sawirricardo | L | No | 313.9h | 294.4h | Jul 01, 2026 |
SummaryBug FixPrevent Tinybird polling when analytics is disabled Stops unnecessary Tinybird queries when analytics is turned off, improving performance and reducing costs for users. Health Assessment
Large
High
High
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| i18n: add Lithuanian (lt) search translations | Vaidas196 | S | No | 54.4h | 0.0h | Jul 01, 2026 |
SummaryFeatureAdd Lithuanian search translations Adds Lithuanian translations for the Sodo Search app, enabling Lithuanian users to see search results in their native language. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| TypeScriptify cache rules test fixtures | EvanHahn | XS | No | 1.4h | - | Jul 01, 2026 |
SummaryTestTypeScriptify cache rules test fixtures This is a test-only change that should have no user impact. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| 🐛 Fixed admin sidebar hidden behind legacy screens on mobile | betschki | XS | No | 69.3h | 67.4h | Jul 01, 2026 |
SummaryBug FixFix admin sidebar on mobile The admin sidebar was hidden behind legacy screens on mobile due to z-index issues. This fix isolates the Ember app into its own stacking context, ensuring the sidebar renders above it. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Css, Javascript
Frameworks:
React, Ember
|
||||||
| Improved API output serializer to avoid per-request allocations | frenck | M | No | 89.7h | 0.0h | Jul 01, 2026 |
SummaryRefactorOptimize API serializer to reduce per-request allocations This change removes per-request allocations in the API serializer, cutting CPU usage and GC pressure on all content and admin API responses without altering functionality. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| 🐛 Fixed hover-reveal View more buttons staying hidden on keyboard focus | dimitristrechas | XS | No | 126.6h | 7.0h | Jul 01, 2026 |
SummaryBug FixFix hidden hover-reveal buttons on keyboard focus Improves accessibility by ensuring keyboard users can see and interact with hidden analytics buttons, enhancing usability for non-mouse users. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Fix bookmark favicon selection in oEmbed fallback | lujuldotcom | S | No | 112.9h | 0.0h | Jul 01, 2026 |
SummaryBug FixFix bookmark favicon selection in oEmbed fallback Corrects favicon selection for bookmark cards in oEmbed fallback, ensuring the standard favicon is used instead of Apple Touch icon, improving consistency for bookmark previews. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| Fixed gift-link usage count wiring and display | jonatansberg | M | No | 22.5h | 16.4h | Jul 01, 2026 |
SummaryBug FixFixed gift-link usage count wiring and display Corrects gift-link usage count display in post analytics, ensuring accurate counts and proper loading/error handling. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Both AI
Tools:
ChatGPT, CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Added gift dimension to the web analytics data files | jonatansberg | L | No | 174.1h | 31.0h | Jul 01, 2026 |
SummaryFeatureAdd gift_link dimension to web analytics data Adds a gift_link field to analytics pipelines, enabling segmentation of gift traffic and per-link usage metrics for better marketing insights. Health Assessment
Large
High
High
AI Details
Usage:
AI Reviewed
Category:
Both AI
Tools:
ChatGPT, CodeRabbit
Confidence:
0.95
Tech Stack |
||||||
| Added gift link filter to web analytics | luissazevedo | M | AI | 28.4h | 0.1h | Jul 01, 2026 |
SummaryFeatureAdded gift link filter to web analytics Introduces a Gift link filter in web traffic analytics, allowing users to segment traffic by gift link usage and gain deeper marketing insights. Health Assessment
Medium
Low
Medium
AI Details
Usage:
Authored by AI
Category:
Both AI
Tools:
Claude, CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| Fix comments UI nullable reply HTML handling | PedroMarianoAlmeida | M | No | 112.5h | - | Jul 01, 2026 |
SummaryBug FixFix comments UI nullable reply HTML handling Fixes UI rendering for deleted comment replies, preventing crashes and ensuring a clean user experience when comment HTML is null. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| 🎨 Improved y-axis scaling and country names in Analytics | peterzimon | M | No | 310.8h | 98.4h | Jul 01, 2026 |
SummaryFeatureEnhance Analytics Charts and Country Labels Improves visibility of low click rates and presents country names in a user-friendly format, enhancing data readability for marketers. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| Added alias for sqlite3 to better-sqlite3 | sam-lord | M | No | 0.3h | 0.1h | Jul 01, 2026 |
SummaryRefactorAdded alias for sqlite3 to better-sqlite3 Ensures Ghost uses better-sqlite3 instead of sqlite3 for improved performance and stability. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| 🎨 Improved share modal to clamp long post previews | weylandswart | S | No | 40.2h | 2.1h | Jul 01, 2026 |
SummaryFeatureImproved share modal to clamp long post previews Clamps long post previews in the share modal, preventing overflow and improving the sharing experience on smaller viewports. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Added gift dimension to the web analytics tracker on gift reads | jonatansberg | M | No | 169.4h | 31.1h | Jul 01, 2026 |
SummaryFeatureAdd gift link dimension to web analytics tracker Enables tracking of gift link usage in analytics, allowing segmentation and per‑link metrics for better insight into gift traffic. Health Assessment
Medium
Low
Medium
AI Details
Usage:
AI Reviewed
Category:
Both AI
Tools:
CodeRabbit, ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Javascript, Typescript
|
||||||
| Added Turkish translation for gift subscription | selin-blip | XS | No | 125.7h | 0.1h | Jun 30, 2026 |
SummaryFeatureAdded Turkish translation for gift subscription Adds Turkish language support for the new gift subscription feature, ensuring accurate translations and compliance with linting rules. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack |
||||||
| Updated gift toast no-site-icon state | weylandswart | S | No | 0.6h | - | Jun 30, 2026 |
SummaryFeatureImprove gift toast icon-less state Enhances visual consistency for gift toast when no site icon is present by using the publication accent color, improving user experience. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| Added trigger for docker-library-ghost auto-update after npm publish | acburdine | S | No | 20.2h | - | Jun 30, 2026 |
SummaryCI/CDAdd trigger for docker-library-ghost auto-update after npm publish Adds a GitHub Actions trigger that automatically updates the Docker image version when an npm package is published, keeping the Docker image in sync with the latest Ghost release. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| Automate patch releases for public UMD apps | acburdine | XL | AI | 16.4h | 0.1h | Jun 30, 2026 |
SummaryFeatureAutomate patch releases for public UMD apps Automates patch release publishing for Ghost public UMD apps, eliminating manual version bumping and merge conflicts, improving release reliability. Health Assessment
X-Large
Medium
Medium
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Javascript, Yaml
Frameworks:
Github-Actions
|
||||||
| Skipped Recommendations metadata refresh in development | 9larsons | M | No | 3.3h | 3.2h | Jun 30, 2026 |
SummaryBug FixDisable metadata refresh in development Turns off background recommendation metadata refresh during development to eliminate noisy error logs while keeping production behavior unchanged. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Javascript, Typescript
|
||||||
| Added browser-safe i18n entrypoint | 9larsons | L | No | 0.3h | - | Jun 30, 2026 |
SummaryFeatureAdd browser-safe i18n entrypoint Provides a browser‑safe i18n entrypoint, eliminating server‑only dependencies from public app bundles and preventing build warnings, improving performance and reliability for front‑end deployments. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Javascript
|
||||||
| Cleaned up Caddy dev-gateway noise | 9larsons | S | No | 15.2h | 15.2h | Jun 30, 2026 |
SummaryChoreRemove redundant Caddy header warnings Eliminates repetitive warning logs and cleans access logs, improving developer productivity and clarity during local development. Health Assessment
Small
Low
Low
AI Details
Confidence:
1.00
Tech Stack |
||||||
| Quieted Docker layer of pnpm dev boot output | 9larsons | S | No | 1.3h | 0.9h | Jun 30, 2026 |
SummaryChoreQuiet Docker build output for pnpm dev Reduces noisy Docker build logs, improving developer experience and CI pipeline clarity. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Yaml
|
||||||
| Reformatted dev-gateway Caddyfile via caddy fmt | 9larsons | L | No | 1.2h | - | Jun 30, 2026 |
SummaryRefactorReformat dev-gateway Caddyfile to silence warnings Formats the Caddyfile to eliminate boot-time warnings, improving developer experience and reducing noise during local development. Health Assessment
Large
Low
Low
AI DetailsTech Stack |
||||||
| Removed @tryghost/i18n placeholder dev script from pnpm dev fan-out | 9larsons | XS | No | 14.9h | - | Jun 30, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| Pinned autoprefixer to config/targets browserslist in ghost/admin | 9larsons | XS | No | 2.3h | - | Jun 30, 2026 |
SummaryChoreAlign autoprefixer with Ghost Admin browser targets Updates CSS prefixing to match declared browser targets, reducing CSS size and improving build performance. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| Sped up ghost/admin dev builds with prod-only sourcemaps and CSS minification | 9larsons | M | No | 1.4h | - | Jun 30, 2026 |
SummaryChoreImprove Ghost Admin Dev Build Performance Reduces development build times by ~19%, improving developer productivity and reducing CI wait times. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||