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

chore(deps): update nest monorepo to v7 (major) #30

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 15, 2020

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

nestjs/nest

v7.6.15

Compare Source

v7.6.14

Compare Source

v7.6.13

Compare Source

v7.6.12

Compare Source

v7.6.11

Compare Source

v7.6.10

Compare Source

v7.6.9

Compare Source

v7.6.8

Compare Source

v7.6.7

Compare Source

v7.6.6

Compare Source

v7.6.5

Compare Source

v7.6.4

Compare Source

v7.6.3

Compare Source

v7.6.2

Compare Source

v7.6.1

Compare Source

v7.6.0

Compare Source

v7.5.5

Compare Source

v7.5.4

Compare Source

v7.5.3

Compare Source

v7.5.0

Compare Source

Features
  • common: support conditional cache TTL value (support async factories) #​5366
  • core: add Server-Sent Events (SSE) support #​4842
  • core: add abortOnError option. When enabled, Nest will rethrow the exception instead of killing the process #​5327
  • microservices: pass GrpcCall reference to call handlers #​5143
Improvements
Bug fixes
  • common: expectedType should take precedence over metatype in the ValidationPipe #​5605
  • core: use .toString() as functions representation when serialising dynamic modules metadata #​5189
  • core: fix invalid middleware execution order when request-scoped dependencies are being used by a host middleware #​5623
  • microservices: await consumer and producer disconnect operations #​5422
  • microservices: check replyTo channel presence (NATS) #​5530
  • platform-fastify: add missing chaining API to the inject() method #​5628

v7.4.4

Compare Source

v7.4.3

Compare Source

v7.4.2

Compare Source

v7.4.1

Compare Source

v7.4.0

Compare Source

Bug fixes
  • microservices: add microservice dispose() to close server on shutdown #​5154
  • microservices: properly handle a promise returned by the registerModules #​5136
Dependencies
  • platform-fastify: Fastify 3.0 support #​5070

v7.3.2

Compare Source

v7.3.1

Compare Source

v7.3.0

Compare Source

Features
  • core: add the introspect() method to ModuleRef and NestApplicationContext classes
  • core: add the registerRequestByContextId() method to ModuleRef and NestApplicationContext classes
Improvements
  • core: user InstanceLinksHost to speed-up get() and resolve() methods

v7.2.0

Compare Source

v7.1.3

Compare Source

v7.1.2

Compare Source

v7.1.1

Compare Source

v7.1.0

Compare Source

Features
  • core: allow inheriting the ApplicationConfig object (for hybrid applications) #​4261
  • microservices: add transport: Transport argument to the @MessagePattern() and @EventPattern decorators #​4768
Bug Fixes
  • common: avoid mutating the axios options object
  • microservices: falsy options are no longer ignored (gRPC) #​4817
  • microservices: additional gRPC options are no longer ignored #​4607

v7.0.13

Compare Source

v7.0.11

Compare Source

v7.0.10

Compare Source

v7.0.9

Compare Source

v7.0.8

Compare Source

v7.0.7

Compare Source

v7.0.6

Compare Source

v7.0.5

Compare Source

v7.0.4

Compare Source

v7.0.3

Compare Source

v7.0.2

Compare Source

v7.0.1

Compare Source

v7.0.0

Compare Source

Features
  • common: automatically transform primitives (number, bool) with ValidationPipe #​4110
  • common add ParseArrayPipe and ParseBoolPipe #​4113
  • core: exclude middleware by path #​3042
  • core: pass ExecutionContext to custom decorators #​3070
Improvements
  • core: make built-in exceptions serializable #​3053
  • core: standardize http exception schema #​4045
  • microservices: introduce more descriptive microservices channels #​3040
  • microservices: more lighweight packets (request/response) #​3071
Other
  • common: remove deprecated @ReflectMetadata decorator
  • graphql: built-in code-first support + CLI plugin nestjs/graphql#​634
BREAKING CHANGES

Read more here https://docs.nestjs.com/migration-guide

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
  • 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/major-nest-monorepo branch from fe7e1c8 to 3f6af6b Compare April 27, 2020 10:00
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch from 3f6af6b to cb933f1 Compare May 15, 2020 17:59
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch 2 times, most recently from 0ff89e4 to 3b65208 Compare July 4, 2020 15:56
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch from 3b65208 to 6870d9f Compare August 22, 2020 02:59
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch from 6870d9f to 2972075 Compare October 25, 2020 22:02
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch from 2972075 to 3ea24a3 Compare November 28, 2020 16:58
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch from 3ea24a3 to 5a33524 Compare January 7, 2021 05:57
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch 2 times, most recently from df41eef to 41036a3 Compare February 7, 2021 10:54
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch from 41036a3 to 97b1d69 Compare February 10, 2021 18:54
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch from 97b1d69 to ba321c2 Compare April 26, 2021 12:47
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch from ba321c2 to a4b8f77 Compare May 9, 2021 22:38
@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch from a4b8f77 to 84d8435 Compare May 15, 2021 20:50
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.

None yet

1 participant