-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
chore: update ramda to 0.27.1 #14958
Conversation
Thanks for taking the time to open a PR!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@k-yle ramda 0.27.0 is a breaking change release, so you'll need to update all of our ramda code with the breaking changes: ramda/ramda#2978
hi @jennifer-shehane, there's only one breaking change which affects cypress which is the removal of |
Having some issues with our build, let's see if the tests pass. |
@k-yle I think the build may be failing due to this change. Can you investigate. |
@jennifer-shehane I suspect the failing firefox integration tests are not my fault since they're failing on |
@k-yle Yah, they're likely just flaky :( |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
User facing changelog
N/A
Additional details
Everyone who installs cypress gets an old version of ramda installed, resuling in multiple versions of the same package being installed
How has the user experience changed?
It hasn't
PR Tasks
Have tests been added/updated?Has the original issue or this PR been tagged with a release in ZenHub?Has a PR for user-facing changes been opened incypress-documentation
?Have API changes been updated in thetype definitions
?Have new configuration options been added to thecypress.schema.json
?