Skip to content
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 node and npm packages #484

Merged
merged 10 commits into from May 4, 2022
Merged

Upgrade node and npm packages #484

merged 10 commits into from May 4, 2022

Conversation

MrOrz
Copy link
Member

@MrOrz MrOrz commented Apr 28, 2022

@coveralls
Copy link

coveralls commented Apr 28, 2022

Coverage Status

Coverage increased (+1.6%) to 75.531% when pulling b0d2fd5 on upgrade-node-pkg into 61c7e77 on master.

- Fix story name suggested by eslint
- We cannot go beyond jest 26 because jest >= 27 breaks storyshot
Ref: storybookjs/storybook#15916
@MrOrz MrOrz marked this pull request as ready for review April 28, 2022 18:07
@MrOrz MrOrz self-assigned this Apr 28, 2022
@MrOrz MrOrz requested a review from nonumpa April 28, 2022 18:07
@@ -33,7 +33,7 @@ exports[`Storyshots ActionMenu Default 1`] = `
className="MuiButton-label"
>
<svg
aria-hidden="true"
aria-hidden={true}
className="MuiSvgIcon-root"
focusable="false"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does storybook forget to change focusable="false" to focusable={false} ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Personally I don't know why this would change XD
For DOM elements, {true} and "true" are probably identical

Copy link
Member

@nonumpa nonumpa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@MrOrz MrOrz merged commit 5326cca into master May 4, 2022
@MrOrz MrOrz deleted the upgrade-node-pkg branch May 4, 2022 05:00
@MrOrz MrOrz mentioned this pull request May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants