Skip to content

test(common): Add v7 UUID test case#16587

Open
ahmedharabi wants to merge 245 commits intonestjs:v12.0.0from
ahmedharabi:test/parse-uuid-v7-tests
Open

test(common): Add v7 UUID test case#16587
ahmedharabi wants to merge 245 commits intonestjs:v12.0.0from
ahmedharabi:test/parse-uuid-v7-tests

Conversation

@ahmedharabi
Copy link

PR Checklist

  • The commit message follows our guidelines: CONTRIBUTING.md
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

  • Feature – adding support for UUID v7 test
  • Bugfix
  • 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?

The ParseUUIDPipe tests only cover UUID v3, v4, and v5. UUID v7 is not tested yet.

Issue Number: N/A

What is the new behavior?

  • Adds a test case for validating UUID v7 with ParseUUIDPipe.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

This is strictly a test enhancement; no functional changes are introduced.

vchomakov and others added 30 commits January 19, 2026 20:33
fix(deps): update dependency rimraf to v6.1.3
chore(deps): update dependency redis to v5.11.0
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.17.1 to 3.17.2.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.17.1...v3.17.2)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-version: 3.17.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.55.0 to 8.56.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-version: 8.56.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ysql2-3.17.2

chore(deps-dev): bump mysql2 from 3.17.1 to 3.17.2
…ypescript-eslint-8.56.0

chore(deps-dev): bump typescript-eslint from 8.55.0 to 8.56.0
fix(deps): update dependency mysql2 to v3.17.2
…t-monorepo

chore(deps): update typescript-eslint monorepo to v8.56.0
…lnerability

fix(fastify): fastify middleware bypass cve
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.2 to 10.0.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.2...v10.0.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
fix(deps): update nest monorepo to v11.1.14
Bumps [ajv](https://github.com/ajv-validator/ajv) from 8.17.1 to 8.18.0.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v8.17.1...v8.18.0)

---
updated-dependencies:
- dependency-name: ajv
  dependency-version: 8.18.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…ools/benchmarks/ajv-8.18.0

chore(deps): bump ajv from 8.17.1 to 8.18.0 in /tools/benchmarks
chore(deps): update dependency @types/node to v25.3.0
…slint-10.0.0

chore(deps-dev): bump eslint from 9.39.2 to 10.0.0
…pm_and_yarn/eslint-10.0.0

Revert "chore(deps-dev): bump eslint from 9.39.2 to 10.0.0"
@coveralls
Copy link

coveralls commented Mar 16, 2026

Pull Request Test Coverage Report for Build 40517387-ec5f-4b32-a128-17f35c2ae429

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 89.841%

Totals Coverage Status
Change from base Build 7db1df25-f964-42e9-8364-5ddf3b0f89f6: 0.0%
Covered Lines: 7473
Relevant Lines: 8318

💛 - Coveralls

dependabot bot and others added 7 commits March 16, 2026 00:53
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 20.4.4 to 20.5.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.5.0/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-version: 20.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.3.3 to 16.4.0.
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.3.3...v16.4.0)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-version: 16.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
fix(deps): update dependency mysql2 to v3.20.0
…int-staged-16.4.0

chore(deps-dev): bump lint-staged from 16.3.3 to 16.4.0
…ommitlint/cli-20.5.0

chore(deps-dev): bump @commitlint/cli from 20.4.4 to 20.5.0
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 9.0.6 to 9.0.7.
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v9.0.7/packages/lerna)

---
updated-dependencies:
- dependency-name: lerna
  dependency-version: 9.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@kamilmysliwiec
Copy link
Member

please rebase to #16391

kamilmysliwiec and others added 14 commits March 16, 2026 11:13
…erna-9.0.7

chore(deps-dev): bump lerna from 9.0.6 to 9.0.7
chore(deps): update dependency lerna to v9.0.7
chore(deps): update dependency lint-staged to v16.4.0
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 20.4.4 to 20.5.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.5.0/@commitlint/config-angular)

---
updated-dependencies:
- dependency-name: "@commitlint/config-angular"
  dependency-version: 20.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ypes/node-25.5.0

chore(deps-dev): bump @types/node from 25.4.0 to 25.5.0
…ommitlint/config-angular-20.5.0

chore(deps-dev): bump @commitlint/config-angular from 20.4.4 to 20.5.0
chore(deps): update dependency @commitlint/config-angular to v20.5.0
@ahmedharabi ahmedharabi force-pushed the test/parse-uuid-v7-tests branch from fa8c4b2 to 03fcbc0 Compare March 16, 2026 14:19
@kamilmysliwiec kamilmysliwiec changed the base branch from master to v12.0.0 March 17, 2026 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants