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

chore(deps): upgrade some packages (test for node 20) #655

Merged
merged 4 commits into from
Sep 30, 2024

Conversation

mattgoud
Copy link
Contributor

@mattgoud mattgoud commented Sep 27, 2024

upgrade node modules

Upgrade some packages + audit fix (reduce some security warnings) to prepare for the transition to node 20
(see #37041 )

Questions Answers
Description? upgrade node modules
Type? improvement
BC breaks? no
Deprecations? no
Fixed ticket? related #34058
Sponsor company Your company or customer's name goes here (if applicable).
How to test? Indicate how to verify that this change works as expected.

@ps-jarvis
Copy link

Hello @mattgoud!

This is your first pull request on hummingbird repository of the PrestaShop project.

Thank you, and welcome to this Open Source community!

@@ -165,6 +165,7 @@ const usePasswordPolicy = (selector: string): PasswordPolicyReturn => {
try {
return JSON.parse(content);
} catch (error) {
console.error(error);
Copy link
Contributor

Choose a reason for hiding this comment

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

Forgot this maybe?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok remove it

boherm
boherm previously approved these changes Sep 30, 2024
@florine2623
Copy link

No need functional testing :) ok to be merged

@jolelievre jolelievre merged commit 48a6a85 into PrestaShop:develop Sep 30, 2024
6 checks passed
@ps-jarvis
Copy link

PR merged, well done!

Message to @PrestaShop/committers: do not forget to milestone it before the merge.

@jolelievre
Copy link
Contributor

Thanks @mattgoud

@jolelievre jolelievre added this to the v0.2.1 milestone Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

5 participants