ci(types): publish missing bridge dependencies - #15533
Conversation
|
Warning Review limit reached
Next review available in: 26 minutes Limit details: You’ve used all 4 included reviews currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?Wait for the limit to reset, then comment An organization admin can change what happens after included review limits in Billing. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🎨 Storybook: 🚧 Building...🎭 Playwright: ⏳ Running... |
Summary
@comfyorg/comfyui-frontend-types, read the exact@comfyorg/comfyui-desktop-bridge-typesversion from the checked-out workspace.E404, publish the checked-out bridge-types package first using the same dist tag and npm credentials.This keeps the exact dependency intentional rather than broadening it to an incompatible older 0.1.x release. When a bridge version such as
0.1.4is bumped but not manually published, the next types release now supplies the missing prerequisite itself.Fixes #15499.
Tests
E404from registry failures;Validation:
pnpm exec vitest run scripts/releaseNpmTypesWorkflow.test.ts— 1 passedpython -c "import yaml; yaml.safe_load(...)"— workflow YAML parsedbash -n— passedpnpm build:types— passed, and generateddist/package.jsonstill contains the exact0.1.4prerequisitepnpm exec vue-tsc --noEmit— passedpnpm exec oxfmt --check scripts/releaseNpmTypesWorkflow.test.ts— passedgit diff --check— passed