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
We are migrating an older project from yarn/react-scripts/jest to bun/vite/bun test, and ensyme seems to have a dependency on a release-candidate of cheerio.
I tried to use overrides as well in package.json, but it did no help. With yarn, this works.
The text was updated successfully, but these errors were encountered:
runar-rkmedia
changed the title
bun add [email protected] installs 1.0.0 (non-rc-version)
bun add with specific version does not always install the one specified.
Jan 2, 2025
Leaving this issue open because Bun should still should not install the wrong version. This is happening due to an existing bug where major/minor/patch are used when a version fails to parse.
What version of Bun is running?
1.1.42+50eec0025
What platform is your computer?
Linux 6.12.7-arch1-1 x86_64 unknown
What steps can reproduce the bug?
What is the expected behavior?
I expected the rc-3-version to be installed.
What do you see instead?
1.0.0
Additional information
It is releated to enzymejs/enzyme#2607 .
We are migrating an older project from yarn/react-scripts/jest to bun/vite/bun test, and ensyme seems to have a dependency on a release-candidate of cheerio.
I tried to use overrides as well in package.json, but it did no help. With yarn, this works.
The text was updated successfully, but these errors were encountered: