Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented May 14, 2019

This PR contains the following updates:

Package Type Update Change
@nestjs/common (source) devDependencies minor 6.1.1 -> 6.11.11
@nestjs/core (source) devDependencies minor 6.1.1 -> 6.11.11
@nestjs/testing (source) devDependencies minor 6.1.1 -> 6.11.11

Release Notes

nestjs/nest

v6.11.11

Compare Source

v6.11.10

Compare Source

v6.11.9

Compare Source

v6.11.8

Compare Source

v6.11.7

Compare Source

v6.11.6

Compare Source

v6.11.5

Compare Source

v6.11.4

Compare Source

v6.11.3

Compare Source

v6.11.2

Compare Source

v6.11.1

Compare Source

v6.11.0

Compare Source

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

v6.10.14

Compare Source

v6.10.13

Compare Source

v6.10.12

Compare Source

v6.10.11

Compare Source

v6.10.10

Compare Source

v6.10.9

Compare Source

v6.10.8

Compare Source

v6.10.7

Compare Source

v6.10.6

Compare Source

v6.10.5

Compare Source

v6.10.4

Compare Source

v6.10.3

Compare Source

v6.10.2

Compare Source

v6.10.1

Compare Source

v6.10.0

Compare Source

Features
  • core: add transient inquirer injection #​1637
Bug Fixes
  • common: single stdout.write() call per logging in default Logger #​3350
  • core: use module class to generate hash #​3363

v6.9.0

Compare Source

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

v6.8.5

Compare Source

v6.8.4

Compare Source

v6.8.3

Compare Source

v6.8.2

Compare Source

v6.8.1

Compare Source

v6.8.0

Compare Source

Features
  • common: add more utility methods to Reflector class #​3043
  • all: add RPC and WS decorators #​3039
Improvements
  • common: update class-validator external interface #​3059
  • core: improve error messages (more descriptive) #​3001
  • core: remove optional package from dependencies #​3041

v6.7.2

Compare Source

v6.7.1

Compare Source

v6.7.0

Compare Source

Features
  • core: add getType() to both ExecutionContext and ArgumentsHost #​1581
  • microservices: add getClientByServiceName to ClientGrpc #​2967
  • microservices: Kafka support #​2361
Bug Fixes
  • common: fix CacheStore.get() return type #​2967
  • common: added return types to Controller decorator overloads #​2967
  • common: export NestApplicationOptions interface from the root #​2967
  • core: exclude duplicated methods #​2557

v6.6.7

Compare Source

v6.6.6

Compare Source

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

v6.6.5

Compare Source

v6.6.4

Compare Source

v6.6.3

Compare Source

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

v6.6.2

Compare Source

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

v6.6.1

Compare Source

v6.6.0

Compare Source

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
  • core: method handler is interfering with another handler #​2663
  • 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:

v6.5.3

Compare Source

v6.5.2

Compare Source

Bug Fixes
  • microservices: fix microservices pattern regression (add quotes and commas)

v6.5.1

Compare Source

Bug Fixes
  • microservices: remove invalid types references (depependencies issue) #​2534

v6.5.0

Compare Source

Features
  • platform-express: add AnyFilesInterceptor #​2496
Bug Fixes
  • core: make errors serializable by default #​2512
  • core: fix global, request-scoped enhancers (pipes, interceptors, filters, and guards) #​1916

v6.4.1

Compare Source

v6.4.0

Compare Source

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

v6.3.2

Compare Source

Bug Fixes
  • common: add missing user property to NatsOptions #​2426
  • common: add type guard to isNil utility function #​2418
  • microservices: remove credentials property from options argument (gRPC) #​2381

v6.3.1

Compare Source

Bug Fixes
  • core: invalid scopes resolution on module re-export #​2341

v6.3.0

Compare Source

Features
  • common: add enableImplicitConversion option to ValidationPipe #​2253
  • common: add ParseUUID pipe #​2062
  • common: add option to allow validation of custom decorators #​2304
  • core: add init() method to the application context interface #​1592
  • core: useExisting provider #​2145
  • microservices: RequestContext in request-scoped providers #​2111
  • microservices: add ack boolean option to RMQ microservice settings #​1583
  • microservices: add @GrpcStreamMethod and @GrpcStreamCall decorators (streaming support) #​1568
Bug Fixes
  • common: allow classes as parameters of custom decorators #​1562
  • core: fix override logic (enhancers and providers) #​2070
  • microservices: return correct type client type in ClientProxyFactory #​2240
  • microservices: gracefully handle invalid messages sent through network #​2299
  • microservices: allow setting max message length (gRPC client) #​2295
  • microservices: fix gRPC server streaming error handling #​1466
Deps
  • common: update axios package #​2322
  • core: upgrade `opencollective dependency #​2272

v6.2.4

Compare Source

v6.2.3

Compare Source

Bug Fixes
  • common: strip prototype keys in ValidationPipe

v6.2.2

Compare Source

Bug Fixes
  • core: fix override factory provider in e2e tests #​2229

v6.2.1

Compare Source

Bug Fixes
  • core: fix override and replace logic #​2070
  • microservices: fix interceptors in combination with @EventPattern() #​2209
  • platform-ws: trigger handleDisconnect() hook #​2226

v6.2.0

Compare Source

Features
  • core: customizable ExternalContextCreator (pass options object that determines which enhancers should be applied - interceptors, guards, or filters respectively)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 63aab47 to 6ed2b6a Compare May 19, 2019 12:03
@renovate renovate bot changed the title Update nest monorepo to v6.2.0 Update nest monorepo to v6.2.1 May 19, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 6ed2b6a to 5d0bcc4 Compare May 19, 2019 16:12
@renovate renovate bot changed the title Update nest monorepo to v6.2.1 Update nest monorepo to v6.2.2 May 19, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 5d0bcc4 to 23ce865 Compare May 20, 2019 08:45
@renovate renovate bot changed the title Update nest monorepo to v6.2.2 Update nest monorepo to v6.2.3 May 20, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 23ce865 to 84b5b06 Compare May 21, 2019 21:08
@renovate renovate bot changed the title Update nest monorepo to v6.2.3 Update nest monorepo to v6.2.4 May 21, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 84b5b06 to 064fb25 Compare June 5, 2019 08:41
@renovate renovate bot changed the title Update nest monorepo to v6.2.4 Update nest monorepo to v6.3.0 Jun 5, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 064fb25 to de51226 Compare June 6, 2019 07:12
@renovate renovate bot changed the title Update nest monorepo to v6.3.0 Update nest monorepo to v6.3.1 Jun 6, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from de51226 to e542f6b Compare June 22, 2019 21:42
@renovate renovate bot changed the title Update nest monorepo to v6.3.1 Update nest monorepo to v6.3.2 Jun 22, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from e542f6b to 313ca41 Compare July 1, 2019 12:52
@renovate renovate bot changed the title Update nest monorepo to v6.3.2 Update nest monorepo to v6.4.0 Jul 1, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 313ca41 to 8034a64 Compare July 3, 2019 21:04
@renovate renovate bot changed the title Update nest monorepo to v6.4.0 Update nest monorepo to v6.4.1 Jul 3, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 8034a64 to 48789d2 Compare July 9, 2019 13:18
@renovate renovate bot changed the title Update nest monorepo to v6.4.1 Update nest monorepo to v6.5.0 Jul 9, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 48789d2 to c956484 Compare July 10, 2019 07:38
@renovate renovate bot changed the title Update nest monorepo to v6.5.0 Update nest monorepo to v6.5.1 Jul 10, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from c956484 to b616c88 Compare July 10, 2019 09:46
@renovate renovate bot changed the title Update nest monorepo to v6.5.1 Update nest monorepo to v6.5.2 Jul 10, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from b616c88 to f3b1c1f Compare August 10, 2019 08:59
@renovate renovate bot changed the title Update nest monorepo to v6.5.2 Update nest monorepo to v6.5.3 Aug 10, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from f3b1c1f to a092e7b Compare September 5, 2019 01:57
@renovate renovate bot changed the title Update nest monorepo to v6.5.3 Update nest monorepo to v6.6.7 Sep 5, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from a092e7b to 0f5681e Compare October 2, 2019 05:58
@renovate renovate bot changed the title Update nest monorepo to v6.6.7 Update nest monorepo to v6.8.0 Oct 2, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 0f5681e to 9ba2356 Compare November 11, 2019 09:01
@renovate renovate bot changed the title Update nest monorepo to v6.8.0 Update nest monorepo to v6.9.0 Nov 11, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 9ba2356 to 2f73d2b Compare November 21, 2019 11:12
@renovate renovate bot changed the title Update nest monorepo to v6.9.0 Update nest monorepo to v6.10.1 Nov 21, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 2f73d2b to bfa4058 Compare December 14, 2019 18:45
@renovate renovate bot changed the title Update nest monorepo to v6.10.1 Update nest monorepo to v6.10.11 Dec 14, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from bfa4058 to ea3787c Compare December 21, 2019 21:56
@renovate renovate bot changed the title Update nest monorepo to v6.10.11 Update nest monorepo to v6.10.12 Dec 21, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from ea3787c to fd23ca0 Compare December 30, 2019 20:58
@renovate renovate bot changed the title Update nest monorepo to v6.10.12 Update nest monorepo to v6.10.13 Dec 30, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from fd23ca0 to 62b2ae8 Compare January 18, 2020 16:53
@renovate renovate bot changed the title Update nest monorepo to v6.10.13 Update nest monorepo to v6.10.14 Jan 18, 2020
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 62b2ae8 to 308af1e Compare February 9, 2020 01:55
@renovate renovate bot changed the title Update nest monorepo to v6.10.14 Update nest monorepo to v6.11.6 Feb 9, 2020
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 308af1e to bd78d9d Compare March 14, 2020 23:57
@renovate renovate bot changed the title Update nest monorepo to v6.11.6 Update nest monorepo to v6.11.11 Mar 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants