Skip to content

Fix broken pnpm lockfile with missing form-data@2.5.4 entry#4

Merged
xdxer merged 2 commits into
feat/dingtalk-channelfrom
copilot/fix-lockfile-issue
Feb 11, 2026
Merged

Fix broken pnpm lockfile with missing form-data@2.5.4 entry#4
xdxer merged 2 commits into
feat/dingtalk-channelfrom
copilot/fix-lockfile-issue

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 11, 2026

CI was failing with ERR_PNPM_LOCKFILE_MISSING_DEPENDENCY due to an orphaned form-data@2.5.4 reference in the lockfile without a corresponding resolution entry. This was likely caused by a badly resolved merge conflict.

Changes

  • Regenerated pnpm-lock.yaml via pnpm install --no-frozen-lockfile
  • Removed orphaned form-data@2.5.4 reference (actual version in use is 2.5.5)
  • Consolidated axios dependency references to use axios@1.13.5(debug@4.4.3) consistently across all dependents
  • Removed orphaned entries for axios@1.13.5 and follow-redirects@1.15.11 without debug peer dependency

The lockfile now installs successfully with --frozen-lockfile (CI mode).


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: xdxer <16034915+xdxer@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix broken lockfile due to missing dependency Fix broken pnpm lockfile with missing form-data@2.5.4 entry Feb 11, 2026
Copilot AI requested a review from xdxer February 11, 2026 07:42
@xdxer xdxer marked this pull request as ready for review February 11, 2026 08:02
@xdxer xdxer merged this pull request into feat/dingtalk-channel Feb 11, 2026
5 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants