Skip to content

fix: remove stale plugin-trigger-* directories left behind by the rename - #1751

Merged
os-zhuang merged 1 commit into
mainfrom
fix-remove-stale-plugin-trigger-dirs
Jun 12, 2026
Merged

fix: remove stale plugin-trigger-* directories left behind by the rename#1751
os-zhuang merged 1 commit into
mainfrom
fix-remove-stale-plugin-trigger-dirs

Conversation

@os-zhuang

Copy link
Copy Markdown
Contributor

#1749's git mv only committed the add side — both directory pairs ended up on main while pnpm-lock.yaml only knows the trigger-* names, so every frozen-lockfile CI install fails (ERR_PNPM_OUTDATED_LOCKFILE). Removes the stale originals; pnpm install --frozen-lockfile now passes locally.

🤖 Generated with Claude Code

#1749 added the renamed trigger-* packages but the deletion side of the
git mv didn't make it into the commit, leaving both directory pairs on
main while pnpm-lock.yaml only knows the new names — every
frozen-lockfile install on CI fails. Remove the stale originals.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@os-zhuang
os-zhuang merged commit f8f7c54 into mainJun 12, 2026
1 of 2 checks passed
@vercel

vercelBot commented Jun 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
specBuildingBuildingPreview, CommentJun 12, 2026 2:49am

Request Review

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filedocumentationImprovements or additions to documentationsize/xlteststooling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@os-zhuang