feat(mono-pub): add ignoreDependencies option to resolve cycles#31
feat(mono-pub): add ignoreDependencies option to resolve cycles#31SavelevMatthew merged 2 commits intomainfrom
Conversation
WalkthroughThe changes introduce an Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant publish (index.ts)
participant getExecutionOrder (deps.ts)
participant Context
User->>publish (index.ts): Call publish(paths, plugins, { ignoreDependencies, ... })
publish (index.ts)->>Context: Create context with ignoreDependencies
publish (index.ts)->>getExecutionOrder (deps.ts): Call getExecutionOrder(packages, { ignoreDependencies })
getExecutionOrder (deps.ts)->>getExecutionOrder (deps.ts): Filter dependencies per ignoreDependencies
getExecutionOrder (deps.ts)-->>publish (index.ts): Return execution order
publish (index.ts)-->>User: Complete publishing process
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
🧰 Additional context used🧬 Code Graph Analysis (1)packages/mono-pub/src/utils/plugins.spec.ts (1)
🔇 Additional comments (1)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Summary by CodeRabbit