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

fix(deps): update nest monorepo #130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 1, 2019

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nestjs/common (source) 6.3.2 -> 6.11.11 age adoption passing confidence
@nestjs/core (source) 6.3.2 -> 6.11.11 age adoption passing confidence
@nestjs/platform-express (source) 6.3.2 -> 6.11.11 age adoption passing confidence
@nestjs/schematics 6.3.0 -> 6.9.4 age adoption passing confidence
@nestjs/testing (source) 6.3.2 -> 6.11.11 age adoption passing confidence

Release Notes

nestjs/nest (@​nestjs/common)

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

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
Bug Fixes

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
nestjs/nest (@​nestjs/core)

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

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
Bug Fixes

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
nestjs/nest (@​nestjs/platform-express)

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

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
Bug Fixes

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
nestjs/schematics (@​nestjs/schematics)

v6.9.4

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/nest-monorepo branch from af405cc to 1373d4c 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 2 times, most recently from d40ea9e to a54dbb9 Compare July 9, 2019 13:19
@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 a54dbb9 to fd2912e Compare July 10, 2019 07:40
@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 fd2912e to 66b186e Compare July 10, 2019 09:48
@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 66b186e to c384962 Compare July 18, 2019 08:57
@renovate renovate bot changed the title Update nest monorepo to v6.5.2 Update nest monorepo to v6.5.3 Jul 18, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from c384962 to 2688edd Compare August 28, 2019 07:36
@renovate renovate bot changed the title Update nest monorepo to v6.5.3 Update nest monorepo to v6.6.0 Aug 28, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 2688edd to 9c9ff17 Compare August 28, 2019 10:54
@renovate renovate bot changed the title Update nest monorepo to v6.6.0 Update nest monorepo to v6.6.1 Aug 28, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 9c9ff17 to 31e958a Compare August 28, 2019 13:12
@renovate renovate bot changed the title Update nest monorepo to v6.6.1 Update nest monorepo to v6.6.2 Aug 28, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 31e958a to 1fe69e1 Compare August 29, 2019 07:15
@renovate renovate bot changed the title Update nest monorepo to v6.6.2 Update nest monorepo to v6.6.3 Aug 29, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 1fe69e1 to ca6a018 Compare September 2, 2019 10:14
@renovate renovate bot changed the title Update nest monorepo to v6.6.3 Update nest monorepo to v6.6.4 Sep 2, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from ca6a018 to 8549162 Compare September 3, 2019 08:00
@renovate renovate bot changed the title Update nest monorepo to v6.6.4 Update nest monorepo to v6.6.5 Sep 3, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 8549162 to 49dd9f1 Compare September 3, 2019 08:15
@renovate renovate bot changed the title Update nest monorepo to v6.6.5 Update nest monorepo to v6.6.6 Sep 3, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 49dd9f1 to 9601018 Compare September 3, 2019 13:20
@renovate renovate bot changed the title Update nest monorepo to v6.6.6 Update nest monorepo to v6.6.7 Sep 3, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 9601018 to d89fb5b Compare September 30, 2019 12:02
@renovate renovate bot changed the title Update nest monorepo to v6.6.7 Update nest monorepo to v6.8.0 Sep 30, 2019
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from d89fb5b to 58e33b2 Compare November 10, 2019 20:06
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 6773afd to 5a768d0 Compare June 4, 2023 13:10
@renovate renovate bot force-pushed the renovate/nest-monorepo branch 4 times, most recently from 14ecd99 to 6f37851 Compare June 19, 2023 09:26
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 6f37851 to 94a9106 Compare June 29, 2023 08:05
@renovate renovate bot force-pushed the renovate/nest-monorepo branch 2 times, most recently from 8ca8ca1 to 3a2db97 Compare July 9, 2023 11:19
@renovate renovate bot force-pushed the renovate/nest-monorepo branch 2 times, most recently from e292d70 to bb26199 Compare July 19, 2023 12:15
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from bb26199 to d1626c0 Compare December 3, 2023 13:18
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from d1626c0 to 5ae3257 Compare January 7, 2024 15:53
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 5ae3257 to 59160ce Compare January 28, 2024 09:31
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 59160ce to c75e480 Compare February 4, 2024 13:46
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from c75e480 to 87b5aca Compare March 2, 2024 11:21
@renovate renovate bot force-pushed the renovate/nest-monorepo branch 2 times, most recently from a2f1771 to eddd3cb Compare March 12, 2024 11:28
@renovate renovate bot force-pushed the renovate/nest-monorepo branch 2 times, most recently from 359aa08 to 59054c6 Compare March 24, 2024 13:49
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 59054c6 to 27414d2 Compare April 14, 2024 09:11
@renovate renovate bot force-pushed the renovate/nest-monorepo branch 2 times, most recently from 762bfd3 to de73872 Compare April 25, 2024 08:37
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from de73872 to 6796003 Compare June 4, 2024 10:58
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 6796003 to 6b1124a Compare July 21, 2024 11:14
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 6b1124a to 1bf69a1 Compare August 6, 2024 06:08
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 1bf69a1 to c670c97 Compare August 28, 2024 06:27
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from c670c97 to 792b01e Compare October 9, 2024 07:52
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 792b01e to 818ff5b Compare December 2, 2024 10:28
@renovate renovate bot force-pushed the renovate/nest-monorepo branch from 818ff5b to 88860d1 Compare December 29, 2024 16:34
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.

0 participants