Skip to content

Conversation

@mook-as
Copy link
Owner

@mook-as mook-as commented May 14, 2025

No description provided.

mook-as and others added 4 commits May 13, 2025 16:26
This refactors dependencies (as in, external binaries we mostly download at
`yarn postinstall` time) to be more concise:

- We now use abstract classes to provide default implementations for
  various methods.
- `Dependency` no longer contains version information; that has been moved
  to a new `VersionedDependency` abstract class.
- The `VersionedDependency` is now responsible for modifying the tree
  itself to handle bumps (instead of rddepman).
- In preparation for different types of dependencies, there is a new
  `GlobalDependency` mixin for the ones managed in `dependencies.yaml`.

Signed-off-by: Mark Yen <[email protected]>
….5 to v0.0.7

Signed-off-by: Rancher Desktop Dependency Manager <[email protected]>
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.

2 participants