This repository has been archived by the owner on Oct 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/withdustin/kathena-ui/Gyrjp4rnFhXNyHk2awW1XZQgiSFT |
…ngdev/kathena into renovate/major-nest-monorepo
…ate/major-nest-monorepo
canhuyh
changed the title
Update nest monorepo (major)
[WIP] Update nest monorepo (major)
Jul 20, 2021
…ate/major-nest-monorepo
canhuyh
changed the title
[WIP] Update nest monorepo (major)
Update nest monorepo (major)
Jul 22, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.6.0
->8.0.2
7.6.18
->8.0.1
7.6.18
->8.0.1
7.6.18
->8.0.1
7.6.18
->8.0.1
7.6.18
->8.0.1
Release Notes
nestjs/nest-cli
v8.0.2
Compare Source
499ac3f
)v8.0.1
Compare Source
v8.0.0
Compare Source
c8111b5
)db8932a
)8968374
)683df15
)1ffd29f
)e1759a5
)c59c827
)a9d2b51
)cb324a3
)70a1bb2
)12cae9c
)2594469
)68d8da5
)a2f5e3e
)4e7949a
)3ea4339
)d32f46d
)0a69919
)51317aa
)054d1fb
)5513dfa
)7041619
)3f22496
)b78c484
)e0f400d
)7a28649
)d6de52a
)40b7f71
)a9d173a
)2572992
)d91e8b2
)ceaa5ee
)a77a601
)7e2e48d
)03b8ee7
)9c26c14
)ff9debf
)0fb8a4e
)bc9c88b
)77eed6c
)5c52d69
)a775b05
)539c711
)7758ee2
)8b90ee8
)52ab1a6
)25e410b
)e284f6e
)bb2b907
)f2ab3a9
)ea5ccf9
)0a9055a
)69f619b
)932017c
)e72e38b
)5fb0647
)4b03453
)bd8bdd2
)7585fa1
)eafe241
)9d85fa7
)bd3a9d8
)afad3a9
)3d30c58
)af4fa66
)266ae24
)57177e3
)6d2c96f
)bc6c8ba
)b532bff
)3250d48
)99e53ad
)aebd991
)f2d223d
)d3b2120
)4d63c3c
)06ece66
)a3221d3
)640650c
)83387f9
)be72044
)e91f0ee
)4876f7b
)6ad7496
)323469f
)a06638f
)78bbb5d
)9c9cc71
)c5c175d
)8e35450
)ac49d80
)f8c0a20
)f050aea
)5d1e9d8
)a78c409
)26f90cd
)bdb89b3
)d52ee40
)885d666
)592706c
)d641713
)b089aa0
)6379b32
)f9bbba5
)9dee9d6
)bc415d4
)2c38303
)c6eaadb
)e55c6ad
)17c150e
)cfe9d25
)3253942
)bd23873
)4457801
)c2516bc
)409af37
)8d8c1fd
)d764d84
)e5d9304
)f37b016
)62452d3
)a1481d5
)7f15253
)0f0449a
)cdfeba5
)9f5f107
)nestjs/nest
v8.0.1
Compare Source
v8.0.0
Compare Source
Features
Logger
wrapper class andConsoleLogger
class, add buffering logs feature (buffer init logs and flush them out when a custom logger is assigned), add log level output #6172, support log levels feature nestjs/docs.nestjs.com#1613StreamableFile
class for streaming files from controller routes (cross-platform) feat(core): add file send capability nestjs/nest#5278ParseFloatPipe
andParseEnumPipe
classes feat(common): add parse float and enum pipes nestjs/nest#6232RouterModule
for defining per-module controller prefixes@EventPattern()
can be applied to multiple methods) feat(microservices): support multiple event subscribers nestjs/nest#6334@Payload()
decorator feat(websockets): messagebody param extract nestjs/nest#5975@MessageBody()
decoratorWsAdapter
) support registering gateways on different paths and let them share the same HTTP server fix(websockets/platform-ws): support ws servers running on different paths nestjs/nest#6321Improvements
BaseExceptionFilter
supportshttp-errors
(and any other error objects that have thestatusCode
property specified) out of the box now nestjs/nest@cdd51b0Error.name
property to the name of the class (all exceptions that inherit from the built-inHttpException
) Fix set name property of exception object equal to class name nestjs/nest#5859Bug fixes
mixin()
function fix(types) adds types formixin
nestjs/nest#6216router.all()
method for routes annotated with the@All()
decorator (instead ofrouter.use()
) fix(core): use "router.all" method when RequestMethod is set to ALL nestjs/nest#6237listen()
) feat(core): change listen to reject on server bind failures nestjs/nest#3360@nestjs/platform-socket.io
as an optional peer dependency to support PnP mode fix(websockets): require @nestjs/platform-socket.io correctly nestjs/nest#6217Dependencies
@grpc/grpc-js
package (instead ofgrpc
) feat: move from grpc to @grpc/grpc-js nestjs/nest#4806Deprecations
HttpModule
to remove hard dependency on theaxios
library.HttpModule
is published as a new@nestjs/axios
package nowlistenAsync()
(uselisten()
) andstartAllMicroservicesAsync()
(usestartAllMicroservices()
) methodslistenAsync()
method (uselisten()
instead)Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled due to failing status checks.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.