ALT-F4-LLC / kickstart.nix

Kickstart your Nix environment.
Apache License 2.0
166 stars 35 forks source link

chore(deps): update nest monorepo to v10.4.1 #67

Open renovate[bot] opened 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nestjs/common (source) 10.3.3 -> 10.4.1 age adoption passing confidence
@nestjs/core (source) 10.3.3 -> 10.4.1 age adoption passing confidence
@nestjs/platform-express (source) 10.3.3 -> 10.4.1 age adoption passing confidence
@nestjs/schematics 10.1.1 -> 10.1.4 age adoption passing confidence
@nestjs/testing (source) 10.3.3 -> 10.4.1 age adoption passing confidence

Release Notes

nestjs/nest (@​nestjs/common) ### [`v10.4.1`](https://togithub.com/nestjs/nest/compare/v10.4.0...67f32e8d5f95d6cb0f27eaceebae1daa495176fa) [Compare Source](https://togithub.com/nestjs/nest/compare/v10.4.0...v10.4.1) ### [`v10.4.0`](https://togithub.com/nestjs/nest/compare/v10.3.10...5bcd0247980d66b91afcc338a64768c10a1f98b1) [Compare Source](https://togithub.com/nestjs/nest/compare/v10.3.10...v10.4.0) ### [`v10.3.10`](https://togithub.com/nestjs/nest/compare/v10.3.9...v10.3.10) [Compare Source](https://togithub.com/nestjs/nest/compare/v10.3.9...v10.3.10) ### [`v10.3.9`](https://togithub.com/nestjs/nest/releases/tag/v10.3.9) [Compare Source](https://togithub.com/nestjs/nest/compare/v10.3.8...v10.3.9) ##### v10.3.9 (2024-06-03) ##### Bug fixes - `core` - [#​13453](https://togithub.com/nestjs/nest/pull/13453) fix(core): possible memory leak when using server side events ([@​zhengjitf](https://togithub.com/zhengjitf)) - [#​13405](https://togithub.com/nestjs/nest/pull/13405) fix(core): auto flush logs on synchronous internal errors ([@​micalevisk](https://togithub.com/micalevisk)) - `platform-fastify` - [#​13536](https://togithub.com/nestjs/nest/pull/13536) feat(fastify): Do not crash if enableVersioning is not used ([@​Fcmam5](https://togithub.com/Fcmam5)) ##### Enhancements - `platform-ws` - [#​13531](https://togithub.com/nestjs/nest/pull/13531) fix(ws): close existing connections ([@​bettercalljason](https://togithub.com/bettercalljason)) - `common`, `core` - [#​13428](https://togithub.com/nestjs/nest/pull/13428) feat(common): support empty `@Inject()` on constructor-based injection ([@​micalevisk](https://togithub.com/micalevisk)) - `core` - [#​13614](https://togithub.com/nestjs/nest/pull/13614) fix(core): prevent exclude method from overwriting previous calls ([@​dragontaek-lee](https://togithub.com/dragontaek-lee)) ##### Docs - `common` - [#​13471](https://togithub.com/nestjs/nest/pull/13471) doc: fix typos & clarify comments ([@​le-harivansh](https://togithub.com/le-harivansh)) ##### Dependencies - Other - [#​13619](https://togithub.com/nestjs/nest/pull/13619) chore(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.9.0 to 7.11.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13631](https://togithub.com/nestjs/nest/pull/13631) chore(deps): bump mysql2 from 3.9.7 to 3.9.8 in /sample/05-sql-typeorm ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13624](https://togithub.com/nestjs/nest/pull/13624) chore(deps-dev): bump mqtt from 5.6.0 to 5.7.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13617](https://togithub.com/nestjs/nest/pull/13617) chore(deps-dev): bump lint-staged from 15.2.2 to 15.2.5 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13611](https://togithub.com/nestjs/nest/pull/13611) chore(deps-dev): bump cache-manager from 5.5.2 to 5.5.3 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13610](https://togithub.com/nestjs/nest/pull/13610) chore(deps): bump fast-json-stringify from 5.15.1 to 5.16.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13620](https://togithub.com/nestjs/nest/pull/13620) chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.10.0 to 7.11.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13625](https://togithub.com/nestjs/nest/pull/13625) chore(deps-dev): bump artillery from 2.0.12 to 2.0.14 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13629](https://togithub.com/nestjs/nest/pull/13629) chore(deps-dev): bump nodemon from 3.1.0 to 3.1.2 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13633](https://togithub.com/nestjs/nest/pull/13633) chore(deps-dev): bump mysql2 from 3.9.7 to 3.10.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13588](https://togithub.com/nestjs/nest/pull/13588) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/04-grpc ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13591](https://togithub.com/nestjs/nest/pull/13591) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/02-gateways ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13592](https://togithub.com/nestjs/nest/pull/13592) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/01-cats-app ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13594](https://togithub.com/nestjs/nest/pull/13594) chore(deps-dev): bump core-js from 3.37.0 to 3.37.1 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13595](https://togithub.com/nestjs/nest/pull/13595) chore(deps-dev): bump redis from 4.6.13 to 4.6.14 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13596](https://togithub.com/nestjs/nest/pull/13596) chore(deps-dev): bump sinon from 17.0.1 to 18.0.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13597](https://togithub.com/nestjs/nest/pull/13597) chore(deps-dev): bump [@​grpc/grpc-js](https://togithub.com/grpc/grpc-js) from 1.10.7 to 1.10.8 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13602](https://togithub.com/nestjs/nest/pull/13602) chore(deps-dev): bump mongoose from 8.3.4 to 8.4.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13605](https://togithub.com/nestjs/nest/pull/13605) chore(deps-dev): bump nats from 2.25.0 to 2.26.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13606](https://togithub.com/nestjs/nest/pull/13606) chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.9.0 to 7.10.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13590](https://togithub.com/nestjs/nest/pull/13590) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/05-sql-typeorm ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13589](https://togithub.com/nestjs/nest/pull/13589) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/03-microservices ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13587](https://togithub.com/nestjs/nest/pull/13587) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/08-webpack ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13586](https://togithub.com/nestjs/nest/pull/13586) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/06-mongoose ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13585](https://togithub.com/nestjs/nest/pull/13585) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/09-babel-example ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13584](https://togithub.com/nestjs/nest/pull/13584) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/07-sequelize ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13583](https://togithub.com/nestjs/nest/pull/13583) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/11-swagger ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13576](https://togithub.com/nestjs/nest/pull/13576) chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.8.0 to 7.9.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13567](https://togithub.com/nestjs/nest/pull/13567) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/15-mvc ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13570](https://togithub.com/nestjs/nest/pull/13570) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/19-auth-jwt ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13563](https://togithub.com/nestjs/nest/pull/13563) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/20-cache ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13564](https://togithub.com/nestjs/nest/pull/13564) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/21-serializer ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13565](https://togithub.com/nestjs/nest/pull/13565) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/22-graphql-prisma ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13568](https://togithub.com/nestjs/nest/pull/13568) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/13-mongo-typeorm ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13569](https://togithub.com/nestjs/nest/pull/13569) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/12-graphql-schema-first ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13571](https://togithub.com/nestjs/nest/pull/13571) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/14-mongoose-base ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13572](https://togithub.com/nestjs/nest/pull/13572) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/16-gateways-ws ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13573](https://togithub.com/nestjs/nest/pull/13573) chore(deps-dev): bump artillery from 2.0.11 to 2.0.12 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13575](https://togithub.com/nestjs/nest/pull/13575) chore(deps-dev): bump chai-as-promised from 7.1.1 to 7.1.2 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13577](https://togithub.com/nestjs/nest/pull/13577) chore(deps-dev): bump nats from 2.24.0 to 2.25.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13578](https://togithub.com/nestjs/nest/pull/13578) chore(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 20.12.11 to 20.12.12 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13579](https://togithub.com/nestjs/nest/pull/13579) chore(deps-dev): bump mqtt from 5.5.5 to 5.6.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13580](https://togithub.com/nestjs/nest/pull/13580) chore(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.8.0 to 7.9.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13518](https://togithub.com/nestjs/nest/pull/13518) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/29-file-upload ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13519](https://togithub.com/nestjs/nest/pull/13519) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/28-sse ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13520](https://togithub.com/nestjs/nest/pull/13520) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/26-queues ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13521](https://togithub.com/nestjs/nest/pull/13521) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/25-dynamic-modules ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13522](https://togithub.com/nestjs/nest/pull/13522) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/30-event-emitter ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13523](https://togithub.com/nestjs/nest/pull/13523) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/24-serve-static ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13524](https://togithub.com/nestjs/nest/pull/13524) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/27-scheduling ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13528](https://togithub.com/nestjs/nest/pull/13528) chore(deps-dev): bump cache-manager from 5.5.1 to 5.5.2 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13529](https://togithub.com/nestjs/nest/pull/13529) chore(deps-dev): bump [@​grpc/grpc-js](https://togithub.com/grpc/grpc-js) from 1.10.6 to 1.10.7 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13546](https://togithub.com/nestjs/nest/pull/13546) chore(deps-dev): bump mongoose from 8.3.3 to 8.3.4 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13549](https://togithub.com/nestjs/nest/pull/13549) chore(deps): bump undici and mercurius in /sample/33-graphql-mercurius ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13552](https://togithub.com/nestjs/nest/pull/13552) chore(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 20.12.10 to 20.12.11 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13554](https://togithub.com/nestjs/nest/pull/13554) chore(deps-dev): bump [@​fastify/static](https://togithub.com/fastify/static) from 7.0.3 to 7.0.4 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13517](https://togithub.com/nestjs/nest/pull/13517) chore(deps-dev): bump ejs from 3.1.9 to 3.1.10 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13545](https://togithub.com/nestjs/nest/pull/13545) chore(deps): bump fast-json-stringify from 5.14.1 to 5.15.1 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13544](https://togithub.com/nestjs/nest/pull/13544) chore(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 20.12.7 to 20.12.10 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13540](https://togithub.com/nestjs/nest/pull/13540) chore(deps-dev): bump conventional-changelog from 5.1.0 to 6.0.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13539](https://togithub.com/nestjs/nest/pull/13539) chore(deps-dev): bump nats from 2.23.0 to 2.24.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13512](https://togithub.com/nestjs/nest/pull/13512) chore(deps-dev): bump mongoose from 8.3.2 to 8.3.3 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13474](https://togithub.com/nestjs/nest/pull/13474) chore(deps-dev): bump mysql2 from 3.9.6 to 3.9.7 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13490](https://togithub.com/nestjs/nest/pull/13490) chore(deps-dev): bump [@​commitlint/config-angular](https://togithub.com/commitlint/config-angular) from 19.2.2 to 19.3.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13499](https://togithub.com/nestjs/nest/pull/13499) chore(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.7.0 to 7.8.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13502](https://togithub.com/nestjs/nest/pull/13502) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/32-graphql-federation-schema-first/posts-application ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13503](https://togithub.com/nestjs/nest/pull/13503) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/32-graphql-federation-schema-first/gateway ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13504](https://togithub.com/nestjs/nest/pull/13504) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/31-graphql-federation-code-first/users-application ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13505](https://togithub.com/nestjs/nest/pull/13505) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/31-graphql-federation-code-first/posts-application ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13506](https://togithub.com/nestjs/nest/pull/13506) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/32-graphql-federation-schema-first/users-application ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13507](https://togithub.com/nestjs/nest/pull/13507) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/31-graphql-federation-code-first/gateway ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13510](https://togithub.com/nestjs/nest/pull/13510) chore(deps-dev): bump artillery from 2.0.10 to 2.0.11 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13511](https://togithub.com/nestjs/nest/pull/13511) chore(deps-dev): bump [@​fastify/view](https://togithub.com/fastify/view) from 9.0.0 to 9.1.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13513](https://togithub.com/nestjs/nest/pull/13513) chore(deps-dev): bump mqtt from 5.5.4 to 5.5.5 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13515](https://togithub.com/nestjs/nest/pull/13515) chore(deps-dev): bump [@​grpc/proto-loader](https://togithub.com/grpc/proto-loader) from 0.7.11 to 0.7.13 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13479](https://togithub.com/nestjs/nest/pull/13479) chore(deps-dev): bump nats from 2.22.0 to 2.23.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13487](https://togithub.com/nestjs/nest/pull/13487) chore(deps): bump mysql2 from 3.9.4 to 3.9.7 in /sample/07-sequelize ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13488](https://togithub.com/nestjs/nest/pull/13488) chore(deps): bump mysql2 from 3.9.4 to 3.9.7 in /sample/05-sql-typeorm ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13491](https://togithub.com/nestjs/nest/pull/13491) chore(deps-dev): bump [@​commitlint/cli](https://togithub.com/commitlint/cli) from 19.2.2 to 19.3.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13495](https://togithub.com/nestjs/nest/pull/13495) chore(deps-dev): bump supertest from 6.3.3 to 7.0.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13498](https://togithub.com/nestjs/nest/pull/13498) chore(deps-dev): bump mqtt from 5.5.2 to 5.5.4 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13500](https://togithub.com/nestjs/nest/pull/13500) chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.7.0 to 7.8.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - `platform-fastify` - [#​13525](https://togithub.com/nestjs/nest/pull/13525) chore(deps): bump [@​fastify/middie](https://togithub.com/fastify/middie) from 8.3.0 to 8.3.1 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13553](https://togithub.com/nestjs/nest/pull/13553) chore(deps): bump fastify from 4.26.2 to 4.27.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - `platform-ws` - [#​13509](https://togithub.com/nestjs/nest/pull/13509) chore(deps): bump ws from 8.16.0 to 8.17.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) ##### Committers: 14 - Anaël Bonnafous ([@​AnaelBonnafous](https://togithub.com/AnaelBonnafous)) - Antonio Tripodi ([@​Tony133](https://togithub.com/Tony133)) - Fortas Abdeldjalil ([@​Fcmam5](https://togithub.com/Fcmam5)) - Jason ([@​bettercalljason](https://togithub.com/bettercalljason)) - Johaven ([@​johaven](https://togithub.com/johaven)) - Kamil Mysliwiec ([@​kamilmysliwiec](https://togithub.com/kamilmysliwiec)) - Micael Levi L. Cavalcante ([@​micalevisk](https://togithub.com/micalevisk)) - Shalva Kakauridze ([@​techsolvers-skakauridze](https://togithub.com/techsolvers-skakauridze)) - Steve ([@​ssilve1989](https://togithub.com/ssilve1989)) - YongtaekLee ([@​dragontaek-lee](https://togithub.com/dragontaek-lee)) - YoungJae Kwon ([@​yjiq150](https://togithub.com/yjiq150)) - [@​le-harivansh](https://togithub.com/le-harivansh) - [@​welfuture](https://togithub.com/welfuture) - zhengjitf ([@​zhengjitf](https://togithub.com/zhengjitf)) ### [`v10.3.8`](https://togithub.com/nestjs/nest/compare/v10.3.7...6538ede9eff43e90e24eb5033698c470ee021d2e) [Compare Source](https://togithub.com/nestjs/nest/compare/v10.3.7...v10.3.8) ### [`v10.3.7`](https://togithub.com/nestjs/nest/compare/v10.3.6...8b4dbb30909be86290d01da54205ab4bf081ab46) [Compare Source](https://togithub.com/nestjs/nest/compare/v10.3.6...v10.3.7) ### [`v10.3.6`](https://togithub.com/nestjs/nest/releases/tag/v10.3.6) [Compare Source](https://togithub.com/nestjs/nest/compare/v10.3.5...v10.3.6) #### v10.3.6 (2024-03-27) ##### Bug fixes - `microservices` - [#​13367](https://togithub.com/nestjs/nest/pull/13367) Revert "fix(microservices): fix redundant code to emit error" ([@​kamilmysliwiec](https://togithub.com/kamilmysliwiec)) - `core` - [#​13366](https://togithub.com/nestjs/nest/pull/13366) fix(core): break reference chain to instance object ([@​breeeew](https://togithub.com/breeeew)) ##### Dependencies - Other - [#​13362](https://togithub.com/nestjs/nest/pull/13362) chore(deps-dev): bump [@​grpc/proto-loader](https://togithub.com/grpc/proto-loader) from 0.7.10 to 0.7.11 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13358](https://togithub.com/nestjs/nest/pull/13358) chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.3.1 to 7.4.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13361](https://togithub.com/nestjs/nest/pull/13361) chore(deps-dev): bump mocha from 10.3.0 to 10.4.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13363](https://togithub.com/nestjs/nest/pull/13363) chore(deps-dev): bump [@​grpc/grpc-js](https://togithub.com/grpc/grpc-js) from 1.10.3 to 1.10.4 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13364](https://togithub.com/nestjs/nest/pull/13364) chore(deps-dev): bump mysql2 from 3.9.2 to 3.9.3 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13355](https://togithub.com/nestjs/nest/pull/13355) chore(deps-dev): bump [@​apollo/server](https://togithub.com/apollo/server) from 4.10.1 to 4.10.2 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13359](https://togithub.com/nestjs/nest/pull/13359) chore(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.3.1 to 7.4.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13343](https://togithub.com/nestjs/nest/pull/13343) chore(deps-dev): bump core-js from 3.36.0 to 3.36.1 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13344](https://togithub.com/nestjs/nest/pull/13344) chore(deps-dev): bump [@​commitlint/cli](https://togithub.com/commitlint/cli) from 19.2.0 to 19.2.1 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13347](https://togithub.com/nestjs/nest/pull/13347) chore(deps-dev): bump typescript from 5.4.2 to 5.4.3 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13345](https://togithub.com/nestjs/nest/pull/13345) chore(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 20.11.29 to 20.11.30 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13348](https://togithub.com/nestjs/nest/pull/13348) chore(deps-dev): bump [@​fastify/multipart](https://togithub.com/fastify/multipart) from 8.1.0 to 8.2.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13352](https://togithub.com/nestjs/nest/pull/13352) chore(deps-dev): bump mongoose from 8.2.2 to 8.2.3 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - `platform-express` - [#​13357](https://togithub.com/nestjs/nest/pull/13357) chore(deps): bump express from 4.19.1 to 4.19.2 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13349](https://togithub.com/nestjs/nest/pull/13349) chore(deps): bump express from 4.18.3 to 4.19.1 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) ##### Committers: 2 - Abdulla Bayramov ([@​breeeew](https://togithub.com/breeeew)) - Kamil Mysliwiec ([@​kamilmysliwiec](https://togithub.com/kamilmysliwiec)) ### [`v10.3.5`](https://togithub.com/nestjs/nest/compare/v10.3.4...28bf1f0b574161aacad5f0aeb2289105caacbd02) [Compare Source](https://togithub.com/nestjs/nest/compare/v10.3.4...v10.3.5) ### [`v10.3.4`](https://togithub.com/nestjs/nest/releases/tag/v10.3.4) [Compare Source](https://togithub.com/nestjs/nest/compare/v10.3.3...v10.3.4) ##### v10.3.4 (2024-03-18) ##### Bug fixes - `core`, `platform-fastify` - [#​13337](https://togithub.com/nestjs/nest/pull/13337) fix(core): middleware is not executed for root route when global prefix is set ([@​kamilmysliwiec](https://togithub.com/kamilmysliwiec)) - `microservices` - [#​13285](https://togithub.com/nestjs/nest/pull/13285) fix(microservices): fix rabbitmq no-assert not being applied correctly ([@​sorooshme](https://togithub.com/sorooshme)) - `common` - [#​13317](https://togithub.com/nestjs/nest/pull/13317) fix(common): fix stacktrace regex ([@​hokaccha](https://togithub.com/hokaccha)) ##### Enhancements - `common`, `core` - [#​13225](https://togithub.com/nestjs/nest/pull/13225) feat(core,common): Add `@RawBody()` decorator ([@​tolgap](https://togithub.com/tolgap)) ##### Docs - `common` - [#​13221](https://togithub.com/nestjs/nest/pull/13221) docs(common): remove incorrect constructor signature of HttpException ([@​kalmanbendeguz](https://togithub.com/kalmanbendeguz)) ##### Dependencies - Other - [#​13133](https://togithub.com/nestjs/nest/pull/13133) chore(deps): update dependency webpack to v5.90.3 ([@​renovate\[bot\]](https://togithub.com/apps/renovate)) - [#​13335](https://togithub.com/nestjs/nest/pull/13335) chore(deps): bump undici and mercurius in /sample/33-graphql-mercurius ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13331](https://togithub.com/nestjs/nest/pull/13331) chore(deps-dev): bump [@​grpc/grpc-js](https://togithub.com/grpc/grpc-js) from 1.10.2 to 1.10.3 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13332](https://togithub.com/nestjs/nest/pull/13332) chore(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 20.11.27 to 20.11.28 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13333](https://togithub.com/nestjs/nest/pull/13333) chore(deps-dev): bump mongoose from 8.2.1 to 8.2.2 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13334](https://togithub.com/nestjs/nest/pull/13334) chore(deps-dev): bump [@​commitlint/cli](https://togithub.com/commitlint/cli) from 19.1.0 to 19.2.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13314](https://togithub.com/nestjs/nest/pull/13314) chore(deps-dev): bump [@​commitlint/config-angular](https://togithub.com/commitlint/config-angular) from 19.0.3 to 19.1.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13320](https://togithub.com/nestjs/nest/pull/13320) chore(deps-dev): bump mqtt from 5.3.6 to 5.4.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13321](https://togithub.com/nestjs/nest/pull/13321) chore(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 20.11.26 to 20.11.27 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13323](https://togithub.com/nestjs/nest/pull/13323) chore(deps-dev): bump socket.io-client from 4.7.4 to 4.7.5 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13329](https://togithub.com/nestjs/nest/pull/13329) chore(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13315](https://togithub.com/nestjs/nest/pull/13315) chore(deps): bump fast-json-stringify from 5.12.0 to 5.13.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13307](https://togithub.com/nestjs/nest/pull/13307) chore(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.1.1 to 7.2.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13316](https://togithub.com/nestjs/nest/pull/13316) chore(deps-dev): bump [@​commitlint/cli](https://togithub.com/commitlint/cli) from 19.0.3 to 19.1.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13305](https://togithub.com/nestjs/nest/pull/13305) chore(deps-dev): bump ts-morph from 21.0.1 to 22.0.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13306](https://togithub.com/nestjs/nest/pull/13306) chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.1.1 to 7.2.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13308](https://togithub.com/nestjs/nest/pull/13308) chore(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 20.11.25 to 20.11.26 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13309](https://togithub.com/nestjs/nest/pull/13309) chore(deps-dev): bump [@​grpc/grpc-js](https://togithub.com/grpc/grpc-js) from 1.10.1 to 1.10.2 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13291](https://togithub.com/nestjs/nest/pull/13291) chore(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.1.0 to 7.1.1 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13299](https://togithub.com/nestjs/nest/pull/13299) chore(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 20.11.24 to 20.11.25 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13300](https://togithub.com/nestjs/nest/pull/13300) chore(deps-dev): bump typescript from 5.3.3 to 5.4.2 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13280](https://togithub.com/nestjs/nest/pull/13280) chore(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 20.11.22 to 20.11.24 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13281](https://togithub.com/nestjs/nest/pull/13281) chore(deps): bump cli-color from 2.0.3 to 2.0.4 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13289](https://togithub.com/nestjs/nest/pull/13289) chore(deps-dev): bump artillery from 2.0.6 to 2.0.7 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13290](https://togithub.com/nestjs/nest/pull/13290) chore(deps-dev): bump mongoose from 8.2.0 to 8.2.1 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13292](https://togithub.com/nestjs/nest/pull/13292) chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.1.0 to 7.1.1 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13296](https://togithub.com/nestjs/nest/pull/13296) chore(deps-dev): bump [@​apollo/server](https://togithub.com/apollo/server) from 4.10.0 to 4.10.1 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13263](https://togithub.com/nestjs/nest/pull/13263) chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.0.2 to 7.1.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13274](https://togithub.com/nestjs/nest/pull/13274) chore(deps-dev): bump [@​commitlint/cli](https://togithub.com/commitlint/cli) from 18.6.1 to 19.0.3 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13269](https://togithub.com/nestjs/nest/pull/13269) chore(deps-dev): bump [@​types/amqplib](https://togithub.com/types/amqplib) from 0.10.4 to 0.10.5 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13273](https://togithub.com/nestjs/nest/pull/13273) chore(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 20.11.20 to 20.11.22 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13275](https://togithub.com/nestjs/nest/pull/13275) chore(deps-dev): bump [@​commitlint/config-angular](https://togithub.com/commitlint/config-angular) from 18.6.1 to 19.0.3 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13258](https://togithub.com/nestjs/nest/pull/13258) chore(deps-dev): bump eslint from 8.56.0 to 8.57.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13259](https://togithub.com/nestjs/nest/pull/13259) chore(deps-dev): bump graphql-tools from 9.0.0 to 9.0.1 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13262](https://togithub.com/nestjs/nest/pull/13262) chore(deps-dev): bump mysql2 from 3.9.1 to 3.9.2 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13264](https://togithub.com/nestjs/nest/pull/13264) chore(deps-dev): bump mqtt from 5.3.5 to 5.3.6 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13265](https://togithub.com/nestjs/nest/pull/13265) chore(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.0.2 to 7.1.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13266](https://togithub.com/nestjs/nest/pull/13266) chore(deps): bump es5-ext from 0.10.49 to 0.10.63 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13217](https://togithub.com/nestjs/nest/pull/13217) chore(deps-dev): bump [@​grpc/grpc-js](https://togithub.com/grpc/grpc-js) from 1.10.0 to 1.10.1 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13230](https://togithub.com/nestjs/nest/pull/13230) chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 6.21.0 to 7.0.2 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13232](https://togithub.com/nestjs/nest/pull/13232) chore(deps-dev): bump artillery from 2.0.5 to 2.0.6 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13240](https://togithub.com/nestjs/nest/pull/13240) chore(deps): bump ip from 2.0.0 to 2.0.1 in /sample/32-graphql-federation-schema-first/posts-application ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13231](https://togithub.com/nestjs/nest/pull/13231) chore(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.0.1 to 7.0.2 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13209](https://togithub.com/nestjs/nest/pull/13209) chore(deps-dev): bump [@​commitlint/config-angular](https://togithub.com/commitlint/config-angular) from 18.6.0 to 18.6.1 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13229](https://togithub.com/nestjs/nest/pull/13229) chore(deps-dev): bump [@​fastify/view](https://togithub.com/fastify/view) from 8.2.0 to 9.0.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13235](https://togithub.com/nestjs/nest/pull/13235) chore(deps-dev): bump ip from 1.1.8 to 1.1.9 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13236](https://togithub.com/nestjs/nest/pull/13236) chore(deps): bump ip from 2.0.0 to 2.0.1 in /sample/31-graphql-federation-code-first/gateway ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13237](https://togithub.com/nestjs/nest/pull/13237) chore(deps): bump ip from 2.0.0 to 2.0.1 in /sample/32-graphql-federation-schema-first/users-application ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13238](https://togithub.com/nestjs/nest/pull/13238) chore(deps): bump ip from 2.0.0 to 2.0.1 in /sample/31-graphql-federation-code-first/posts-application ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13239](https://togithub.com/nestjs/nest/pull/13239) chore(deps): bump ip from 2.0.0 to 2.0.1 in /sample/31-graphql-federation-code-first/users-application ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13241](https://togithub.com/nestjs/nest/pull/13241) chore(deps): bump ip from 2.0.0 to 2.0.1 in /sample/32-graphql-federation-schema-first/gateway ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13242](https://togithub.com/nestjs/nest/pull/13242) chore(deps): bump ip from 2.0.0 to 2.0.1 in /sample/14-mongoose-base ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13243](https://togithub.com/nestjs/nest/pull/13243) chore(deps): bump ip from 2.0.0 to 2.0.1 in /sample/06-mongoose ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13244](https://togithub.com/nestjs/nest/pull/13244) chore(deps): bump ip from 2.0.0 to 2.0.1 in /sample/13-mongo-typeorm ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13248](https://togithub.com/nestjs/nest/pull/13248) chore(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 20.11.17 to 20.11.20 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13249](https://togithub.com/nestjs/nest/pull/13249) chore(deps-dev): bump nodemon from 3.0.3 to 3.1.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13250](https://togithub.com/nestjs/nest/pull/13250) chore(deps-dev): bump mongoose from 8.1.2 to 8.2.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​12831](https://togithub.com/nestjs/nest/pull/12831) chore(deps): update dependency prettier to v3.2.5 ([@​renovate\[bot\]](https://togithub.com/apps/renovate)) - [#​13207](https://togithub.com/nestjs/nest/pull/13207) chore(deps-dev): bump husky from 9.0.10 to 9.0.11 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13175](https://togithub.com/nestjs/nest/pull/13175) chore(deps): update dependency [@​types/jest](https://togithub.com/types/jest) to v29.5.12 ([@​renovate\[bot\]](https://togithub.com/apps/renovate)) - [#​13122](https://togithub.com/nestjs/nest/pull/13122) fix(deps): update dependency typeorm to v0.3.20 ([@​renovate\[bot\]](https://togithub.com/apps/renovate)) - [#​13174](https://togithub.com/nestjs/nest/pull/13174) chore(deps): update dependency [@​nestjs/cli](https://togithub.com/nestjs/cli) to v10.3.2 ([@​renovate\[bot\]](https://togithub.com/apps/renovate)) - [#​13213](https://togithub.com/nestjs/nest/pull/13213) chore(deps-dev): bump core-js from 3.35.1 to 3.36.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13208](https://togithub.com/nestjs/nest/pull/13208) chore(deps-dev): bump [@​commitlint/cli](https://togithub.com/commitlint/cli) from 18.6.0 to 18.6.1 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13202](https://togithub.com/nestjs/nest/pull/13202) chore(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 6.21.0 to 7.0.1 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13181](https://togithub.com/nestjs/nest/pull/13181) fix(deps): update dependency [@​fastify/static](https://togithub.com/fastify/static) to v7 ([@​renovate\[bot\]](https://togithub.com/apps/renovate)) - [#​13179](https://togithub.com/nestjs/nest/pull/13179) fix(deps): update dependency [@​nestjs/bull](https://togithub.com/nestjs/bull) to v10.1.0 ([@​renovate\[bot\]](https://togithub.com/apps/renovate)) - `platform-socket.io` - [#​13324](https://togithub.com/nestjs/nest/pull/13324) chore(deps): bump socket.io from 4.7.4 to 4.7.5 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - `platform-fastify` - [#​13303](https://togithub.com/nestjs/nest/pull/13303) chore(deps): bump light-my-request from 5.11.1 to 5.12.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13287](https://togithub.com/nestjs/nest/pull/13287) chore(deps): bump fastify from 4.26.1 to 4.26.2 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13257](https://togithub.com/nestjs/nest/pull/13257) chore(deps): bump light-my-request from 5.11.0 to 5.11.1 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13203](https://togithub.com/nestjs/nest/pull/13203) chore(deps): bump fastify from 4.26.0 to 4.26.1 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - `platform-express` - [#​13279](https://togithub.com/nestjs/nest/pull/13279) chore(deps): bump express from 4.18.2 to 4.18.3 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) ##### Committers: 14 - Bendegúz Kálmán ([@​kalmanbendeguz](https://togithub.com/kalmanbendeguz)) - Justin Timmons ([@​jtimmons](https://togithub.com/jtimmons)) - Kamil Mysliwiec ([@​kamilmysliwiec](https://togithub.com/kamilmysliwiec)) - Kazuhito Hokamura ([@​hokaccha](https://togithub.com/hokaccha)) - Maximiliano Kazanski ([@​wokcito](https://togithub.com/wokcito)) - Soroosh Merajiyan ([@​sorooshme](https://togithub.com/sorooshme)) - Tolga Paksoy ([@​tolgap](https://togithub.com/tolgap)) - Version 13 ([@​version13](https://togithub.com/version13)) - YoungKi Lyu ([@​youngkiu](https://togithub.com/youngkiu)) - [@​719media](https://togithub.com/719media) - [@​le-harivansh](https://togithub.com/le-harivansh) - apeltop ([@​apeltop](https://togithub.com/apeltop)) - blackgerman ([@​blackgerman](https://togithub.com/blackgerman)) - dudu\_1 ([@​dygma0](https://togithub.com/dygma0))
nestjs/nest (@​nestjs/core) ### [`v10.4.1`](https://togithub.com/nestjs/nest/compare/v10.4.0...v10.4.1) [Compare Source](https://togithub.com/nestjs/nest/compare/v10.4.0...v10.4.1) ### [`v10.4.0`](https://togithub.com/nestjs/nest/compare/v10.3.10...5bcd0247980d66b91afcc338a64768c10a1f98b1) [Compare Source](https://togithub.com/nestjs/nest/compare/v10.3.10...v10.4.0) ### [`v10.3.10`](https://togithub.com/nestjs/nest/compare/v10.3.9...b59d5acf472ef234f4a645dbe16de98e99e9ee4d) [Compare Source](https://togithub.com/nestjs/nest/compare/v10.3.9...v10.3.10) ### [`v10.3.9`](https://togithub.com/nestjs/nest/releases/tag/v10.3.9) [Compare Source](https://togithub.com/nestjs/nest/compare/v10.3.8...v10.3.9) ##### v10.3.9 (2024-06-03) ##### Bug fixes - `core` - [#​13453](https://togithub.com/nestjs/nest/pull/13453) fix(core): possible memory leak when using server side events ([@​zhengjitf](https://togithub.com/zhengjitf)) - [#​13405](https://togithub.com/nestjs/nest/pull/13405) fix(core): auto flush logs on synchronous internal errors ([@​micalevisk](https://togithub.com/micalevisk)) - `platform-fastify` - [#​13536](https://togithub.com/nestjs/nest/pull/13536) feat(fastify): Do not crash if enableVersioning is not used ([@​Fcmam5](https://togithub.com/Fcmam5)) ##### Enhancements - `platform-ws` - [#​13531](https://togithub.com/nestjs/nest/pull/13531) fix(ws): close existing connections ([@​bettercalljason](https://togithub.com/bettercalljason)) - `common`, `core` - [#​13428](https://togithub.com/nestjs/nest/pull/13428) feat(common): support empty `@Inject()` on constructor-based injection ([@​micalevisk](https://togithub.com/micalevisk)) - `core` - [#​13614](https://togithub.com/nestjs/nest/pull/13614) fix(core): prevent exclude method from overwriting previous calls ([@​dragontaek-lee](https://togithub.com/dragontaek-lee)) ##### Docs - `common` - [#​13471](https://togithub.com/nestjs/nest/pull/13471) doc: fix typos & clarify comments ([@​le-harivansh](https://togithub.com/le-harivansh)) ##### Dependencies - Other - [#​13619](https://togithub.com/nestjs/nest/pull/13619) chore(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.9.0 to 7.11.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13631](https://togithub.com/nestjs/nest/pull/13631) chore(deps): bump mysql2 from 3.9.7 to 3.9.8 in /sample/05-sql-typeorm ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13624](https://togithub.com/nestjs/nest/pull/13624) chore(deps-dev): bump mqtt from 5.6.0 to 5.7.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13617](https://togithub.com/nestjs/nest/pull/13617) chore(deps-dev): bump lint-staged from 15.2.2 to 15.2.5 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13611](https://togithub.com/nestjs/nest/pull/13611) chore(deps-dev): bump cache-manager from 5.5.2 to 5.5.3 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13610](https://togithub.com/nestjs/nest/pull/13610) chore(deps): bump fast-json-stringify from 5.15.1 to 5.16.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13620](https://togithub.com/nestjs/nest/pull/13620) chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.10.0 to 7.11.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13625](https://togithub.com/nestjs/nest/pull/13625) chore(deps-dev): bump artillery from 2.0.12 to 2.0.14 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13629](https://togithub.com/nestjs/nest/pull/13629) chore(deps-dev): bump nodemon from 3.1.0 to 3.1.2 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13633](https://togithub.com/nestjs/nest/pull/13633) chore(deps-dev): bump mysql2 from 3.9.7 to 3.10.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13588](https://togithub.com/nestjs/nest/pull/13588) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/04-grpc ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13591](https://togithub.com/nestjs/nest/pull/13591) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/02-gateways ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13592](https://togithub.com/nestjs/nest/pull/13592) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/01-cats-app ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13594](https://togithub.com/nestjs/nest/pull/13594) chore(deps-dev): bump core-js from 3.37.0 to 3.37.1 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13595](https://togithub.com/nestjs/nest/pull/13595) chore(deps-dev): bump redis from 4.6.13 to 4.6.14 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13596](https://togithub.com/nestjs/nest/pull/13596) chore(deps-dev): bump sinon from 17.0.1 to 18.0.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13597](https://togithub.com/nestjs/nest/pull/13597) chore(deps-dev): bump [@​grpc/grpc-js](https://togithub.com/grpc/grpc-js) from 1.10.7 to 1.10.8 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13602](https://togithub.com/nestjs/nest/pull/13602) chore(deps-dev): bump mongoose from 8.3.4 to 8.4.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13605](https://togithub.com/nestjs/nest/pull/13605) chore(deps-dev): bump nats from 2.25.0 to 2.26.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13606](https://togithub.com/nestjs/nest/pull/13606) chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.9.0 to 7.10.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13590](https://togithub.com/nestjs/nest/pull/13590) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/05-sql-typeorm ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13589](https://togithub.com/nestjs/nest/pull/13589) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/03-microservices ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13587](https://togithub.com/nestjs/nest/pull/13587) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/08-webpack ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13586](https://togithub.com/nestjs/nest/pull/13586) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/06-mongoose ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13585](https://togithub.com/nestjs/nest/pull/13585) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/09-babel-example ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13584](https://togithub.com/nestjs/nest/pull/13584) chore(deps): bump express and [@​nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/07-sequelize ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​13583](https://togithub.com/nestjs/nest/pull/13583

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR was generated by Mend Renovate. View the repository job log.