Pull Request Explorer

Exploring 508 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
Added regression test pinning post URL through comment notifications allouis M No 16.4h 13.8h May 07, 2026

Summary

Test

Added regression test pinning post URL through comment notifications

Adds a unit test that ensures comment notification emails correctly include the post URL, preventing regressions when refactoring URL helpers.

Health Assessment

Medium
Low
Low
  • Quick cycle time of 16 hours, single review comment, small scope of 141 lines in one test file, indicating low risk and efficient process.

AI Details

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

Tech Stack

Languages: Javascript
Polished Portal gift card design minimaluminium L No 1.9h 0.1h May 07, 2026

Summary

Feature

Polished Portal Gift Card Design

Improved gift card UI with gradients, shine effect, and real expiry handling, enhancing user experience.

Health Assessment

Large
Low
Low
  • Quick review and merge with minimal rework, indicating a straightforward UI enhancement.

AI Details

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

Tech Stack

Languages: Javascript
Removed redundant vite plugin declarations from admin-x consumers 9larsons S No 1.0h - May 07, 2026

Summary

Chore

Remove redundant Vite plugin declarations

Eliminates duplicate dependencies, shrinks lockfile, and removes risk of conflicting plugin versions, improving build stability and reliability.

Health Assessment

Small
Low
Low
  • Fast, single-commit change with minimal code churn and no review or test failures reported.

AI Details

Tech Stack

Bumped vite and vitest in admin-x-framework, admin-x-settings, activitypub 9larsons XL No 3.0h 0.1h May 07, 2026

Summary

Chore

Update Vite and Vitest across workspaces

This PR bumps Vite and Vitest to newer versions, aligning dependencies and fixing test failures across multiple packages, improving build stability and compatibility.

Health Assessment

Medium
Low
Low
  • Fast cycle time of 3 hours with minimal review friction; single commit with automated tests passing indicates low risk and efficient process.

AI Details

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

Tech Stack

Languages: Typescript
Added eslint plugin direct declarations 9larsons M No 0.4h - May 07, 2026

Summary

Chore

Added eslint plugin direct declarations

Adds explicit devDependencies for eslint plugins and parsers across workspaces to enforce strict isolation and avoid brittle transitive resolution, improving build stability and reducing dependency drift.

Health Assessment

Medium
Low
Low
  • Single commit, quick merge within 25 minutes, minimal changes, indicating low complexity and high confidence.

AI Details

Confidence: 0.75

Tech Stack

Languages: Javascript
Added eslint declarations to workspaces missing them 9larsons S No 0.7h - May 07, 2026

Summary

Bug Fix

Fix linting binary resolution for workspaces

Ensures local lint runs use the correct ESLint version, improving developer experience and preventing build failures.

Health Assessment

Small
Low
Low
  • Quick, targeted change that resolved a local linting issue with minimal code churn and fast review turnaround.

AI Details

Tech Stack

Improved admin-x settings test request waits 9larsons S No 0.6h 0.1h May 06, 2026

Summary

Test

Improved admin-x settings test request waits

Adds a helper to wait for API requests in Playwright acceptance tests, reducing flakiness in CI by ensuring tests wait for route-handler captures before asserting request bodies/URLs.

Health Assessment

Small
Low
Low
  • Fast cycle time and minimal review comments indicate a straightforward, low-risk change.

AI Details

Tech Stack

Languages: Typescript
Cleaned workspace dependency declarations 9larsons L No 0.4h - May 06, 2026

Summary

Refactor

Cleaned workspace dependency declarations

Ensures accurate dependency declarations, preventing build failures and improving maintainability.

Health Assessment

Large
Low
Low
  • Fast cycle time of 0.4h with minimal rework indicates a smooth, low-risk refactor.

AI Details

Tech Stack

Made admin API middleware test more realistic EvanHahn L No 0.5h - May 06, 2026

Summary

Test

Made admin API middleware test more realistic

Improves realism of admin API middleware tests by removing stubs, ensuring tests reflect actual middleware behavior.

Health Assessment

Small
Low
Low
  • Quick, single-file test improvement with minimal review needed.

AI Details

Confidence: 0.80

Tech Stack

Languages: Javascript
Fixed pre-commit lint hook routing for all workspaces 9larsons M No 0.9h 0.1h May 06, 2026

Summary

Bug Fix

Fixed pre-commit lint hook routing for all workspaces

Ensures linting runs correctly across all workspaces, preventing build failures and improving developer experience.

Health Assessment

Small
Low
Low
  • Quick, single‑commit fix with minimal review; AI review comments helped identify issues early.

AI Details

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

Tech Stack

Languages: Javascript
Remove TODO from request ID middleware EvanHahn XS No 1.4h 1.4h May 06, 2026

Summary

Refactor

Remove TODO from request ID middleware

This PR removes a placeholder comment from the request ID middleware, improving code clarity and reducing maintenance overhead.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within 1.4 hours, indicating a smooth review process.

AI Details

Tech Stack

Languages: Javascript
Made queue request middleware tests more realistic EvanHahn M No 0.4h - May 06, 2026

Summary

Test

Made queue request middleware tests more realistic

By making the tests more realistic, we increase confidence that the queue request middleware behaves correctly under real-world conditions, reducing potential runtime errors.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes indicates straightforward test improvement.

AI Details

Confidence: 0.80

Tech Stack

Languages: Javascript
Made locals middleware test more realistic EvanHahn S No 0.4h - May 06, 2026

Summary

Test

Made locals middleware test more realistic

Improved test reliability by removing stubs and using Supertest to exercise the middleware in a realistic environment, ensuring accurate behavior under production-like conditions.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal changes indicates straightforward test improvement.

AI Details

Tech Stack

Languages: Javascript
Made request ID middleware more realistic EvanHahn M No 0.7h - May 06, 2026

Summary

Test

Made request ID middleware more realistic

Adds realistic test coverage for request ID middleware, ensuring accurate request tracking.

Health Assessment

Small
Low
Low
  • Fast merge with no review, minimal code changes.

AI Details

Tech Stack

Languages: Javascript
Bumped i18next-parser to 9.4.0 9larsons L No 0.5h 0.1h May 06, 2026

Summary

Chore

Bumped i18next-parser to 9.4.0

Updated the translation extraction tool to address a security advisory and improve lexer stability, ensuring the build pipeline remains secure and reliable.

Health Assessment

Large
Low
Low
  • Quick merge with minimal review, indicating low complexity and high confidence in the change.

AI Details

Tech Stack

Removed unused dependencies surfaced by knip 9larsons L No 0.9h 0.2h May 06, 2026

Summary

Chore

Removed unused dependencies surfaced by knip

Cleaned up package.json files and lockfile, removing ~390 lines of unused dependencies, reducing bundle size and improving maintainability.

Health Assessment

Large
Low
Low
  • Fast review cycle, minimal changes, low risk, quick merge.

AI Details

Confidence: 0.95

Tech Stack

Languages: Javascript
Moved Docker registry mirror setup before Buildx in CI 9larsons S No 1.0h - May 06, 2026

Summary

CI/CD

Move Docker registry mirror before Buildx in CI

Reorders CI steps to route Docker pulls through GCR mirror, eliminating Docker Hub auth timeouts and stabilizing e2e tests.

Health Assessment

Small
Low
Low
  • Quick CI tweak that resolved intermittent Docker Hub failures with minimal code changes.

AI Details

Confidence: 0.10

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
Added fast-xml-parser override 9larsons S No 0.4h - May 06, 2026

Summary

Bug Fix

Update fast-xml-parser to patch XML injection advisory

Ensures Ghost's AWS SDK usage is secure by upgrading to the latest patch of fast-xml-parser, removing a moderate XML comment/CDAT injection vulnerability.

Health Assessment

Medium
Low
Low
  • Fast turnaround with minimal changes; quick review and merge indicates low complexity and high confidence in the patch.

AI Details

Tech Stack

Added knip for unused-dep detection 9larsons XL No 0.9h 0.1h May 06, 2026

Summary

Chore

Added knip for unused-dep detection

Adds a dependency‑analysis tool to identify and remove unused packages, improving code quality and reducing bundle size.

Health Assessment

X-Large
Low
Low
  • Fast cycle time and minimal review rounds indicate smooth integration; the PR adds a large number of lines but only config changes, so risk is low.

AI Details

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

Tech Stack

Added `GET automations/:id` route with placeholder static payload cmraible M No 18.5h 0.6h May 06, 2026

Summary

Feature

Add GET automations/:id endpoint with static payload

Provides a placeholder endpoint for reading a single automation, enabling frontend development while the schema is finalized.

Health Assessment

Medium
Low
Low
  • Fast review and merge with minimal changes; static payload indicates early‑stage feature scaffolding.

AI Details

Tech Stack

Languages: Javascript
Removed unused rollup-plugin-node-builtins devDep 9larsons L No 1.6h - May 06, 2026

Summary

Chore

Remove unused rollup-plugin-node-builtins devDep

Eliminates an unnecessary dev dependency, reducing bundle size, removing security advisories, and streamlining the build process.

Health Assessment

Large
Low
Low
  • M
  • e
  • r
  • g
  • e
  • d
  • w
  • i
  • t
  • h
  • i
  • n
  • 1
  • .
  • 6
  • h
  • o
  • u
  • r
  • s
  • w
  • i
  • t
  • h
  • n
  • o
  • r
  • e
  • v
  • i
  • e
  • w
  • ,
  • i
  • n
  • d
  • i
  • c
  • a
  • t
  • i
  • n
  • g
  • m
  • i
  • n
  • i
  • m
  • a
  • l
  • f
  • r
  • i
  • c
  • t
  • i
  • o
  • n
  • a
  • n
  • d
  • l
  • o
  • w
  • r
  • i
  • s
  • k
  • .

AI Details

Tech Stack

Removed Portal billing section for gift members sagzy M No 0.8h 0.1h May 06, 2026

Summary

Bug Fix

Hide billing section for gift members

Improves user experience by removing the dead‑end billing section for gift members, preventing confusion and support tickets.

Health Assessment

Medium
Low
Low
  • Fast turnaround with minimal changes; low risk to production.

AI Details

Tech Stack

Languages: Javascript
Refreshed Portal gift tier picker and card design minimaluminium XL No 0.9h 0.1h May 06, 2026

Summary

Feature

Refresh Portal Gift Tier Picker and Card Design

Improves user experience by redesigning gift selection and card display, enhancing visual consistency across portal pages.

Health Assessment

Medium
Low
Low
  • Quick review and merge within an hour, minimal rework, indicating a straightforward UI update.

AI Details

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

Tech Stack

Languages: Javascript
🐛 Fixed newsletter reply-to verification links failing after signin 9larsons S No 45.4h 0.1h May 06, 2026

Summary

Bug Fix

Fix newsletter reply-to verification link after signin

Ensures customers can verify newsletter reply-to addresses without needing to click twice after signing in, improving user experience and reducing support tickets.

Health Assessment

Small
Low
Low
  • Quick review and approval with minimal changes, indicating straightforward bug fix.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
Excluded gift-to-paid upgrades from the cancelled subscriptions count mike182uk S No 0.9h 0.2h May 06, 2026

Summary

Bug Fix

Exclude gift-to-paid upgrades from cancelled subscription count

Corrects subscription metrics by preventing gift-to-paid upgrades from being counted as cancellations, ensuring accurate retention reporting.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes and fast review, indicating low complexity and high confidence in the change.

AI Details

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

Tech Stack

Languages: Javascript
Fixed landing on blank `/setup/done` route after site setup kevinansfield S No 0.6h 0.1h May 06, 2026

Summary

Bug Fix

Fix blank setup done route after site setup

Ensures new owners land on onboarding page instead of a blank screen, improving the onboarding experience.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved in under an hour with a single review comment.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Translated gift subscription Open Graph preview mike182uk XL No 17.5h 0.1h May 06, 2026

Summary

Feature

Translate gift subscription Open Graph preview

Adds internationalized Open Graph metadata for gift subscription pages, ensuring social media previews display correct language for non‑English sites.

Health Assessment

X-Large
Low
Low
  • Fast review cycle with AI‑assisted comments and minimal rework; the PR focuses on i18n updates across 20 files, adding 509 lines of localized strings.

AI Details

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

Tech Stack

Languages: Javascript
🐛 Tolerated absolute and pre-prefixed paths in S3Storage rob-ghost M No 22.0h 1.2h May 06, 2026

Summary

Bug Fix

Tolerate absolute and pre-prefixed paths in S3Storage

Fixes malformed S3 bucket keys caused by absolute or prefixed paths, ensuring correct storage and retrieval of files and preventing user-facing errors.

Health Assessment

Medium
Low
Low
  • Fast cycle time and minimal rework; AI-assisted review streamlined feedback and reduced friction.

AI Details

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

Tech Stack

Languages: Typescript
Fixed gift-to-paid member activity entry reverting after first payment sagzy M No 14.7h 13.4h May 06, 2026

Summary

Bug Fix

Fix gift-to-paid member activity feed entry

Ensures accurate activity feed for gift members converting to paid subscriptions, improving user experience and data integrity.

Health Assessment

Medium
Low
Low
  • Quick resolution with a single review and minimal changes, adding comprehensive tests to prevent regression.

AI Details

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

Tech Stack

Languages: Javascript
Fixed apps/admin TypeScript build for ShareModal contentProps kevinansfield XS No 0.4h - May 06, 2026

Summary

Bug Fix

Fix TypeScript build error for ShareModal

Resolved a TypeScript build failure in the admin app by allowing data-* attributes in ShareModal contentProps, improving developer experience and preventing build errors.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within 24 minutes, indicating smooth review and low complexity.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
Added member activity entry when gift subscription ends sagzy M No 110.0h 0.0h May 06, 2026

Summary

Feature

Add activity feed entry for ended gift subscriptions

Provides admins with visibility into when gift subscriptions expire, improving member lifecycle tracking.

Health Assessment

Medium
Low
Low
  • Quick review with single iteration, but long cycle time due to scheduling and testing.

AI Details

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

Tech Stack

Languages: Javascript
Updated email filters on members page weylandswart XS No 0.4h - May 06, 2026

Summary

Bug Fix

Updated email filters on members page

Improves email filtering accuracy for members, enhancing engagement metrics.

Health Assessment

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

AI Details

Tech Stack

Languages: Typescript
Fixed missing onboarding flow in React admin shell kevinansfield XL No 158.9h 0.1h May 06, 2026

Summary

Bug Fix

Restore onboarding flow in React admin shell

Reintroduces the onboarding experience for new owners, improving user onboarding and reducing churn by ensuring all new accounts see the setup checklist.

Health Assessment

X-Large
High
Medium
  • The PR involved a large number of changes across many files, yet the review cycle was short, indicating efficient review but a high potential for integration risk due to the scope of the changes.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
🎨 Expanded file upload allowlist with non-executable formats betschki M No 13.1h 13.1h May 06, 2026

Summary

Feature

Expanded file upload allowlist with non-executable formats

Users can now upload a broader range of non-executable media files safely, improving content flexibility while maintaining security.

Health Assessment

Medium
Low
Low
  • The PR was reviewed and merged within 13 hours, indicating a smooth review process with minimal rework.

AI Details

Tech Stack

Languages: Javascript
Added paid welcome email for existing members redeeming a gift sagzy L No 38.0h 23.6h May 06, 2026

Summary

Feature

Add paid welcome email for existing members redeeming a gift

Existing free members who redeem a gift subscription now receive the paid welcome email, ensuring a consistent onboarding experience for all users.

Health Assessment

Medium
Low
Low
  • The PR introduced a small, well‑tested change that was reviewed quickly with minimal back‑and‑forth, indicating a low‑risk, high‑confidence update.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Pinned vitest pool to forks in createVitestConfig 9larsons XS No 1.0h 0.6h May 06, 2026

Summary

Bug Fix

Pinned vitest pool to forks in createVitestConfig

Switches Vitest's default thread pool to forks for better process isolation in jsdom-heavy test suites, improving stability and avoiding cross-worker corruption.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal changes and AI-assisted review, indicating low complexity and high confidence in stability improvements.

AI Details

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

Tech Stack

Languages: Typescript
Fixed flaky timeout-threshold tests racing real setTimeout 9larsons M No 0.6h - May 05, 2026

Summary

Bug Fix

Fix flaky timeout tests in Ghost helpers

Ensures Ghost’s helper functions run reliably by eliminating race conditions in unit tests, preventing CI failures and maintaining consistent content rendering for users.

Health Assessment

Small
Low
Low
  • Quick, single-commit fix with minimal code changes and no review iterations, indicating a low-risk, high-confidence update.

AI Details

Confidence: 0.20

Tech Stack

Languages: Javascript
Fixed flaky OTC magic-link assertion matching token digits 9larsons S No 1.0h 0.3h May 05, 2026

Summary

Bug Fix

Fixed flaky OTC magic-link assertion matching token digits

Fixes false positives in magic-link email tests by stripping URLs before regex, reducing flakiness.

Health Assessment

Small
Low
Low
  • Single commit, quick review, minimal scope, low risk.

AI Details

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

Tech Stack

Languages: Javascript
Added ip-address override 9larsons XS No 0.4h - May 05, 2026

Summary

Bug Fix

Add ip-address override to fix XSS advisory

Updates the ip-address dependency to a patched version, eliminating a moderate XSS vulnerability in the build chain.

Health Assessment

Small
Low
Low
  • Security fix merged within minutes with minimal changes and no review friction.

AI Details

Tech Stack

Added tough-cookie override 9larsons S No 0.7h - May 05, 2026

Summary

Bug Fix

Add tough-cookie override to address security advisory

This PR updates the dependency resolution to use a patched version of tough-cookie, eliminating a moderate prototype‑pollution vulnerability that could affect any component importing @tryghost/logging.

Health Assessment

Small
Low
Low
  • Security vulnerability addressed quickly with minimal code changes, merged within 0.7 hours.

AI Details

Tech Stack

Languages: Yaml
Bumped @tryghost/nodemailer in ghost/core 9larsons XL No 0.4h - May 05, 2026

Summary

Bug Fix

Update nodemailer wrapper to latest version

Upgrades the email wrapper to use the latest, secure nodemailer library, eliminating known vulnerabilities without changing functionality.

Health Assessment

Large
Low
Low
  • The PR was merged within 24 minutes of opening, with no review or comments, indicating a straightforward dependency update with minimal risk.

AI Details

Tech Stack

Languages: Javascript
Moved member welcome email constants file to TypeScript troyciesco XS No 0.5h 0.1h May 05, 2026

Summary

Refactor

Moved member welcome email constants to TypeScript

Refactors member welcome email constants to TypeScript, improving type safety without affecting user-facing functionality.

Health Assessment

Small
Low
Low
  • Fast cycle time of 0.5 hours, single review comment, minimal code changes, low risk.

AI Details

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

Tech Stack

Languages: Typescript
Added Ember-chain transitive overrides 9larsons XL No 0.8h - May 05, 2026

Summary

Chore

Added Ember-chain transitive overrides

This PR removes seven vulnerable transitive dependencies in the Ember admin, ensuring security compliance without waiting for legacy tooling retirement. By applying overrides, the project clears critical advisories and maintains build stability.

Health Assessment

X-Large
Low
Low
  • Fast cycle time and minimal review indicate a straightforward dependency update.

AI Details

Tech Stack

Added lodash-es override 9larsons S No 0.4h - May 05, 2026

Summary

Chore

Add lodash-es override

Aligns lodash-es to the patched 4.18.1 version, eliminating security advisories and simplifying dependency management.

Health Assessment

Small
Low
Low
  • Merged within 24 minutes with no review comments, indicating a straightforward dependency update.

AI Details

Confidence: 0.20

Tech Stack

Languages: Javascript
Updated automations page with real content troyciesco L No 22.5h 0.1h May 05, 2026

Summary

Feature

Updated automations page with real content

Replaces placeholder data on the automations page with live API data, improves UI layout, and adds routing support for individual automations, enhancing user experience and content accuracy.

Health Assessment

Medium
Low
Low
  • Fast review cycle (22.5h) with minimal back‑and‑forth; AI review comments streamlined the process; small to medium code changes focused on UI and API integration.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
Updated qs override range 9larsons S No 0.6h - May 05, 2026

Summary

Bug Fix

Widen qs override to include patched versions

Ensures Ghost core uses secure qs package, mitigating DoS risk from memory exhaustion.

Health Assessment

Small
Low
Low
  • PR merged within 36 minutes with minimal changes, quick review, low risk of regression.

AI Details

Tech Stack

Languages: Javascript
Added trim override 9larsons XS No 0.4h 0.1h May 05, 2026

Summary

Bug Fix

Added trim override

Fixes a high‑severity ReDoS vulnerability in the trim dependency by overriding to a patched version, ensuring secure markdown parsing.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal changes and a single review, indicating efficient handling of a critical security advisory.

AI Details

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

Tech Stack

Languages: Javascript
Bumped moment override to 2.30.1 9larsons S No 0.4h - May 05, 2026

Summary

Chore

Bumped moment override to 2.30.1

Updates the moment dependency to a non‑vulnerable version, eliminating two high‑severity security advisories while preserving API compatibility across Ghost core and admin.

Health Assessment

Medium
Low
Low
  • Security fix applied swiftly with minimal code changes and no significant review friction.

AI Details

Confidence: 0.95

Tech Stack

Cleaned up stale config files in the docker/ directory cmraible XL No 17.7h - May 05, 2026

Summary

Chore

Cleaned up stale config files in the docker/ directory

Removed obsolete Docker configuration files that were no longer used, simplifying the container setup and reducing maintenance overhead.

Health Assessment

Large
Low
Low
  • Quick cleanup of unused Docker configs, minimal risk, fast merge.

AI Details

Confidence: 0.10

Tech Stack

Languages: Javascript, Yaml
Bumped vite in apps/admin 9larsons L No 0.4h - May 05, 2026

Summary

Chore

Update vite to 7.3.2 in admin workspace

Fixes three high‑severity security advisories by upgrading Vite, reducing local dev risk and cleaning lockfile dependencies. The update also removes vulnerable uuid versions, further tightening security.

Health Assessment

Large
Low
Low
  • Rapid security fix with minimal changes, quick review and merge, low risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Javascript
« Page 10 of 11 »

Get this analytics stack for your team

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

Connect Repos