nestjs/nest
### [`v9.3.9`](https://togithub.com/nestjs/nest/compare/v9.3.8...v9.3.9)
[Compare Source](https://togithub.com/nestjs/nest/compare/v9.3.8...v9.3.9)
### [`v9.3.8`](https://togithub.com/nestjs/nest/compare/v9.3.7...v9.3.8)
[Compare Source](https://togithub.com/nestjs/nest/compare/v9.3.7...v9.3.8)
### [`v9.3.7`](https://togithub.com/nestjs/nest/releases/tag/v9.3.7)
[Compare Source](https://togithub.com/nestjs/nest/compare/v9.3.6...v9.3.7)
#### v9.3.6 (2023-02-08)
##### Bug fixes
- `core`
- [#11073](https://togithub.com/nestjs/nest/pull/11073) fix(core): removed xxhash to Closes [#11071](https://togithub.com/nestjs/nest/issues/11071) ([@H4ad](https://togithub.com/H4ad))
- `common`
- [#11081](https://togithub.com/nestjs/nest/pull/11081) fix(common): account for when stack is undefined in logger ([@jmcdo29](https://togithub.com/jmcdo29))
##### Dependencies
- [#11075](https://togithub.com/nestjs/nest/pull/11075) chore(deps-dev): bump [@nestjs/graphql](https://togithub.com/nestjs/graphql) from 10.1.7 to 10.2.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#11076](https://togithub.com/nestjs/nest/pull/11076) chore(deps-dev): bump mysql2 from 3.1.0 to 3.1.1 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#11077](https://togithub.com/nestjs/nest/pull/11077) chore(deps-dev): bump [@nestjs/apollo](https://togithub.com/nestjs/apollo) from 10.1.7 to 10.2.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#11078](https://togithub.com/nestjs/nest/pull/11078) chore(deps-dev): bump typeorm from 0.3.11 to 0.3.12 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#11079](https://togithub.com/nestjs/nest/pull/11079) chore(deps-dev): bump [@types/node](https://togithub.com/types/node) from 18.11.19 to 18.13.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#11080](https://togithub.com/nestjs/nest/pull/11080) chore(deps-dev): bump lint-staged from 13.1.0 to 13.1.1 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#11059](https://togithub.com/nestjs/nest/pull/11059) chore(deps-dev): bump mongoose from 6.9.0 to 6.9.1 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
##### Committers: 3
- Jay McDoniel ([@jmcdo29](https://togithub.com/jmcdo29))
- Simone Vicentini ([@vizio360](https://togithub.com/vizio360))
- Vinicius Lourenço ([@H4ad](https://togithub.com/H4ad))
#### v9.3.4 (2023-02-07)
##### Bug fixes
- `common`
- [#11066](https://togithub.com/nestjs/nest/pull/11066) fix: skip caching the response if it is a streamable file instance ([@jmcdo29](https://togithub.com/jmcdo29))
##### Dependencies
- Other
- [#11060](https://togithub.com/nestjs/nest/pull/11060) chore(deps-dev): bump graphql-tools from 8.3.17 to 8.3.18 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#11061](https://togithub.com/nestjs/nest/pull/11061) chore(deps-dev): bump cache-manager from 5.1.5 to 5.1.6 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#11063](https://togithub.com/nestjs/nest/pull/11063) chore(deps-dev): bump engine.io-client from 6.3.1 to 6.4.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#11064](https://togithub.com/nestjs/nest/pull/11064) chore(deps-dev): bump socket.io-client from 4.5.4 to 4.6.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- `platform-socket.io`
- [#11062](https://togithub.com/nestjs/nest/pull/11062) chore(deps): bump socket.io from 4.5.4 to 4.6.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
##### Committers: 1
- Jay McDoniel ([@jmcdo29](https://togithub.com/jmcdo29))
### [`v9.3.6`](https://togithub.com/nestjs/nest/compare/v9.3.5...v9.3.6)
[Compare Source](https://togithub.com/nestjs/nest/compare/v9.3.5...v9.3.6)
### [`v9.3.5`](https://togithub.com/nestjs/nest/compare/v9.3.4...v9.3.5)
[Compare Source](https://togithub.com/nestjs/nest/compare/v9.3.4...v9.3.5)
### [`v9.3.4`](https://togithub.com/nestjs/nest/compare/v9.3.3...v9.3.4)
[Compare Source](https://togithub.com/nestjs/nest/compare/v9.3.3...v9.3.4)
### [`v9.3.3`](https://togithub.com/nestjs/nest/releases/tag/v9.3.3)
[Compare Source](https://togithub.com/nestjs/nest/compare/v9.3.2...v9.3.3)
#### v9.3.3 (2023-02-06)
##### Bug fixes
- `core`
- [#11041](https://togithub.com/nestjs/nest/pull/11041) fix(core): :ambulance: Fix for calculating durability of a provider ([@vizio360](https://togithub.com/vizio360))
##### Enhancements
- `core`, `microservices`, `websockets`
- [#11053](https://togithub.com/nestjs/nest/pull/11053) chore(core): remove uuid dependency ([@kamilmysliwiec](https://togithub.com/kamilmysliwiec))
##### Dependencies
- [#11049](https://togithub.com/nestjs/nest/pull/11049) chore(deps-dev): bump [@types/node](https://togithub.com/types/node) from 18.11.18 to 18.11.19 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#11050](https://togithub.com/nestjs/nest/pull/11050) chore(deps-dev): bump [@types/express](https://togithub.com/types/express) from 4.17.16 to 4.17.17 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#11051](https://togithub.com/nestjs/nest/pull/11051) chore(deps-dev): bump cache-manager from 5.1.4 to 5.1.5 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#11052](https://togithub.com/nestjs/nest/pull/11052) chore(deps-dev): bump engine.io-client from 6.3.0 to 6.3.1 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
##### Committers: 3
- Antonio Tripodi ([@Tony133](https://togithub.com/Tony133))
- Kamil Mysliwiec ([@kamilmysliwiec](https://togithub.com/kamilmysliwiec))
- Simone Vicentini ([@vizio360](https://togithub.com/vizio360))
### [`v9.3.2`](https://togithub.com/nestjs/nest/releases/tag/v9.3.2)
[Compare Source](https://togithub.com/nestjs/nest/compare/v9.3.1...v9.3.2)
##### v9.3.2 (2023-02-03)
##### Bug fixes
- `microservices`
- [#11026](https://togithub.com/nestjs/nest/pull/11026) fix(microservices): messages emitted before kafka client is ready fail ([@kamilmysliwiec](https://togithub.com/kamilmysliwiec))
- [#11019](https://togithub.com/nestjs/nest/pull/11019) fix(microservices): rmq should gracefully reconnect upon error ([@kamilmysliwiec](https://togithub.com/kamilmysliwiec))
- `core`
- [#11027](https://togithub.com/nestjs/nest/pull/11027) fix(core): import common package correctly ([@meteorlxy](https://togithub.com/meteorlxy))
- `platform-express`, `platform-fastify`
- [#10474](https://togithub.com/nestjs/nest/pull/10474) Fix Content-Type for unexpected errors in Fastify ([@tuxmachine](https://togithub.com/tuxmachine))
##### Enhancements
- `microservices`
- [#11001](https://togithub.com/nestjs/nest/pull/11001) fix(microservices): use switch case for types of statuses in server ([@bittlerr](https://togithub.com/bittlerr))
##### Dependencies
- Other
- [#11012](https://togithub.com/nestjs/nest/pull/11012) chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/31-graphql-federation-code-first/gateway ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#11015](https://togithub.com/nestjs/nest/pull/11015) chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/32-graphql-federation-schema-first/gateway ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#11005](https://togithub.com/nestjs/nest/pull/11005) chore(deps-dev): bump graphql-tools from 8.3.16 to 8.3.17 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#11013](https://togithub.com/nestjs/nest/pull/11013) chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/31-graphql-federation-code-first/posts-application ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#11014](https://togithub.com/nestjs/nest/pull/11014) chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/32-graphql-federation-schema-first/posts-application ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#11016](https://togithub.com/nestjs/nest/pull/11016) chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/32-graphql-federation-schema-first/users-application ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#11017](https://togithub.com/nestjs/nest/pull/11017) chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#11011](https://togithub.com/nestjs/nest/pull/11011) chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/31-graphql-federation-code-first/users-application ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#11006](https://togithub.com/nestjs/nest/pull/11006) chore(deps-dev): bump redis from 4.5.1 to 4.6.4 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#11007](https://togithub.com/nestjs/nest/pull/11007) chore(deps-dev): bump core-js from 3.27.1 to 3.27.2 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#11008](https://togithub.com/nestjs/nest/pull/11008) chore(deps-dev): bump mongoose from 6.8.4 to 6.9.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#11003](https://togithub.com/nestjs/nest/pull/11003) chore(deps-dev): bump typescript from 4.9.4 to 4.9.5 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- `common`, `core`, `microservices`, `platform-express`, `platform-fastify`, `platform-socket.io`, `platform-ws`, `testing`, `websockets`
- [#11004](https://togithub.com/nestjs/nest/pull/11004) chore(deps): bump tslib from 2.4.1 to 2.5.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
##### Committers: 6
- Antonio Tripodi ([@Tony133](https://togithub.com/Tony133))
- Cody Tseng ([@CodyTseng](https://togithub.com/CodyTseng))
- Constantin Cuciurcă ([@bittlerr](https://togithub.com/bittlerr))
- Kamil Mysliwiec ([@kamilmysliwiec](https://togithub.com/kamilmysliwiec))
- Rick Dutour Geerling ([@tuxmachine](https://togithub.com/tuxmachine))
- Xinyu Liu ([@meteorlxy](https://togithub.com/meteorlxy))
### [`v9.3.1`](https://togithub.com/nestjs/nest/compare/v9.3.0...v9.3.1)
[Compare Source](https://togithub.com/nestjs/nest/compare/v9.3.0...v9.3.1)
### [`v9.3.0`](https://togithub.com/nestjs/nest/releases/tag/v9.3.0)
[Compare Source](https://togithub.com/nestjs/nest/compare/v9.2.1...v9.3.0)
#### v9.3.0 (2023-02-01)
##### Features
- `core`
- [#10608](https://togithub.com/nestjs/nest/pull/10608) feat(core): enhance repl '.help' command with nestjs functions ([@micalevisk](https://togithub.com/micalevisk))
- `common`, `core`, `microservices`, `platform-express`, `platform-fastify`, `platform-socket.io`, `platform-ws`, `testing`, `websockets`
- [#10983](https://togithub.com/nestjs/nest/pull/10983) feat: graph inspector, preview mode ([@kamilmysliwiec](https://togithub.com/kamilmysliwiec))
##### Bug fixes
- `microservices`
- [#10982](https://togithub.com/nestjs/nest/pull/10982) fix: kafka rpc exception not resolved ([@Inoir](https://togithub.com/Inoir))
- `common`
- [#10531](https://togithub.com/nestjs/nest/pull/10531) fix(common): correct order for logger error parameters ([@ChrisiPK](https://togithub.com/ChrisiPK))
- `core`, `microservices`
- [#10809](https://togithub.com/nestjs/nest/pull/10809) fix(core,microservices): inject the context when the tree is not durable ([@micalevisk](https://togithub.com/micalevisk))
- `core`
- [#10698](https://togithub.com/nestjs/nest/pull/10698) fix(core): Making Request scope non durable win over scope durable ([@vizio360](https://togithub.com/vizio360))
- [#10822](https://togithub.com/nestjs/nest/pull/10822) fix(core): ModuleRef#get and #resolve opts default values ([@micalevisk](https://togithub.com/micalevisk))
- [#10889](https://togithub.com/nestjs/nest/pull/10889) fix(fastify): return the response on exception ([@jmcdo29](https://togithub.com/jmcdo29))
- `platform-fastify`
- [#10834](https://togithub.com/nestjs/nest/pull/10834) \[platform-fastify]fix: :bug: Fix context prop ([@SirReiva](https://togithub.com/SirReiva))
##### Enhancements
- `common`
- [#10737](https://togithub.com/nestjs/nest/pull/10737) Parse file pipe fix (multiple files validation) ([@mahkassem](https://togithub.com/mahkassem))
- [#10823](https://togithub.com/nestjs/nest/pull/10823) perf(common): faster logs by caching intl.datetimeformat ([@H4ad](https://togithub.com/H4ad))
- `core`
- [#10696](https://togithub.com/nestjs/nest/pull/10696) fix(core): process exit before shutdown hook end ([@kos984](https://togithub.com/kos984))
- [#10625](https://togithub.com/nestjs/nest/pull/10625) fix(core): fix reflectConstructorParams mutating constructor metadata ([@nathan-knight](https://togithub.com/nathan-knight))
- [#10775](https://togithub.com/nestjs/nest/pull/10775) feat(core): pass signal when manually invoking close ([@bartversluijs](https://togithub.com/bartversluijs))
- `microservices`
- [#10798](https://togithub.com/nestjs/nest/pull/10798) refactor(microservices): disable ping timer message in nats by flag ([@andreyddk](https://togithub.com/andreyddk))
- `platform-express`
- [#10880](https://togithub.com/nestjs/nest/pull/10880) fix(express): Map missing multer error and map busboy errors ([@max-mathieu](https://togithub.com/max-mathieu))
##### Docs
- `common`
- [#10975](https://togithub.com/nestjs/nest/pull/10975) docs(common): add `@publicApi` to all user-facing APIs ([@micalevisk](https://togithub.com/micalevisk))
##### Code style tweaks
- `common`, `core`, `testing`, `websockets`
- [#10888](https://togithub.com/nestjs/nest/pull/10888) refactor(): improvements the imports ([@Tony133](https://togithub.com/Tony133))
##### Dependencies
- Other
- [#10997](https://togithub.com/nestjs/nest/pull/10997) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/04-grpc ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#11000](https://togithub.com/nestjs/nest/pull/11000) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/01-cats-app ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10999](https://togithub.com/nestjs/nest/pull/10999) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/02-gateways ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10998](https://togithub.com/nestjs/nest/pull/10998) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/03-microservices ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10995](https://togithub.com/nestjs/nest/pull/10995) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/06-mongoose ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10996](https://togithub.com/nestjs/nest/pull/10996) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/05-sql-typeorm ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10993](https://togithub.com/nestjs/nest/pull/10993) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/08-webpack ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10992](https://togithub.com/nestjs/nest/pull/10992) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/10-fastify ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10994](https://togithub.com/nestjs/nest/pull/10994) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/07-sequelize ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10987](https://togithub.com/nestjs/nest/pull/10987) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/15-mvc ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10990](https://togithub.com/nestjs/nest/pull/10990) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/11-swagger ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10991](https://togithub.com/nestjs/nest/pull/10991) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/12-graphql-schema-first ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10988](https://togithub.com/nestjs/nest/pull/10988) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/14-mongoose-base ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10989](https://togithub.com/nestjs/nest/pull/10989) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/13-mongo-typeorm ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10918](https://togithub.com/nestjs/nest/pull/10918) chore(deps-dev): bump [@fastify/multipart](https://togithub.com/fastify/multipart) from 7.3.0 to 7.4.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10919](https://togithub.com/nestjs/nest/pull/10919) chore(deps-dev): bump nats from 2.10.2 to 2.11.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10984](https://togithub.com/nestjs/nest/pull/10984) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/18-context ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10985](https://togithub.com/nestjs/nest/pull/10985) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/17-mvc-fastify ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10986](https://togithub.com/nestjs/nest/pull/10986) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/16-gateways-ws ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10906](https://togithub.com/nestjs/nest/pull/10906) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/21-serializer ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10907](https://togithub.com/nestjs/nest/pull/10907) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/20-cache ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10915](https://togithub.com/nestjs/nest/pull/10915) chore(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.27.5 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10916](https://togithub.com/nestjs/nest/pull/10916) chore(deps-dev): bump [@types/express](https://togithub.com/types/express) from 4.17.15 to 4.17.16 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10908](https://togithub.com/nestjs/nest/pull/10908) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/19-auth-jwt ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10976](https://togithub.com/nestjs/nest/pull/10976) chore(deps-dev): bump graphql-tools from 8.3.14 to 8.3.16 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10978](https://togithub.com/nestjs/nest/pull/10978) chore(deps-dev): bump [@grpc/grpc-js](https://togithub.com/grpc/grpc-js) from 1.8.4 to 1.8.7 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10980](https://togithub.com/nestjs/nest/pull/10980) chore(deps-dev): bump mysql2 from 2.3.3 to 3.1.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10981](https://togithub.com/nestjs/nest/pull/10981) chore(deps-dev): bump [@fastify/static](https://togithub.com/fastify/static) from 6.6.1 to 6.8.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10922](https://togithub.com/nestjs/nest/pull/10922) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10928](https://togithub.com/nestjs/nest/pull/10928) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/15-mvc ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10968](https://togithub.com/nestjs/nest/pull/10968) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/02-gateways ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10961](https://togithub.com/nestjs/nest/pull/10961) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/25-dynamic-modules ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10969](https://togithub.com/nestjs/nest/pull/10969) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/03-microservices ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10923](https://togithub.com/nestjs/nest/pull/10923) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/23-graphql-code-first ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10927](https://togithub.com/nestjs/nest/pull/10927) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/01-cats-app ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10929](https://togithub.com/nestjs/nest/pull/10929) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/16-gateways-ws ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10931](https://togithub.com/nestjs/nest/pull/10931) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/11-swagger ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10933](https://togithub.com/nestjs/nest/pull/10933) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/13-mongo-typeorm ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10941](https://togithub.com/nestjs/nest/pull/10941) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/33-graphql-mercurius ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10962](https://togithub.com/nestjs/nest/pull/10962) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/21-serializer ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10963](https://togithub.com/nestjs/nest/pull/10963) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/24-serve-static ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10964](https://togithub.com/nestjs/nest/pull/10964) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/26-queues ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10965](https://togithub.com/nestjs/nest/pull/10965) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/20-cache ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10966](https://togithub.com/nestjs/nest/pull/10966) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/19-auth-jwt ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10967](https://togithub.com/nestjs/nest/pull/10967) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/18-context ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10925](https://togithub.com/nestjs/nest/pull/10925) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/09-babel-example ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10924](https://togithub.com/nestjs/nest/pull/10924) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/05-sql-typeorm ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10920](https://togithub.com/nestjs/nest/pull/10920) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/06-mongoose ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10921](https://togithub.com/nestjs/nest/pull/10921) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/07-sequelize ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10926](https://togithub.com/nestjs/nest/pull/10926) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/10-fastify ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10930](https://togithub.com/nestjs/nest/pull/10930) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/04-grpc ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10932](https://togithub.com/nestjs/nest/pull/10932) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/28-sse ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10934](https://togithub.com/nestjs/nest/pull/10934) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/31-graphql-federation-code-first/users-application ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10935](https://togithub.com/nestjs/nest/pull/10935) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/31-graphql-federation-code-first/gateway ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10936](https://togithub.com/nestjs/nest/pull/10936) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/29-file-upload ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10937](https://togithub.com/nestjs/nest/pull/10937) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/30-event-emitter ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10938](https://togithub.com/nestjs/nest/pull/10938) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/32-graphql-federation-schema-first/posts-application ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10939](https://togithub.com/nestjs/nest/pull/10939) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/32-graphql-federation-schema-first/gateway ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10940](https://togithub.com/nestjs/nest/pull/10940) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/31-graphql-federation-code-first/posts-application ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10942](https://togithub.com/nestjs/nest/pull/10942) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/32-graphql-federation-schema-first/users-application ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10943](https://togithub.com/nestjs/nest/pull/10943) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/27-scheduling ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10944](https://togithub.com/nestjs/nest/pull/10944) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/22-graphql-prisma ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10945](https://togithub.com/nestjs/nest/pull/10945) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/17-mvc-fastify ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10946](https://togithub.com/nestjs/nest/pull/10946) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/14-mongoose-base ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10947](https://togithub.com/nestjs/nest/pull/10947) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/12-graphql-schema-first ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10952](https://togithub.com/nestjs/nest/pull/10952) chore(deps-dev): bump ioredis from 5.2.4 to 5.3.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10958](https://togithub.com/nestjs/nest/pull/10958) chore(deps-dev): bump [@fastify/view](https://togithub.com/fastify/view) from 7.3.0 to 7.4.1 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10740](https://togithub.com/nestjs/nest/pull/10740) chore(deps): bump class-validator from 0.13.2 to 0.14.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10840](https://togithub.com/nestjs/nest/pull/10840) chore(deps): bump mercurius from 10.5.1 to 11.5.0 in /sample/33-graphql-mercurius ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10858](https://togithub.com/nestjs/nest/pull/10858) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/04-grpc ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10873](https://togithub.com/nestjs/nest/pull/10873) chore(deps-dev): bump [@commitlint/cli](https://togithub.com/commitlint/cli) from 17.4.0 to 17.4.2 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10860](https://togithub.com/nestjs/nest/pull/10860) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/12-graphql-schema-first ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10819](https://togithub.com/nestjs/nest/pull/10819) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/23-graphql-code-first ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10817](https://togithub.com/nestjs/nest/pull/10817) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/25-dynamic-modules ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10816](https://togithub.com/nestjs/nest/pull/10816) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/26-queues ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10818](https://togithub.com/nestjs/nest/pull/10818) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/24-serve-static ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10820](https://togithub.com/nestjs/nest/pull/10820) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/22-graphql-prisma ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10836](https://togithub.com/nestjs/nest/pull/10836) chore(deps): bump luxon from 2.4.0 to 2.5.2 in /sample/26-queues ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10837](https://togithub.com/nestjs/nest/pull/10837) chore(deps): bump jsonwebtoken, [@nestjs/jwt](https://togithub.com/nestjs/jwt) and passport-jwt in /sample/19-auth-jwt ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10843](https://togithub.com/nestjs/nest/pull/10843) chore(deps): bump luxon from 1.28.0 to 1.28.1 in /sample/27-scheduling ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10851](https://togithub.com/nestjs/nest/pull/10851) chore(deps-dev): bump engine.io-client from 6.2.3 to 6.3.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10854](https://togithub.com/nestjs/nest/pull/10854) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/01-cats-app ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10855](https://togithub.com/nestjs/nest/pull/10855) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/10-fastify ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10856](https://togithub.com/nestjs/nest/pull/10856) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/03-microservices ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10857](https://togithub.com/nestjs/nest/pull/10857) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/02-gateways ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10859](https://togithub.com/nestjs/nest/pull/10859) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/23-graphql-code-first ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10861](https://togithub.com/nestjs/nest/pull/10861) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/20-cache ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10862](https://togithub.com/nestjs/nest/pull/10862) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/16-gateways-ws ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10863](https://togithub.com/nestjs/nest/pull/10863) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/29-file-upload ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10864](https://togithub.com/nestjs/nest/pull/10864) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/24-serve-static ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10865](https://togithub.com/nestjs/nest/pull/10865) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/11-swagger ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10866](https://togithub.com/nestjs/nest/pull/10866) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/33-graphql-mercurius ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10867](https://togithub.com/nestjs/nest/pull/10867) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/22-graphql-prisma ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10869](https://togithub.com/nestjs/nest/pull/10869) chore(deps-dev): bump [@fastify/static](https://togithub.com/fastify/static) from 6.6.0 to 6.6.1 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10874](https://togithub.com/nestjs/nest/pull/10874) bump [@grpc/grpc-js](https://togithub.com/grpc/grpc-js) from 1.8.1 to 1.8.4 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10875](https://togithub.com/nestjs/nest/pull/10875) chore(deps-dev): bump [@commitlint/config-angular](https://togithub.com/commitlint/config-angular) from 17.3.0 to 17.4.2 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10887](https://togithub.com/nestjs/nest/pull/10887) chore(deps-dev): bump prettier from 2.8.1 to 2.8.3 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#10893](https://togithub.com/nestjs/nest/pull/10893) chore(deps-dev): bump mongoose from 6.8.2 to 6.8.4 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- `platform-fastify`
- [#10914](https://togithub.com/nestjs/nest/pull/10914) chore(deps): bump fastify from 4.11.0 to 4.12.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- `platform-ws`
- [#10831](https://togithub.com/nestjs/nest/pull/10831) chore(deps): bump ws from 8.11.0 to 8.12.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
##### Committers: 20
- Andrey ([@andreyddk](https://togithub.com/andreyddk))
- Antonio Tripodi ([@Tony133](https://togithub.com/Tony133))
- Bart Versluijs ([@bartversluijs](https://togithub.com/bartversluijs))
- Dominik ([@Inoir](https://togithub.com/Inoir))
- Francesco Soncina ([@phra](https://togithub.com/phra))
- Jay McDoniel ([@jmcdo29](https://togithub.com/jmcdo29))
- Kamil Mysliwiec ([@kamilmysliwiec](https://togithub.com/kamilmysliwiec))
- Kostia Upir ([@kos984](https://togithub.com/kos984))
- M.Pac ([@pacifiquem](https://togithub.com/pacifiquem))
- Mahmoud Kassem ([@mahkassem](https://togithub.com/mahkassem))
- Max Mathieu ([@max-mathieu](https://togithub.com/max-mathieu))
- Micael Levi L. Cavalcante ([@micalevisk](https://togithub.com/micalevisk))
- Nathan ([@nathan-knight](https://togithub.com/nathan-knight))
- Simone Vicentini ([@vizio360](https://togithub.com/vizio360))
- Vinicius Lourenço ([@H4ad](https://togithub.com/H4ad))
- Vojtech Novak ([@vonovak](https://togithub.com/vonovak))
- [@ChrisiPK](https://togithub.com/ChrisiPK)
- [@SirReiva](https://togithub.com/SirReiva)
- [@nkitku](https://togithub.com/nkitku)
- [@weal1312](https://togithub.com/weal1312)
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
9.2.1
->9.3.9
9.2.1
->9.3.9
9.2.1
->9.3.9
9.2.1
->9.3.9
9.2.1
->9.3.9
9.2.1
->9.3.9
Release Notes
nestjs/nest
### [`v9.3.9`](https://togithub.com/nestjs/nest/compare/v9.3.8...v9.3.9) [Compare Source](https://togithub.com/nestjs/nest/compare/v9.3.8...v9.3.9) ### [`v9.3.8`](https://togithub.com/nestjs/nest/compare/v9.3.7...v9.3.8) [Compare Source](https://togithub.com/nestjs/nest/compare/v9.3.7...v9.3.8) ### [`v9.3.7`](https://togithub.com/nestjs/nest/releases/tag/v9.3.7) [Compare Source](https://togithub.com/nestjs/nest/compare/v9.3.6...v9.3.7) #### v9.3.6 (2023-02-08) ##### Bug fixes - `core` - [#11073](https://togithub.com/nestjs/nest/pull/11073) fix(core): removed xxhash to Closes [#11071](https://togithub.com/nestjs/nest/issues/11071) ([@H4ad](https://togithub.com/H4ad)) - `common` - [#11081](https://togithub.com/nestjs/nest/pull/11081) fix(common): account for when stack is undefined in logger ([@jmcdo29](https://togithub.com/jmcdo29)) ##### Dependencies - [#11075](https://togithub.com/nestjs/nest/pull/11075) chore(deps-dev): bump [@nestjs/graphql](https://togithub.com/nestjs/graphql) from 10.1.7 to 10.2.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#11076](https://togithub.com/nestjs/nest/pull/11076) chore(deps-dev): bump mysql2 from 3.1.0 to 3.1.1 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#11077](https://togithub.com/nestjs/nest/pull/11077) chore(deps-dev): bump [@nestjs/apollo](https://togithub.com/nestjs/apollo) from 10.1.7 to 10.2.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#11078](https://togithub.com/nestjs/nest/pull/11078) chore(deps-dev): bump typeorm from 0.3.11 to 0.3.12 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#11079](https://togithub.com/nestjs/nest/pull/11079) chore(deps-dev): bump [@types/node](https://togithub.com/types/node) from 18.11.19 to 18.13.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#11080](https://togithub.com/nestjs/nest/pull/11080) chore(deps-dev): bump lint-staged from 13.1.0 to 13.1.1 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#11059](https://togithub.com/nestjs/nest/pull/11059) chore(deps-dev): bump mongoose from 6.9.0 to 6.9.1 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) ##### Committers: 3 - Jay McDoniel ([@jmcdo29](https://togithub.com/jmcdo29)) - Simone Vicentini ([@vizio360](https://togithub.com/vizio360)) - Vinicius Lourenço ([@H4ad](https://togithub.com/H4ad)) #### v9.3.4 (2023-02-07) ##### Bug fixes - `common` - [#11066](https://togithub.com/nestjs/nest/pull/11066) fix: skip caching the response if it is a streamable file instance ([@jmcdo29](https://togithub.com/jmcdo29)) ##### Dependencies - Other - [#11060](https://togithub.com/nestjs/nest/pull/11060) chore(deps-dev): bump graphql-tools from 8.3.17 to 8.3.18 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#11061](https://togithub.com/nestjs/nest/pull/11061) chore(deps-dev): bump cache-manager from 5.1.5 to 5.1.6 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#11063](https://togithub.com/nestjs/nest/pull/11063) chore(deps-dev): bump engine.io-client from 6.3.1 to 6.4.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#11064](https://togithub.com/nestjs/nest/pull/11064) chore(deps-dev): bump socket.io-client from 4.5.4 to 4.6.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - `platform-socket.io` - [#11062](https://togithub.com/nestjs/nest/pull/11062) chore(deps): bump socket.io from 4.5.4 to 4.6.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) ##### Committers: 1 - Jay McDoniel ([@jmcdo29](https://togithub.com/jmcdo29)) ### [`v9.3.6`](https://togithub.com/nestjs/nest/compare/v9.3.5...v9.3.6) [Compare Source](https://togithub.com/nestjs/nest/compare/v9.3.5...v9.3.6) ### [`v9.3.5`](https://togithub.com/nestjs/nest/compare/v9.3.4...v9.3.5) [Compare Source](https://togithub.com/nestjs/nest/compare/v9.3.4...v9.3.5) ### [`v9.3.4`](https://togithub.com/nestjs/nest/compare/v9.3.3...v9.3.4) [Compare Source](https://togithub.com/nestjs/nest/compare/v9.3.3...v9.3.4) ### [`v9.3.3`](https://togithub.com/nestjs/nest/releases/tag/v9.3.3) [Compare Source](https://togithub.com/nestjs/nest/compare/v9.3.2...v9.3.3) #### v9.3.3 (2023-02-06) ##### Bug fixes - `core` - [#11041](https://togithub.com/nestjs/nest/pull/11041) fix(core): :ambulance: Fix for calculating durability of a provider ([@vizio360](https://togithub.com/vizio360)) ##### Enhancements - `core`, `microservices`, `websockets` - [#11053](https://togithub.com/nestjs/nest/pull/11053) chore(core): remove uuid dependency ([@kamilmysliwiec](https://togithub.com/kamilmysliwiec)) ##### Dependencies - [#11049](https://togithub.com/nestjs/nest/pull/11049) chore(deps-dev): bump [@types/node](https://togithub.com/types/node) from 18.11.18 to 18.11.19 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#11050](https://togithub.com/nestjs/nest/pull/11050) chore(deps-dev): bump [@types/express](https://togithub.com/types/express) from 4.17.16 to 4.17.17 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#11051](https://togithub.com/nestjs/nest/pull/11051) chore(deps-dev): bump cache-manager from 5.1.4 to 5.1.5 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#11052](https://togithub.com/nestjs/nest/pull/11052) chore(deps-dev): bump engine.io-client from 6.3.0 to 6.3.1 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) ##### Committers: 3 - Antonio Tripodi ([@Tony133](https://togithub.com/Tony133)) - Kamil Mysliwiec ([@kamilmysliwiec](https://togithub.com/kamilmysliwiec)) - Simone Vicentini ([@vizio360](https://togithub.com/vizio360)) ### [`v9.3.2`](https://togithub.com/nestjs/nest/releases/tag/v9.3.2) [Compare Source](https://togithub.com/nestjs/nest/compare/v9.3.1...v9.3.2) ##### v9.3.2 (2023-02-03) ##### Bug fixes - `microservices` - [#11026](https://togithub.com/nestjs/nest/pull/11026) fix(microservices): messages emitted before kafka client is ready fail ([@kamilmysliwiec](https://togithub.com/kamilmysliwiec)) - [#11019](https://togithub.com/nestjs/nest/pull/11019) fix(microservices): rmq should gracefully reconnect upon error ([@kamilmysliwiec](https://togithub.com/kamilmysliwiec)) - `core` - [#11027](https://togithub.com/nestjs/nest/pull/11027) fix(core): import common package correctly ([@meteorlxy](https://togithub.com/meteorlxy)) - `platform-express`, `platform-fastify` - [#10474](https://togithub.com/nestjs/nest/pull/10474) Fix Content-Type for unexpected errors in Fastify ([@tuxmachine](https://togithub.com/tuxmachine)) ##### Enhancements - `microservices` - [#11001](https://togithub.com/nestjs/nest/pull/11001) fix(microservices): use switch case for types of statuses in server ([@bittlerr](https://togithub.com/bittlerr)) ##### Dependencies - Other - [#11012](https://togithub.com/nestjs/nest/pull/11012) chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/31-graphql-federation-code-first/gateway ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#11015](https://togithub.com/nestjs/nest/pull/11015) chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/32-graphql-federation-schema-first/gateway ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#11005](https://togithub.com/nestjs/nest/pull/11005) chore(deps-dev): bump graphql-tools from 8.3.16 to 8.3.17 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#11013](https://togithub.com/nestjs/nest/pull/11013) chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/31-graphql-federation-code-first/posts-application ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#11014](https://togithub.com/nestjs/nest/pull/11014) chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/32-graphql-federation-schema-first/posts-application ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#11016](https://togithub.com/nestjs/nest/pull/11016) chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/32-graphql-federation-schema-first/users-application ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#11017](https://togithub.com/nestjs/nest/pull/11017) chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#11011](https://togithub.com/nestjs/nest/pull/11011) chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/31-graphql-federation-code-first/users-application ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#11006](https://togithub.com/nestjs/nest/pull/11006) chore(deps-dev): bump redis from 4.5.1 to 4.6.4 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#11007](https://togithub.com/nestjs/nest/pull/11007) chore(deps-dev): bump core-js from 3.27.1 to 3.27.2 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#11008](https://togithub.com/nestjs/nest/pull/11008) chore(deps-dev): bump mongoose from 6.8.4 to 6.9.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#11003](https://togithub.com/nestjs/nest/pull/11003) chore(deps-dev): bump typescript from 4.9.4 to 4.9.5 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - `common`, `core`, `microservices`, `platform-express`, `platform-fastify`, `platform-socket.io`, `platform-ws`, `testing`, `websockets` - [#11004](https://togithub.com/nestjs/nest/pull/11004) chore(deps): bump tslib from 2.4.1 to 2.5.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) ##### Committers: 6 - Antonio Tripodi ([@Tony133](https://togithub.com/Tony133)) - Cody Tseng ([@CodyTseng](https://togithub.com/CodyTseng)) - Constantin Cuciurcă ([@bittlerr](https://togithub.com/bittlerr)) - Kamil Mysliwiec ([@kamilmysliwiec](https://togithub.com/kamilmysliwiec)) - Rick Dutour Geerling ([@tuxmachine](https://togithub.com/tuxmachine)) - Xinyu Liu ([@meteorlxy](https://togithub.com/meteorlxy)) ### [`v9.3.1`](https://togithub.com/nestjs/nest/compare/v9.3.0...v9.3.1) [Compare Source](https://togithub.com/nestjs/nest/compare/v9.3.0...v9.3.1) ### [`v9.3.0`](https://togithub.com/nestjs/nest/releases/tag/v9.3.0) [Compare Source](https://togithub.com/nestjs/nest/compare/v9.2.1...v9.3.0) #### v9.3.0 (2023-02-01) ##### Features - `core` - [#10608](https://togithub.com/nestjs/nest/pull/10608) feat(core): enhance repl '.help' command with nestjs functions ([@micalevisk](https://togithub.com/micalevisk)) - `common`, `core`, `microservices`, `platform-express`, `platform-fastify`, `platform-socket.io`, `platform-ws`, `testing`, `websockets` - [#10983](https://togithub.com/nestjs/nest/pull/10983) feat: graph inspector, preview mode ([@kamilmysliwiec](https://togithub.com/kamilmysliwiec)) ##### Bug fixes - `microservices` - [#10982](https://togithub.com/nestjs/nest/pull/10982) fix: kafka rpc exception not resolved ([@Inoir](https://togithub.com/Inoir)) - `common` - [#10531](https://togithub.com/nestjs/nest/pull/10531) fix(common): correct order for logger error parameters ([@ChrisiPK](https://togithub.com/ChrisiPK)) - `core`, `microservices` - [#10809](https://togithub.com/nestjs/nest/pull/10809) fix(core,microservices): inject the context when the tree is not durable ([@micalevisk](https://togithub.com/micalevisk)) - `core` - [#10698](https://togithub.com/nestjs/nest/pull/10698) fix(core): Making Request scope non durable win over scope durable ([@vizio360](https://togithub.com/vizio360)) - [#10822](https://togithub.com/nestjs/nest/pull/10822) fix(core): ModuleRef#get and #resolve opts default values ([@micalevisk](https://togithub.com/micalevisk)) - [#10889](https://togithub.com/nestjs/nest/pull/10889) fix(fastify): return the response on exception ([@jmcdo29](https://togithub.com/jmcdo29)) - `platform-fastify` - [#10834](https://togithub.com/nestjs/nest/pull/10834) \[platform-fastify]fix: :bug: Fix context prop ([@SirReiva](https://togithub.com/SirReiva)) ##### Enhancements - `common` - [#10737](https://togithub.com/nestjs/nest/pull/10737) Parse file pipe fix (multiple files validation) ([@mahkassem](https://togithub.com/mahkassem)) - [#10823](https://togithub.com/nestjs/nest/pull/10823) perf(common): faster logs by caching intl.datetimeformat ([@H4ad](https://togithub.com/H4ad)) - `core` - [#10696](https://togithub.com/nestjs/nest/pull/10696) fix(core): process exit before shutdown hook end ([@kos984](https://togithub.com/kos984)) - [#10625](https://togithub.com/nestjs/nest/pull/10625) fix(core): fix reflectConstructorParams mutating constructor metadata ([@nathan-knight](https://togithub.com/nathan-knight)) - [#10775](https://togithub.com/nestjs/nest/pull/10775) feat(core): pass signal when manually invoking close ([@bartversluijs](https://togithub.com/bartversluijs)) - `microservices` - [#10798](https://togithub.com/nestjs/nest/pull/10798) refactor(microservices): disable ping timer message in nats by flag ([@andreyddk](https://togithub.com/andreyddk)) - `platform-express` - [#10880](https://togithub.com/nestjs/nest/pull/10880) fix(express): Map missing multer error and map busboy errors ([@max-mathieu](https://togithub.com/max-mathieu)) ##### Docs - `common` - [#10975](https://togithub.com/nestjs/nest/pull/10975) docs(common): add `@publicApi` to all user-facing APIs ([@micalevisk](https://togithub.com/micalevisk)) ##### Code style tweaks - `common`, `core`, `testing`, `websockets` - [#10888](https://togithub.com/nestjs/nest/pull/10888) refactor(): improvements the imports ([@Tony133](https://togithub.com/Tony133)) ##### Dependencies - Other - [#10997](https://togithub.com/nestjs/nest/pull/10997) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/04-grpc ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#11000](https://togithub.com/nestjs/nest/pull/11000) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/01-cats-app ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10999](https://togithub.com/nestjs/nest/pull/10999) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/02-gateways ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10998](https://togithub.com/nestjs/nest/pull/10998) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/03-microservices ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10995](https://togithub.com/nestjs/nest/pull/10995) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/06-mongoose ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10996](https://togithub.com/nestjs/nest/pull/10996) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/05-sql-typeorm ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10993](https://togithub.com/nestjs/nest/pull/10993) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/08-webpack ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10992](https://togithub.com/nestjs/nest/pull/10992) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/10-fastify ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10994](https://togithub.com/nestjs/nest/pull/10994) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/07-sequelize ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10987](https://togithub.com/nestjs/nest/pull/10987) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/15-mvc ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10990](https://togithub.com/nestjs/nest/pull/10990) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/11-swagger ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10991](https://togithub.com/nestjs/nest/pull/10991) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/12-graphql-schema-first ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10988](https://togithub.com/nestjs/nest/pull/10988) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/14-mongoose-base ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10989](https://togithub.com/nestjs/nest/pull/10989) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/13-mongo-typeorm ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10918](https://togithub.com/nestjs/nest/pull/10918) chore(deps-dev): bump [@fastify/multipart](https://togithub.com/fastify/multipart) from 7.3.0 to 7.4.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10919](https://togithub.com/nestjs/nest/pull/10919) chore(deps-dev): bump nats from 2.10.2 to 2.11.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10984](https://togithub.com/nestjs/nest/pull/10984) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/18-context ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10985](https://togithub.com/nestjs/nest/pull/10985) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/17-mvc-fastify ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10986](https://togithub.com/nestjs/nest/pull/10986) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/16-gateways-ws ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10906](https://togithub.com/nestjs/nest/pull/10906) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/21-serializer ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10907](https://togithub.com/nestjs/nest/pull/10907) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/20-cache ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10915](https://togithub.com/nestjs/nest/pull/10915) chore(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.27.5 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10916](https://togithub.com/nestjs/nest/pull/10916) chore(deps-dev): bump [@types/express](https://togithub.com/types/express) from 4.17.15 to 4.17.16 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10908](https://togithub.com/nestjs/nest/pull/10908) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/19-auth-jwt ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10976](https://togithub.com/nestjs/nest/pull/10976) chore(deps-dev): bump graphql-tools from 8.3.14 to 8.3.16 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10978](https://togithub.com/nestjs/nest/pull/10978) chore(deps-dev): bump [@grpc/grpc-js](https://togithub.com/grpc/grpc-js) from 1.8.4 to 1.8.7 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10980](https://togithub.com/nestjs/nest/pull/10980) chore(deps-dev): bump mysql2 from 2.3.3 to 3.1.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10981](https://togithub.com/nestjs/nest/pull/10981) chore(deps-dev): bump [@fastify/static](https://togithub.com/fastify/static) from 6.6.1 to 6.8.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10922](https://togithub.com/nestjs/nest/pull/10922) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10928](https://togithub.com/nestjs/nest/pull/10928) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/15-mvc ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10968](https://togithub.com/nestjs/nest/pull/10968) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/02-gateways ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10961](https://togithub.com/nestjs/nest/pull/10961) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/25-dynamic-modules ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10969](https://togithub.com/nestjs/nest/pull/10969) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/03-microservices ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10923](https://togithub.com/nestjs/nest/pull/10923) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/23-graphql-code-first ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10927](https://togithub.com/nestjs/nest/pull/10927) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/01-cats-app ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10929](https://togithub.com/nestjs/nest/pull/10929) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/16-gateways-ws ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10931](https://togithub.com/nestjs/nest/pull/10931) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/11-swagger ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10933](https://togithub.com/nestjs/nest/pull/10933) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/13-mongo-typeorm ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10941](https://togithub.com/nestjs/nest/pull/10941) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/33-graphql-mercurius ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10962](https://togithub.com/nestjs/nest/pull/10962) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/21-serializer ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10963](https://togithub.com/nestjs/nest/pull/10963) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/24-serve-static ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10964](https://togithub.com/nestjs/nest/pull/10964) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/26-queues ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10965](https://togithub.com/nestjs/nest/pull/10965) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/20-cache ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10966](https://togithub.com/nestjs/nest/pull/10966) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/19-auth-jwt ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10967](https://togithub.com/nestjs/nest/pull/10967) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/18-context ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10925](https://togithub.com/nestjs/nest/pull/10925) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/09-babel-example ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10924](https://togithub.com/nestjs/nest/pull/10924) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/05-sql-typeorm ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10920](https://togithub.com/nestjs/nest/pull/10920) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/06-mongoose ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10921](https://togithub.com/nestjs/nest/pull/10921) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/07-sequelize ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10926](https://togithub.com/nestjs/nest/pull/10926) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/10-fastify ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10930](https://togithub.com/nestjs/nest/pull/10930) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/04-grpc ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10932](https://togithub.com/nestjs/nest/pull/10932) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/28-sse ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10934](https://togithub.com/nestjs/nest/pull/10934) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/31-graphql-federation-code-first/users-application ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10935](https://togithub.com/nestjs/nest/pull/10935) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/31-graphql-federation-code-first/gateway ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10936](https://togithub.com/nestjs/nest/pull/10936) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/29-file-upload ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10937](https://togithub.com/nestjs/nest/pull/10937) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/30-event-emitter ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10938](https://togithub.com/nestjs/nest/pull/10938) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/32-graphql-federation-schema-first/posts-application ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10939](https://togithub.com/nestjs/nest/pull/10939) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/32-graphql-federation-schema-first/gateway ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10940](https://togithub.com/nestjs/nest/pull/10940) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/31-graphql-federation-code-first/posts-application ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10942](https://togithub.com/nestjs/nest/pull/10942) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/32-graphql-federation-schema-first/users-application ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10943](https://togithub.com/nestjs/nest/pull/10943) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/27-scheduling ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10944](https://togithub.com/nestjs/nest/pull/10944) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/22-graphql-prisma ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10945](https://togithub.com/nestjs/nest/pull/10945) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/17-mvc-fastify ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10946](https://togithub.com/nestjs/nest/pull/10946) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/14-mongoose-base ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10947](https://togithub.com/nestjs/nest/pull/10947) chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/12-graphql-schema-first ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10952](https://togithub.com/nestjs/nest/pull/10952) chore(deps-dev): bump ioredis from 5.2.4 to 5.3.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10958](https://togithub.com/nestjs/nest/pull/10958) chore(deps-dev): bump [@fastify/view](https://togithub.com/fastify/view) from 7.3.0 to 7.4.1 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10740](https://togithub.com/nestjs/nest/pull/10740) chore(deps): bump class-validator from 0.13.2 to 0.14.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10840](https://togithub.com/nestjs/nest/pull/10840) chore(deps): bump mercurius from 10.5.1 to 11.5.0 in /sample/33-graphql-mercurius ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10858](https://togithub.com/nestjs/nest/pull/10858) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/04-grpc ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10873](https://togithub.com/nestjs/nest/pull/10873) chore(deps-dev): bump [@commitlint/cli](https://togithub.com/commitlint/cli) from 17.4.0 to 17.4.2 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10860](https://togithub.com/nestjs/nest/pull/10860) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/12-graphql-schema-first ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10819](https://togithub.com/nestjs/nest/pull/10819) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/23-graphql-code-first ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10817](https://togithub.com/nestjs/nest/pull/10817) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/25-dynamic-modules ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10816](https://togithub.com/nestjs/nest/pull/10816) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/26-queues ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10818](https://togithub.com/nestjs/nest/pull/10818) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/24-serve-static ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10820](https://togithub.com/nestjs/nest/pull/10820) chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/22-graphql-prisma ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10836](https://togithub.com/nestjs/nest/pull/10836) chore(deps): bump luxon from 2.4.0 to 2.5.2 in /sample/26-queues ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10837](https://togithub.com/nestjs/nest/pull/10837) chore(deps): bump jsonwebtoken, [@nestjs/jwt](https://togithub.com/nestjs/jwt) and passport-jwt in /sample/19-auth-jwt ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10843](https://togithub.com/nestjs/nest/pull/10843) chore(deps): bump luxon from 1.28.0 to 1.28.1 in /sample/27-scheduling ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10851](https://togithub.com/nestjs/nest/pull/10851) chore(deps-dev): bump engine.io-client from 6.2.3 to 6.3.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10854](https://togithub.com/nestjs/nest/pull/10854) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/01-cats-app ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10855](https://togithub.com/nestjs/nest/pull/10855) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/10-fastify ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10856](https://togithub.com/nestjs/nest/pull/10856) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/03-microservices ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10857](https://togithub.com/nestjs/nest/pull/10857) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/02-gateways ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10859](https://togithub.com/nestjs/nest/pull/10859) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/23-graphql-code-first ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10861](https://togithub.com/nestjs/nest/pull/10861) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/20-cache ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10862](https://togithub.com/nestjs/nest/pull/10862) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/16-gateways-ws ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10863](https://togithub.com/nestjs/nest/pull/10863) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/29-file-upload ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10864](https://togithub.com/nestjs/nest/pull/10864) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/24-serve-static ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10865](https://togithub.com/nestjs/nest/pull/10865) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/11-swagger ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10866](https://togithub.com/nestjs/nest/pull/10866) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/33-graphql-mercurius ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10867](https://togithub.com/nestjs/nest/pull/10867) chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/22-graphql-prisma ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10869](https://togithub.com/nestjs/nest/pull/10869) chore(deps-dev): bump [@fastify/static](https://togithub.com/fastify/static) from 6.6.0 to 6.6.1 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10874](https://togithub.com/nestjs/nest/pull/10874) bump [@grpc/grpc-js](https://togithub.com/grpc/grpc-js) from 1.8.1 to 1.8.4 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10875](https://togithub.com/nestjs/nest/pull/10875) chore(deps-dev): bump [@commitlint/config-angular](https://togithub.com/commitlint/config-angular) from 17.3.0 to 17.4.2 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10887](https://togithub.com/nestjs/nest/pull/10887) chore(deps-dev): bump prettier from 2.8.1 to 2.8.3 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#10893](https://togithub.com/nestjs/nest/pull/10893) chore(deps-dev): bump mongoose from 6.8.2 to 6.8.4 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - `platform-fastify` - [#10914](https://togithub.com/nestjs/nest/pull/10914) chore(deps): bump fastify from 4.11.0 to 4.12.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - `platform-ws` - [#10831](https://togithub.com/nestjs/nest/pull/10831) chore(deps): bump ws from 8.11.0 to 8.12.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) ##### Committers: 20 - Andrey ([@andreyddk](https://togithub.com/andreyddk)) - Antonio Tripodi ([@Tony133](https://togithub.com/Tony133)) - Bart Versluijs ([@bartversluijs](https://togithub.com/bartversluijs)) - Dominik ([@Inoir](https://togithub.com/Inoir)) - Francesco Soncina ([@phra](https://togithub.com/phra)) - Jay McDoniel ([@jmcdo29](https://togithub.com/jmcdo29)) - Kamil Mysliwiec ([@kamilmysliwiec](https://togithub.com/kamilmysliwiec)) - Kostia Upir ([@kos984](https://togithub.com/kos984)) - M.Pac ([@pacifiquem](https://togithub.com/pacifiquem)) - Mahmoud Kassem ([@mahkassem](https://togithub.com/mahkassem)) - Max Mathieu ([@max-mathieu](https://togithub.com/max-mathieu)) - Micael Levi L. Cavalcante ([@micalevisk](https://togithub.com/micalevisk)) - Nathan ([@nathan-knight](https://togithub.com/nathan-knight)) - Simone Vicentini ([@vizio360](https://togithub.com/vizio360)) - Vinicius Lourenço ([@H4ad](https://togithub.com/H4ad)) - Vojtech Novak ([@vonovak](https://togithub.com/vonovak)) - [@ChrisiPK](https://togithub.com/ChrisiPK) - [@SirReiva](https://togithub.com/SirReiva) - [@nkitku](https://togithub.com/nkitku) - [@weal1312](https://togithub.com/weal1312)Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.