-
Notifications
You must be signed in to change notification settings - Fork 4
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: added dependencies required for extension installation tests #63
Conversation
@benoitf There was missing yarn.lock file. Can you please re-review? |
Could you please merge this @jeffmaury, we still do not have the rights to do so. |
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.
the yarn.lock is a full rewrite of the existing file.
I would expect just the delta with new dependencies
do you know what happened ?
also vitest is at v3.0.5 so why adding that old dependency ?
I am not sure, the file is autogenerated, and a lot of the package versions are updated. |
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.
I don't get the same change in yarn.lock if I run yarn install locally.
Seems it may have been generated by a different version of yarn
Signed-off-by: Rostislav Lán <[email protected]>
@jeffmaury yeah, it was me having version 3.6.1. of yaml, rolled it back and it gives the expected diff. Also removed the vitest dependency, because there are no unit tests present atm and it is not related to the e2e tests. The |
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.
LGTM
No description provided.