express-zod-api icon indicating copy to clipboard operation
express-zod-api copied to clipboard

Supporting `jest` v30

Open RobinTail opened this issue 1 year ago • 4 comments

Jest 30 is coming soon requiring higher Node.js version. Since it's an optional peer dependency I made an arrangement to avoid breaking changes in express-zod-api itself.

RobinTail avatar Feb 03 '24 14:02 RobinTail

Due to https://github.com/jestjs/jest/pull/14460 requires at least Node 18.12

RobinTail avatar Feb 03 '24 14:02 RobinTail

Coverage Status

coverage: 100.0%. remained the same when pulling e100723a7feacbf13baebecec895eb138e46db00 on try-jest-30 into e2fb0924b2c0095309936cab8f6ff5dd4de06269 on prep-v18.

coveralls avatar Feb 03 '24 14:02 coveralls

Or, I can make it non-breaking by testing compatibility only on certain Node versions.

RobinTail avatar Feb 03 '24 14:02 RobinTail

non-breaking now, can be released anytime

RobinTail avatar Feb 03 '24 14:02 RobinTail