Update nest monorepo to v10.3.0 #131

Merged
romanjaros merged 1 commit from renovate/nest-monorepo into master 2023-12-20 22:38:02 +01:00
Member

This PR contains the following updates:

Package Type Update Change
@nestjs/common (source) dependencies minor 10.2.10 -> 10.3.0
@nestjs/core (source) dependencies minor 10.2.10 -> 10.3.0
@nestjs/platform-express (source) dependencies minor 10.2.10 -> 10.3.0
@nestjs/testing (source) devDependencies minor 10.2.10 -> 10.3.0

Release Notes

nestjs/nest (@​nestjs/common)

v10.3.0

Compare Source

v10.3.0 (2023-12-18)
Enhancements
Dependencies
Committers: 6

  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@nestjs/common](https://nestjs.com) ([source](https://github.com/nestjs/nest)) | dependencies | minor | [`10.2.10` -> `10.3.0`](https://renovatebot.com/diffs/npm/@nestjs%2fcommon/10.2.10/10.3.0) | | [@nestjs/core](https://nestjs.com) ([source](https://github.com/nestjs/nest)) | dependencies | minor | [`10.2.10` -> `10.3.0`](https://renovatebot.com/diffs/npm/@nestjs%2fcore/10.2.10/10.3.0) | | [@nestjs/platform-express](https://nestjs.com) ([source](https://github.com/nestjs/nest)) | dependencies | minor | [`10.2.10` -> `10.3.0`](https://renovatebot.com/diffs/npm/@nestjs%2fplatform-express/10.2.10/10.3.0) | | [@nestjs/testing](https://nestjs.com) ([source](https://github.com/nestjs/nest)) | devDependencies | minor | [`10.2.10` -> `10.3.0`](https://renovatebot.com/diffs/npm/@nestjs%2ftesting/10.2.10/10.3.0) | --- ### Release Notes <details> <summary>nestjs/nest (@&#8203;nestjs/common)</summary> ### [`v10.3.0`](https://github.com/nestjs/nest/releases/tag/v10.3.0) [Compare Source](https://github.com/nestjs/nest/compare/v10.2.10...v10.3.0) ##### v10.3.0 (2023-12-18) ##### Enhancements - `platform-fastify` - [#&#8203;12567](https://github.com/nestjs/nest/pull/12567) feat(fastify): add fastify route constraints ([@&#8203;Fcmam5](https://github.com/Fcmam5)) - `microservices` - [#&#8203;12175](https://github.com/nestjs/nest/pull/12175) feat(microservices): Added invalid-grpc-message-decorator.exception.ts ([@&#8203;PhilipMantrov](https://github.com/PhilipMantrov)) - `common`, `core`, `microservices`, `platform-express` - [#&#8203;12753](https://github.com/nestjs/nest/pull/12753) perf: prefer use factory instead of use value when possible ([@&#8203;H4ad](https://github.com/H4ad)) - `core` - [#&#8203;12924](https://github.com/nestjs/nest/pull/12924) feat(core): add options parameter to repl ([@&#8203;othierry](https://github.com/othierry)) - `common`, `core`, `microservices`, `platform-socket.io` - [#&#8203;12905](https://github.com/nestjs/nest/pull/12905) feat(core): display module's name on `.select(module)` errors ([@&#8203;micalevisk](https://github.com/micalevisk)) - `common` - [#&#8203;12817](https://github.com/nestjs/nest/pull/12817) fix(common): type def for cors delegated callback function option ([@&#8203;micalevisk](https://github.com/micalevisk)) ##### Dependencies - Other - [#&#8203;12891](https://github.com/nestjs/nest/pull/12891) chore(deps): update dependency [@&#8203;types/jest](https://github.com/types/jest) to v29.5.11 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12935](https://github.com/nestjs/nest/pull/12935) chore(deps): update dependency nodemon to v3.0.2 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12833](https://github.com/nestjs/nest/pull/12833) chore(deps): update dependency typescript to v5.3.3 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12832](https://github.com/nestjs/nest/pull/12832) chore(deps): update dependency ts-loader to v9.5.1 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12939](https://github.com/nestjs/nest/pull/12939) fix(deps): update dependency mercurius to v13.3.2 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12941](https://github.com/nestjs/nest/pull/12941) fix(deps): update dependency sequelize to v6.35.2 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12810](https://github.com/nestjs/nest/pull/12810) fix(deps): update nest monorepo ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;11952](https://github.com/nestjs/nest/pull/11952) fix(deps): update dependency [@&#8203;nestjs/apollo](https://github.com/nestjs/apollo) to v12.0.11 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12930](https://github.com/nestjs/nest/pull/12930) chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 20.10.4 to 20.10.5 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12932](https://github.com/nestjs/nest/pull/12932) chore(deps-dev): bump eslint from 8.55.0 to 8.56.0 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12911](https://github.com/nestjs/nest/pull/12911) chore(deps-dev): bump [@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.13.2 to 6.14.0 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12908](https://github.com/nestjs/nest/pull/12908) chore(deps-dev): bump prettier from 3.1.0 to 3.1.1 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12909](https://github.com/nestjs/nest/pull/12909) chore(deps-dev): bump ts-node from 10.9.1 to 10.9.2 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12912](https://github.com/nestjs/nest/pull/12912) chore(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.13.2 to 6.14.0 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12917](https://github.com/nestjs/nest/pull/12917) chore(deps-dev): bump [@&#8203;grpc/grpc-js](https://github.com/grpc/grpc-js) from 1.9.12 to 1.9.13 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12920](https://github.com/nestjs/nest/pull/12920) chore(deps): bump github/codeql-action from 2 to 3 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12923](https://github.com/nestjs/nest/pull/12923) chore(deps-dev): bump eslint-plugin-import from 2.29.0 to 2.29.1 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12888](https://github.com/nestjs/nest/pull/12888) chore(deps-dev): bump [@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.13.1 to 6.13.2 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12900](https://github.com/nestjs/nest/pull/12900) chore(deps-dev): bump mongoose from 8.0.2 to 8.0.3 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12901](https://github.com/nestjs/nest/pull/12901) chore(deps): bump reflect-metadata from 0.1.13 to 0.1.14 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12902](https://github.com/nestjs/nest/pull/12902) chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 20.10.3 to 20.10.4 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12887](https://github.com/nestjs/nest/pull/12887) chore(deps-dev): bump mqtt from 5.3.2 to 5.3.3 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12896](https://github.com/nestjs/nest/pull/12896) chore(deps-dev): bump artillery from 2.0.2 to 2.0.3 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12897](https://github.com/nestjs/nest/pull/12897) chore(deps-dev): bump typescript from 5.3.2 to 5.3.3 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12889](https://github.com/nestjs/nest/pull/12889) chore(deps-dev): bump core-js from 3.33.3 to 3.34.0 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12873](https://github.com/nestjs/nest/pull/12873) chore(deps-dev): bump eslint from 8.54.0 to 8.55.0 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12876](https://github.com/nestjs/nest/pull/12876) chore(deps-dev): bump nodemon from 3.0.1 to 3.0.2 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12863](https://github.com/nestjs/nest/pull/12863) chore(deps-dev): bump mongoose from 8.0.1 to 8.0.2 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12868](https://github.com/nestjs/nest/pull/12868) chore(deps): bump sequelize-typescript from 2.1.5 to 2.1.6 in /sample/07-sequelize ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12872](https://github.com/nestjs/nest/pull/12872) chore(deps-dev): bump artillery from 2.0.1 to 2.0.2 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12874](https://github.com/nestjs/nest/pull/12874) chore(deps-dev): bump eslint-config-prettier from 9.0.0 to 9.1.0 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12875](https://github.com/nestjs/nest/pull/12875) chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 20.10.0 to 20.10.3 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12877](https://github.com/nestjs/nest/pull/12877) chore(deps-dev): bump lint-staged from 15.1.0 to 15.2.0 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12878](https://github.com/nestjs/nest/pull/12878) chore(deps-dev): bump ts-morph from 20.0.0 to 21.0.1 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12882](https://github.com/nestjs/nest/pull/12882) chore(deps-dev): bump mqtt from 5.3.1 to 5.3.2 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12883](https://github.com/nestjs/nest/pull/12883) chore(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.13.1 to 6.13.2 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12869](https://github.com/nestjs/nest/pull/12869) fix(deps): update dependency sequelize-typescript to v2.1.6 \[security] ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12861](https://github.com/nestjs/nest/pull/12861) chore(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.13.0 to 6.13.1 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12862](https://github.com/nestjs/nest/pull/12862) chore(deps-dev): bump mqtt from 5.3.0 to 5.3.1 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12859](https://github.com/nestjs/nest/pull/12859) chore(deps-dev): bump [@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.12.0 to 6.13.1 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12807](https://github.com/nestjs/nest/pull/12807) fix(deps): update dependency [@&#8203;nestjs/typeorm](https://github.com/nestjs/typeorm) to v10.0.1 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12852](https://github.com/nestjs/nest/pull/12852) chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 20.9.5 to 20.10.0 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12794](https://github.com/nestjs/nest/pull/12794) chore(deps): update dependency [@&#8203;types/jest](https://github.com/types/jest) to v29.5.10 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12798](https://github.com/nestjs/nest/pull/12798) chore(deps): update dependency [@&#8203;types/supertest](https://github.com/types/supertest) to v2.0.16 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12840](https://github.com/nestjs/nest/pull/12840) fix(deps): update dependency mongodb to v6.3.0 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12853](https://github.com/nestjs/nest/pull/12853) chore(deps-dev): bump artillery from 1.7.9 to 2.0.1 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12855](https://github.com/nestjs/nest/pull/12855) chore(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.12.0 to 6.13.0 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12856](https://github.com/nestjs/nest/pull/12856) chore(deps-dev): bump [@&#8203;grpc/grpc-js](https://github.com/grpc/grpc-js) from 1.9.11 to 1.9.12 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12809](https://github.com/nestjs/nest/pull/12809) fix(deps): update dependency mysql2 to v3.6.5 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12824](https://github.com/nestjs/nest/pull/12824) chore(deps-dev): bump typescript from 5.2.2 to 5.3.2 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12828](https://github.com/nestjs/nest/pull/12828) chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 20.9.4 to 20.9.5 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12820](https://github.com/nestjs/nest/pull/12820) chore(deps-dev): bump [@&#8203;types/chai](https://github.com/types/chai) from 4.3.10 to 4.3.11 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12821](https://github.com/nestjs/nest/pull/12821) chore(deps-dev): bump [@&#8203;types/sinon](https://github.com/types/sinon) from 17.0.1 to 17.0.2 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12822](https://github.com/nestjs/nest/pull/12822) chore(deps-dev): bump mysql2 from 3.6.3 to 3.6.5 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12823](https://github.com/nestjs/nest/pull/12823) fix(deps): update dependency [@&#8203;graphql-tools/utils](https://github.com/graphql-tools/utils) to v10.0.11 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12825](https://github.com/nestjs/nest/pull/12825) chore(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.11.0 to 6.12.0 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12826](https://github.com/nestjs/nest/pull/12826) chore(deps-dev): bump [@&#8203;commitlint/config-angular](https://github.com/commitlint/config-angular) from 18.4.2 to 18.4.3 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12799](https://github.com/nestjs/nest/pull/12799) chore(deps): update dependency redis to v4.6.11 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12806](https://github.com/nestjs/nest/pull/12806) fix(deps): update dependency [@&#8203;nestjs/swagger](https://github.com/nestjs/swagger) to v7.1.16 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12835](https://github.com/nestjs/nest/pull/12835) chore(deps): update mysql docker tag to v8.2.0 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12827](https://github.com/nestjs/nest/pull/12827) chore(deps-dev): bump [@&#8203;types/ws](https://github.com/types/ws) from 8.5.9 to 8.5.10 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12829](https://github.com/nestjs/nest/pull/12829) chore(deps-dev): bump [@&#8203;types/mocha](https://github.com/types/mocha) from 10.0.4 to 10.0.6 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12834](https://github.com/nestjs/nest/pull/12834) chore(deps): update dependency webpack to v5.89.0 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12836](https://github.com/nestjs/nest/pull/12836) fix(deps): update dependency [@&#8203;fastify/static](https://github.com/fastify/static) to v6.12.0 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12837](https://github.com/nestjs/nest/pull/12837) fix(deps): update dependency [@&#8203;nestjs/jwt](https://github.com/nestjs/jwt) to v10.2.0 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12838](https://github.com/nestjs/nest/pull/12838) fix(deps): update dependency cache-manager to v5.3.1 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12839](https://github.com/nestjs/nest/pull/12839) fix(deps): update dependency mercurius to v13.3.1 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12841](https://github.com/nestjs/nest/pull/12841) fix(deps): update dependency sequelize to v6.35.1 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12843](https://github.com/nestjs/nest/pull/12843) fix(deps): update dependency [@&#8203;nestjs/schedule](https://github.com/nestjs/schedule) to v4 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12844](https://github.com/nestjs/nest/pull/12844) fix(deps): update dependency mongoose to v8 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12845](https://github.com/nestjs/nest/pull/12845) fix(deps): update dependency ts-morph to v20 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12814](https://github.com/nestjs/nest/pull/12814) chore(deps): update dependency [@&#8203;nestjs/cli](https://github.com/nestjs/cli) to v10.2.1 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12812](https://github.com/nestjs/nest/pull/12812) chore(deps): update confluentinc/cp-kafka docker tag to v7.5.2 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12811](https://github.com/nestjs/nest/pull/12811) chore(deps): update babel monorepo ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12813](https://github.com/nestjs/nest/pull/12813) chore(deps): update confluentinc/cp-zookeeper docker tag to v7.5.2 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12782](https://github.com/nestjs/nest/pull/12782) chore(deps-dev): bump [@&#8203;types/cors](https://github.com/types/cors) from 2.8.16 to 2.8.17 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12784](https://github.com/nestjs/nest/pull/12784) chore(deps-dev): bump redis from 4.6.10 to 4.6.11 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12800](https://github.com/nestjs/nest/pull/12800) fix(deps): update dependency [@&#8203;graphql-tools/utils](https://github.com/graphql-tools/utils) to v10.0.10 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12792](https://github.com/nestjs/nest/pull/12792) chore(deps): update dependency [@&#8203;types/cache-manager](https://github.com/types/cache-manager) to v4.0.6 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12808](https://github.com/nestjs/nest/pull/12808) fix(deps): update dependency mongoose to v7.6.5 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12805](https://github.com/nestjs/nest/pull/12805) fix(deps): update dependency [@&#8203;nestjs/mongoose](https://github.com/nestjs/mongoose) to v10.0.2 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12796](https://github.com/nestjs/nest/pull/12796) chore(deps): update dependency [@&#8203;types/multer](https://github.com/types/multer) to v1.4.11 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12801](https://github.com/nestjs/nest/pull/12801) fix(deps): update dependency [@&#8203;grpc/grpc-js](https://github.com/grpc/grpc-js) to v1.9.11 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12802](https://github.com/nestjs/nest/pull/12802) fix(deps): update dependency [@&#8203;nestjs/cache-manager](https://github.com/nestjs/cache-manager) to v2.1.1 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12803](https://github.com/nestjs/nest/pull/12803) fix(deps): update dependency [@&#8203;nestjs/event-emitter](https://github.com/nestjs/event-emitter) to v2.0.3 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12804](https://github.com/nestjs/nest/pull/12804) fix(deps): update dependency [@&#8203;nestjs/mercurius](https://github.com/nestjs/mercurius) to v12.0.11 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12778](https://github.com/nestjs/nest/pull/12778) chore(deps-dev): bump eslint from 8.53.0 to 8.54.0 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12780](https://github.com/nestjs/nest/pull/12780) chore(deps-dev): bump cache-manager from 5.2.4 to 5.3.1 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12779](https://github.com/nestjs/nest/pull/12779) chore(deps-dev): bump core-js from 3.33.2 to 3.33.3 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12788](https://github.com/nestjs/nest/pull/12788) chore(deps-dev): bump [@&#8203;commitlint/cli](https://github.com/commitlint/cli) from 18.4.1 to 18.4.3 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12791](https://github.com/nestjs/nest/pull/12791) chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 20.9.0 to 20.9.4 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12777](https://github.com/nestjs/nest/pull/12777) chore(deps-dev): bump [@&#8203;grpc/grpc-js](https://github.com/grpc/grpc-js) from 1.9.10 to 1.9.11 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12775](https://github.com/nestjs/nest/pull/12775) chore(deps-dev): bump mqtt from 5.2.1 to 5.3.0 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12705](https://github.com/nestjs/nest/pull/12705) fix(deps): update dependency [@&#8203;nestjs/graphql](https://github.com/nestjs/graphql) to v12.0.11 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - [#&#8203;12681](https://github.com/nestjs/nest/pull/12681) chore(deps): update dependency [@&#8203;types/express](https://github.com/types/express) to v4.17.21 ([@&#8203;renovate\[bot\]](https://github.com/apps/renovate)) - `platform-fastify` - [#&#8203;12931](https://github.com/nestjs/nest/pull/12931) chore(deps): bump fastify from 4.25.0 to 4.25.1 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12921](https://github.com/nestjs/nest/pull/12921) chore(deps): bump fastify from 4.24.3 to 4.25.0 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;12890](https://github.com/nestjs/nest/pull/12890) chore(deps): bump [@&#8203;fastify/cors](https://github.com/fastify/cors) from 8.4.1 to 8.4.2 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - `platform-ws` - [#&#8203;12918](https://github.com/nestjs/nest/pull/12918) chore(deps): bump ws from 8.14.2 to 8.15.1 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) ##### Committers: 6 - Fortas Abdeldjalil ([@&#8203;Fcmam5](https://github.com/Fcmam5)) - Micael Levi L. Cavalcante ([@&#8203;micalevisk](https://github.com/micalevisk)) - Niv Shtibel ([@&#8203;NivSv](https://github.com/NivSv)) - Olivier Thierry ([@&#8203;othierry](https://github.com/othierry)) - Philip Mantrov ([@&#8203;PhilipMantrov](https://github.com/PhilipMantrov)) - Vinicius Lourenço ([@&#8203;H4ad](https://github.com/H4ad)) </details> --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy42MC4yIiwidXBkYXRlZEluVmVyIjoiMzcuNjAuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
mr.renovate added 1 commit 2023-12-18 10:33:12 +01:00
Update nest monorepo to v10.3.0
Some checks are pending
forgejo/Procyon/seedling/pipeline/head This commit looks good
forgejo/Procyon/seedling/pipeline/pr-master Build started...
bc14aea5a4
requested review from romanjaros 2023-12-18 10:33:12 +01:00
romanjaros merged commit 7999d9682a into master 2023-12-20 22:38:02 +01:00
romanjaros deleted branch renovate/nest-monorepo 2023-12-20 22:38:02 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: procyon/seedling#131
No description provided.