chore(deps): update nest monorepo to v8 (major) - autoclosed #283
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
->^7.0.0 || ^8.0.0
7.6.18
->8.0.6
7.6.18
->8.0.6
7.6.18
->8.0.6
7.6.18
->8.0.6
7.6.18
->8.0.6
7.6.18
->8.0.6
Release Notes
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: 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.