risen228 / nestjs-zod-prisma

Zod Prisma fork for nestjs-zod
MIT License
62 stars 11 forks source link

a package that fixes all your issues #25

Open mohrazzak opened 7 months ago

mohrazzak commented 7 months ago

For anyone facing an issue with this package you can guys check my new package https://github.com/mohrazzak/better-nestjs-zod-prisma i fixed nullable and nullish issues all enums issue (duplicate imports and prisma type error) supported swagger out of the box using another package

overphoenix commented 7 months ago

Tests should be fixed:

Test Suites: 3 failed, 2 passed, 5 total
Tests:       15 failed, 6 passed, 21 total
Snapshots:   21 failed, 12 passed, 33 total

Deps should be upgraded:

 @anatine/zod-nestjs         ^2.0.3  →   ^2.0.5
 @anatine/zod-openapi        ^2.2.1  →   ^2.2.3
 @prisma/client              ^4.3.1  →   ^5.8.1
 @prisma/generator-helper    ^4.3.1  →   ^5.8.1
 @tsconfig/recommended       ^1.0.1  →   ^1.0.3
 @types/fs-extra            ^9.0.13  →  ^11.0.4
 @typescript-eslint/parser  ^5.25.0  →  ^6.19.1
 dts-cli                     ^1.1.5  →   ^2.0.4
 eslint                      7.32.0  →   8.56.0
 execa                       ^5.1.0  →   ^8.0.1
 fast-glob                   ^3.2.5  →   ^3.3.2
 fs-extra                   ^10.0.0  →  ^11.2.0
 jest-mock-extended          ^2.0.4  →   ^3.0.5
 prettier                     2.3.0  →    3.2.4
 prisma                      ^4.3.1  →   ^5.8.1
 ts-morph                   ^13.0.2  →  ^21.0.1
 tslib                       ^2.3.1  →   ^2.6.2
 typescript                  ^4.5.4  →   ^5.3.3
 zod                        ^3.17.3  →  ^3.22.4
mohrazzak commented 7 months ago

Tests should be fixed:

Test Suites: 3 failed, 2 passed, 5 total
Tests:       15 failed, 6 passed, 21 total
Snapshots:   21 failed, 12 passed, 33 total

Deps should be upgraded:

 @anatine/zod-nestjs         ^2.0.3  →   ^2.0.5
 @anatine/zod-openapi        ^2.2.1  →   ^2.2.3
 @prisma/client              ^4.3.1  →   ^5.8.1
 @prisma/generator-helper    ^4.3.1  →   ^5.8.1
 @tsconfig/recommended       ^1.0.1  →   ^1.0.3
 @types/fs-extra            ^9.0.13  →  ^11.0.4
 @typescript-eslint/parser  ^5.25.0  →  ^6.19.1
 dts-cli                     ^1.1.5  →   ^2.0.4
 eslint                      7.32.0  →   8.56.0
 execa                       ^5.1.0  →   ^8.0.1
 fast-glob                   ^3.2.5  →   ^3.3.2
 fs-extra                   ^10.0.0  →  ^11.2.0
 jest-mock-extended          ^2.0.4  →   ^3.0.5
 prettier                     2.3.0  →    3.2.4
 prisma                      ^4.3.1  →   ^5.8.1
 ts-morph                   ^13.0.2  →  ^21.0.1
 tslib                       ^2.3.1  →   ^2.6.2
 typescript                  ^4.5.4  →   ^5.3.3
 zod                        ^3.17.3  →  ^3.22.4

What about Opening a PR? @overphoenix