maintenance: 2405 release by profnandaa · Pull Request #2269 · validatorjs/validator.js

and others added 4 commits

August 18, 2023 15:42
* Timezone Offset Fix & Parsing with Leading Zeros

* `isDate` Timezone Mock Test, Support for NodeJS <8

* `isDate` Unit Test Resiliency Improvement
* Included Regex for South African Passport Number

* Corrected Passport validation

* Update README.md
* Added the regex and tests for Malawi phone number validation

* Added the regex and tests for Malawi phone number validation

* Added the regex and tests for Malawi phone number validation

@ZhulinskiiDanil

* chore: add additional testcases to isMailtoURI

Line 44 is only partially covered before this change

* chore: add additonal const to figure out which part is partial

* chore: add testcase for single ?

* chore: add another line to find partial coverage

* chore: remove default to

* chore: combine consts again

@devmanbud

Co-authored-by: Musa <goat_musa@Musas-MBP.cust.communityfibre.co.uk>

@ruscon

@profnandaa profnandaa changed the title maintenance: post 2308 release maintenance: 2404 release

Apr 25, 2024

@amaliacatalina

* Update isPassportNumber.js

Added the updated Azerbaijan passport validation:
See issue:
#2274

* Update validators.test.js

@RobinvanderVliet

@anasshakil

* Pakistan vehicles license plate support

* Readme and test cases updated

* Update README.md

@songyuew

@AlexKrupko

Co-authored-by: Rik Smale <13023439+WikiRik@users.noreply.github.com>

@GMorris-professional

ezkemboi

urg and others added 3 commits

April 27, 2024 17:03
* chore: Publish to NPM with provenance

The release process in this repository is already automated via
GitHub Actions, which is a great first step toward creating trust in the
supply chain. Recently, NPM has started to support publishing with the
`--provenance` flag. This flag creates a link between the GitHub Actions
run that created the release and the final artifact on NPM. This linkage
further ensures that package installs can be traced back to a specific
code revision.

For more information on publishing with provenance, please refer to:
https://github.blog/2023-04-19-introducing-npm-package-provenance/

* chore: Use Node.js 18 for publishing to support provenance
* Modified symbolRegex in isStrongPassword to include '\'

* Modify test to check validity of strong password with \ character

ezkemboi

* fix(isVAT): fixed KZ VAT number length check

* fix(isVAT): fixed KZ VAT number length test

@thibault-lr

@alinaghale88

@Sumit-tech-joshi

Co-authored-by: vfarylevych <vfarylevych@primocollect.com.ua>

@matthewberryman

@profnandaa profnandaa changed the title maintenance: 2404 release maintenance: 2405 release

May 2, 2024

@profnandaa