nest icon indicating copy to clipboard operation
nest copied to clipboard

feat(common): Added uuid v7 validation regex to ParseUUIDPipe

Open Imran-Sarkar-Sabbir opened this issue 1 year ago • 1 comments
trafficstars

PR Checklist

Please check if your PR fulfills the following requirements:

  • [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md
  • [ ] Tests for the changes have been added (for bug fixes / features)
  • [ ] Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • [ ] Bugfix
  • [x] Feature
  • [ ] Code style update (formatting, local variables)
  • [ ] Refactoring (no functional changes, no api changes)
  • [ ] Build related changes
  • [ ] CI related changes
  • [ ] Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

ParseUUIDPipe will be able to validate uuid v7

Does this PR introduce a breaking change?

  • [ ] Yes
  • [x] No

Other information

Imran-Sarkar-Sabbir avatar Jun 03 '24 18:06 Imran-Sarkar-Sabbir

Pull Request Test Coverage Report for Build 7911ed72-e50f-4e32-b53a-a0f5f36d8397

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.207%

Totals Coverage Status
Change from base Build 0a70a393-e94d-4204-995d-b0e19a5c9480: 0.0%
Covered Lines: 6744
Relevant Lines: 7314

💛 - Coveralls

coveralls avatar Jun 03 '24 18:06 coveralls

lgtm

kamilmysliwiec avatar Aug 12 '24 08:08 kamilmysliwiec