soorajshankar / up-beat

self-hosted server uptime monitor.
Apache License 2.0
4 stars 3 forks source link

Bump @nestjs/common from 7.0.1 to 7.6.5 #121

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps @nestjs/common from 7.0.1 to 7.6.5.

Release notes

Sourced from @nestjs/common's releases.

v7.5.0

Features

  • common: support conditional cache TTL value (support async factories) nestjs/nest#5366
  • core: add Server-Sent Events (SSE) support nestjs/nest#4842
  • core: add abortOnError option. When enabled, Nest will rethrow the exception instead of killing the process nestjs/nest#5327
  • microservices: pass GrpcCall reference to call handlers nestjs/nest#5143

Improvements

Bug fixes

  • common: expectedType should take precedence over metatype in the ValidationPipe nestjs/nest#5605
  • core: use .toString() as functions representation when serialising dynamic modules metadata nestjs/nest#5189
  • core: fix invalid middleware execution order when request-scoped dependencies are being used by a host middleware nestjs/nest#5623
  • microservices: await consumer and producer disconnect operations nestjs/nest#5422
  • microservices: check replyTo channel presence (NATS) nestjs/nest#5530
  • platform-fastify: add missing chaining API to the inject() method nestjs/nest#5628

v7.4.0

Bug fixes

  • microservices: add microservice dispose() to close server on shutdown nestjs/nest#5154
  • microservices: properly handle a promise returned by the registerModules nestjs/nest#5136

Dependencies

v7.3.0

Features

  • core: add the introspect() method to ModuleRef and NestApplicationContext classes
  • core: add the registerRequestByContextId() method to ModuleRef and NestApplicationContext classes

Improvements

  • core: user InstanceLinksHost to speed-up get() and resolve() methods

v7.1.0

Features

  • core: allow inheriting the ApplicationConfig object (for hybrid applications) #4261
  • microservices: add transport: Transport argument to the @MessagePattern() and @EventPattern decorators #4768

Bug Fixes

Commits
  • 70724f4 chore(@nestjs) publish v7.6.5 release
  • fcccd4c Merge branch 'master' of https://github.com/nestjs/nest
  • a45039a fix(core): use dynamic metadata to generate a hash (context)
  • 7b411cb Merge pull request #6036 from nestjs/renovate/nestjs-swagger-4.x
  • b75802c Merge pull request #6038 from nestjs/renovate/webpack-5.x
  • 65663d3 Merge pull request #6041 from nestjs/dependabot/npm_and_yarn/mongoose-5.11.9
  • 93d7962 Merge pull request #6042 from nestjs/dependabot/npm_and_yarn/typescript-eslin...
  • e27b236 chore(deps-dev): bump @typescript-eslint/parser from 4.11.0 to 4.11.1
  • 62afe67 chore(deps-dev): bump mongoose from 5.11.8 to 5.11.9
  • 6551398 chore(deps): update dependency webpack to v5.11.1
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #132.