Skip to content

⬆️ Bump @nestjs/platform-express from 7.5.5 to 8.0.9#112

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/nestjs/platform-express-8.0.9
Closed

⬆️ Bump @nestjs/platform-express from 7.5.5 to 8.0.9#112
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/nestjs/platform-express-8.0.9

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Oct 4, 2021

Bumps @nestjs/platform-express from 7.5.5 to 8.0.9.

Release notes

Sourced from @​nestjs/platform-express's releases.

v8.0.0

Features

  • common: refactor the built-in console logger class #6142 #5353, separate out Logger wrapper class and ConsoleLogger class, add buffering logs feature (buffer init logs and flush them out when a custom logger is assigned), add log level output #6172, support log levels feature nestjs/docs.nestjs.com#1613
  • common: add StreamableFile class for streaming files from controller routes (cross-platform) nestjs/nest#5278
  • common: add ParseFloatPipe and ParseEnumPipe classes nestjs/nest#6232
  • core: add lazy module loader class nestjs/nest#6386
  • core: add RouterModule for defining per-module controller prefixes
  • core: add the ability to exclude certain routes from the global prefix nestjs/nest#5291
  • core: API versioning feature nestjs/nest#6278
  • microservices: support multiple event subscribers (@EventPattern() can be applied to multiple methods) nestjs/nest#6334
  • microservices: support passing a property key to the @Payload() decorator nestjs/nest#5975
  • websockets: support passing a property key to the @MessageBody() decorator
  • websockets: (WsAdapter) support registering gateways on different paths and let them share the same HTTP server nestjs/nest#6321

Improvements

  • core: sort modules topologically when invoking lifecycle hooks nestjs/nest#6236
  • core: use class references as providers/controllers/injectables keys instead of their names
  • nestjs/nest#6141 fixes nestjs/nest#5591 and nestjs/nest#789
  • core: BaseExceptionFilter supports http-errors (and any other error objects that have the statusCode property specified) out of the box now nestjs/nest#6349
  • core: set Error.name property to the name of the class (all exceptions that inherit from the built-in HttpException) nestjs/nest#5859

Bug fixes

  • common: add a missing type argument to mixin() function nestjs/nest#6216
  • core: use router.all() method for routes annotated with the @All() decorator (instead of router.use()) nestjs/nest#6237
  • core: reject on server bind failures (listen()) nestjs/nest#3360
  • websockets: specify @nestjs/platform-socket.io as an optional peer dependency to support PnP mode nestjs/nest#6217

Dependencies

  • microservices: update to use @grpc/grpc-js package (instead of grpc) nestjs/nest#4806
  • microservices: upgrade NATS to v2 🙌
  • platform-socket.io: upgrade Socket.io to v4 🙌

Deprecations

  • common: deprecate HttpModule to remove hard dependency on the axios library. HttpModule is published as a new @nestjs/axios package now
  • core: deprecate the listenAsync() (use listen()) and startAllMicroservicesAsync() (use startAllMicroservices()) methods
  • microservices: deprecate the listenAsync() method (use listen() instead)
Commits
  • 116143b chore(@​nestjs) publish v8.0.9 release
  • 7643041 fix(core): fix lazy loading nested modules #8031
  • 7dd2275 fix(microservices): fix multiple event handlers (shared subscription) #7913
  • 0df89a2 Merge pull request #7709 from nestjs/renovate/apollo-graphql-packages
  • ab7a137 Merge pull request #8147 from nestjs/renovate/sinon-10.x
  • 6f68460 Merge pull request #8148 from nestjs/renovate/artillery-1.x
  • 513904a Merge pull request #8149 from nestjs/renovate/mocha-9.x
  • 628da34 Merge pull request #8165 from nestjs/renovate/bull-3.x
  • 0a9652e Merge pull request #8166 from nestjs/renovate/fast-json-stringify-2.x
  • 7a11a16 Merge pull request #8170 from nestjs/renovate/commitlint-monorepo
  • 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)

Bumps [@nestjs/platform-express](https://github.com/nestjs/nest) from 7.5.5 to 8.0.9.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](nestjs/nest@v7.5.5...v8.0.9)

---
updated-dependencies:
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 4, 2021
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Oct 5, 2021

Superseded by #113.

@dependabot dependabot Bot closed this Oct 5, 2021
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/nestjs/platform-express-8.0.9 branch October 5, 2021 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants