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

Update @nestjs/swagger to v8 #460

Merged
merged 1 commit into from
Nov 20, 2024
Merged

Update @nestjs/swagger to v8 #460

merged 1 commit into from
Nov 20, 2024

Conversation

fityannugroho
Copy link
Owner

PR Checklist

Please check if your PR fulfills the following requirements:

Put [x] to check

  • The commit message follows our Contributing Guidelines
  • Tests for the changes have been added (optional, for bug fixes or features)
  • Docs have been added / updated (optional, for bug fixes or features)

PR Type

What kind of change does this PR introduce?

Please check any kind of changes that applies to this PR using [x]

  • Bug fix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes

What is the current behavior?

Please describe the current behavior that you are modifying, or link to a relevant issue.

Issue Number: N/A

What is the new behavior?

This pull request includes several updates and improvements to the project dependencies and codebase, primarily focusing on upgrading package versions and removing unused decorators. The most important changes include upgrading @nestjs/swagger and swagger-ui-dist, as well as removing the @ApiTags decorator from various controllers.

@ApiTags now use controller name by default (nestjs/swagger#3011)

Dependency updates:

  • package.json: Upgraded @nestjs/swagger from version 7.4.2 to 8.0.7.
  • pnpm-lock.yaml: Upgraded @nestjs/swagger from version 7.4.2 to 8.0.7 and swagger-ui-dist from version 5.17.14 to 5.18.2. [1] [2] [3] [4] [5]

Codebase simplification:

Other information

None

…ecorators

ApiTags now use controller name by default (nestjs/swagger#3011)
@fityannugroho fityannugroho added the dependencies Pull requests that update a dependency file label Nov 20, 2024
@fityannugroho fityannugroho merged commit c8d07a2 into main Nov 20, 2024
11 checks passed
@fityannugroho fityannugroho deleted the upgrade-nest-swagger branch November 20, 2024 12:34
@fityannugroho fityannugroho added the refactor Change code without add, update, or delete any features label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file refactor Change code without add, update, or delete any features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant