Skip to content

Comments

Fix @codemcp/workflows entrypoint#20

Merged
mrsimpson merged 5 commits intomainfrom
fix-cli-entrypoint
Feb 12, 2026
Merged

Fix @codemcp/workflows entrypoint#20
mrsimpson merged 5 commits intomainfrom
fix-cli-entrypoint

Conversation

@mrsimpson
Copy link
Owner

No description provided.

The project had a version mismatch where @eslint/js v10 was being used with
eslint v9. The preserve-caught-error rule introduced in @eslint/js v10 is not
available in eslint v9, causing CI linting to fail.

Solution: Downgrade @eslint/js to v9.34.0+ to match the eslint v9 installation,
ensuring compatibility of all ESLint rules and resolving the CI failure.
pnpm 10+ automatically converts workspace:* to actual versions during pack/publish.
The manual sed command is no longer needed and has been commented out.

This simplifies the CI workflow and relies on pnpm's native workspace handling.
@mrsimpson mrsimpson merged commit b9a96a3 into main Feb 12, 2026
1 check passed
@mrsimpson mrsimpson deleted the fix-cli-entrypoint branch February 12, 2026 06:13
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.

1 participant