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

fix(dependencies) - fix bit show / package.json shows the wrong dep version when bit deps set on env #9035

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

GiladShoham
Copy link
Member

@GiladShoham GiladShoham commented Jul 16, 2024

Proposed Changes

  • fix an issue with a case where an env define the same dependency defined by its own env, in both places:
    its env.jsonc, and via bit deps set, with different versions.
    before this fix the env.jsonc version was taken, and the deps set version was ignored for - bit show and
    package.json but it was taken into account for the actual dependency installation.
    now we take the version from the deps set in both cases.

@GiladShoham GiladShoham merged commit e05337e into master Jul 16, 2024
11 checks passed
@GiladShoham GiladShoham deleted the fix-show-deps-set branch July 16, 2024 15:00
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.

3 participants