Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(common): Add generic to InjectionToken type #11555

Merged
merged 33 commits into from
Apr 25, 2023

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    86f83a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cc160d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4be9d27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb4a529 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b46071d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0da7a14 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba92ce7 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. chore(deps-dev): bump mongoose from 7.0.3 to 7.0.4

    Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.0.3 to 7.0.4.
    - [Release notes](https://github.com/Automattic/mongoose/releases)
    - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
    - [Commits](Automattic/mongoose@7.0.3...7.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: mongoose
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    c124548 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @types/sinon from 10.0.13 to 10.0.14

    Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 10.0.13 to 10.0.14.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/sinon"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    14986a6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request nestjs#11518 from nestjs/renovate/tsconfig-paths-4.x

    chore(deps): update dependency tsconfig-paths to v4.2.0
    kamilmysliwiec committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    50282e9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request nestjs#11526 from nestjs/renovate/nestjs-swagger-6.x

    fix(deps): update dependency @nestjs/swagger to v6.3.0
    kamilmysliwiec committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    61858b7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request nestjs#11525 from nestjs/renovate/nestjs-schedule-2.x

    fix(deps): update dependency @nestjs/schedule to v2.2.1
    kamilmysliwiec committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    70c37ba View commit details
    Browse the repository at this point in the history
  6. Merge pull request nestjs#11522 from nestjs/renovate/grpc-grpc-js-1.x

    fix(deps): update dependency @grpc/grpc-js to v1.8.14
    kamilmysliwiec committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    1de477d View commit details
    Browse the repository at this point in the history
  7. Merge pull request nestjs#11521 from nestjs/renovate/fastify-static-6.x

    fix(deps): update dependency @fastify/static to v6.10.1
    kamilmysliwiec committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    83bb3d2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request nestjs#11523 from nestjs/renovate/nestjs-graphql-10.x

    fix(deps): update dependency @nestjs/graphql to v10.2.1
    kamilmysliwiec committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    dafea5a View commit details
    Browse the repository at this point in the history
  9. Merge pull request nestjs#11529 from nestjs/dependabot/npm_and_yarn/t…

    …ypes/sinon-10.0.14
    
    chore(deps-dev): bump @types/sinon from 10.0.13 to 10.0.14
    kamilmysliwiec committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    997d147 View commit details
    Browse the repository at this point in the history
  10. Merge pull request nestjs#11528 from nestjs/dependabot/npm_and_yarn/m…

    …ongoose-7.0.4
    
    chore(deps-dev): bump mongoose from 7.0.3 to 7.0.4
    kamilmysliwiec committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    08793e6 View commit details
    Browse the repository at this point in the history
  11. Merge pull request nestjs#11527 from nestjs/renovate/mongoose-6.x

    fix(deps): update dependency mongoose to v6.10.5
    kamilmysliwiec committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    d113f68 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. chore(deps-dev): bump @types/node from 18.15.11 to 18.15.12

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.11 to 18.15.12.
    - [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-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    2198f4d View commit details
    Browse the repository at this point in the history
  2. Merge pull request nestjs#11533 from nestjs/dependabot/npm_and_yarn/t…

    …ypes/node-18.15.12
    
    chore(deps-dev): bump @types/node from 18.15.11 to 18.15.12
    kamilmysliwiec committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    4629c2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdd0e67 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. chore(deps-dev): bump @apollo/server from 4.6.0 to 4.7.0

    Bumps [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) from 4.6.0 to 4.7.0.
    - [Release notes](https://github.com/apollographql/apollo-server/releases)
    - [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md)
    - [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/server@4.7.0/packages/server)
    
    ---
    updated-dependencies:
    - dependency-name: "@apollo/server"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    485bb3b View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump sinon from 15.0.3 to 15.0.4

    Bumps [sinon](https://github.com/sinonjs/sinon) from 15.0.3 to 15.0.4.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](sinonjs/sinon@v15.0.3...v15.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    43c4c06 View commit details
    Browse the repository at this point in the history
  3. Merge pull request nestjs#11539 from nestjs/dependabot/npm_and_yarn/s…

    …inon-15.0.4
    
    chore(deps-dev): bump sinon from 15.0.3 to 15.0.4
    kamilmysliwiec committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    f21713a View commit details
    Browse the repository at this point in the history
  4. Merge pull request nestjs#11538 from nestjs/dependabot/npm_and_yarn/a…

    …pollo/server-4.7.0
    
    chore(deps-dev): bump @apollo/server from 4.6.0 to 4.7.0
    kamilmysliwiec committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    35dcfbf View commit details
    Browse the repository at this point in the history
  5. Merge pull request nestjs#11535 from CemYil03/update-package-json-files

    chore: update repo references in package.json files
    kamilmysliwiec committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    55aa3f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. chore(deps-dev): bump cache-manager from 5.2.0 to 5.2.1

    Bumps [cache-manager](https://github.com/node-cache-manager/node-cache-manager) from 5.2.0 to 5.2.1.
    - [Release notes](https://github.com/node-cache-manager/node-cache-manager/releases)
    - [Changelog](https://github.com/node-cache-manager/node-cache-manager/blob/master/CHANGELOG.md)
    - [Commits](jaredwray/cache-manager@5.2.0...5.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: cache-manager
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    af595fd View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump prettier from 2.8.7 to 2.8.8

    Bumps [prettier](https://github.com/prettier/prettier) from 2.8.7 to 2.8.8.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.8.7...2.8.8)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    728afa1 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @types/node from 18.15.12 to 18.16.0

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.12 to 18.16.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] committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    2e74133 View commit details
    Browse the repository at this point in the history
  4. Merge pull request nestjs#11551 from nestjs/dependabot/npm_and_yarn/c…

    …ache-manager-5.2.1
    
    chore(deps-dev): bump cache-manager from 5.2.0 to 5.2.1
    kamilmysliwiec committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    819f2d1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request nestjs#11553 from nestjs/dependabot/npm_and_yarn/t…

    …ypes/node-18.16.0
    
    chore(deps-dev): bump @types/node from 18.15.12 to 18.16.0
    kamilmysliwiec committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    79e5401 View commit details
    Browse the repository at this point in the history
  6. Merge pull request nestjs#11552 from nestjs/dependabot/npm_and_yarn/p…

    …rettier-2.8.8
    
    chore(deps-dev): bump prettier from 2.8.7 to 2.8.8
    kamilmysliwiec committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    e389c08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3bf74d8 View commit details
    Browse the repository at this point in the history