Skip to content
This repository was archived by the owner on Oct 4, 2022. It is now read-only.

Fix dependency issues in the monorepo #570

Open
bintzandt opened this issue Mar 23, 2020 · 0 comments
Open

Fix dependency issues in the monorepo #570

bintzandt opened this issue Mar 23, 2020 · 0 comments

Comments

@bintzandt
Copy link
Contributor

Explanation

The monorepo currently suffers from dependency issues.

These issues occur, for example, when a package upgrade in one package, affects the tests / snapshots in another package.

This makes it hard to add new packages and/or update existing packages.

The ideal situation would be that every package specifies their dependencies correct. At the moment, some package do not have all their dependencies listed. Normally, this would be a problem but since node automatically checks parent directories for node_modules, these missing dependencies are now hoisted from the dependencies of other packages.

When someone upgrades the dependency in that package, it will affect the tests/build in this package.

Technical decisions

Each package should correctly specify their dependencies and the versions of their dependencies.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant