nestjs-components
nestjs-components copied to clipboard
A list of useful components for NestJS applications
Bumps [@nestjs/microservices](https://github.com/nestjs/nest) from 9.0.8 to 9.1.4. Release notes Sourced from @nestjs/microservices's releases. v9.1.1 (2022-09-19) Features core, microservices #10299 feat(core): allow setting payload for durable trees (@kamilmysliwiec) Bug fixes microservices #10209...
Hi I want to validate the EmittedMessage using the DTO but the validation is not working. I am using Google Pubsub microservice. ``` export class OrderDTO { @IsString() @IsNotEmpty() public...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 18.4.3 to 19.2.1. Release notes Sourced from @commitlint/cli's releases. v19.2.1 19.2.1 (2024-03-19) Bug Fixes fix(config-nx-scopes): include file extension in nx imports by @timonmasberg in conventional-changelog/commitlint#3979 Fix regression...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...
Bumps [class-validator](https://github.com/typestack/class-validator) from 0.14.0 to 0.14.1. Release notes Sourced from class-validator's releases. v0.14.1 What's Changed fix: fail for non-array constraint in @IsIn decorator by @NoNameProvided in typestack/class-validator#1844 feat: allow specifying...
Bumps [reflect-metadata](https://github.com/rbuckton/reflect-metadata) from 0.1.13 to 0.1.14. Release notes Sourced from reflect-metadata's releases. reflect-metadata 0.1.14 What's Changed Fix variable name by @amatiasq in rbuckton/reflect-metadata#109 Bypass webpack process.env inlining by @rbuckton in...
Bumps [chai](https://github.com/chaijs/chai) from 4.3.10 to 5.1.0. Release notes Sourced from chai's releases. v5.1.0 What's Changed Remove useless guards and add parentheses to constuctors by @koddsson in chaijs/chai#1593 Cleanup jsdoc comments...
Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.11. Release notes Sourced from husky's releases. v9.0.11 chore: update package-lock.json by @btea in typicode/husky#1383 fix: export HUSKY=0 in init (fixes #1393) by @typicode in...
There is a Duration type mismatch, specifically the `millis` declaration that was introduced when Google released v4.0.0 of nodejs-pubsub.  https://github.com/googleapis/nodejs-pubsub/releases/tag/v4.0.0
## Description This PR adds an option to mask the headers of logged when the server responds with an error code (>= 400). The options are the same as the...