-
Notifications
You must be signed in to change notification settings - Fork 0
refactor: Remove deprecated export inter-dependency feature #413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: Remove deprecated export inter-dependency feature #413
Conversation
🦋 Changeset detectedLatest commit: 2783f81 The changes in this PR will be included in the next version bump. This PR includes changesets to release 12 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
ENG-530 Remove provider interdependencies
dependsOn was replaced by creating multiple tasks - we should remove that |
WalkthroughThe pull request introduces a series of changes across multiple packages, focusing on removing deprecated export dependencies and simplifying dependency management. The modifications primarily affect the Changes
Sequence DiagramsequenceDiagram
participant Provider as Provider
participant Generator as Generator
participant DependencyEngine as Dependency Engine
Provider->>Generator: Define Dependencies
Generator->>DependencyEngine: Register Dependencies
DependencyEngine->>DependencyEngine: Sort Dependencies
DependencyEngine-->>Generator: Return Sorted Dependencies
This sequence diagram illustrates the simplified dependency management process after the changes, showing how providers define dependencies, which are then sorted by the dependency engine without the previous complex interdependency logic. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (9)
💤 Files with no reviewable changes (1)
✅ Files skipped from review due to trivial changes (1)
🔇 Additional comments (8)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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
Dependency Updates
@halfdomelabs/fastify-generators,@halfdomelabs/react-generators, and@halfdomelabs/syncRefactoring
Chores