nestjsx / nest-router

Router Module For Nestjs Framework 🚦 πŸš€
MIT License
616 stars 36 forks source link

An in-range update of @nestjs/core is breaking the build 🚨 #44

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency @nestjs/core was updated from 5.5.0 to 5.6.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@nestjs/core is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/shekohex/nest-router/builds/480573976?utm_source=github_status&utm_medium=notification)).

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 5.5.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v5.6.1

Features

  • common: add options support to ValidationPipe in the transformation phase #1374
  • core: support abstract classes in INestApplicationContext #1452
  • websockets: support RegExp in namespaces #1431
  • websockets: pass down more options to the underlying gRPC instance #1388

Bug Fixes

  • common: fix configurable axios instance in async HttpModule #1257
  • core: fix error message in case of circular dependency (wrong url) #1441
  • microservices: support proto namespaces in gRPC #1371
greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes