Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Conversation

@renovate
Copy link

@renovate renovate bot commented Aug 28, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nestjs/common (source) 6.5.3 -> 6.11.11 age adoption passing confidence
@nestjs/core (source) 6.5.3 -> 6.11.11 age adoption passing confidence
@nestjs/testing (source) 6.5.3 -> 6.11.11 age adoption passing confidence

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:

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 ef2d048 to 30fbb47 Compare August 28, 2019 10:53
@renovate renovate bot changed the title chore(deps): update nest monorepo to v6.6.0 chore(deps): update nest monorepo to v6.6.1 Aug 28, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 30fbb47 to 3564950 Compare August 28, 2019 13:11
@renovate renovate bot changed the title chore(deps): update nest monorepo to v6.6.1 chore(deps): update nest monorepo to v6.6.2 Aug 28, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 3564950 to 4f68a62 Compare August 29, 2019 07:14
@renovate renovate bot changed the title chore(deps): update nest monorepo to v6.6.2 chore(deps): update nest monorepo to v6.6.3 Aug 29, 2019
@renovate renovate bot changed the title chore(deps): update nest monorepo to v6.6.3 chore(deps): update nest monorepo to v6.6.4 Sep 2, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch 2 times, most recently from 837f26a to 1b76fd0 Compare September 3, 2019 07:58
@renovate renovate bot changed the title chore(deps): update nest monorepo to v6.6.4 chore(deps): update nest monorepo to v6.6.5 Sep 3, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 1b76fd0 to a822720 Compare September 3, 2019 08:14
@renovate renovate bot changed the title chore(deps): update nest monorepo to v6.6.5 chore(deps): update nest monorepo to v6.6.6 Sep 3, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from a822720 to 0c992e1 Compare September 3, 2019 13:19
@renovate renovate bot changed the title chore(deps): update nest monorepo to v6.6.6 chore(deps): update nest monorepo to v6.6.7 Sep 3, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 0c992e1 to afe9508 Compare September 16, 2019 09:02
@renovate renovate bot changed the title chore(deps): update nest monorepo to v6.6.7 chore(deps): update nest monorepo to v6.7.0 Sep 16, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from afe9508 to 4b11042 Compare September 16, 2019 11:18
@renovate renovate bot changed the title chore(deps): update nest monorepo to v6.7.0 chore(deps): update nest monorepo to v6.7.1 Sep 16, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 4b11042 to 793a8bd Compare September 21, 2019 10:46
@renovate renovate bot changed the title chore(deps): update nest monorepo to v6.7.1 chore(deps): update nest monorepo to v6.7.2 Sep 21, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 793a8bd to ec25a63 Compare October 4, 2019 12:56
@renovate renovate bot changed the title chore(deps): update nest monorepo to v6.7.2 chore(deps): update nest monorepo to v6.8.2 Oct 4, 2019
@renovate renovate bot changed the title chore(deps): update nest monorepo to v6.8.2 chore(deps): update nest monorepo to v6.9.0 Nov 11, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from ec25a63 to 6288f0d Compare November 11, 2019 07:00
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 6288f0d to 5083582 Compare November 21, 2019 10:23
@renovate renovate bot changed the title chore(deps): update nest monorepo to v6.9.0 chore(deps): update nest monorepo to v6.10.1 Nov 21, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 5083582 to 82683dd Compare December 15, 2019 00:58
@renovate renovate bot changed the title chore(deps): update nest monorepo to v6.10.1 chore(deps): update nest monorepo to v6.10.11 Dec 15, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 82683dd to 7400502 Compare December 22, 2019 06:58
@renovate renovate bot changed the title chore(deps): update nest monorepo to v6.10.11 chore(deps): update nest monorepo to v6.10.12 Dec 22, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 7400502 to 9b6da72 Compare December 31, 2019 05:57
@renovate renovate bot changed the title chore(deps): update nest monorepo to v6.10.12 chore(deps): update nest monorepo to v6.10.13 Dec 31, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 9b6da72 to 58ee150 Compare January 18, 2020 19:20
@renovate renovate bot changed the title chore(deps): update nest monorepo to v6.10.13 chore(deps): update nest monorepo to v6.10.14 Jan 18, 2020
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 58ee150 to 642557a Compare February 8, 2020 22:56
@renovate renovate bot changed the title chore(deps): update nest monorepo to v6.10.14 chore(deps): update nest monorepo to v6.11.6 Feb 8, 2020
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 642557a to a73378c Compare February 16, 2020 11:58
@renovate renovate bot changed the title chore(deps): update nest monorepo to v6.11.6 chore(deps): update nest monorepo to v6.11.7 Feb 16, 2020
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from a73378c to 38e9c71 Compare March 15, 2020 04:57
@renovate renovate bot changed the title chore(deps): update nest monorepo to v6.11.7 chore(deps): update nest monorepo to v6.11.11 Mar 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants