Skip to content
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

Incorrect dependency versions installed in monorepo #7791

Open
quantizor opened this issue Dec 22, 2023 · 2 comments
Open

Incorrect dependency versions installed in monorepo #7791

quantizor opened this issue Dec 22, 2023 · 2 comments
Labels
bug Something isn't working npm Something that relates to the npm-compatible client

Comments

@quantizor
Copy link

What version of Bun is running?

1.0.18

What platform is your computer?

macOS and Ubuntu

What steps can reproduce the bug?

You can see it in action for styled-components in this PR styled-components/styled-components#3959

packages/styled-components should use react 17 and packages/sandbox should use react 18

If you run bun run test you'll see all the failures from the mismatching React version that don't exist in trunk when they were consistent.

What is the expected behavior?

The dependency versions specified by each workspace package.json should be installed separately.

What do you see instead?

Only the highest version of each dependency is installed.

Additional information

No response

@quantizor quantizor added the bug Something isn't working label Dec 22, 2023
@Electroid Electroid added the npm Something that relates to the npm-compatible client label Dec 22, 2023
@branks
Copy link

branks commented Feb 8, 2024

Did you ever find a workaround or solution for this? This is quite a blocker for us

@quantizor
Copy link
Author

Unfortunately no

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working npm Something that relates to the npm-compatible client
Projects
None yet
Development

No branches or pull requests

3 participants