OS2iot / OS2iot-backend

This repository contains the backend to the project OS2iot.
Mozilla Public License 2.0
10 stars 7 forks source link

Bump @nestjs/platform-express from 7.4.4 to 7.6.1 #109

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps @nestjs/platform-express from 7.4.4 to 7.6.1.

Release notes

Sourced from @nestjs/platform-express'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
Commits
  • bbf091c chore(@nestjs) publish v7.6.1 release
  • 192d22f fix(common): add validate path alias for add leading slash fn (regression)
  • 72cd8ff Merge pull request #5906 from nestjs/renovate/mongoose-5.x
  • fdb9321 fix(deps): update dependency mongoose to v5.11.6
  • a9451b6 chore(@nestjs) publish v7.6.0 release
  • d36c938 Merge pull request #5908 from nestjs/renovate/babel-monorepo
  • 63048ba Merge pull request #5910 from nestjs/dependabot/npm_and_yarn/mongoose-5.11.6
  • a52001d Merge pull request #5911 from nestjs/dependabot/npm_and_yarn/fastify-cors-5.1.0
  • bb38257 chore(deps): bump fastify-cors from 5.0.0 to 5.1.0
  • 703afcb chore(deps-dev): bump mongoose from 5.11.5 to 5.11.6
  • 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[bot] commented 3 years ago

Looks like @nestjs/platform-express is up-to-date now, so this is no longer needed.