-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Upgrade dependencies #1115
Merged
Merged
Upgrade dependencies #1115
+1,600
−5,743
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
`NestiaEditorModule` for NestJS backend server's editor.
Upgrade "typescript-transform-paths"
Updates the requirements on [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common), [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core), [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express), [@nestjs/platform-fastify](https://github.com/nestjs/nest/tree/HEAD/packages/platform-fastify) and [@nestjs/swagger](https://github.com/nestjs/swagger) to permit the latest version. Updates `@nestjs/common` to 10.4.7 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.7/packages/common) Updates `@nestjs/core` to 10.4.7 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.7/packages/core) Updates `@nestjs/platform-express` to 10.4.7 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.7/packages/platform-express) Updates `@nestjs/platform-fastify` to 10.4.7 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.7/packages/platform-fastify) Updates `@nestjs/swagger` to 8.0.2 - [Release notes](https://github.com/nestjs/swagger/releases) - [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json) - [Commits](nestjs/swagger@8.0.1...8.0.2) --- updated-dependencies: - dependency-name: "@nestjs/common" dependency-type: direct:production dependency-group: nestjs - dependency-name: "@nestjs/core" dependency-type: direct:production dependency-group: nestjs - dependency-name: "@nestjs/platform-express" dependency-type: direct:production dependency-group: nestjs - dependency-name: "@nestjs/platform-fastify" dependency-type: direct:production dependency-group: nestjs - dependency-name: "@nestjs/swagger" dependency-type: direct:development dependency-group: nestjs ... Signed-off-by: dependabot[bot] <[email protected]>
…stjs-a77e426b8f
Updates the requirements on [@nestjs/swagger](https://github.com/nestjs/swagger) to permit the latest version. Updates `@nestjs/swagger` to 8.0.3 - [Release notes](https://github.com/nestjs/swagger/releases) - [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json) - [Commits](nestjs/swagger@8.0.2...8.0.3) --- updated-dependencies: - dependency-name: "@nestjs/swagger" dependency-type: direct:development dependency-group: nestjs ... Signed-off-by: dependabot[bot] <[email protected]>
…stjs-24d107281c
Updates the requirements on [@nestjs/swagger](https://github.com/nestjs/swagger) to permit the latest version. Updates `@nestjs/swagger` to 8.0.5 - [Release notes](https://github.com/nestjs/swagger/releases) - [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json) - [Commits](nestjs/swagger@8.0.3...8.0.5) --- updated-dependencies: - dependency-name: "@nestjs/swagger" dependency-type: direct:development dependency-group: nestjs ... Signed-off-by: dependabot[bot] <[email protected]>
…stjs-c7474df72d
Upgrade `typia` and `@samchon/openapi`
Fix #1094: skip validation when no request body
Updates the requirements on [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common), [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core), [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express), [@nestjs/platform-fastify](https://github.com/nestjs/nest/tree/HEAD/packages/platform-fastify) and [@nestjs/swagger](https://github.com/nestjs/swagger) to permit the latest version. Updates `@nestjs/common` to 10.4.8 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.8/packages/common) Updates `@nestjs/core` to 10.4.8 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.8/packages/core) Updates `@nestjs/platform-express` to 10.4.8 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.8/packages/platform-express) Updates `@nestjs/platform-fastify` to 10.4.8 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.8/packages/platform-fastify) Updates `@nestjs/swagger` to 8.0.7 - [Release notes](https://github.com/nestjs/swagger/releases) - [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json) - [Commits](nestjs/swagger@8.0.5...8.0.7) --- updated-dependencies: - dependency-name: "@nestjs/common" dependency-type: direct:production dependency-group: nestjs - dependency-name: "@nestjs/core" dependency-type: direct:production dependency-group: nestjs - dependency-name: "@nestjs/platform-express" dependency-type: direct:production dependency-group: nestjs - dependency-name: "@nestjs/platform-fastify" dependency-type: direct:production dependency-group: nestjs - dependency-name: "@nestjs/swagger" dependency-type: direct:development dependency-group: nestjs ... Signed-off-by: dependabot[bot] <[email protected]>
…stjs-165ea6f04a
Update Nx documentation
As `typescript` has broken `ts-patch` too much a lot (in every minor updates), changed its setup strategy in the CLI.
Change setup strategy.
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
samchon
commented
Nov 27, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 pull request includes several updates and improvements across multiple files and packages. The changes primarily focus on dependency updates, new functionality in the
NestiaEditorModule
, and enhancements in request body handling.Dependency Updates:
package.json
files across multiple packages to their latest versions, includingtypescript
,typia
, and others. [1] [2] [3] [4] [5] [6]New Functionality:
setup
function inNestiaEditorModule
to configure static file serving and Swagger document handling for the Nestia editor.Request Body Handling Enhancements:
is_request_body_undefined
to check if the request body is undefined and updatedPlainBody
andTypedBody
decorators to use this function for better request validation. [1] [2] [3]Configuration Improvements:
tsconfig.test.json
by extending the basetsconfig.json
and removing redundant configurations.Miscellaneous:
typescript-transform-paths
to the list of dependencies managed by Dependabot. [1] [2]These changes collectively enhance the functionality, maintainability, and performance of the project.