-
Notifications
You must be signed in to change notification settings - Fork 707
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
Update yarn deps #6532
Update yarn deps #6532
Conversation
Signed-off-by: Antonio Gamez Diaz <[email protected]>
Signed-off-by: Antonio Gamez Diaz <[email protected]>
✅ Deploy Preview for kubeapps-dev canceled.Built without sensitive environment variables
|
Signed-off-by: Antonio Gamez Diaz <[email protected]>
Thanks Antonio. Note that the carrot ( |
Signed-off-by: Antonio Gamez Diaz <[email protected]>
Signed-off-by: Antonio Gamez Diaz <[email protected]>
Signed-off-by: Antonio Gamez Diaz <[email protected]>
Signed-off-by: Antonio Gamez Diaz <[email protected]>
Signed-off-by: Antonio Gamez Diaz <[email protected]> Conflicts: dashboard/package.json
Signed-off-by: Antonio Gamez Diaz <[email protected]>
Signed-off-by: Antonio Gamez Diaz <[email protected]>
// Note the U+200C, which is a zero-width non-joiner, character instead of a space | ||
await expect(page.locator(".values-editor div.modified")).toContainText("tag:·2.4.48-debian-10-r75"); |
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.
We finally were able to remove the U+200C character and use a normal space instead thanks to this Monaco upgrade!
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.
Some conflicts to resolve, otherwise +1, thanks!
Signed-off-by: Antonio Gamez Diaz <[email protected]> Conflicts: dashboard/package.json dashboard/yarn.lock
Signed-off-by: Antonio Gamez Diaz <[email protected]>
Description of the change
This PR bumps some yarn dependencies up. However, plenty of them were already up-to-date thanks to the
^
operator.I don't know why Dependabot is ignoring them... perhaps we closed a PR in the past?
Benefits
Up-to-date deps :P
Possible drawbacks
N/A - CI is passing now after a few tweaks in the monaco-related tests.
Edit: I'm having some issues with the e2e tests, just some minor changes in the selector, but I'm on it already. Hope to fix the pipeline soon.Applicable issues
N/A
Additional information
The remaining ones are the following, but they require extra work in order to get them to work.
Related to React Router v6
Related to React 18
Others