Skip to content
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 27 commits into from
Nov 27, 2024
Merged

Upgrade dependencies #1115

merged 27 commits into from
Nov 27, 2024

Conversation

samchon
Copy link
Owner

@samchon samchon commented Nov 27, 2024

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:

  • Updated various dependencies in package.json files across multiple packages to their latest versions, including typescript, typia, and others. [1] [2] [3] [4] [5] [6]

New Functionality:

  • Introduced a new setup function in NestiaEditorModule to configure static file serving and Swagger document handling for the Nestia editor.

Request Body Handling Enhancements:

  • Added a new utility function is_request_body_undefined to check if the request body is undefined and updated PlainBody and TypedBody decorators to use this function for better request validation. [1] [2] [3]

Configuration Improvements:

  • Simplified the tsconfig.test.json by extending the base tsconfig.json and removing redundant configurations.

Miscellaneous:

  • Added 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.

samchon and others added 26 commits November 3, 2024 04:04
`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]>
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]>
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]>
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]>
As `typescript` has broken `ts-patch` too much a lot (in every minor updates), changed its setup strategy in the CLI.
@samchon samchon added the enhancement New feature or request label Nov 27, 2024
@samchon samchon self-assigned this Nov 27, 2024
Copy link

socket-security bot commented Nov 27, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@nestia/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +68 13.8 MB samchon
npm/@nestia/[email protected] Transitive: environment, filesystem, network, shell +68 60.1 MB samchon
npm/@nestia/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +55 21.1 MB samchon
npm/@nestjs/[email protected] network Transitive: environment, eval, filesystem, unsafe +25 881 kB nestjscore
npm/@nestjs/[email protected] Transitive: environment, eval, unsafe +53 7.53 MB nestjscore
npm/@types/[email protected] None 0 21.8 kB types
npm/@types/[email protected] None +31 1.01 MB types
npm/@types/[email protected] None +1 2.1 MB types
npm/@types/[email protected] None 0 3.23 kB types
npm/[email protected] environment, filesystem, network, shell Transitive: eval, unsafe +29 2.6 MB matteo.collina
npm/[email protected] None 0 776 kB typestack-release-bot
npm/[email protected] None +3 14.3 MB typestack-release-bot
npm/[email protected] Transitive: filesystem, network, shell +33 3.64 MB mbostock
npm/[email protected] environment, filesystem, network Transitive: eval, unsafe +47 1.38 MB ulisesgascon
npm/[email protected] eval, filesystem, network, shell, unsafe Transitive: environment +37 6.96 MB domenic
npm/[email protected] shell 0 3.14 kB seb
npm/[email protected] environment, filesystem Transitive: shell +31 3.61 MB isaacs
npm/[email protected] environment, filesystem +10 590 kB nonara

🚮 Removed packages: npm/@emotion/[email protected], npm/@emotion/[email protected], npm/@fastify/[email protected], npm/@mui/[email protected], npm/@mui/[email protected], npm/@mui/[email protected], npm/@nestia/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

Copy link

socket-security bot commented Nov 27, 2024

👍 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.

View full report↗︎

Copy link
Owner Author

@samchon samchon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

@samchon samchon merged commit 53a5b14 into v4.0 Nov 27, 2024
7 checks passed
@samchon samchon deleted the feat/typia branch November 27, 2024 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants