Validation: Enhance URL validation by rejecting URLs that are protocol only, ensuring more accurate checks for valid URLs.
Validation: Improve mobile phone validation by throwing an error if the provided locale is invalid or unsupported, helping users to provide correct input.
Improvements
Security: Update the validation process to no longer whitelist localhost, enhancing security measures against potential vulnerabilities.
Others
Maintenance: Update and ignore lock files to streamline the development process and reduce unnecessary changes in the repository.