You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of a migration we now warn users about duplicate package versions #21791
However, this warning is overly aggressive and fires almost any time the user uses fixed versions of packages.
This is because:
the fixed versions depend on fixed versions of SB packages inside the monorepo
the fixed versions depend on version ranges of SB packages outside the monorepo
the SB packages outside the monorepo depend on version ranges in the monorepo
Until we figure out a proper solution, we should dial back the warning to only warn if the minor versions are different (e.g. if you're running 7.1 + 7.0 together, 7.0 + 6.5, etc.)
Describe the bug
As part of a migration we now warn users about duplicate package versions #21791
However, this warning is overly aggressive and fires almost any time the user uses fixed versions of packages.
This is because:
Until we figure out a proper solution, we should dial back the warning to only warn if the minor versions are different (e.g. if you're running 7.1 + 7.0 together, 7.0 + 6.5, etc.)
To Reproduce
See mealdrop https://github.com/yannbf/mealdrop
System
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: