-
Notifications
You must be signed in to change notification settings - Fork 649
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 npm dependencies to resolve dependabot alerts #5844
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
👋 Hi, @Ashesh3, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
Fixed |
👋 Hi, @Ashesh3, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
Resolved. |
Marking as P1 as this can catch conflicts super quickly! |
LGTM |
@Ashesh3 We truly appreciate your efforts. Thank you for taking the time to contribute; this is a very valuable contribution to us 🥇. We always welcome your contribution 🙂, so feel free to contribute to anything anytime, and never lose that spirit of innovation 🙌. |
WHAT
🤖 Generated by Copilot at 3edb5d3
This pull request updates some dependencies, fixes some syntax issues, and refactors some ReScript components for the critical care recording feature of the web application. It also improves the deployment workflow and the husky script.
Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
HOW
🤖 Generated by Copilot at 3edb5d3
export
keyword with thelet
keyword in ReScript components to follow the syntax conventions (link, link, link, link, link, link, link, link, link, link, link)export
keyword from ReScript type definitions as it is not required (link, link, link, link, link, link, link).husky/_/husky.sh
script to make it more portable and compatible with different systems (link)export
command before setting the husky_skip_init variable in the.husky/_/husky.sh
script to make it visible to the subshell that runs the hook script (link).husky/_/husky.sh
script that prints a message if the hook script exits with code 127, which means that the command was not found in the PATH (link)