-
Notifications
You must be signed in to change notification settings - Fork 80
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): upgrade some packages (test for node 20) #655
chore(deps): upgrade some packages (test for node 20) #655
Conversation
Hello @mattgoud! This is your first pull request on hummingbird repository of the PrestaShop project. Thank you, and welcome to this Open Source community! |
…ate node version for CI, downgrade typescript version (for eslint compatibility)
@@ -165,6 +165,7 @@ const usePasswordPolicy = (selector: string): PasswordPolicyReturn => { | |||
try { | |||
return JSON.parse(content); | |||
} catch (error) { | |||
console.error(error); |
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.
Forgot this maybe?
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.
ok remove it
…e console.log(error)
No need functional testing :) ok to be merged |
PR merged, well done! Message to @PrestaShop/committers: do not forget to milestone it before the merge. |
Thanks @mattgoud |
Just for information, this PR has broken the Storybook setup. But any way it seems it has never been used for years? |
upgrade node modules
Upgrade some packages + audit fix (reduce some security warnings) to prepare for the transition to node 20
(see #37041 )