Skip to content

chore: remove unused pnpm overrides#34658

Merged
lyzno1 merged 1 commit intomainfrom
codex/remove-unused-pnpm-overrides
Apr 7, 2026
Merged

chore: remove unused pnpm overrides#34658
lyzno1 merged 1 commit intomainfrom
codex/remove-unused-pnpm-overrides

Conversation

@lyzno1
Copy link
Copy Markdown
Member

@lyzno1 lyzno1 commented Apr 7, 2026

Summary

  • remove 31 pnpm overrides that no longer affect the current dependency graph
  • keep the remaining overrides that are still active or still needed as fresh-resolve safety rails
  • regenerate pnpm-lock.yaml so the override set matches the workspace config

Why

A large portion of the workspace-level overrides block was introduced in a batch and is no longer needed for the current lockfile. Keeping those entries adds noise and makes it harder to see which overrides are still intentionally maintained.

Validation

  • pnpm install --lockfile-only
  • pnpm audit --prod --dev

Impact

This reduces maintenance overhead in pnpm-workspace.yaml without changing the resolved dependency set beyond the override list cleanup.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.75%. Comparing base (63db9a7) to head (3c94897).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #34658   +/-   ##
=======================================
  Coverage   83.75%   83.75%           
=======================================
  Files        4170     4170           
  Lines      176792   176792           
  Branches    35358    35358           
=======================================
+ Hits       148077   148078    +1     
+ Misses      25836    25835    -1     
  Partials     2879     2879           
Flag Coverage Δ
web 85.45% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@lyzno1 lyzno1 marked this pull request as ready for review April 7, 2026 07:00
@lyzno1 lyzno1 enabled auto-merge April 7, 2026 07:00
@dosubot dosubot Bot added size:M This PR changes 30-99 lines, ignoring generated files. dependencies Pull requests that update a dependency file labels Apr 7, 2026
@lyzno1 lyzno1 added this pull request to the merge queue Apr 7, 2026
@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label Apr 7, 2026
Merged via the queue into main with commit 05c5327 Apr 7, 2026
39 checks passed
@lyzno1 lyzno1 deleted the codex/remove-unused-pnpm-overrides branch April 7, 2026 09:45
HanqingZ pushed a commit to HanqingZ/dify that referenced this pull request Apr 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants