-
Notifications
You must be signed in to change notification settings - Fork 483
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
Upgrade react-icons to v5 #2117
Comments
Hello @yurishkuro, After some investigation, I think I've identified the cause of the test failure... Upon reviewing the changelog of the I tried the Please let me know if there are any additional considerations left to address in resolving this issue or if I might have missed anything in my analysis. |
Can you spot-check those cases where snapshots change if there are any visual differences before and after? |
It appears that all of the failing cases are tied to a specific SVG path: I visually compared the current path with the one generated after the react-icon library update by extracting the SVG into an HTML file. No observable differences were spotted. Therefore, I think updating the snapshots to reflect the new SVG path could be a valid solution. For a closer look, I've prepared an HTML file for visual inspection. You can access it here. |
|
|
yes, since otherwise the CI won't succeed. |
## Which problem is this PR solving? Resolves #2117 ## Description of the changes - I have upgraded the react-icons library to v5.0.1 which was earlier attempted by Dependabot in PR #2116. - A failing test occurred due to a snapshot mismatch after the upgrade. I've documented my investigation in the comments of issue #2117. To prevent any test failures, it is safe to update the existing snapshot. ## How was this change tested? Using the `yarn test-ci` command in my local setup. ## Checklist - [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits - [x] I have run lint and test steps successfully --------- Signed-off-by: Prajjwal <[email protected]>
Dependabot creates a PR #2116 to upgrade react-icons to v5.
The text was updated successfully, but these errors were encountered: