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/testing is breaking the build 🚨 #581

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

An in-range update of @nestjs/testing is breaking the build 🚨 #581

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

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Jul 1, 2019

The devDependency @nestjs/testing 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/testing 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
  • 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: ac3d6302074a4c03a727117c49180e97

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

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

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

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 28, 2019

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

Release Notes for v6.6.0

Features:

  • all: add API docs (better DX) #2688
  • common: add log levels (Logger) #2813
  • common: add seconds to Logger timestamp #2770
  • common: add @Redirect() decorator #2632
  • core: move createResponseBody function to HttpException #2796
  • core: allow NestModule.configure() method to be async #2767
  • core: provide more descriptive error for unknown element exception #2725
  • core: add beforeApplicationShutdown hook #2567
  • core: execute middleware of dependent modules first #2406
  • core: add resolve() method to load scoped (either request or transient) providers #2682
  • microservices: use hot observables for emit() (ClientProxy) #2814
  • microservices: improve microservices performance by scheduling emission on nextTick() #2653
  • microservices: add serializers/deserializers feature to allow adapting external services #2653

Bug Fixes:

  • core: do not call onModuleInit if null #2790
  • core: fix request-scoped middleware #2648
  • microservices: pass all arguments to request-scoped proxies #2805
  • microservices: update isTermined value when manually closed #2708
  • *platform-express: fix PreservePath boolean property location in multer configuration #2800

Other:

  • ci: migrate towards CircleCI #2720

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 28, 2019

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

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

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

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

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

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

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

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

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

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 30, 2019

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 4, 2019

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 Oct 4, 2019

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 10, 2019

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 Oct 24, 2019

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 Oct 27, 2019

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 Nov 3, 2019

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

Release Notes for v6.9.0

Features

  • common: add class-transformer excludeExtraneousValues flag #3278
  • common: add applyDecorators function #3113
  • common: add CacheTTL() decorator #2943
  • core: add @Ip() decorator #3249
  • core: add getUrl() method #3147
  • microservices/websockets: support createParamDecorator (custom decorators)

Bug Fixes

  • core: fix transient providers in request-scoped chain #3303
  • microservices: fix applying falsy options (e.g. noAck for RMQ) #3119

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 15, 2019

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 Nov 15, 2019

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 Nov 26, 2019

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 Nov 29, 2019

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 Nov 30, 2019

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 Dec 2, 2019

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 Dec 5, 2019

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 Dec 5, 2019

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 8, 2019

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 10, 2019

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 Dec 11, 2019

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 Dec 13, 2019

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 Dec 18, 2019

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 Dec 27, 2019

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 Jan 24, 2020

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

Release Notes for v6.11.0

Features

  • all: add tslib #3748
  • common: strongly type custom decorators (createParamDecorator) #3356
  • common: add static KEY property to decorators created through @SetMetadata()
  • common: add request cancelation (axios + HttpModule) #3777
  • core: add hostname matching (HTTP) #2980
  • microservices: support multiple gRPC packages at once #3418
  • platform: add description to the listen method #3786

Bug Fixes

  • core: run lifecycle hooks for middleware and injectables #3870
  • platform: add application's global prefix to error handlers and global middlewares #3656
  • deps: update to axios@0.19.1 #3765

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 24, 2020

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 Jan 28, 2020

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 Jan 28, 2020

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 Jan 28, 2020

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 Jan 31, 2020

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 Feb 6, 2020

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 Feb 13, 2020

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 Mar 2, 2020

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 Mar 3, 2020

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 Mar 3, 2020

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