Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nestjs/nest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.2.8
Choose a base ref
...
head repository: nestjs/nest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.2.9
Choose a head ref

Commits on Oct 24, 2023

  1. Copy the full SHA
    fea6f14 View commit details

Commits on Oct 30, 2023

  1. FIX catch stream errors

    At the current moment if you throw error in stream, It will throw all app, but with this fix error will be handled, and server will not fall dawn
    Hellomik2002 authored Oct 30, 2023
    Copy the full SHA
    8dfba64 View commit details

Commits on Nov 3, 2023

  1. chore(deps): bump @fastify/cors from 8.4.0 to 8.4.1

    Bumps [@fastify/cors](https://github.com/fastify/fastify-cors) from 8.4.0 to 8.4.1.
    - [Release notes](https://github.com/fastify/fastify-cors/releases)
    - [Commits](fastify/fastify-cors@v8.4.0...v8.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@fastify/cors"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 3, 2023
    Copy the full SHA
    942fa0e View commit details
  2. chore(deps-dev): bump @grpc/grpc-js from 1.9.7 to 1.9.9

    Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.9.7 to 1.9.9.
    - [Release notes](https://github.com/grpc/grpc-node/releases)
    - [Commits](https://github.com/grpc/grpc-node/commits)
    
    ---
    updated-dependencies:
    - dependency-name: "@grpc/grpc-js"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 3, 2023
    Copy the full SHA
    8507288 View commit details
  3. chore(deps-dev): bump core-js from 3.33.1 to 3.33.2

    Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.33.1 to 3.33.2.
    - [Release notes](https://github.com/zloirock/core-js/releases)
    - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/zloirock/core-js/commits/v3.33.2/packages/core-js)
    
    ---
    updated-dependencies:
    - dependency-name: core-js
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 3, 2023
    Copy the full SHA
    e8890f8 View commit details
  4. chore(deps-dev): bump nats from 2.17.0 to 2.18.0

    Bumps [nats](https://github.com/nats-io/nats.js) from 2.17.0 to 2.18.0.
    - [Release notes](https://github.com/nats-io/nats.js/releases)
    - [Commits](nats-io/nats.js@v2.17.0...v2.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: nats
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 3, 2023
    Copy the full SHA
    6372b02 View commit details
  5. chore(deps-dev): bump mongoose from 7.6.3 to 8.0.0

    Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.6.3 to 8.0.0.
    - [Release notes](https://github.com/Automattic/mongoose/releases)
    - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
    - [Commits](Automattic/mongoose@7.6.3...8.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: mongoose
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 3, 2023
    Copy the full SHA
    5f83636 View commit details

Commits on Nov 7, 2023

  1. chore(deps-dev): bump @typescript-eslint/eslint-plugin

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.9.0 to 6.10.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.10.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 7, 2023
    Copy the full SHA
    68ab55f View commit details

Commits on Nov 8, 2023

  1. feat(core): allow using modules and nested route trees in parallel

    change type of RouteTree.children to accept both RouteTree and Type<any> in junction
    
    fixes #12700
    Kai Böse committed Nov 8, 2023
    Copy the full SHA
    e1b1af9 View commit details
  2. Merge pull request #12699 from nestjs/dependabot/npm_and_yarn/typescr…

    …ipt-eslint/eslint-plugin-6.10.0
    
    chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.9.0 to 6.10.0
    kamilmysliwiec authored Nov 8, 2023
    Copy the full SHA
    ddf37b6 View commit details
  3. Merge pull request #12691 from nestjs/dependabot/npm_and_yarn/mongoos…

    …e-8.0.0
    
    chore(deps-dev): bump mongoose from 7.6.3 to 8.0.0
    kamilmysliwiec authored Nov 8, 2023
    Copy the full SHA
    7d092b6 View commit details
  4. chore(deps-dev): bump mqtt from 5.1.3 to 5.1.4

    Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 5.1.3 to 5.1.4.
    - [Release notes](https://github.com/mqttjs/MQTT.js/releases)
    - [Changelog](https://github.com/mqttjs/MQTT.js/blob/main/CHANGELOG.md)
    - [Commits](mqttjs/MQTT.js@v5.1.3...v5.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: mqtt
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 8, 2023
    Copy the full SHA
    e89592a View commit details
  5. Copy the full SHA
    b6083d9 View commit details
  6. chore(deps-dev): bump @typescript-eslint/parser from 6.9.0 to 6.10.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.9.0 to 6.10.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.10.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 8, 2023
    Copy the full SHA
    cfefda2 View commit details
  7. chore(deps-dev): bump sinon and @types/sinon

    Bumps [sinon](https://github.com/sinonjs/sinon) and [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon). These dependencies needed to be updated together.
    
    Updates `sinon` from 17.0.0 to 17.0.1
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](sinonjs/sinon@v17.0.0...v17.0.1)
    
    Updates `@types/sinon` from 10.0.20 to 17.0.1
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: "@types/sinon"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 8, 2023
    Copy the full SHA
    f47ce7d View commit details
  8. Merge pull request #12690 from nestjs/dependabot/npm_and_yarn/mqtt-5.1.4

    chore(deps-dev): bump mqtt from 5.1.3 to 5.1.4
    kamilmysliwiec authored Nov 8, 2023
    Copy the full SHA
    00b4d75 View commit details
  9. Merge pull request #12687 from nestjs/dependabot/npm_and_yarn/nats-2.…

    …18.0
    
    chore(deps-dev): bump nats from 2.17.0 to 2.18.0
    kamilmysliwiec authored Nov 8, 2023
    Copy the full SHA
    616e7a1 View commit details
  10. Merge pull request #12686 from nestjs/dependabot/npm_and_yarn/core-js…

    …-3.33.2
    
    chore(deps-dev): bump core-js from 3.33.1 to 3.33.2
    kamilmysliwiec authored Nov 8, 2023
    Copy the full SHA
    8560267 View commit details
  11. Merge pull request #12683 from nestjs/dependabot/npm_and_yarn/grpc/gr…

    …pc-js-1.9.9
    
    chore(deps-dev): bump @grpc/grpc-js from 1.9.7 to 1.9.9
    kamilmysliwiec authored Nov 8, 2023
    Copy the full SHA
    95cdaa5 View commit details
  12. Merge pull request #12682 from nestjs/dependabot/npm_and_yarn/fastify…

    …/cors-8.4.1
    
    chore(deps): bump @fastify/cors from 8.4.0 to 8.4.1
    kamilmysliwiec authored Nov 8, 2023
    Copy the full SHA
    dda2a66 View commit details
  13. Merge pull request #11964 from nestjs/renovate/nestjs-graphql-12.x

    fix(deps): update dependency @nestjs/graphql to v12.0.9
    kamilmysliwiec authored Nov 8, 2023
    Copy the full SHA
    89a3729 View commit details
  14. Merge pull request #12704 from nestjs/dependabot/npm_and_yarn/sinon-a…

    …nd-types/sinon-17.0.1
    
    chore(deps-dev): bump sinon and @types/sinon
    kamilmysliwiec authored Nov 8, 2023
    Copy the full SHA
    0050fae View commit details
  15. Merge pull request #12645 from nestjs/renovate/cache-manager-4.x-lock…

    …file
    
    chore(deps): update dependency @types/cache-manager to v4.0.5
    kamilmysliwiec authored Nov 8, 2023
    Copy the full SHA
    bd9dae4 View commit details
  16. Merge pull request #12698 from nestjs/dependabot/npm_and_yarn/typescr…

    …ipt-eslint/parser-6.10.0
    
    chore(deps-dev): bump @typescript-eslint/parser from 6.9.0 to 6.10.0
    kamilmysliwiec authored Nov 8, 2023
    Copy the full SHA
    39b06ae View commit details
  17. test: fix faulty test suite for route tree

    Kai Böse committed Nov 8, 2023
    Copy the full SHA
    5f717ef View commit details

Commits on Nov 9, 2023

  1. chore(deps-dev): bump mysql2 from 3.6.2 to 3.6.3

    Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.6.2 to 3.6.3.
    - [Release notes](https://github.com/sidorares/node-mysql2/releases)
    - [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
    - [Commits](sidorares/node-mysql2@v3.6.2...v3.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: mysql2
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 9, 2023
    Copy the full SHA
    c2619a8 View commit details
  2. chore(deps-dev): bump @nestjs/mongoose from 10.0.1 to 10.0.2

    Bumps [@nestjs/mongoose](https://github.com/nestjs/mongoose) from 10.0.1 to 10.0.2.
    - [Release notes](https://github.com/nestjs/mongoose/releases)
    - [Changelog](https://github.com/nestjs/mongoose/blob/master/.release-it.json)
    - [Commits](nestjs/mongoose@10.0.1...10.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@nestjs/mongoose"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 9, 2023
    Copy the full SHA
    17297fd View commit details
  3. chore(deps-dev): bump @types/chai-as-promised from 7.1.7 to 7.1.8

    Bumps [@types/chai-as-promised](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai-as-promised) from 7.1.7 to 7.1.8.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai-as-promised)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/chai-as-promised"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 9, 2023
    Copy the full SHA
    37dbcab View commit details
  4. chore(deps-dev): bump @types/node from 20.8.10 to 20.9.0

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.10 to 20.9.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 9, 2023
    Copy the full SHA
    4361d09 View commit details
  5. chore(deps-dev): bump @types/supertest from 2.0.15 to 2.0.16

    Bumps [@types/supertest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/supertest) from 2.0.15 to 2.0.16.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/supertest)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/supertest"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 9, 2023
    Copy the full SHA
    cc15ba7 View commit details

Commits on Nov 10, 2023

  1. Merge pull request #12716 from nestjs/dependabot/npm_and_yarn/types/s…

    …upertest-2.0.16
    
    chore(deps-dev): bump @types/supertest from 2.0.15 to 2.0.16
    kamilmysliwiec authored Nov 10, 2023
    Copy the full SHA
    1481148 View commit details
  2. Merge pull request #12715 from nestjs/dependabot/npm_and_yarn/types/n…

    …ode-20.9.0
    
    chore(deps-dev): bump @types/node from 20.8.10 to 20.9.0
    kamilmysliwiec authored Nov 10, 2023
    Copy the full SHA
    04f24a4 View commit details
  3. Merge pull request #12714 from nestjs/dependabot/npm_and_yarn/types/c…

    …hai-as-promised-7.1.8
    
    chore(deps-dev): bump @types/chai-as-promised from 7.1.7 to 7.1.8
    kamilmysliwiec authored Nov 10, 2023
    Copy the full SHA
    59546ea View commit details
  4. chore(deps-dev): bump @types/ws from 8.5.8 to 8.5.9

    Bumps [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) from 8.5.8 to 8.5.9.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/ws"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 10, 2023
    Copy the full SHA
    dfb4222 View commit details
  5. chore(deps-dev): bump @types/http-errors from 2.0.3 to 2.0.4

    Bumps [@types/http-errors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/http-errors) from 2.0.3 to 2.0.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/http-errors)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/http-errors"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 10, 2023
    Copy the full SHA
    cfb9384 View commit details
  6. Merge pull request #12712 from nestjs/dependabot/npm_and_yarn/nestjs/…

    …mongoose-10.0.2
    
    chore(deps-dev): bump @nestjs/mongoose from 10.0.1 to 10.0.2
    kamilmysliwiec authored Nov 10, 2023
    Copy the full SHA
    bda748d View commit details
  7. Merge pull request #12711 from nestjs/dependabot/npm_and_yarn/mysql2-…

    …3.6.3
    
    chore(deps-dev): bump mysql2 from 3.6.2 to 3.6.3
    kamilmysliwiec authored Nov 10, 2023
    Copy the full SHA
    3d73ec7 View commit details
  8. Merge pull request #12710 from nestjs/dependabot/npm_and_yarn/types/w…

    …s-8.5.9
    
    chore(deps-dev): bump @types/ws from 8.5.8 to 8.5.9
    kamilmysliwiec authored Nov 10, 2023
    Copy the full SHA
    f04cc69 View commit details
  9. Merge pull request #12709 from nestjs/dependabot/npm_and_yarn/types/h…

    …ttp-errors-2.0.4
    
    chore(deps-dev): bump @types/http-errors from 2.0.3 to 2.0.4
    kamilmysliwiec authored Nov 10, 2023
    Copy the full SHA
    f69572d View commit details
  10. chore(deps-dev): bump @types/bytes from 3.1.3 to 3.1.4

    Bumps [@types/bytes](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bytes) from 3.1.3 to 3.1.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bytes)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/bytes"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 10, 2023
    Copy the full SHA
    3895f0c View commit details
  11. Merge pull request #12708 from nestjs/dependabot/npm_and_yarn/types/b…

    …ytes-3.1.4
    
    chore(deps-dev): bump @types/bytes from 3.1.3 to 3.1.4
    kamilmysliwiec authored Nov 10, 2023
    Copy the full SHA
    f41cb66 View commit details
  12. chore(deps-dev): bump @nestjs/apollo from 12.0.9 to 12.0.10

    Bumps [@nestjs/apollo](https://github.com/nestjs/graphql) from 12.0.9 to 12.0.10.
    - [Release notes](https://github.com/nestjs/graphql/releases)
    - [Commits](nestjs/graphql@v12.0.9...v12.0.10)
    
    ---
    updated-dependencies:
    - dependency-name: "@nestjs/apollo"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 10, 2023
    Copy the full SHA
    54f7119 View commit details
  13. Merge pull request #12707 from nestjs/dependabot/npm_and_yarn/nestjs/…

    …apollo-12.0.10
    
    chore(deps-dev): bump @nestjs/apollo from 12.0.9 to 12.0.10
    kamilmysliwiec authored Nov 10, 2023
    Copy the full SHA
    0259529 View commit details

Commits on Nov 13, 2023

  1. chore(deps-dev): bump @types/cors from 2.8.15 to 2.8.16

    Bumps [@types/cors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cors) from 2.8.15 to 2.8.16.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cors)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/cors"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 13, 2023
    Copy the full SHA
    2520fdc View commit details
  2. chore(deps): bump fast-json-stringify from 5.8.0 to 5.9.1

    Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify) from 5.8.0 to 5.9.1.
    - [Release notes](https://github.com/fastify/fast-json-stringify/releases)
    - [Commits](fastify/fast-json-stringify@v5.8.0...v5.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: fast-json-stringify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 13, 2023
    Copy the full SHA
    f5abe57 View commit details
  3. chore(deps-dev): bump @types/amqplib from 0.10.3 to 0.10.4

    Bumps [@types/amqplib](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/amqplib) from 0.10.3 to 0.10.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/amqplib)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/amqplib"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 13, 2023
    Copy the full SHA
    0c50f4a View commit details
  4. chore(deps-dev): bump @nestjs/graphql from 12.0.9 to 12.0.10

    Bumps [@nestjs/graphql](https://github.com/nestjs/graphql) from 12.0.9 to 12.0.10.
    - [Release notes](https://github.com/nestjs/graphql/releases)
    - [Commits](nestjs/graphql@v12.0.9...v12.0.10)
    
    ---
    updated-dependencies:
    - dependency-name: "@nestjs/graphql"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 13, 2023
    Copy the full SHA
    12e539e View commit details
  5. chore(deps-dev): bump @commitlint/cli from 18.2.0 to 18.4.1

    Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 18.2.0 to 18.4.1.
    - [Release notes](https://github.com/conventional-changelog/commitlint/releases)
    - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
    - [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.4.1/@commitlint/cli)
    
    ---
    updated-dependencies:
    - dependency-name: "@commitlint/cli"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 13, 2023
    Copy the full SHA
    08f0b47 View commit details
  6. chore(deps-dev): bump @types/chai from 4.3.9 to 4.3.10

    Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.3.9 to 4.3.10.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/chai"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 13, 2023
    Copy the full SHA
    2730d66 View commit details
  7. chore(deps-dev): bump mqtt from 5.1.4 to 5.2.1

    Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 5.1.4 to 5.2.1.
    - [Release notes](https://github.com/mqttjs/MQTT.js/releases)
    - [Changelog](https://github.com/mqttjs/MQTT.js/blob/main/CHANGELOG.md)
    - [Commits](mqttjs/MQTT.js@v5.1.4...v5.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: mqtt
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 13, 2023
    Copy the full SHA
    35aa240 View commit details
Showing with 1,240 additions and 1,199 deletions.
  1. +1 −1 lerna.json
  2. +441 −363 package-lock.json
  3. +34 −34 package.json
  4. +1 −1 packages/common/package.json
  5. +14 −1 packages/core/injector/module-token-factory.ts
  6. +2 −2 packages/core/package.json
  7. +1 −1 packages/core/router/interfaces/routes.interface.ts
  8. +3 −3 packages/core/router/router-module.ts
  9. +16 −0 packages/core/test/router/utils/flat-routes.spec.ts
  10. +1 −0 packages/microservices/interfaces/microservice-configuration.interface.ts
  11. +3 −3 packages/microservices/package.json
  12. +75 −67 packages/microservices/server/server-grpc.ts
  13. +1 −1 packages/microservices/server/server-rmq.ts
  14. +145 −249 packages/microservices/test/server/server-grpc.spec.ts
  15. +3 −3 packages/platform-express/package.json
  16. +2 −2 packages/platform-fastify/package.json
  17. +1 −1 packages/platform-socket.io/package.json
  18. +1 −1 packages/platform-ws/package.json
  19. +1 −1 packages/testing/package.json
  20. +3 −3 packages/websockets/package.json
  21. +7 −7 sample/03-microservices/package-lock.json
  22. +1 −1 sample/03-microservices/package.json
  23. +45 −33 sample/12-graphql-schema-first/package-lock.json
  24. +1 −1 sample/12-graphql-schema-first/package.json
  25. +6 −6 sample/20-cache/package-lock.json
  26. +58 −33 sample/22-graphql-prisma/package-lock.json
  27. +1 −1 sample/22-graphql-prisma/package.json
  28. +58 −33 sample/23-graphql-code-first/package-lock.json
  29. +1 −1 sample/23-graphql-code-first/package.json
  30. +26 −38 sample/31-graphql-federation-code-first/gateway/package-lock.json
  31. +1 −1 sample/31-graphql-federation-code-first/gateway/package.json
  32. +26 −38 sample/31-graphql-federation-code-first/posts-application/package-lock.json
  33. +1 −1 sample/31-graphql-federation-code-first/posts-application/package.json
  34. +26 −38 sample/31-graphql-federation-code-first/users-application/package-lock.json
  35. +1 −1 sample/31-graphql-federation-code-first/users-application/package.json
  36. +58 −62 sample/32-graphql-federation-schema-first/gateway/package-lock.json
  37. +1 −1 sample/32-graphql-federation-schema-first/gateway/package.json
  38. +58 −62 sample/32-graphql-federation-schema-first/posts-application/package-lock.json
  39. +1 −1 sample/32-graphql-federation-schema-first/posts-application/package.json
  40. +58 −62 sample/32-graphql-federation-schema-first/users-application/package-lock.json
  41. +1 −1 sample/32-graphql-federation-schema-first/users-application/package.json
  42. +54 −39 sample/33-graphql-mercurius/package-lock.json
  43. +1 −1 sample/33-graphql-mercurius/package.json
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "10.2.8"
"version": "10.2.9"
}
Loading