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

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

Open
greenkeeper bot opened this issue Jul 1, 2019 · 14 comments
Open

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

greenkeeper bot opened this issue Jul 1, 2019 · 14 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Jul 1, 2019

The dependency @nestjs/core was updated from 6.3.2 to 6.4.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 direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ci/circleci: Your tests passed on CircleCI! (Details).
  • codecov/project: No report found to compare against (Details).
  • codecov/patch: Coverage not affected. (Details).
  • Better Code Hub: ✅ Better Code Hub approves this code (Details).
  • WhiteSource Security Check: The Security Check found 3 vulnerabilities.

Severity CVSS Score CVE GitHub Issue
High 8.0 WS-2019-0064 #433
Medium 5.0 WS-2019-0047 #418
Medium 5.0 WS-2019-0019 #136

Scan token: e7d43466efcf4b20a5f634ed42dae23c

Release Notes for v6.4.0

Features

  • core: add ApplicationConfig to injectable providers #2412
  • core: add getNext() to HttpArgumentsHost #2369

Bug Fixes

  • core: add error message if recursive injection happens #2481
  • core: run static exception filters when request-scoped provider throws an error #2290
  • core: fix invalid token created by ModuleTokenFactory when useClass is being used #2457
  • microservices: fix Redis reconnection strategy (recover from disconnect) #2246
  • microservices: sort microservices patterns (JS object keys) #2428
FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 3, 2019

  • The dependency @nestjs/core was updated from 6.4.0 to 6.4.1.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 9, 2019

  • The dependency @nestjs/core was updated from 6.4.1 to 6.5.0.

Your tests are still failing with this version. Compare changes

Release Notes for v6.5.0

Features

  • platform-express: add AnyFilesInterceptor #2496

Bug Fixes

  • core: make errors serializable by default #2512
  • core: fix globa, request-scoped enhancers (pipes, interceptors, filters, and guards) #1916

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 18, 2019

  • The dependency @nestjs/core was updated from 6.5.2 to 6.5.3.

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 28, 2019

  • The dependency @nestjs/core was updated from 6.5.3 to 6.6.0.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 28, 2019

  • The dependency @nestjs/core was updated from 6.6.0 to 6.6.1.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 28, 2019

  • The dependency @nestjs/core was updated from 6.6.1 to 6.6.2.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v6.6.2

Bug Fixes

  • core: maximum call stack size exceeded for circular deps #2834
  • platform-fastify: unhandled exception when throwing an error in the middleware #2640

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 29, 2019

  • The dependency @nestjs/core was updated from 6.6.2 to 6.6.3.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v6.6.3

Bug Fixes

  • core: invert middleware execution order (apply middleware registered closer to the root module first)

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 2, 2019

  • The dependency @nestjs/core was updated from 6.6.3 to 6.6.4.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 3, 2019

  • The dependency @nestjs/core was updated from 6.6.4 to 6.6.5.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 3, 2019

  • The dependency @nestjs/core was updated from 6.6.5 to 6.6.6.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v6.6.6

Bug Fixes:

  • core: improve performance of distance calculation (middleware) #2865

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 3, 2019

  • The dependency @nestjs/core was updated from 6.6.6 to 6.6.7.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 16, 2019

  • The dependency @nestjs/core was updated from 6.6.7 to 6.7.0.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v6.7.0

Features

  • core: add getType() to both ExecutionContext and ArgumentsHost #1581
  • microservices: add getClientByServiceName to ClientGrpc 73c1cf3
  • microservices: Kafka support #2361

Bug Fixes

  • common: fix CacheStore.get() return type edc7bd0
  • common: added return types to Controller decorator overloads 6d90053
  • common: export NestApplicationOptions interface from the root e062a1b
  • core: exclude duplicated methods #2557

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 16, 2019

  • The dependency @nestjs/core was updated from 6.7.0 to 6.7.1.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 21, 2019

  • The dependency @nestjs/core was updated from 6.7.1 to 6.7.2.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants