chore(deps): update nest monorepo (major) #106
Merged
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.0.0
->^8.0.0
^7.6.3
->^8.0.0
^7.6.3
->^8.0.0
^7.6.3
->^8.0.0
^7.6.3
->^8.0.0
Release Notes
nestjs/nest-cli
v8.1.1
Compare Source
73250b6
)f5760a8
)96baecb
)7c79972
)d379462
)5dc84df
)b95d5c2
)828ff6a
)d7e4dea
)v8.1.0
Compare Source
2271c9e
)bb0a846
)1c004a6
)a6b735f
)111e39f
)80f27f4
)831b040
)877f083
)7f14aba
)91471ae
)ff06fc1
)fc527c5
)2d780ef
)b77f198
)570ff62
)230f28f
)04ea3f0
)dec7619
)fe433d8
)1ca85ad
)14a5cd8
)46b2d2c
)81f261a
)5bcd237
)5021ab7
)bed2597
)1468054
)ea9cc74
)7e1cfca
)version
from package itself (3bae6bb
)298eee0
)95f2012
)7efa387
)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.6
Compare Source
v8.0.5
Compare Source
v8.0.4
Compare Source
v8.0.3
Compare Source
v8.0.2
Compare Source
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) https://github.com/nestjs/nest/pull/5278ParseFloatPipe
andParseEnumPipe
classes https://github.com/nestjs/nest/pull/6232RouterModule
for defining per-module controller prefixes@EventPattern()
can be applied to multiple methods) https://github.com/nestjs/nest/pull/6334@Payload()
decorator https://github.com/nestjs/nest/pull/5975@MessageBody()
decoratorWsAdapter
) support registering gateways on different paths and let them share the same HTTP server https://github.com/nestjs/nest/pull/6321Improvements
BaseExceptionFilter
supportshttp-errors
(and any other error objects that have thestatusCode
property specified) out of the box now https://github.com/nestjs/nest/pull/6349/commits/cdd51b002888e2d4f249c271a958f8e7e1381997Error.name
property to the name of the class (all exceptions that inherit from the built-inHttpException
) https://github.com/nestjs/nest/pull/5859Bug fixes
mixin()
function https://github.com/nestjs/nest/pull/6216router.all()
method for routes annotated with the@All()
decorator (instead ofrouter.use()
) https://github.com/nestjs/nest/pull/6237listen()
) https://github.com/nestjs/nest/pull/3360@nestjs/platform-socket.io
as an optional peer dependency to support PnP mode https://github.com/nestjs/nest/pull/6217Dependencies
@grpc/grpc-js
package (instead ofgrpc
) https://github.com/nestjs/nest/pull/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: "before 3am on Monday" (UTC).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.