-
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(deps): update dependency rimraf to v5.0.10 #30155
Conversation
|
There are breaking changes for rimraf from v3 -> v4 -> v5 which need to be accounted for, see https://github.com/isaacs/rimraf/blob/v5.0.10/README.md The following yarn workspace @packages/extension build
So this means that the following would need to be changed: cypress/packages/extension/gulpfile.ts Lines 15 to 17 in 195cdb1
|
Running the tests |
I'm sorry my tests running blocked because of my Windows OS(#30157) |
@gweesin Can you address the comment left to refactor the code here? |
Of course. I never use gulp before, so I'm curious if it's possible to receive a Promise instead of callback function. I will try it later |
@gweesin, Here's the relevant gulp documentation on async functions if you're curious to learn more about it: https://gulpjs.com/docs/en/getting-started/async-completion/#using-asyncawait |
@ryanthemanuel thank you, this is really helpful |
This comment was marked as resolved.
This comment was marked as resolved.
@MikeMcC399 Could I assume that devDependencies are not related to users, so they should be classified as |
This comment was marked as resolved.
This comment was marked as resolved.
My apologies! 🤭 I ran Edit: This is caused by
as [email protected] has a dependency on "rimraf": "^3.0.2"
|
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
rimraf
4.0.0 or later #30148Additional details
Steps to test
the same as
/errors/
,/runner/
dirHow has the user experience changed?
No change.
PR Tasks
cypress-documentation
?type definitions
?